diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-04-16 18:39:39 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-04-16 18:39:39 +0000 |
commit | 6d32d9cb2d65c7851d87010e8971ddc271aa031b (patch) | |
tree | 524d29e6e65276e27368e40af851943b1b84755f /doc/TODO | |
parent | 2bb5e642899ce55a5846f1bdab58f97bef7523f6 (diff) | |
download | tor-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/TODO | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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) |