diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-12-24 04:09:48 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-12-24 04:09:48 +0000 |
commit | 2e538d9918eeec33d2512823ca8933744a2c7daa (patch) | |
tree | 722e5d15c27d0321cdaa0650bc7ce1553e8993b5 /doc/TODO | |
parent | 339384238c2cd48c1bf4737a08a6faf700940a2f (diff) | |
download | tor-2e538d9918eeec33d2512823ca8933744a2c7daa.tar.gz tor-2e538d9918eeec33d2512823ca8933744a2c7daa.zip |
r11694@Kushana: nickm | 2006-12-23 23:09:20 -0500
Add a version entry to networkstatus documents; have this entry get parsed and used to calculate whether begin_dir is supported.
svn:r9181
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -55,14 +55,14 @@ R - turn the received socks addr:port into a digest for setting .exit R - handle connect-dir streams that don't have a chosen_exit_name set. o include ORPort in DirServers lines so we can know where to connect. list the orport as 0 if it can't handle begin_dir. -N - list versions in status page - a new line in the status entry. "Tor 0.1.2.2-alpha". If it's - a version, treat it like one. If it's something else, assume - it's at least 0.1.2.x. - maybe we could have it be a new 'v' line in the status, with - key=value syntax. so we could have a 'tor' version, but we - could also have a 'conn' version, a 'dir' version, etc down - the road. and one day maybe the 'tor' key would be deprecated. + o List versions in status page + o A new line in the status entry. "Tor 0.1.2.2-alpha". If it's + a version, treat it like one. If it's something else, assume + it's at least 0.1.2.x. + D maybe we could have it be a new 'v' line in the status, with + key=value syntax. so we could have a 'tor' version, but we + could also have a 'conn' version, a 'dir' version, etc down + the road. and one day maybe the 'tor' key would be deprecated. o Document .noconnect addresses... A new file 'address-spec.txt' that describes .exit, .onion, @@ -193,7 +193,7 @@ R - "bandwidth classes", for incoming vs initiated-here conns, - separate config options for read vs write limiting - Forward compatibility fixes - - Stop requiring "opt" to ignore options in descriptors, networkstatuses, + o Stop requiring "opt" to ignore options in descriptors, networkstatuses, and so on. - Caches should start trying to cache consensus docs? - Start uploading short and long descriptors; authorities should support |