aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-03-09 21:40:10 +0000
committerNick Mathewson <nickm@torproject.org>2007-03-09 21:40:10 +0000
commit45157657b21286675079e6730bd517eab993a1f6 (patch)
tree1da6f202dbf492a32fe152c94a43cd1479f77967
parent6f56dea5890f16bb77e68ddebd89c1f88911ba20 (diff)
downloadtor-45157657b21286675079e6730bd517eab993a1f6.tar
tor-45157657b21286675079e6730bd517eab993a1f6.tar.gz
r12508@Kushana: nickm | 2007-03-09 16:39:06 -0500
Try to refine 0.2.0 priorities in TODO svn:r9784
-rw-r--r--doc/TODO28
1 files changed, 24 insertions, 4 deletions
diff --git a/doc/TODO b/doc/TODO
index a15519dde..76d9cb565 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -112,8 +112,8 @@ N . Document transport and natdport
Things we'd like to do in 0.2.0.x:
- Proposals:
- 101: Voting on the Tor Directory System
- - 104: Long and Short Router Descriptors
- - 105: Version negotiation for the Tor protocol
+ - 104: Long and Short Router Descriptors (by Jun 1)
+ - 105: Version negotiation for the Tor protocol (finalize by Jun 1)
- Refactoring:
- Make resolves no longer use edge_connection_t unless needed.
- Make cells get buffered on circuit, not on the or_conn.
@@ -130,10 +130,28 @@ Things we'd like to do in 0.2.0.x:
- Implement TLS shutdown properly when possible.
- Maybe move NT services into their own module.
- Features:
+ - Traffic priorities (by Jun 1)
+ - Ability to prioritize own traffic over relayed traffic.
- Implement a DNS proxy
- - Bridges.
+ - A better UI for authority ops.
+ - Bridges (rudimentary version) (By Jun 1)
+ - Ability to specify bridges manually
+ - Use bridges to build circuits
+ - Ask all directory questions to bridge via BEGIN_DIR.
+ - Ability to act as dir cache without a dir port.
+ - Bridges publish to bridge authorities
+ - Rudimentary "do not publish networkstatus" option for bridge
+ authorities.
+ - Clients can ask bridge authorities for more bridges.
+ - Fix BEGIN_DIR so that you connect to bridge of which you only
+ know IP (and optionally fingerprint), and then use BEGIN_DIR to learn
+ more about it.
+ - Bridges (not necessarily by Jun 1)
+ - Clients can ask bridge authorities for updates on known bridges.
+ - More TLS normalization work: make Tor less easily
+ fingerprinted. (Researched by Jun 1)
- Let controller set router flags for authority to transmit, and for
- client to use.
+ client to use.
- Support relaying streams to ipv6.
- Let servers decide to support BEGIN_DIR but not DirPort.
- Blocking
@@ -141,6 +159,8 @@ Things we'd like to do in 0.2.0.x:
acting like an HTTPS server.
o Deprecations:
o Remove v0 control protocol.
+ - Packaging:
+ - Can we switch to polipo? (Jun 1)
Deferred from 0.1.2.x: