diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-04-16 04:17:58 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-04-16 04:17:58 +0000 |
commit | 5b220f65c8451620f2ee7a337af2829ecdb25288 (patch) | |
tree | 98fd1bb1fd3bfd66e1fb3611aa66c02f105dd775 /doc/TODO | |
parent | 785c59e468748ccdbbfd6979e6e8a69fe5f35778 (diff) | |
download | tor-5b220f65c8451620f2ee7a337af2829ecdb25288.tar.gz tor-5b220f65c8451620f2ee7a337af2829ecdb25288.zip |
r12385@catbus: nickm | 2007-04-15 22:55:58 -0400
Initial code to parse extra-info documents as described in proposal 104. This is making me realize that the parsing code in routerparse.c is a little daft.
svn:r9963
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -54,7 +54,13 @@ N . Document transport and natdport Things we'd like to do in 0.2.0.x: - Proposals: - 101: Voting on the Tor Directory System - - 104: Long and Short Router Descriptors (by Jun 1) + . 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. + - 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) - Refactoring: - Make resolves no longer use edge_connection_t unless they are actually |