[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Finish implementing GETINFO; make it easy to query address ...
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] Finish implementing GETINFO; make it easy to query address ...
- From: nickm@xxxxxxxx (Nick Mathewson)
- Date: Thu, 3 Mar 2005 01:37:56 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Thu, 03 Mar 2005 01:38:32 -0500
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Update of /home/or/cvsroot/tor/doc
In directory moria.mit.edu:/tmp/cvs-serv26312/doc
Modified Files:
TODO
Log Message:
Finish implementing GETINFO; make it easy to query address maps.
Index: TODO
===================================================================
RCS file: /home/or/cvsroot/tor/doc/TODO,v
retrieving revision 1.273
retrieving revision 1.274
diff -u -d -r1.273 -r1.274
--- TODO 2 Mar 2005 22:29:57 -0000 1.273
+++ TODO 3 Mar 2005 06:37:54 -0000 1.274
@@ -49,20 +49,20 @@
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 @@
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.