summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-01-11 16:02:39 +0000
committerNick Mathewson <nickm@torproject.org>2007-01-11 16:02:39 +0000
commitc1b5f53679af75a98b46f4dc7dc0f356de8ddb73 (patch)
treef95a49ccd92e7d104f4e764c0a5c41a8d5dbb68a /ChangeLog
parent3dfeaaaf6ef977bb833672c6cce15aa71838aae0 (diff)
downloadtor-c1b5f53679af75a98b46f4dc7dc0f356de8ddb73.tar.gz
tor-c1b5f53679af75a98b46f4dc7dc0f356de8ddb73.zip
r11938@Kushana: nickm | 2007-01-11 11:02:28 -0500
Check addresses for rfc953-saneness at exit too, and give a PROTOCOL_WARN when they fail. Also provide a mechanism to override this, so blossom can have its @@##$$^.whatever.exit hostnames if it wants. svn:r9336
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 93f6284cb8..12873fd794 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
Changes in version 0.1.2.7-alpha - 2007-??-??
+
+ o Minor features:
+ - Check for addresses with invalid characters at the exit as well as at
+ the client, and warn less verbosely when they fail. You can override
+ this by setting ServerDNSAllowNonRFC953Addresses to 1.
+
o Major bugfixes:
- Fix a crash bug in the presence of DNS hijacking (reported by Andrew
Del Vecchio).