aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-08-17 05:13:58 +0000
committerNick Mathewson <nickm@torproject.org>2004-08-17 05:13:58 +0000
commit74621132a9dbf6ec4132633520f166342edb8c53 (patch)
treee66625e49efff3d71c100c20780b2e0ab7862f81 /doc
parent76eadc6f0ad74985e8977e0c1968ef41533a341b (diff)
downloadtor-74621132a9dbf6ec4132633520f166342edb8c53.tar
tor-74621132a9dbf6ec4132633520f166342edb8c53.tar.gz
Implement AllowUnverifiedNodes
svn:r2246
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 3b3b779d2..0b0d2dd58 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -24,8 +24,8 @@ NICK . put ip:port:keyhash in intro points, rendezvous points,
NICK - unify similar config entries that need to be split. put them
into a smartlist, and have things take a smartlist.
- - "AllowUnverifiedRouters" config option
-NICK - Parse it into 3 bits
+ . "AllowUnverifiedRouters" config option
+ o Parse it into 3 bits
ARMA - Consider it when picking nodes for your path
ARMA - if there's only one entrynode preference and multiple exit node
choices, don't pick the desired entrynode as exit.