summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-05-01 20:13:49 +0000
committerNick Mathewson <nickm@torproject.org>2007-05-01 20:13:49 +0000
commit89ab267cfbf1994b6b82a7de107fde5337aa485a (patch)
treeaefd51d54d5eba93e269b066c65fc084f0de6969 /doc
parent0faaa16b0cb876d01f9267b047a642da477a0c52 (diff)
downloadtor-89ab267cfbf1994b6b82a7de107fde5337aa485a.tar.gz
tor-89ab267cfbf1994b6b82a7de107fde5337aa485a.zip
r12619@catbus: nickm | 2007-05-01 16:13:42 -0400
Add code to upload extrainfos to authorities running 0.2.0.0-alpha-dev (r10070) or later. svn:r10086
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index b5f2b7effe..0de26f1042 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -75,7 +75,10 @@ Things we'd like to do in 0.2.0.x:
o Implement directory-protocol side.
o Implement storage in memory
o Implement cache on disk.
- - Have routers upload extra-info documents.
+ o Have routers upload extra-info documents to authorities running
+ version 0.2.0.0-alpha-dev (r10070) or later.
+ . Implement, but make it option-controlled.
+ - Make it always-on once it seems to work.
- Implement option to download and cache extra-info documents.
- Drop bandwidth history from router-descriptors
- 105: Version negotiation for the Tor protocol (finalize by Jun 1)