summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-07-23 05:19:31 +0000
committerRoger Dingledine <arma@torproject.org>2006-07-23 05:19:31 +0000
commit2ff54beca687f97c8a23dd38eeba3a914ba3d1ae (patch)
treeaad7d0c6a8fa23ca7c848631842f9db773c8827f
parentafbe89d9d7e7af468d4443dfd3fb249f837095bd (diff)
downloadtor-2ff54beca687f97c8a23dd38eeba3a914ba3d1ae.tar.gz
tor-2ff54beca687f97c8a23dd38eeba3a914ba3d1ae.zip
more todo items
svn:r6809
-rw-r--r--trunk/doc/TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/trunk/doc/TODO b/trunk/doc/TODO
index e8312b28ff..d54d05f38f 100644
--- a/trunk/doc/TODO
+++ b/trunk/doc/TODO
@@ -18,6 +18,8 @@ P - phobos claims
by default, if it works?"
Items for 0.1.2.x:
+ - Bug: We are willing to build circuits using not-up-to-date descriptors,
+ when we get a request and we've been idle a long time.
- We should ship with a list of stable dir mirrors -- they're not
trusted like the authorities, but they'll provide more robustness
and diversity for bootstrapping clients.
@@ -108,8 +110,10 @@ R - remember the last time we saw one of our entry guards labelled with
- If the client's clock is too far in the past, it will drop (or
just not try to get) descriptors, so it'll never build circuits.
R - Failed rend desc fetches sometimes don't get retried.
- o If we fail to connect via an exit enclave, (warn and) try again
+ . If we fail to connect via an exit enclave, (warn and) try again
without demanding that exit node.
+ - And recognize when extending to the enclave node is failing,
+ so we can abandon then too.
R - non-v1 authorities should not accept rend descs.
- We need a separate list of "hidserv authorities" if we want to
retire moria1 from the main list.