summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-04-14 05:36:56 +0000
committerRoger Dingledine <arma@torproject.org>2004-04-14 05:36:56 +0000
commitddd09db4d3e3d309e2dc29a891f27726e4020180 (patch)
tree9ca9ebf8b041af631548a2601b4e2efbfb91ec88
parentcda782bac0c9f2107253bfcfc2c3c345ed137db9 (diff)
downloadtor-ddd09db4d3e3d309e2dc29a891f27726e4020180.tar.gz
tor-ddd09db4d3e3d309e2dc29a891f27726e4020180.zip
one todo item done, another put off until later
svn:r1620
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index e159037e6e..bd4be3bfda 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -38,7 +38,7 @@ Short-term:
o put IP into the descriptor, so clients don't need to resolve things
o when you hup, rewrite the router.desc file (and maybe others)
- consider handling broken socks4 implementations
- - improve how it behaves when i remove a line from the approved-routers files
+ o improve how it behaves when i remove a line from the approved-routers files
- Make tls connections tls_close intentionally
- Add '[...truncated]' or similar to truncated log entries (like the directory
in connection_dir_process_inbuf()).
@@ -159,7 +159,7 @@ Rendezvous service:
- preemptively build n-1 hops of intro circs?
o (n)ack introduction requests?
- cannibalize general circs?
- - how to set up multiple locations for a hidden service?
+ D how to set up multiple locations for a hidden service?
o make bob publish only established intro circs?
On-going