[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] a few more todo entries
Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/home2/arma/work/onion/cvs/doc
Modified Files:
TODO
Log Message:
a few more todo entries
Index: TODO
===================================================================
RCS file: /home/or/cvsroot/doc/TODO,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -d -r1.159 -r1.160
--- TODO 10 Sep 2004 18:56:51 -0000 1.159
+++ TODO 10 Sep 2004 19:59:48 -0000 1.160
@@ -23,7 +23,7 @@
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 @@
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 @@
- 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?