summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-01-19 21:25:32 +0000
committerNick Mathewson <nickm@torproject.org>2007-01-19 21:25:32 +0000
commitc57ef84fc51c16123f22762cc832e340b6804e46 (patch)
tree4cbc3b1eae5e1518997a6decd75187fc4d9b59b8 /ChangeLog
parent39e50cbb48f65ba7e75f5aed40d2a19c0255219d (diff)
downloadtor-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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 10fe39d6eb..b9dea22b10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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