diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-07-14 20:53:30 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-07-14 20:53:30 +0000 |
commit | 85edc6ccf411103d6c5a7c584f67e1a26248a865 (patch) | |
tree | 7d87f69f83b2b59e9b22a69e20a44624795acffc | |
parent | 331942870e218c262b8c9ad821d29837e79252c8 (diff) | |
download | tor-85edc6ccf411103d6c5a7c584f67e1a26248a865.tar tor-85edc6ccf411103d6c5a7c584f67e1a26248a865.tar.gz |
move some items from the tor-ctl TODO into the main TODO; mark some controller items done.
svn:r4559
-rw-r--r-- | doc/TODO | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -60,25 +60,30 @@ N . Controller improvements o new controller protocol o Specify o Implement - . Test, debug + o 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 + o make sure err-level log events get flushed to the controller immediately, since tor will exit right after. o Implement - - Test, debug - - Allow EXTENDCIRCUIT to unknown server. + o Test, debug + - Additional features + - Allow EXTENDCIRCUIT to unknown server. + - We need some way to adjust server status, and to tell tor not to + download directories/network-status, and a way to force a download. + - It would be nice to request address lookups from the controller + without using SOCKS. . Switch example controllers to use new protocol . Python o Implement main controller interface o Glue code - . Testing + o Testing . Java o Implement main controller interface o Glue code - . Testing + o Testing - 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. |