summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-09-29 00:47:19 +0000
committerRoger Dingledine <arma@torproject.org>2004-09-29 00:47:19 +0000
commite50ce6b8ece1d1afbad350c41e2b3fc7cc84ce45 (patch)
tree87e906da34a0c20b27da07cfde735aa67abfe9a9
parenta31ba30ae6665ebb3153d1743685e97df3f9c5a5 (diff)
downloadtor-e50ce6b8ece1d1afbad350c41e2b3fc7cc84ce45.tar.gz
tor-e50ce6b8ece1d1afbad350c41e2b3fc7cc84ce45.zip
rearrange 0.0.9pre1 and 0.0.9pre2 entries a bit more
svn:r2395
-rw-r--r--doc/TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index b6dcf4ba3b..397cd16367 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -24,7 +24,6 @@ ARMA - arma claims
o Document all undocumented options, or mark them as undocumented
in the source.
o Bail out early if datadirectory is NULL.
-R . bandwidth buckets for write as well as read.
o Cached-directory changes:
o make clients store the cached-directory to disk,
o and use it when they startup, so they don't need to bootstrap
@@ -38,13 +37,14 @@ R . bandwidth buckets for write as well as read.
o Decompress incoming HTTP based on Content-Encoding
o Once dirservers are running new code, make clients
request compressed directories.
+ o allow yourself to build circuits immediately if you have a
+ recent cached directory
0.0.9pre2:
+R . bandwidth buckets for write as well as read.
N - switch dirservers entries to config lines.
N - add three default dirplaces if we parse the whole torrc and
no dirplaces are specified.
-N - allow yourself to build circuits immediately if you have a
- recent cached directory
N - Handle rendezvousing with unverified nodes.
- Specify: Stick rendezvous point's key in INTRODUCE cell.
Bob should _always_ use key from INTRODUCE cell.