diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-02-25 20:47:12 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-02-25 20:47:12 +0000 |
commit | fa92e5486b853326cf7a7c9233a02567f39c4afe (patch) | |
tree | af28655a426db430702fdbe135c29e9c3c7d9085 /doc | |
parent | bbaa3c7792792d9899ed36d9b0db4703c617a7a3 (diff) | |
download | tor-fa92e5486b853326cf7a7c9233a02567f39c4afe.tar.gz tor-fa92e5486b853326cf7a7c9233a02567f39c4afe.zip |
Make some control spec stuff done
svn:r3697
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 21 |
1 files changed, 14 insertions, 7 deletions
@@ -45,13 +45,20 @@ R - Reset uptime when IP/ORPort/... changes. Functionality N . Implement pending controller features. - - Stubs for new functions. - - GETINFO - - Version - - Descriptors - - List of address mappings - - POSTDESCRIPTOR - - MAPADDRESS + o Stubs for new functions. + . GETINFO + o Version + o Descriptor list + o Individual descriptors + o Need to remember descriptors for all routers. + o Replace everything else that remembers serverdescs with + routerinfo. + - List of address mappings (all, or mapaddress+config, + or just mapadddress?) + o POSTDESCRIPTOR + . MAPADDRESS + o Map A->B. + - Map DontCare->B. - Event for "new descriptors" - Better streams IDs - EXTENDCIRCUIT <depends on revised circ selection stuff.> |