From b01632139a1a3b5770347aaffcb49325e2ac7fd1 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Sun, 24 Sep 2006 17:53:09 +0000 Subject: [PATCH] add a note to nick's todo item svn:r8483 --- doc/TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/TODO b/doc/TODO index 7820090395..adb7fddc66 100644 --- a/doc/TODO +++ b/doc/TODO @@ -121,6 +121,8 @@ d - Special-case localhost? - Check for invalid characters in hostnames before trying to resolve them. (This will help catch attempts do to mean things to our DNS server, and bad software that tries to do DNS lookups on whole URLs.) + - address_is_invalid_destination() is the right thing to call here + (and feel free to make that function smarter) - Performance improvements