[or-cvs] More stuff for new directories.

Nick Mathewson nickm at seul.org
Wed Sep 7 16:42:55 UTC 2005


Update of /home/or/cvsroot/tor/doc
In directory moria:/tmp/cvs-serv19325/doc

Modified Files:
	TODO 
Log Message:
More stuff for new directories.

- Distinguish v1 authorities (all currently trusted directories) from
  v2 authorities (all trusted directories). 
    - Add configuration option for which dirs are v1 authories.
    - Add configuration option for whether to be a v1 authority.
    - Make trusted dirserver selection functions take options to 
      choose which functionality we need.
    - Remove option when getting directory cache to see whether they 
      support running-routers; they all do now.  Replace it with one
      to see whether caches support v2 stuff.

- Parse, cache, and serve network-status objects properly.

- Serve compressed groups of router descriptors.  The compression logic
  here could be more memory-efficient.

- 


Index: TODO
===================================================================
RCS file: /home/or/cvsroot/tor/doc/TODO,v
retrieving revision 1.347
retrieving revision 1.348
diff -u -d -r1.347 -r1.348
--- TODO	2 Sep 2005 20:46:44 -0000	1.347
+++ TODO	7 Sep 2005 16:42:53 -0000	1.348
@@ -118,12 +118,12 @@
         - Support retrieving several-at-once
 N     . Everyone downloads network-status objects
         - From all directories, round-robin
-        . Parse them
-        - Cache them, reload on restart
+        o Parse them
+        o Cache them, reload on restart
         o Serve cached directories
-N     . Directories expose individual descriptors
+      o Directories expose individual descriptors
         X By 'if-newer-than' (Does the spec require this??)
-        - Support compression.
+        o Support compression.
 N     - Alice acts on network-status objects
         - Alice downloads descriptors as needed.
         - Alice sets descriptor status from networks-status



More information about the tor-commits mailing list