aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-06-19 20:40:41 +0000
committerNick Mathewson <nickm@torproject.org>2005-06-19 20:40:41 +0000
commit64fc1f7bae174d62c40686ec00674d2671c88258 (patch)
tree6d1a156e462c22f2fd5da207e95c06509c02f347 /doc/TODO
parentb5fd75a063e487e845c98530cd2032f303d34462 (diff)
downloadtor-64fc1f7bae174d62c40686ec00674d2671c88258.tar
tor-64fc1f7bae174d62c40686ec00674d2671c88258.tar.gz
Implement all the rest of the new controller protocol, debug a little, add some new features, add ADDRMAP events.
svn:r4460
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO18
1 files changed, 11 insertions, 7 deletions
diff --git a/doc/TODO b/doc/TODO
index 25751624e..cdd6400f7 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -54,15 +54,19 @@ For 0.1.0.x:
for 0.1.1.x:
N . Controller improvements
- . new controller protocol
- . Specify
- . Implement
- - controller should have an event to learn about new addressmappings,
+ o new controller protocol
+ o Specify
+ o Implement
+ . Test, debug
+ o add new getinfo options to enumerate things we only find out about
+ currently via events.
+ o controller should have an event to learn about new addressmappings,
e.g. when we learn a hostname to IP mapping ?
- - make sure err-level log events get flushed to the controller
+ . make sure err-level log events get flushed to the controller
immediately, since tor will exit right after.
- - add new getinfo options to enumerate things we only find out about
- currently via events.
+ o Implement
+ - Test, debug
+ - Switch example controllers to use new protocol
- switch accountingmax to count total in+out, not either in or
out. it's easy to move in this direction (not risky), but hard to
back, out if we decide we prefer it the way it already is. hm.