[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[minion-cvs] Test, document, and debug configuration code.
Update of /home/minion/cvsroot/src/minion
In directory moria.seul.org:/tmp/cvs-serv32470/minion
Modified Files:
TODO
Log Message:
Test, document, and debug configuration code.
Make entropy source configurable.
Remove misconceived _parseDir functionality.
Index: TODO
===================================================================
RCS file: /home/minion/cvsroot/src/minion/TODO,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- TODO 25 Jul 2002 15:52:57 -0000 1.9
+++ TODO 26 Jul 2002 15:47:19 -0000 1.10
@@ -10,23 +10,19 @@
FOR 0.0.1: (The rough edges release)
- Local delivery module
- *. Configuration code
- o Write extended .ini parser
- o Write validation code
- o Write unit tests
- D Write base64/multiline code
- o Design =configuration= file format.
- o Design config interface.
- o Implement config interface
- *- Make all configurable stuff configurable
- o Logs
- *- Entropy?
*. Logging/debugging/warning code
- Tests
- - CLI
-SPEC * Server description blocks
+ - CLI client
+ - Send a message
+ - Generate a message
+ - Generate a reply block
+ - Read message from reply block
+ * Server description blocks
- Main loop for server
- Clean shutdown for server
+ - CLI for server
+ - Run server
+ - Generate future key/publish to dirserver
- MMTP
. Tests for all cases:
@@ -35,8 +31,8 @@
- Bad recipients
- Hunt down leaks
o Bad KeyID
-SPEC - External reply block format
-SPEC - End-to-end payload encryption, if we ever agree on a spec.
+ - External reply block format
+ - End-to-end payload encryption, if we ever agree on a spec.
SPEC - Reading messages sent to reply blocks
- Versioning :)
@@ -88,4 +84,4 @@
- TLS for leaks
- PEM for leaks
- gen_dh for leaks
-- gen_cert for leaks
\ No newline at end of file
+- gen_cert for leaks