summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-10-03 18:59:52 +0000
committerNick Mathewson <nickm@torproject.org>2006-10-03 18:59:52 +0000
commit1ae7282d9b0faed2b9ea18be31eada2ee6a154be (patch)
tree756d948f6435a13321f23cba66cf12101d21ec1c /doc
parentca0ebd0ba8b194f9ca29098219350e5cdd0731e6 (diff)
downloadtor-1ae7282d9b0faed2b9ea18be31eada2ee6a154be.tar.gz
tor-1ae7282d9b0faed2b9ea18be31eada2ee6a154be.zip
r8857@totoro: nickm | 2006-10-03 13:54:21 -0400
Implement ORCONN with verbose names. svn:r8588
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 9863b94b15..84793fc716 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -55,7 +55,8 @@ N . Improve behavior when telling nicknames and digests to controllers.
server with digest D named N". Nothing else matches.)
o Add ability to selectively send 'long' nicknames on v1 connections.
o Add a feature to actually turn on the switch.
- - Implement response for ORCONN.
+ o Implement response for ORCONN.
+ - As used in responses to getinfo requests?
. Verify that everything actually does the right thing.
- Specify everything.
@@ -131,6 +132,9 @@ N - DNS improvements
o Option to deal with broken DNS of the "ggoogle.com? Ah, you meant
ads.me.com!" variety.
o Autodetect whether DNS is broken in this way.
+ - Additional fix: allow clients to have some addresses that mean,
+ notfound. Yes, this blacklists IPs for having ever been used by
+ DNS hijackers.
o Don't ask reject *:* nodes for DNS unless client wants you to.
. Asynchronous DNS
o Document and rename SearchDomains, ResolvConf options