summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-06-11 05:25:21 +0000
committerNick Mathewson <nickm@torproject.org>2005-06-11 05:25:21 +0000
commit691265df0c5b7c0c9da78c7513fe2385665d9a55 (patch)
tree4d3a879fb0ecabe8b0820155d6e26ea42a7990fd
parente5c7e0aae4f358b73d1831fff98dda634144f7fb (diff)
downloadtor-691265df0c5b7c0c9da78c7513fe2385665d9a55.tar.gz
tor-691265df0c5b7c0c9da78c7513fe2385665d9a55.zip
Dispose of most remaining XXXXX items in TODO
svn:r4403
-rw-r--r--doc/TODO18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/TODO b/doc/TODO
index 4c32aadb66..92bfed0717 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -177,6 +177,8 @@ Future version:
- auth mechanisms to let hidden service midpoint and responder filter
connection requests.
- Relax clique assumptions.
+ - tor should be able to have a pool of outgoing IP addresses
+ that it is able to rotate through. (maybe)
Blue-sky:
- Patch privoxy and socks protocol to pass strings to the browser.
@@ -190,6 +192,13 @@ 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.
+ - Need a relay teardown cell, separate from one-way ends.
+ (Pending a user who needs this)
+ - Handle half-open connections: right now we don't support all TCP
+ streams, at least according to the protocol. But we handle all that
+ we've seen in the wild.
+ (Pending a user who needs this)
Volunteer projects: [Phobos moves these to contribute.html]
- use openssl aes when available
@@ -283,12 +292,3 @@ Did we do these ones already? XXXXX
- If we have a trusted directory on port 80, stop falling back to
forbidden ports when fascistfirewall blocks all good dirservers.
-I don't have any record of what we decided about these: XXXXX
- - Make millisecond accuracy work on win32
- - tor should be able to have a pool of outgoing IP addresses
- that it is able to rotate through. (maybe)
- - Conn key rotation.
- - Need a relay teardown cell, separate from one-way ends.
- - Handle half-open connections: right now we don't support all TCP
- streams, at least according to the protocol. But we handle all that
- we've seen in the wild.