summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-10-14 20:09:31 +0000
committerNick Mathewson <nickm@torproject.org>2004-10-14 20:09:31 +0000
commite448879e3cd1a664c76f4c586cc4fe6f893b1187 (patch)
treeee1b56366dcf4cf13dcd322b6d020245b206637c
parentc5964d67389aea3c7c740e8021a4b31a5c120dd7 (diff)
downloadtor-e448879e3cd1a664c76f4c586cc4fe6f893b1187.tar.gz
tor-e448879e3cd1a664c76f4c586cc4fe6f893b1187.zip
Add TODO items from meeting
svn:r2522
-rw-r--r--doc/TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 719fee0c2a..04d36767e4 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -31,6 +31,10 @@ R - figure out enclaves, e.g. so we know what to recommend that people
N - let tor servers use proxies for port 80 exits
- Use generic port redirector for IP/bits:Port->IP:Port .
- Make use of them when we're doing exit connections.
+R - We should set things in options to NULL, not rely on memset(...0)
+ being equivalent.
+ - Once we have a trusted directory on port 80, stop falling back to
+ forbidden ports when fascistfirewall blocks all good dirservers.
0.0.9pre5:
N - per-month byte allowances.
@@ -64,6 +68,8 @@ R - learn from ben about his openssl-reinitialization-trick to
which is used for the first N data cells, and only
extend-data cells can be extend requests.
- make loglevel info less noisy
+ - Make command-line strict about checking options; make only certain
+ option prefixes work.
- put expiry date on onion-key, so people don't keep trying
old ones that they could know are expired?
* Leave on todo list, see if pre3 onion fixes helped enough.