aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-04-16 18:39:39 +0000
committerNick Mathewson <nickm@torproject.org>2007-04-16 18:39:39 +0000
commit6d32d9cb2d65c7851d87010e8971ddc271aa031b (patch)
tree524d29e6e65276e27368e40af851943b1b84755f /doc/TODO
parent2bb5e642899ce55a5846f1bdab58f97bef7523f6 (diff)
downloadtor-6d32d9cb2d65c7851d87010e8971ddc271aa031b.tar
tor-6d32d9cb2d65c7851d87010e8971ddc271aa031b.tar.gz
r12406@catbus: nickm | 2007-04-16 14:39:33 -0400
More proposal-104 stuff: add most of the code for authorities to accept and serve extra-info documents. The back-end to store the things is missing. svn:r9971
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index 96ee66877..924ba81a6 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -56,9 +56,12 @@ Things we'd like to do in 0.2.0.x:
- 101: Voting on the Tor Directory System
. 104: Long and Short Router Descriptors (by Jun 1)
. Finalize proposal
- - Implement parsing for extra-info documents; have authorities
- accept them and serve them from specified URLs
- - Have routers generate and upload extra-info documents.
+ o Implement parsing for extra-info documents
+ o Have routers generate extra-info documents.
+ . Have have authorities accept them and serve them from specified URLs
+ o Implement directory-protocol side.
+ - Implement storage.
+ - Have routers upload extra-info documents.
- 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)