summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-04-08 22:02:08 +0000
committerNick Mathewson <nickm@torproject.org>2008-04-08 22:02:08 +0000
commitcc7a8a63b1cc52aca9d117e5d06a85e7412159fd (patch)
tree416ac693f41b66538fc9ea750d2a00b213b892c1 /doc/TODO
parent719c8fa373711f5fa0b733e6cb14bcd5ea5620a2 (diff)
downloadtor-cc7a8a63b1cc52aca9d117e5d06a85e7412159fd.tar.gz
tor-cc7a8a63b1cc52aca9d117e5d06a85e7412159fd.zip
r15120@tombo: nickm | 2008-04-08 18:01:58 -0400
Add very short 0.2.1.x list based on discussion from arma. needs fleshing out and merging with other lists. svn:r14324
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 362f32b3e8..3fcc639a83 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -242,9 +242,38 @@ N - Before the feature freeze:
- Proposals:
. 111: Prioritize local traffic over relayed.
R - Merge into tor-spec.txt.
+ - 113: close.
=======================================================================
+For 0.2.1.x:
+ - Proposals to do:
+ - 110: avoid infinite-length circuits
+ - 128: families of private bridges
+ - 134: handle authority fragmentation.
+
+ - Proposals to write:
+ - Multilayered guards to keep bridges hidden.
+ - Proposal to supersede 117 by adding IPv6 support for exits and entries.
+ - Fix voting to handle bug 608 case when multiple servers get
+ Named.
+ - Possibly: revise link protocol to allow big circuit IDs,
+ variable-length cells, proposal-110 stuff, and versioned CREATES?
+ - Eliminate use of v2 networkstatus documents in v3 authority
+ decision-making.
+ - Draft proposal for GeoIP aggregation (see external constraints *)
+
+ - Use less RAM *
+ - Handle multi-core cpus better
+ - Use information from NETINFO cells
+ - Better test coverage
+ - Use more mid-level and high-level libevent APIs
+ - Emulate NSS better:
+ - Normalized cipher lists *
+ - Normalized lists of extensions *
+
+
+
Planned for 0.2.1.x:
- Refactoring:
. Make cells get buffered on circuit, not on the or_conn.