aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-10-03 18:58:52 +0000
committerNick Mathewson <nickm@torproject.org>2006-10-03 18:58:52 +0000
commitc796adc7df86f0451b3454cc9c3c20c04ba2b35f (patch)
tree94add767d094b30882cf8f71f265b54de781b8fc /doc
parenteb0f51f2a373d3c306a0782b14baabb52595415d (diff)
downloadtor-c796adc7df86f0451b3454cc9c3c20c04ba2b35f.tar
tor-c796adc7df86f0451b3454cc9c3c20c04ba2b35f.tar.gz
r8840@totoro: nickm | 2006-10-02 15:56:16 -0400
Add USEFEATURE to control changes to control protocol. Use like __future__ directive from Python. Will spec before pushing changes. No, really. :) svn:r8584
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/TODO b/doc/TODO
index 10a15a3d9..9863b94b1 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -44,18 +44,19 @@ x - If the client's clock is too far in the past, it will drop (or
o Implement
o Note that we'd like a better speed-bump too.
o Bug 336: CIRC events should have digests when appropriate.
-N - Improve behavior when telling nicknames and digests to controllers.
+N . Improve behavior when telling nicknames and digests to controllers.
We should give digest, and nickname, with indication of whether name is
canonical.
- - edmanm likes $DIGEST~nickname for unNamed routers, and
+ o edmanm likes $DIGEST~nickname for unNamed routers, and
$DIGEST=nickname for Named routers. So do I.
o Make the code accept it where we currently ask for the nickname of
another server. Semantics should be strict to start ($D=N means, "give
me the Named server with digest D named N"; $D~N means "give me a
server with digest D named N". Nothing else matches.)
o Add ability to selectively send 'long' nicknames on v1 connections.
- - Add a feature to actually turn on the switch.
- - Verify that everything actually does the right thing.
+ o Add a feature to actually turn on the switch.
+ - Implement response for ORCONN.
+ . Verify that everything actually does the right thing.
- Specify everything.
N - Bug 326: make eventdns thrash less.