]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
a few more todo entries
authorRoger Dingledine <arma@torproject.org>
Fri, 10 Sep 2004 19:59:48 +0000 (19:59 +0000)
committerRoger Dingledine <arma@torproject.org>
Fri, 10 Sep 2004 19:59:48 +0000 (19:59 +0000)
svn:r2345

doc/TODO

index e68a4d77d22c9f179bdd2d796761398feb12d9b3..7e82749c085cfd628403792366744e263a1e89d6 100644 (file)
--- 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?