[Nym3-commit] r44 - trunk
nym3-devel@lists.noreply.org
nym3-devel@lists.noreply.org
Fri, 30 Jul 2004 14:25:50 +0200
Author: jr
Date: 2004-07-30 14:25:48 +0200 (Fri, 30 Jul 2004)
New Revision: 44
Modified:
trunk/TODO
Log:
once again, I forgot to change the TODO before commiting
Modified: trunk/TODO
===================================================================
--- trunk/TODO 2004-07-30 12:13:50 UTC (rev 43)
+++ trunk/TODO 2004-07-30 12:25:48 UTC (rev 44)
@@ -8,12 +8,21 @@
D Deferred
X Abandoned
-
+Notes:
- In case something brake, remember it's emag's fault.
+
+Message.py:
+ - add the print method which prints the content of a command object in a user friendly form
+ - do further testing once we start using the commands in the client/server
+ . test the parser
o add the __str__ method which outputs the message ready to be
- sent(message.py)
- - add the print method which prints the content of a comand object in a user
- friendly form(message.py)
- . test the parser(message.py)
- - do further testing once we start using the commands in the client/server
- - add the CommandSToC(message.py)
\ No newline at end of file
+ sent
+ o add the CommandSToC
+
+JR:
+ - look at the crypto module of mixminion
+ - what is the format of the keys
+ - implement encrypt a mail, a set of synopses
+ - implement sign a control message
+ - figure what the routing type and info (cf Command relay) are
+ - get a life :)