From c185825585e6f65bff7b8dca6747e922a33fab2c Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 3 Mar 2005 06:37:54 +0000 Subject: Finish implementing GETINFO; make it easy to query address maps. svn:r3732 --- doc/TODO | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'doc') 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 - - 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. -- cgit v1.2.3-54-g00ecf