summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-03-02 20:00:26 +0000
committerNick Mathewson <nickm@torproject.org>2007-03-02 20:00:26 +0000
commit4f2718d00393626842824b8b31a54c42f7e91c25 (patch)
tree834734f0e5a6c061a37cb85cd49c496b46b6f5d5
parentc4cf13a5a057b099c407bab4c44d580e06a90606 (diff)
downloadtor-4f2718d00393626842824b8b31a54c42f7e91c25.tar.gz
tor-4f2718d00393626842824b8b31a54c42f7e91c25.zip
r12372@Kushana: nickm | 2007-03-02 13:10:47 -0500
Add some more 020 items to the TODO. svn:r9711
-rw-r--r--doc/TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 3f8ab5bc94..68e185a093 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -124,12 +124,20 @@ Things we'd like to do in 0.2.0.x:
- Remove socketpair-based bridges conns, and the word "bridge".
- Generate torrc.{complete|sample}.in, tor.1.in, the HTML manual, and the
online config documentation from a single source.
+ - Have clients do TLS connection rotation less often than "every 10
+ minutes" in the thrashy case, and more often than "once a week" in the
+ extra-stable case.
+ - Implement TLS shutdown properly when possible.
- Features:
- Implement a DNS proxy
- Bridges.
- Let controller set router flags for authority to transmit, and for
client to use.
- Support relaying streams to ipv6.
+ - Let servers decide to support BEGIN_DIR but not DirPort.
+ - Blocking
+ - It would be potentially helpful to https requests on the OR port by
+ acting like an HTTPS server.
- Deprecations:
- Remove v0 control protocol.