diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-01-10 18:08:42 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-01-10 18:08:42 +0000 |
commit | 10d86f76150bbb4fd37a17cc6f8c307c766d532b (patch) | |
tree | e01ac9b95bc6da9b383661726663fedd7b9f715a /doc | |
parent | 2ac1e362484f8418ca3a3f0fda419c5205209e75 (diff) | |
download | tor-10d86f76150bbb4fd37a17cc6f8c307c766d532b.tar.gz tor-10d86f76150bbb4fd37a17cc6f8c307c766d532b.zip |
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')
-rw-r--r-- | doc/TODO | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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. |