From bcd8390d8bdac979833f7771b0f653a0a4eaf9cd Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 14 Apr 2004 05:36:56 +0000 Subject: [PATCH] one todo item done, another put off until later svn:r1620 --- trunk/doc/TODO | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/trunk/doc/TODO b/trunk/doc/TODO index e159037e6e..bd4be3bfda 100644 --- a/trunk/doc/TODO +++ b/trunk/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