diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-01-19 21:25:32 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-01-19 21:25:32 +0000 |
commit | c57ef84fc51c16123f22762cc832e340b6804e46 (patch) | |
tree | 4cbc3b1eae5e1518997a6decd75187fc4d9b59b8 /ChangeLog | |
parent | 39e50cbb48f65ba7e75f5aed40d2a19c0255219d (diff) | |
download | tor-c57ef84fc51c16123f22762cc832e340b6804e46.tar.gz tor-c57ef84fc51c16123f22762cc832e340b6804e46.zip |
r11987@Kushana: nickm | 2007-01-19 14:57:28 -0500
Implement SOCKS_BAD_HOSTNAME status event. Defer remaining status events. Clean up control-spec.txt a little, and fill in recommendations for events.
svn:r9374
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9,6 +9,9 @@ Changes in version 0.1.2.7-alpha - 2007-??-?? o Minor features (controller): - Track reasons for OR connection failure; make these reasons available via the controller interface. (Patch from Mike Perry.) + - Add a SOCKS_BAD_HOSTNAME client status event so controllers can learn + when clients are sending malformed hostnames to Tor. + - Clean up documentation for controller status events. o Major bugfixes: - Fix a crash bug in the presence of DNS hijacking (reported by Andrew |