aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-01-10 18:08:42 +0000
committerNick Mathewson <nickm@torproject.org>2008-01-10 18:08:42 +0000
commit10d86f76150bbb4fd37a17cc6f8c307c766d532b (patch)
treee01ac9b95bc6da9b383661726663fedd7b9f715a /doc/TODO
parent2ac1e362484f8418ca3a3f0fda419c5205209e75 (diff)
downloadtor-10d86f76150bbb4fd37a17cc6f8c307c766d532b.tar
tor-10d86f76150bbb4fd37a17cc6f8c307c766d532b.tar.gz
r17558@catbus: nickm | 2008-01-10 13:07:41 -0500
If we do not serve v2 directory info, and our cached v2 networkstatus files are very old, remove them. If the directory is old, remove that too. (We already did this for obsolete routers files.) svn:r13096
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/TODO b/doc/TODO
index 96ea0771d..ac757062e 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -25,7 +25,7 @@ R - let bridges set relaybandwidthrate as low as 5kb
RK- make it easier to set up a private tor network on your own computer
is very hard.
- FAQ entry which is wrong
- - Make BEGIN_DIR mandatory for asking questions of bridge authorities?
+ o Make BEGIN_DIR mandatory for asking questions of bridge authorities?
(but only for bridge descriptors. not for ordinary cache stuff.)
o Implement connection_dir_is_encrypted().
o set up a filter to not answer any bridge descriptors on a
@@ -50,9 +50,9 @@ R - bridge communities
- be able to have bridges that aren't in your torrc
Things we'd like to do in 0.2.0.x:
-N - if we notice a cached-status directory and we're not serving v2 dir
- info and it's old enough, delete it. same with cached-routers*.
- Nick says: don't we already do that?
+ o if we notice a cached-status directory and we're not serving v2 dir
+ info and it's old enough, delete it.
+ o same with cached-routers*.
N - document the "3/4 and 7/8" business in the clients fetching consensus
documents timeline.
R - then document the bridge user download timeline.