summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-09-17 21:58:52 +0000
committerRoger Dingledine <arma@torproject.org>2007-09-17 21:58:52 +0000
commitf4111288ca67c14d13b1a0e2303b3903c77dd495 (patch)
treeb04188791d9b39879beb93a51ceb837f02aedd8b
parent8c139678038832cf982ab2ef3a25679ff677c491 (diff)
downloadtor-f4111288ca67c14d13b1a0e2303b3903c77dd495.tar.gz
tor-f4111288ca67c14d13b1a0e2303b3903c77dd495.zip
a few more todo bugs i've accumulated
svn:r11462
-rw-r--r--doc/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 4b2c4e3936..1254c2e17b 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -36,6 +36,10 @@ Things we'd like to do in 0.2.0.x:
unreachable is bunk -- it's leftover from the time when all
servers ran 24/7. now it triggers every time a server goes
away and then returns before the old descriptor has expired.
+ - maxadvertisedbandwidth should not influence whether dirport
+ is published.
+ - 0.2.0.x dir authorities have stopped giving people Authority
+ flags.
- add a --quiet commandline option that suppresses logs. useful
for --hashed-password and maybe others.
- Tor logs the libevent version on startup, for debugging purposes.