31e6719caf
- update to 23.11.0: * Fix test-failures on Python 3.12 * Particular GETINFO hanging (ultra-long lines over 16KiB caused problems in the protocol) * Use built-in mock only * Remove incrementalDirk Mueller2023-12-29 09:03:47 +00:00
30d7c6eed9
- Update to 21.1.0: - This fixes some incorrectly-skipped tests in 21.0.0 * Fix some incorrect unit-test skipping logic gh#meejah/txtorcon#354 and gh#meejah/txtorcon#352 * Fix broken tests revealed by previous fixes gh#meejah/txtorcon#356 * fix Python 3.x+ bug with TorInfo and .__class__ access (gh#meejah/txtorcon#350) - Patch 362-skip-failing-tests.patch can be removed again.
Matej Cepl2021-08-31 20:13:27 +00:00
7d57ab593d
- Update to 19.1.0: * TorControlProtocol.on_disconnect is deprecated in favour of TorControlProtocol.when_disconnected * introduce non_anonymous_mode= kwarg in txtorcon.launch() enabling Tor options making Onion Services non-anonymous for the server (but they use a single hop instead of three to the Introduction Point so they're slightly faster). * add an API to listen to individual circuit and stream events (without subclassing anything). Can be used as decorators too. See e.g. TorState.on_circuit_new() - Drop merged patch: * python-txtorcon-methods-are-bytes.patch
Tomáš Chvátal
2019-09-16 13:05:14 +00:00