aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-01-19 10:03:06 +0000
committerRoger Dingledine <arma@torproject.org>2006-01-19 10:03:06 +0000
commitbe903aa67846f6320875cd2caaf8170b3f1480ab (patch)
tree6d7ea287a67f7a263707a567642ccf6776ad3d0b
parent4a66f5a8962921a798fc06da64c26c8cbf21d015 (diff)
downloadtor-be903aa67846f6320875cd2caaf8170b3f1480ab.tar.gz
tor-be903aa67846f6320875cd2caaf8170b3f1480ab.zip
add some more 0.1.1.x todo items.
svn:r5842
-rw-r--r--doc/TODO9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 04e2f59c24..effd30e115 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -34,10 +34,17 @@ Website:
stickers directly, etc.
for 0.1.1.x:
+ - add TestSocks config option to man page
+ - when logging unknown http headers, this could include bad escape codes?
+ - more generally, attacker-controller log entries with newlines in them
+ are dangerous for our users.
+ - add os x uninstaller from or-talk.
+ - make log entries include function names in win32 again.
- 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 - streamline how we define a guard node as 'up'. document it
+ somewhere.
R - We should do address rewriting after the controller sends us an
"attachstream 0": Bug 225.