aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2003-04-25 18:29:45 +0000
committerRoger Dingledine <arma@torproject.org>2003-04-25 18:29:45 +0000
commite0d734eb69c61123bd7940bdd6ad00676bc0ae99 (patch)
tree1f3fc926652c790c4b685c46d89e3cd299d0427b /doc/TODO
parent59e70bcae695ac40344ae4e5e5bd9de44e1ba8ce (diff)
downloadtor-e0d734eb69c61123bd7940bdd6ad00676bc0ae99.tar
tor-e0d734eb69c61123bd7940bdd6ad00676bc0ae99.tar.gz
update based on discussions at discex iii
svn:r256
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO57
1 files changed, 32 insertions, 25 deletions
diff --git a/doc/TODO b/doc/TODO
index f63311f13..211158c09 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -17,21 +17,23 @@ ARMA - arma claims
- aes when we everybody has openssl 0.9.7
. Topics / circuits
o Implement topics
- - Rotate circuits after N minutes?
- - Circuits should expire when circuit->expire triggers
+ o Rotate circuits after N minutes?
+ X Circuits should expire when circuit->expire triggers
NICK . Handle half-open connections
- - Figure out what causes connections to close, standardize
- when we mark a connection vs when we tear it down
+ - Figure out what causes connections to close, standardize
+ when we mark a connection vs when we tear it down
NICK - Look at what ssl does to keep from mutating data streams
NICK . On the fly compression of each stream
o Clean up the event loop (optimize and sanitize)
ARMA o Remove that awful concept of 'roles'
-ARMA - Exit policies
- - Spec how to write the exit policies
+ARMA . Exit policies
+ o Spec how to write the exit policies
- Path selection algorithms
- Let user request certain nodes
- And disallow certain nodes
- - Choose path by jurisdiction, etc?
+ D Choose path by jurisdiction, etc?
+ - Rewrite how the AP works
+SPEC!! D Non-clique topologies
D Implement our own memory management, at least for common structs
. Appropriate logging
- Come up with convention for what log level means what
@@ -51,19 +53,21 @@ ARMA - Exit policies
- We have max workers running
- Consider taking the master out of the loop?
. Directory servers
- - Automated reputation management
-ARMA - Include key in source; sign directories
+ D Automated reputation management
+NICK - Include key in source; sign directories
+ - Add versions to code
ARMA - Have directories list recommended-versions
- Quit if running the wrong version
- Command-line option to override quit
. Add more information to directory server entries
- - Exit policies
- - jurisdiction? others?
-SPEC!! - Figure out how to do threshold directory servers
+ o Exit policies
+ D jurisdiction? others?
+SPEC!! D Figure out how to do threshold directory servers
. Scrubbing proxies
- Find an smtp proxy?
- - Find an ftp proxy? Figure out how that would work?
- - Wait until there are packet redirectors for Linux
+ - Check the old smtp proxy code
+ o Find an ftp proxy? wget --passive
+ D Wait until there are packet redirectors for Linux
. Get socks4a support into Mozilla
. Get tor to act like a socks server
o socks4, socks4a
@@ -79,9 +83,9 @@ SPEC!! - Handle socks commands other than connect, eg, bind?
o Cells
. Better comments for functions!
- Tests
-NICK - Testing harness/infrastructure
- - Unit tests
- - System tests (how?)
+NICK o Testing harness/infrastructure
+ . Unit tests
+ D System tests (how?)
- Performance tests, so we know when we've improved
. webload infrastructure (Bruce)
. httperf infrastructure (easy to set up)
@@ -89,14 +93,13 @@ NICK - Testing harness/infrastructure
D Deploy a widespread network
. Router twins
o Choose twin if primary is down, when laying circuit
- - Load balancing between twins
+ D Load balancing between twins
- Keep track of load over links/nodes, to
know who's hosed
NICK - Daemonize and package
o Teach it to fork and background
- Red Hat spec file
- Debian spec file equivalent
-
. Autoconf
. Which .h files are we actually using? Port to:
o Linux
@@ -104,20 +107,24 @@ NICK - Daemonize and package
. Solaris
. Windows
NICK . OS X
- . Move away from openssl
+ - openssl randomness
+ - inet_ntoa, stdint.h
+ - Make a script to set up a local network on your machine
+ D Move away from openssl
o Abstract out crypto calls
- D Look at ndss, others? Just include code?
+ D Look at nss, others? Just include code?
. transition addr to sin_addr (huh?)
. Clean up the number of places that get to look at prkey
-SPEC!! - Non-clique topologies, clearer bandwidth management
+ . Clearer bandwidth management
+ - Total rate limiting
. Look at OR handshake in more detail
o Spec it
- Merge OR and OP handshakes
- But figure out how to indicate if we're OR?
- - Periodic link key rotation. Spec?
+ D Periodic link key rotation. Spec?
- More flexibility in node addressing
- - Support IPv6 rather than just 4
- - Handle multihomed servers
+ D Support IPv6 rather than just 4
+ - Handle multihomed servers (config variable to set IP)