[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] Add first-show CLI to new list-servers; debug more; doc...
Update of /home/minion/cvsroot/src/minion
In directory moria.mit.edu:/tmp/cvs-serv25527
Modified Files:
TODO
Log Message:
Add first-show CLI to new list-servers; debug more; docs needed.
Note: If you're running a pinger or any other program that uses output
from list-servers, you probably want to change your command to:
mixminion list-servers -c 1 -TT -F caps
to get the closest possible to the previous format.
Or update to parse the newer format; your call.
Index: TODO
===================================================================
RCS file: /home/minion/cvsroot/src/minion/TODO,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -d -r1.160 -r1.161
--- TODO 7 Nov 2003 07:03:28 -0000 1.160
+++ TODO 7 Nov 2003 09:07:54 -0000 1.161
@@ -54,8 +54,8 @@
o Add 'features' to Config.
o Add featureMap manipulation functionality to
ClientDirectory.
- . Formatting for featuremap
- - CLI for new listservers
+ o Formatting for featuremap
+ o CLI for new listservers
- Replace old listservers
- Unit tests for features
- Unit tests for featureMaps
@@ -87,7 +87,9 @@
- Installer
- Instructions
- Py2EXE support
- - Fix misc annoyances
+ . Fix misc annoyances
+ o Don't generate dead keys when restarting the server
+ after the last keys have long expired.
- Make sure we clean out Filestores used by clients.
- Don't remove currently-undeliverable messages from client
queue when flushing.