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

[minion-cvs] Flush hashlogs to disk more often, fix broken DELKEYS, ...



Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/tmp/cvs-serv21634/src/minion

Modified Files:
	TODO 
Log Message:
Flush hashlogs to disk more often, fix broken DELKEYS, wait for confused children

Index: TODO
===================================================================
RCS file: /home/minion/cvsroot/src/minion/TODO,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- TODO	28 Mar 2003 15:36:22 -0000	1.88
+++ TODO	13 Apr 2003 15:54:42 -0000	1.89
@@ -25,9 +25,10 @@
                 o Ctrl-C should just print "interrupted."
                 o Change behavior on binary messages; don't dump 'em
                   to terminals.
-                        o Implement
+             
+           o Implement
                         o Test
-                - DELKEYS should work. (neruaL)
+                o DELKEYS should work. (neruaL)
         . Internal statistics
         	o Event log module
                 o Create and use event log
@@ -71,8 +72,6 @@
                 . Ability to notice discrepancies between SD and
                   server configuration.
                 - Online key rotation
-                - Consider linewrap protection on server descriptors,
-                  if demand warrants.  (None yet.)
 
 Deferred from 0.0.4:
         . UI
@@ -224,6 +223,8 @@
                 - Autonomous directory server
                 - Configurable dirserver fingerprints and URLs.
                 - Support for full-blown multiple-server agreement mechanism
+                - Consider linewrap protection on server descriptors,
+                  if demand warrants.  (None yet.)
         - Full documentation
                 - Complete docs for all code, with comments and examples.
                 - Write guide for module developers