diff options
author | Roger Dingledine <arma@torproject.org> | 2008-06-14 06:04:16 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-06-14 06:04:16 +0000 |
commit | d2b4a081135bba852057696b9bcacb7de0d0fa18 (patch) | |
tree | a9bb389bfd80f6f976e2f62e899f71dca2efce46 /doc/TODO | |
parent | 54b3b48802902ddb421cbbcc3213c6b9bcf7d538 (diff) | |
download | tor-d2b4a081135bba852057696b9bcacb7de0d0fa18.tar.gz tor-d2b4a081135bba852057696b9bcacb7de0d0fa18.zip |
a huge pile of bridge and bootstrap related bugs that arma should work on.
svn:r15249
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 23 |
1 files changed, 21 insertions, 2 deletions
@@ -309,8 +309,6 @@ Bugs/issues for Tor 0.2.0.x: o Basic implementation N - Include probability-of-selection R d let bridges set relaybandwidthrate as low as 5kb -R - bug: if we launch using bridges, and then stop using bridges, we - still have our bridges in our entryguards section, and may use them. R - bridge communities . spec . deploy @@ -330,6 +328,27 @@ R - then document the bridge user download timeline. ======================================================================= +For 0.2.1.2-alpha: +R - bug: if we launch using bridges, and then stop using bridges, we + still have our bridges in our entryguards section, and may use them. +R - add an event to report geoip summaries to vidalia for bridge relays, + so vidalia can say "recent activity (1-8 users) from sa". +R - investigate: it looks like if the bridge authority is unreachable, + we're not falling back on querying bridges directly? +R - a getinfo so vidalia can query our current bootstrap state, in + case it attaches partway through and wants to catch up. +R - directory authorities shouldn't complain about bootstrapping problems + just because they do a lot of reachability testing and some of + it fails. +R - if your bridge is unreachable, it won't generate enough connection + failures to generate a bootstrap problem event. +R - if "no running bridges known", an application request should make + us retry all our bridges. +R - get matt to fix vidalia so it moves to a "starting tor" bootstrap + state if it hasn't gotten any status events. Maybe it can even be + more certain by checking the version (<0211) and/or looking at the + results of the getinfo. + For 0.2.1.x: - Proposals to do: - 110: avoid infinite-length circuits |