aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-01-05 21:32:33 +0000
committerRoger Dingledine <arma@torproject.org>2006-01-05 21:32:33 +0000
commit6b6af6c7d517e32bf054239e903b20ad5453454b (patch)
tree886700e96190036e48a94df84ddfce352469f48e /doc/TODO
parent878962bee11eb47042d49ebd7df0d18d403c98c0 (diff)
downloadtor-6b6af6c7d517e32bf054239e903b20ad5453454b.tar
tor-6b6af6c7d517e32bf054239e903b20ad5453454b.tar.gz
todo and spec cleanups
svn:r5735
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 21f5d603b..4a5cf6c35 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -37,6 +37,8 @@ for 0.1.1.x:
N - if they're trying to be a tor server and they're running
win 98 or win me, give them a message talking about The Bug.
+ - state_description in config.c has gone stale
+
. Helper nodes
. More testing and debugging
o If your helper nodes are unavailable, don't abandon them unless
@@ -105,6 +107,7 @@ R - clients prefer to avoid exit nodes for non-exit path positions.
- find 10 dirservers.
- What are criteria to be a dirserver? Write a policy.
+ - the tor client can do the "automatic proxy config url" thing?
Deferred from 0.1.1.x:
@@ -315,7 +318,7 @@ Future version:
- auth mechanisms to let hidden service midpoint and responder filter
connection requests.
- Relax clique assumptions.
- - start handling server descriptors without a socksport?
+ X start handling server descriptors without a socksport?
- tor should be able to have a pool of outgoing IP addresses
that it is able to rotate through. (maybe)
@@ -331,7 +334,7 @@ Blue-sky:
- Implement Morphmix, so we can compare its behavior, complexity, etc.
- Other transport. HTTP, udp, rdp, airhook, etc. May have to do our own
link crypto, unless we can bully openssl into it.
- . Conn key rotation (we switch to a new one after a week, but
+ o Conn key rotation (we switch to a new one after a week, but
old circuits don't get any benefit from this).
- Need a relay teardown cell, separate from one-way ends.
(Pending a user who needs this)