aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-02-12 23:58:22 +0000
committerNick Mathewson <nickm@torproject.org>2006-02-12 23:58:22 +0000
commitdba155ecfff1739bc263398a38eb92c10aa643ec (patch)
tree06d66f0f8dcbb12ceb1b6accb82028777732144a /doc/TODO
parentb99f903e34b1d2b4548937480d2345ab4753454f (diff)
downloadtor-dba155ecfff1739bc263398a38eb92c10aa643ec.tar
tor-dba155ecfff1739bc263398a38eb92c10aa643ec.tar.gz
Generate 18.0.0.0/8 address policy format in descs when we can; warn when the mask is not reducible to a bit-prefix.
svn:r5991
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index a4b7e580a..d57488eb9 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -73,8 +73,12 @@ R - Add config options to not publish and not fetch rend descs.
R - let controlport be configurable on other interfaces
R - look into "uncounting" bytes spent on local connections. so
we can bandwidthrate but still have fast downloads.
-N - make clients understand "private:*" in exit policies, even though
- we don't generate it yet.
+N . Clean and future-proof exit policy formats a bit.
+ o Likewise accept, but don't generate /bits formats (unless they're
+ accepted in 0.0.9 and later).
+ o Warn when we see a netmask that isn't a prefix.
+ - Make clients understand "private:*" in exit policies, even though
+ we don't generate it yet.
N - Display the reasons in 'destroy' and 'truncated' cells under some
circumstances?