aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-05-20 02:42:50 +0000
committerNick Mathewson <nickm@torproject.org>2004-05-20 02:42:50 +0000
commit80365b989749efbeca6202156197321706462e4d (patch)
tree1c221f99fd895bf540df162f8d7d2f2fa0950de9 /doc
parent80be19d9da9e02deac29c7fb685559446d881b0b (diff)
downloadtor-80365b989749efbeca6202156197321706462e4d.tar.gz
tor-80365b989749efbeca6202156197321706462e4d.zip
Allow multiple exit policy lines; mostly add support for AP policies
svn:r1905
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 cc6ed1d353..f8223da8c3 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -16,9 +16,9 @@ For 0.0.7:
o the keep-trying-to-build-intropoints-always bug.
- *bindaddress
o include the port
- - allow multiple of them
+ o allow multiple of them
- have an allow/deny series for them
- - break exitpolicy into multiple config lines
+ o break exitpolicy into multiple config lines
- have the OP forget routers it hasn't heard about in 24 hours
- rename/rearrange functions for what file they're in
- try to break apart the main clump of functions better.