summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-02-13 07:36:15 +0000
committerRoger Dingledine <arma@torproject.org>2006-02-13 07:36:15 +0000
commitccd68275c4b41b15166f8a69c7ae5ff769e5ffcd (patch)
tree59b6ad93ac4df42f5ea04d2f2626f85e3eb140f7 /doc/TODO
parent2a4555fedd80ad64ee71169cf9922f1f2cb53887 (diff)
downloadtor-ccd68275c4b41b15166f8a69c7ae5ff769e5ffcd.tar.gz
tor-ccd68275c4b41b15166f8a69c7ae5ff769e5ffcd.zip
rearrange todo a bit
svn:r5999
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/TODO b/doc/TODO
index a4d30f36f6..23d11be333 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -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.