aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-09-10 19:59:48 +0000
committerRoger Dingledine <arma@torproject.org>2004-09-10 19:59:48 +0000
commitb9f6e300c6ea6a55a34547e7c008052c31795c2f (patch)
tree45805179329cde568cd29118576c6a74e3f7f088
parenta475ccf5b8818d5ae4d4d02eed4f47b4a05dbcd1 (diff)
downloadtor-b9f6e300c6ea6a55a34547e7c008052c31795c2f.tar.gz
tor-b9f6e300c6ea6a55a34547e7c008052c31795c2f.zip
a few more todo entries
svn:r2345
-rw-r--r--doc/TODO8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index e68a4d77d2..7e82749c08 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -23,7 +23,7 @@ ARMA - arma claims
o investigate sctp for alternate transport.
o Document all undocumented options, or mark them as undocumented
in the source.
- o bandwidth buckets for write as well as read.
+R . bandwidth buckets for write as well as read.
. Cached-directory changes:
o make clients store the cached-directory to disk,
o and use it when they startup, so they don't need to bootstrap
@@ -40,7 +40,12 @@ ARMA - arma claims
to HTTP/1.1 and use Allowed-Encoding. Is that really
what we want?)
N - switch dirservers entries to config lines.
+N - add three default dirplaces if we parse the whole torrc and
+ no dirplaces are specified.
+N - allow yourself to build circuits immediately if you have a
+ recent cached directory
N - let tor clients use http proxies for dir fetching
+ - have a config entry to specify where to go
N - per-month byte allowances.
Nr - figure out how to handle rendezvousing with unverified nodes.
Nr - figure out enclaves, e.g. so we know what to recommend that people
@@ -52,6 +57,7 @@ Nr - figure out enclaves, e.g. so we know what to recommend that people
- learn from ben about his openssl-reinitialization-trick to
rotate tls keys without making new connections.
D nt services on win32.
+ - squid exit proxying
0.0.8:
- fix sprintf's to snprintf's?