diff options
author | Roger Dingledine <arma@torproject.org> | 2006-02-13 07:36:15 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-02-13 07:36:15 +0000 |
commit | ccd68275c4b41b15166f8a69c7ae5ff769e5ffcd (patch) | |
tree | 59b6ad93ac4df42f5ea04d2f2626f85e3eb140f7 /doc/TODO | |
parent | 2a4555fedd80ad64ee71169cf9922f1f2cb53887 (diff) | |
download | tor-ccd68275c4b41b15166f8a69c7ae5ff769e5ffcd.tar.gz tor-ccd68275c4b41b15166f8a69c7ae5ff769e5ffcd.zip |
rearrange todo a bit
svn:r5999
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -54,18 +54,13 @@ N - commit edmanm's win32 makefile to tor cvs contrib - when logging unknown http headers, this could include bad escape codes? - more generally, attacker-controller log entries with newlines in them are dangerous for our users. - - make log entries include function names in win32 again. +R - make log entries include function names in win32 again. - Make "setconf" and "hup" behavior cleaner for LINELIST config options (e.g. Log). Bug 238. R - streamline how we define a guard node as 'up'. document it somewhere. R - reduce log severity for guard nodes. R - make guard node timeout higher. -R - failed rend desc fetches sometimes don't get retried. -R - Add config options to not publish and not fetch rend descs. - - Add controller interfaces to hear rend desc events and learn - about rend descs. In base16 I guess for now. - o let controlport be configurable on other interfaces R - look into "uncounting" bytes spent on local connections. so we can bandwidthrate but still have fast downloads. N . Clean and future-proof exit policy formats a bit. @@ -75,9 +70,6 @@ N . Clean and future-proof exit policy formats a bit. - Make clients understand "private:*" in exit policies, even though we don't generate it yet. -N - Display the reasons in 'destroy' and 'truncated' cells under some - circumstances? - R - Christian Grothoff's attack of infinite-length circuit. the solution is to have a separate 'extend-data' cell type which is used for the first N data cells, and only @@ -101,6 +93,14 @@ R - When we connect to a Tor server, it sends back a signed cell listing Deferred from 0.1.1.x: +R - failed rend desc fetches sometimes don't get retried. + - Add config options to not publish and not fetch rend descs. + - Add controller interfaces to hear rend desc events and learn + about rend descs. In base16 I guess for now. + +N - Display the reasons in 'destroy' and 'truncated' cells under some + circumstances? + - If the server is spewing complaints about raising your ulimit -n, we should add a note about this to the server descriptor so other people can notice too. |