summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-06-01 18:19:01 +0000
committerNick Mathewson <nickm@torproject.org>2004-06-01 18:19:01 +0000
commit94782444f80f483bafebf537b059f2d8a8e0cdd2 (patch)
treed7e0c5af0a66f2b9176b2366d18eec2deeb26f5d /doc/TODO
parent74f611581ef992e8657c989883956d5a352b8965 (diff)
downloadtor-94782444f80f483bafebf537b059f2d8a8e0cdd2.tar.gz
tor-94782444f80f483bafebf537b059f2d8a8e0cdd2.zip
Check recommended-software string *early*, before actually parsing the directory.
svn:r1930
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index b14f8cbf03..287207be6c 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -23,7 +23,7 @@ For 0.0.7:
D try to break apart the main clump of functions better.
o rend_services_introduce should check if it's failed a lot
recently, and not try for a while if so
- - check tor version as soon as you get the recommended-versions
+ o check tor version as soon as you get the recommended-versions
string, regardless of whether parsing the directory succeeded.
- make all ORs serve the directory too.