summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2005-03-03 06:37:54 +0000
committerNick Mathewson <nickm@torproject.org>2005-03-03 06:37:54 +0000
commitc185825585e6f65bff7b8dca6747e922a33fab2c (patch)
tree59e44797fde9f4e83fe55b694f6a51b561ce0780 /doc/TODO
parentf90ccf5648309152e5d10b941cd3eb6cb0dce21a (diff)
downloadtor-c185825585e6f65bff7b8dca6747e922a33fab2c.tar.gz
tor-c185825585e6f65bff7b8dca6747e922a33fab2c.zip
Finish implementing GETINFO; make it easy to query address maps.
svn:r3732
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/TODO b/doc/TODO
index 2395fe348a..68cd475d17 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -49,20 +49,20 @@ R o Reset uptime when IP changes.
Functionality
N . Implement pending controller features.
o Stubs for new functions.
- . GETINFO
+ o 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
+ o List of address mappings
o POSTDESCRIPTOR
- . MAPADDRESS
+ o MAPADDRESS
o Map A->B.
o Map DontCare->B.
o Reuse mappings when asked to map DontCare->B for the same B.
- - But only when the DontCare is of the same type. :/
+ o But only when the DontCare is of the same type. :/
o Way to handle overlong messages
o Specify fragmented format
o Implement fragmented format
@@ -70,8 +70,9 @@ N . Implement pending controller features.
o Better stream IDs
o Stream status changed: "new" state.
- EXTENDCIRCUIT <depends on revised circ selection stuff.>
- - ATTACHSTREAM
- - Make streams have an 'unattached and unattachable' state.
+ - ATTACHSTREAM
+ - Make streams have an 'unattached and not-automatically-attachable'
+ state.
- Add support to put new streams into this state rather than try to
attach them automatically. ("Hidden" config option.)
- Time out never-attached streams.