aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-12-15 21:26:15 +0000
committerNick Mathewson <nickm@torproject.org>2006-12-15 21:26:15 +0000
commitab2fc7bd62f2a91dfe003f2a99b7cf223762fec8 (patch)
treef6979ec9b56600d9a42f47bc23a15063259bfa2f /doc/TODO
parent5ed64398759eefd4b7befc4dc355155b3f84a667 (diff)
downloadtor-ab2fc7bd62f2a91dfe003f2a99b7cf223762fec8.tar
tor-ab2fc7bd62f2a91dfe003f2a99b7cf223762fec8.tar.gz
r11596@Kushana: nickm | 2006-12-15 10:57:12 -0500
Mark some TODO items as done. Also, never include ourself in our family list. svn:r9131
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/TODO b/doc/TODO
index d85195b89..066787d14 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -247,7 +247,7 @@ R - "bandwidth classes", for incoming vs initiated-here conns,
- What do we do about the fact that people can't read zlib-
compressed files manually?
- - Add IPv6 support to eventdns.c
+ o Add IPv6 support to eventdns.c
- Refactor DNS resolve implementation
- Refactor exit side of resolve: do we need a connection_t?
@@ -284,15 +284,15 @@ Minor items for 0.1.2.x as time permits:
o Some way for the authorities to set BadExit for some nodes manually.
- When we export something from foo.c file for testing purposes only,
make a foo_test.h file for test.c to include.
- - "getinfo fingerprint" controller command
- - "setevent guards" controller command
+ o "getinfo fingerprint" controller command
+ o "setevent guards" controller command
- The Debian package now uses --verify-config when (re)starting,
to distinguish configuration errors from other errors. Perhaps
the RPM and other startup scripts should too?
- add a "default.action" file to the tor/vidalia bundle so we can fix the
https thing in the default configuration:
http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#PrivoxyWeirdSSLPort
- - even if your torrc lists yourself in your myfamily line, don't list it in
+ o even if your torrc lists yourself in your myfamily line, don't list it in
the descriptor.
- Flesh out options_description array in src/or/config.c
- Don't let 'newnym' be triggered more often than every n seconds.