| Commit message (Expand) | Author | Files | Lines |
| 2008-03-15 | Add some debug logging. | Barry Warsaw | 1 | -0/+3 |
| 2008-03-13 | Move mailman.database.txnsupport to mailman.database.transaction and update | Barry Warsaw | 3 | -44/+137 |
| 2008-03-12 | Add some randomization to the way tests are run. This isn't complete (see | Barry Warsaw | 2 | -12/+38 |
| 2008-03-12 | Sprinkle a few more transaction API calls around to make sure the database | Barry Warsaw | 3 | -2/+6 |
| 2008-03-12 | Add transaction API to IDatabase, e.g. begin(), commit(), and abort(). Add an | Barry Warsaw | 3 | -4/+30 |
| 2008-03-12 | Add a working (though not yet complete) test for the LMTP runner. | Barry Warsaw | 12 | -114/+286 |
| 2008-03-10 | Removed bogus >From line from hotpop_01.txt bounce test message. | Mark Sapiro | 1 | -1/+0 |
| 2008-03-06 | Fix a typo in a roster name. | Barry Warsaw | 5 | -75/+71 |
| 2008-02-27 | Bite the bullet: rename the Mailman package to mailman. | Barry Warsaw | 531 | -935/+921 |
| 2008-02-27 | Rework the master.py script and the master.txt doctest so that it's much | Barry Warsaw | 4 | -192/+193 |
| 2008-02-26 | Make the import of Mailman.configuration.config explicit in doctests. | Barry Warsaw | 5 | -5/+10 |
| 2008-02-26 | Add a test for mailmanctl and master.py. Also fix a bug in master where it | Barry Warsaw | 3 | -1/+110 |
| 2008-02-25 | Update mailmanctl for the new master.py script. Fortunately, we can simplify | Barry Warsaw | 3 | -374/+97 |
| 2008-02-25 | Rework the basic infrastructure for qrunner process control. Split out the | Barry Warsaw | 13 | -77/+477 |
| 2008-02-19 | The start of a cleaning up of Errors.py. Eventually, I want to get rid of | Barry Warsaw | 15 | -101/+176 |
| 2008-02-18 | PEP 292 style, $-strings are used by the translation service everywhere now. | Barry Warsaw | 51 | -110/+24 |
| 2008-02-17 | Added a test for the built-in pipeline. Fixed some broken handler names in | Barry Warsaw | 9 | -30/+233 |
| 2008-02-17 | Reorganize the Handler architecture to a pipeline architecture with plugins. | Barry Warsaw | 38 | -357/+875 |
| 2008-02-08 | Mailman.handlers -> Mailman.pipeline | Barry Warsaw | 40 | -23/+23 |
| 2008-02-08 | Rename 'prep queue' to 'pipeline queue'. | Barry Warsaw | 6 | -19/+57 |
| 2008-02-07 | Tweak copyright years. | Barry Warsaw | 220 | -220/+220 |
| 2008-01-24 | Reorganize doctests, moving handler documentation into Mailman/handlers/docs. | Barry Warsaw | 40 | -22/+22 |
| 2008-01-24 | Python 2.5's email package uses cStringIO in its feed parser, and this doesn't | Barry Warsaw | 25 | -99/+99 |
| 2008-02-02 | Fleshed out the doctest for the new incoming queue runner. | Barry Warsaw | 3 | -2/+198 |
| 2008-02-02 | Convert IncomingRunner to use the new chains disposition architecture. move | Barry Warsaw | 17 | -227/+261 |
| 2008-02-01 | Bye bye Hold handler. | Barry Warsaw | 1 | -261/+0 |
| 2008-02-01 | SpamDetect is gone, so the chains/rules implementation experiment is deemed a | Barry Warsaw | 14 | -232/+223 |
| 2008-01-30 | Reorganization. | Barry Warsaw | 9 | -9/+659 |
| 2008-01-27 | Reorganization. | Barry Warsaw | 2 | -410/+9 |
| 2008-01-26 | Remove an unused variable. | Barry Warsaw | 1 | -3/+0 |
| 2008-01-26 | Port header matching previously described by the misnamed KNONW_SPAMMERS | Barry Warsaw | 9 | -132/+281 |
| 2008-01-23 | More changes to rules and chains. | Barry Warsaw | 19 | -114/+218 |
| 2008-01-21 | More updates to rules and chains, especially by adding additional tests. | Barry Warsaw | 24 | -385/+546 |
| 2008-01-14 | Use a more efficient way of deleting rows from a table, which coincidentally | Barry Warsaw | 12 | -120/+503 |
| 2008-01-13 | Update copyright years. Change a plugin name. | Barry Warsaw | 5 | -6/+6 |
| 2008-01-13 | Remove dependency on SQLAlchemy. | Barry Warsaw | 1 | -1/+0 |
| 2008-01-13 | Add an interface IArchiver which is used to calculate urls and send messages | Barry Warsaw | 8 | -31/+153 |
| 2008-01-13 | Fix the requirement for the setuptools/bzr plugin. Update a copyright | Barry Warsaw | 2 | -3/+3 |
| 2008-01-02 | Use a more efficient way of deleting rows from a table, which coincidentally | Barry Warsaw | 1 | -2/+1 |
| 2008-01-01 | Fix the rule api once more so that while rules themselves are still classes, | Barry Warsaw | 4 | -24/+11 |
| 2008-01-01 | Extended test_documentation.py to be able to find doctests in subdirectories | Barry Warsaw | 26 | -74/+57 |
| 2007-12-30 | Add three new rules and their associated doctests. | Barry Warsaw | 8 | -1/+230 |
| 2007-12-29 | Move the suspicious header check to a rule and add a doctest. | Barry Warsaw | 5 | -97/+133 |
| 2007-12-29 | Add a rule and doctest for newsgroup moderation. | Barry Warsaw | 3 | -4/+84 |
| 2007-12-29 | Port the maximum message size check to a rule. Add doctest. | Barry Warsaw | 8 | -41/+110 |
| 2007-12-29 | Port the implicit destination checking to the rules infrastructure and add a | Barry Warsaw | 6 | -261/+340 |
| 2007-12-29 | No executable | Barry Warsaw | 3 | -0/+0 |
| 2007-12-29 | Convert the max-recipients check from the Hold handler to the max_recipients | Barry Warsaw | 4 | -32/+93 |
| 2007-12-29 | Convert the administrivia check from the Hold handler to the administrivia | Barry Warsaw | 7 | -86/+206 |
| 2007-12-29 | Add a rule to search for posting loops. | Barry Warsaw | 4 | -1/+100 |