diff options
author | Roger Dingledine <arma@torproject.org> | 2004-06-01 18:14:45 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-06-01 18:14:45 +0000 |
commit | 74f611581ef992e8657c989883956d5a352b8965 (patch) | |
tree | 1fd5ba1487a827953f680f4a52a1f16d5240f581 | |
parent | 4181d18b3ddb8eafe64a339392b6c42a7fdc9f5d (diff) | |
download | tor-74f611581ef992e8657c989883956d5a352b8965.tar.gz tor-74f611581ef992e8657c989883956d5a352b8965.zip |
play with the todo some more
svn:r1929
-rw-r--r-- | doc/TODO | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -13,15 +13,19 @@ ARMA - arma claims For 0.0.7: o allow multiple log files - o the keep-trying-to-build-intropoints-always bug. - - *bindaddress + o *bindaddress o include the port o allow multiple of them - - have an allow/deny series for them + o have an allow/deny series for socks o break exitpolicy into multiple config lines - - have the OP forget routers it hasn't heard about in 24 hours - - rename/rearrange functions for what file they're in - - try to break apart the main clump of functions better. + o have the OP forget routers it hasn't heard about in 24 hours + . rename/rearrange functions for what file they're in + D try to break apart the main clump of functions better. + o rend_services_introduce should check if it's failed a lot + recently, and not try for a while if so + - check tor version as soon as you get the recommended-versions + string, regardless of whether parsing the directory succeeded. + - make all ORs serve the directory too. For September: @@ -66,10 +70,6 @@ For September: - allow non-clique topology Other details and small and hard things: - - rend_services_introduce should check if it's failed a lot - recently, and not try for a while if so - - check tor version as soon as you get the recommended-versions - string, regardless of whether parsing the directory succeeded. - tor should be able to have a pool of outgoing IP addresses that it is able to rotate through. (maybe) - tie into squid @@ -85,7 +85,7 @@ Other details and small and hard things: - Add '[...truncated]' or similar to truncated log entries (like the directory in connection_dir_process_inbuf()). . Make logs handle it better when writing to them fails. - - Dirserver shouldn't put you in running-routers list if you haven't + o Dirserver shouldn't put you in running-routers list if you haven't uploaded a descriptor recently . Refactor: add own routerinfo to routerlist. Right now, only router_get_by_nickname knows about 'this router', as a hack to |