[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[minion-cvs] Renaming and testing
Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/tmp/cvs-serv28866
Modified Files:
TODO
Log Message:
Renaming and testing
- Rename client pools to client queues.
- Rename mix queues to mix pools.
(Now, we call something a "pool" iff we rely on it to batch and
re-order messages. "Queue" is still kind of a misnomer, since our
"queues" aren't FIFO but rather FI-don't-care-O.)
- Test and debug client keyrings
Index: TODO
===================================================================
RCS file: /home/minion/cvsroot/src/minion/TODO,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- TODO 26 Mar 2003 16:36:46 -0000 1.85
+++ TODO 27 Mar 2003 10:30:58 -0000 1.86
@@ -41,9 +41,9 @@
- Increase key length to 2048 bits
. Support multiple SURB keys
o Better keyrings: implement
- - Better keyrings: test
+ o Better keyrings: test
o Backend support: implement
- - Backend support: test
+ o Backend support: test
o CLI support for identities
o Test CLI support
- Specify behavior
@@ -249,7 +249,7 @@
- Consider dropping support for older Python versions?
NEED TO BE TESTED
-- Signals
+- Signals
NEED TO BE DOCUMENTED