summaryrefslogtreecommitdiff
path: root/mailman/queue/command.py
Commit message (Collapse)AuthorAgeFilesLines
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-251-214/+0
| | | | correctly regardless of how it's used.
* The conversion from Defaults.py to lazr.config is complete.Barry Warsaw2009-01-061-4/+4
| | | | | | | | | | | lazr.config 1.1 now has everything we need, so we don't need the special develop hack. make_instance is no longer necessary. Refactor the style stuff into their own directory. Finally! Move the delivery module into the mailman.mta package.
* Picking some (py)lint.Barry Warsaw2009-01-041-6/+1
|
* Remove the mailman.interface magic. Use the more specific interface imports.Barry Warsaw2009-01-041-1/+1
|
* Bump copyright yearsBarry Warsaw2009-01-011-1/+1
|
* More test reairs.Barry Warsaw2008-12-271-4/+5
|
* Use my lazr.config megamerge branch for now, even though it's still underBarry Warsaw2008-12-231-1/+1
| | | | | | | | | | | | | | development. Completely rework the way switchboards and queue runners are initialized, i.e. driven from the configuration file instead of hard coded. The various queue runner directories are no longer available thorugh the config object directly. Get them from config.switchboards. Provide minimal mailman.cfg and testing.cfg configuration files. Neuter styles for now until they can be consolidated with lazr.config.
* Upgrade to GPLv3.Barry Warsaw2008-09-241-11/+12
|
* Checkpointing new command infrastructure.Barry Warsaw2008-08-121-2/+7
| | | | | | - Add join command - Add echo command - Add end command
* Handle commands in the body of a plain text email message.Barry Warsaw2008-04-261-1/+4
|
* Update and reorganize the command queue runner so that it works with theBarry Warsaw2008-04-261-149/+128
|\ | | | | | | | | plugin architecture. Update the Echo command to the new architecture. Add a doctest of course.
| * temporary start on command processor rewriteBarry Warsaw2008-04-221-120/+109
|/
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-0/+230