[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] Make some control spec stuff done



Update of /home/or/cvsroot/tor/doc
In directory moria.mit.edu:/tmp/cvs-serv14170/doc

Modified Files:
	TODO 
Log Message:
Make some control spec stuff done

Index: TODO
===================================================================
RCS file: /home/or/cvsroot/tor/doc/TODO,v
retrieving revision 1.262
retrieving revision 1.263
diff -u -d -r1.262 -r1.263
--- TODO	25 Feb 2005 06:37:28 -0000	1.262
+++ TODO	25 Feb 2005 20:47:12 -0000	1.263
@@ -45,13 +45,20 @@
 
  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.>