aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-02-23 21:59:09 +0000
committerNick Mathewson <nickm@torproject.org>2005-02-23 21:59:09 +0000
commit3135234f4d99e2959186f2c1ddbe03e00770d73e (patch)
tree81008158674accd7c57a3a2cbb296b28285ba139 /doc/TODO
parent5232481eed04d6dfaddde42eec0836f27077cb26 (diff)
downloadtor-3135234f4d99e2959186f2c1ddbe03e00770d73e.tar
tor-3135234f4d99e2959186f2c1ddbe03e00770d73e.tar.gz
more 010x todos
svn:r3675
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO14
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/TODO b/doc/TODO
index 1236c25c8..d450d3a87 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -28,6 +28,7 @@ N . Switch to libevent
- Find a way to make sure we have libevent 1.0 or later.
- Log which poll method we're using.
. Check return from event_set, event_add, event_del.
+ - Keep pushing to get a windows patch accepted.
Security:
- Make sure logged info is "safe"ish.
@@ -67,9 +68,11 @@ N - Document where OSX, windows logs go, where stuff is installed.
Installers
N - Vet all pending installer patches
- Win32 installer plus privoxy, sockscap/freecap, etc.
+ - Vet win32 systray helper code
N - Make OSX man pages go into man directory.
Correctness
+ - Mark bugs for 010 or post 010 in bugtracker.
- Bugfixes
R - when we haven't explicitly sent a socks reject, sending one in
connection_about_to_close_connection() fails because we never give it
@@ -91,7 +94,6 @@ R - client software not upload descriptor until:
- you can set a bit for not-being-an-OR.
* no need to do this yet. few people define their ORPort.
-
Arguable
N - Reverse DNS: specify and implement.
R - make min uptime a function of the available choices (say, choose 60th
@@ -111,10 +113,8 @@ N - Code cleanup
- Write limiting; configurable token buckets.
- Make it harder to circumvent bandwidth caps: look at number of bytes
sent across sockets, not number sent inside TLS stream.
- - Let more config options (e.g. ORPort) change dynamically.
- - hidserv offerers shouldn't need to define a SocksPort
- * figure out what breaks for this, and do it.
-
+ - Hidden service improvements
+ - Investigate hidden service performance/reliability
No
- choose entry node to be one you're already connected to?
@@ -127,6 +127,10 @@ N - Code cleanup
- teach connection_ap_handshake_socks_reply() about ipv6 and friends
so connection_ap_handshake_socks_resolved() doesn't also need
to know about them.
+ - Let more config options (e.g. ORPort) change dynamically.
+ - hidserv offerers shouldn't need to define a SocksPort
+ * figure out what breaks for this, and do it.
+
- Packaging
- Figure out how to make the rpm not strip the binaries it makes.
- Integrate an http proxy into Tor (maybe as a third class of worker