aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-01-11 23:27:47 +0000
committerRoger Dingledine <arma@torproject.org>2006-01-11 23:27:47 +0000
commit8452535cea6fbd83e6884a83b0afa88ab3e129ba (patch)
treeb07472ef767215ae854826c4082e823dd610ff06
parent87772722314714a76d7ef9681d9d31ae93bec1a6 (diff)
downloadtor-8452535cea6fbd83e6884a83b0afa88ab3e129ba.tar.gz
tor-8452535cea6fbd83e6884a83b0afa88ab3e129ba.zip
more todo items as we get closer to 0.1.1 final
svn:r5813
-rw-r--r--doc/TODO20
1 files changed, 15 insertions, 5 deletions
diff --git a/doc/TODO b/doc/TODO
index 2b6e337b8e..a24b073182 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -34,11 +34,16 @@ Website:
stickers directly, etc.
for 0.1.1.x:
+ - Mysterious crash for fast servers: Bug 234.
+R - hidden service accesses can crash sometimes: Bug 220.
+ - Make "setconf" and "hup" behavior cleaner for LINELIST config
+ options (e.g. Log). Bug 238.
+R - We should do address rewriting after the controller sends us an
+ "attachstream 0": Bug 225.
+
N - if they're trying to be a tor server and they're running
win 98 or win me, give them a message talking about The Bug.
-R . Rename 'helper' to 'guard'.
-
N - Display the reasons in 'destroy' and 'truncated' cells under some
circumstances?
@@ -64,15 +69,20 @@ R - When we connect to a Tor server, it sends back a signed cell listing
- Specify
- Implement
-R - clients prefer to avoid exit nodes for non-exit path positions.
-
- find 10 dirservers.
+ - Make it no longer default for v2 dirservers to support v1.
- What are criteria to be a dirserver? Write a policy.
- - the tor client can do the "automatic proxy config url" thing?
+
+
+
Deferred from 0.1.1.x:
+ - the tor client can do the "automatic proxy config url" thing?
+
+R - clients prefer to avoid exit nodes for non-exit path positions.
+
- Automatically determine what ports are reachable and start using
those, if circuits aren't working and it's a pattern we recognize
("port 443 worked once and port 9001 keeps not working").