summaryrefslogtreecommitdiff
path: root/mailman/queue/docs/command.txt
Commit message (Collapse)AuthorAgeFilesLines
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-170/+0
| | | | correctly regardless of how it's used.
* More test reairs.Barry Warsaw2008-12-271-9/+9
|
* Convert more configuration variables to lazr.config.Barry Warsaw2008-12-221-1/+0
| | | | | | | | Add .push() and .pop() methods to the Configuration object. Put the 'config' object in the globals of doctests. Add some test layers for setting up the configuration and the SMTP server.
* Merge in command refactoring branch.Barry Warsaw2008-08-121-0/+65
|\ | | | | | | | | | | Begin to flesh out the tests for the join command. Refactor out notifications from the add_member() function.
| * Checkpointing new command infrastructure.Barry Warsaw2008-08-121-0/+65
| | | | | | | | | | | | - Add join command - Add echo command - Add end command
* | mailman.tests should contain only tests.Barry Warsaw2008-07-031-2/+2
|/ | | | mailman.testing should contain any support for running the tests.
* Handle commands in the body of a plain text email message.Barry Warsaw2008-04-261-0/+45
|
* Update and reorganize the command queue runner so that it works with theBarry Warsaw2008-04-261-0/+61
plugin architecture. Update the Echo command to the new architecture. Add a doctest of course.