summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-12-08 17:39:56 +0000
committerNick Mathewson <nickm@torproject.org>2005-12-08 17:39:56 +0000
commitb1ae5cc190b8e77911aaa86d38e062026884293f (patch)
treea72fd8b74d58ec4f0ab50d4d2354e4c18a02b16a
parente9b66ec906895753fc8374c634c8b708933c2762 (diff)
downloadtor-b1ae5cc190b8e77911aaa86d38e062026884293f.tar.gz
tor-b1ae5cc190b8e77911aaa86d38e062026884293f.zip
Note one TODO item as done, and another as more complex than anticipatd.
svn:r5531
-rw-r--r--doc/TODO9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index 719909f0ad..ac01d404b9 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -194,6 +194,9 @@ N - Clients use Stable and Fast instead of uptime and bandwidth to
- Is this still necessary?
- All versions of Tor should get cosmetic changes rate-limited.
- Pick directories from networkstatus objects, not from routerlist.
+ - But! We can't do this easily, since we want to know about platform,
+ and networkstatus doesn't tell us Tor version. Can we solve this?
+ Should we do it by adding flags to networkstatus or what?
- packaging and ui stuff:
. multiple sample torrc files
@@ -212,11 +215,11 @@ N - Vet all pending installer patches
- unrecommend IE because of ftp:// bug.
- torrc.complete.in needs attention?
-N . Start using create-fast cells as clients
+ o Start using create-fast cells as clients
o Make this easy to disable via configuration options.
o At the very least, implement this, and maybe leave it off.
- - Document option. Document that clients do this.
- - Audit code to verify that keys are generated right.
+ o Document option. Document that clients do this.
+ o Audit code to verify that keys are generated right.
- Can/should we really dump "ports" from routerparse?