summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-04-08 06:15:47 +0000
committerRoger Dingledine <arma@torproject.org>2005-04-08 06:15:47 +0000
commit26b4bb9d0c3b597e03170ebc519c4a43ae0f7485 (patch)
treeb32151ba65c6784f37be84f50004ecb2fb2deb17
parent656e31ba332061ec5937ca17549065542a2e64ad (diff)
downloadtor-26b4bb9d0c3b597e03170ebc519c4a43ae0f7485.tar.gz
tor-26b4bb9d0c3b597e03170ebc519c4a43ae0f7485.zip
add a few items to the todo
svn:r4061
-rw-r--r--doc/TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index d0856caf74..68df4b0ff2 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -179,6 +179,12 @@ R o client software not upload descriptor until:
o you can set a bit for not-being-an-OR.
Arguable
+ - Bug: Why do idle cpuworkers sometimes get thought of as busy?
+ - IP-based blacklisting of which servers get recommended by dirservers.
+
+Log more info:
+Apr 05 23:19:54.222 [notice] dirserv_add_descriptor(): Router with nickname 'Anon321' has invalid address '192.168.0.2'. Not adding.
+
N - tor-resolve script should use socks5 to get better error messages.
N - Script to try pulling bytes through slow-seeming servers so they can
notice that they might be fast.
@@ -210,6 +216,9 @@ N - Code cleanup
No
+Todo: when you connect and get a guy you didn't expect, tell him hey i wasn't
+expecting you i'm going to go now bye, instead of just hanging up. This lets
+him let that he's doing something funny.
- choose entry node to be one you're already connected to?
- Convert man pages to pod, or whatever's right.
- support hostnames as well as IPs for authdirservers.