From e68a271f3051e8fff3e3dad25d42de4d81056122 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 6 Dec 2004 06:17:57 +0000 Subject: [PATCH] three more items for shortly post 0.0.9 svn:r3088 --- doc/TODO | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/TODO b/doc/TODO index c983c19f7f..8c5247b8f5 100644 --- a/doc/TODO +++ b/doc/TODO @@ -32,6 +32,15 @@ N - Make millisecond accuracy work on win32 - Get epic, aclu, etc running nodes. - Start distributing an rpm with the new version scheme. - Bug tracker. + - cache .foo.exit names better, or differently, or not. + - teach connection_ap_handshake_socks_reply() about ipv6 and friends + so connection_ap_handshake_socks_resolved() doesn't also need + to know about them. + - when we haven't explicitly sent a socks reject, sending one in + connection_about_to_close_connection() fails because we never give + it a chance to flush. right answer is to do the socks reply manually + in each appropriate case, and then about-to-close-connection can + simply warn us if we forgot one. Tier two: