diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-10-03 18:59:52 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-10-03 18:59:52 +0000 |
commit | 1ae7282d9b0faed2b9ea18be31eada2ee6a154be (patch) | |
tree | 756d948f6435a13321f23cba66cf12101d21ec1c /doc | |
parent | ca0ebd0ba8b194f9ca29098219350e5cdd0731e6 (diff) | |
download | tor-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/TODO | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |