| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bite the bullet: rename the Mailman package to mailman. | Barry Warsaw | 2008-02-27 | 13 | -1669/+0 |
| * | The start of a cleaning up of Errors.py. Eventually, I want to get rid of | Barry Warsaw | 2008-02-19 | 1 | -2/+14 |
| * | PEP 292 style, $-strings are used by the translation service everywhere now. | Barry Warsaw | 2008-02-18 | 4 | -6/+0 |
| * | Added a test for the built-in pipeline. Fixed some broken handler names in | Barry Warsaw | 2008-02-17 | 2 | -11/+19 |
| * | Reorganize the Handler architecture to a pipeline architecture with plugins. | Barry Warsaw | 2008-02-17 | 2 | -1/+99 |
| * | Tweak copyright years. | Barry Warsaw | 2008-02-07 | 9 | -9/+9 |
| * | Convert IncomingRunner to use the new chains disposition architecture. move | Barry Warsaw | 2008-02-02 | 1 | -0/+3 |
| * | SpamDetect is gone, so the chains/rules implementation experiment is deemed a | Barry Warsaw | 2008-02-01 | 3 | -29/+9 |
| * | Reorganization. | Barry Warsaw | 2008-01-30 | 1 | -3/+3 |
| * | Reorganization. | Barry Warsaw | 2008-01-27 | 1 | -410/+9 |
| * | Port header matching previously described by the misnamed KNONW_SPAMMERS | Barry Warsaw | 2008-01-26 | 1 | -32/+159 |
| * | More changes to rules and chains. | Barry Warsaw | 2008-01-23 | 2 | -58/+125 |
| * | More updates to rules and chains, especially by adding additional tests. | Barry Warsaw | 2008-01-21 | 4 | -30/+77 |
| * | Merge from trunk. | Barry Warsaw | 2008-01-14 | 1 | -12/+53 |
| |\ |
|
| | * | Update copyright years. Change a plugin name. | Barry Warsaw | 2008-01-13 | 1 | -2/+2 |
| | * | Add an interface IArchiver which is used to calculate urls and send messages | Barry Warsaw | 2008-01-13 | 1 | -12/+53 |
| * | | Use a more efficient way of deleting rows from a table, which coincidentally | Barry Warsaw | 2008-01-14 | 4 | -39/+356 |
| * | | Fix the rule api once more so that while rules themselves are still classes, | Barry Warsaw | 2008-01-01 | 1 | -2/+2 |
| * | | Extended test_documentation.py to be able to find doctests in subdirectories | Barry Warsaw | 2008-01-01 | 1 | -2/+2 |
| * | | Move the suspicious header check to a rule and add a doctest. | Barry Warsaw | 2007-12-29 | 1 | -50/+0 |
| * | | Port the implicit destination checking to the rules infrastructure and add a | Barry Warsaw | 2007-12-29 | 1 | -51/+0 |
| * | | Convert the Approve.py handler to an approved.py rule. Update the doctest to | Barry Warsaw | 2007-12-29 | 1 | -2/+20 |
| * | | Change IRuleProcessor to IRuleSet. Plugins now provide only sets of rules, | Barry Warsaw | 2007-12-27 | 1 | -6/+17 |
| * | | First cut at a rules processor, separate from the disposition of rule hits. | Barry Warsaw | 2007-12-27 | 1 | -0/+35 |
| |/ |
|
| * | Add .get() to our Message subclass, which ensures that returned | Barry Warsaw | 2007-12-10 | 1 | -11/+13 |
| * | Initial pylint/pyflakes cleanup | Barry Warsaw | 2007-11-17 | 1 | -1/+2 |
| * | Complete the port to Storm, at least as far as the current Mailman test suite | Barry Warsaw | 2007-11-17 | 1 | -4/+2 |
| * | More Unicodification; fixed two more doctests. | Barry Warsaw | 2007-11-08 | 1 | -11/+11 |
| * | General cleanups some of which is even tested <wink>. Mailman.LockFile module | Barry Warsaw | 2007-10-10 | 1 | -0/+1 |
| * | Remove the action.py module, move this to Mailman/interfaces/__init__.py. | Barry Warsaw | 2007-10-10 | 1 | -11/+12 |
| * | Reorganize the enums so that they live in the most appropriate interface. The | Barry Warsaw | 2007-10-09 | 4 | -6/+4 |
| * | Reorganize the qrunner infrastructure. First, the package has been renamed | Barry Warsaw | 2007-09-29 | 1 | -2/+2 |
| * | OMGW00T: After over a decade, the MailList mixin class is gone! Well, | Barry Warsaw | 2007-09-21 | 5 | -2/+290 |
| * | Implement a context manager for Python 2.5's with statement, which is | Barry Warsaw | 2007-09-19 | 2 | -15/+7 |
| * | Finish up the request hold conversion. ListAdmin can go away though | Barry Warsaw | 2007-09-16 | 2 | -76/+88 |
| * | Work out subscription holding and handling. ApprovedAddMember() is | Barry Warsaw | 2007-09-16 | 2 | -66/+231 |
| * | Support forwarding of held posts. | Barry Warsaw | 2007-09-09 | 1 | -1/+1 |
| * | ListAdmin mostly gone, but not quite. | Barry Warsaw | 2007-09-09 | 1 | -0/+352 |
| * | Fixed a problem where members of a deleted mailing list were hanging around. | Barry Warsaw | 2007-08-05 | 2 | -0/+56 |
| * | Added a doctest for the Mailman.app.create module. | Barry Warsaw | 2007-08-05 | 2 | -1/+21 |
| * | Added a doctest for styles. | Barry Warsaw | 2007-08-05 | 1 | -2/+6 |
| * | It all started by trying to remove MailList.Create() and use the IListManager | Barry Warsaw | 2007-08-05 | 3 | -0/+377 |
| * | Refactor IDatabase interface so that the user_manager, list_manager, | Barry Warsaw | 2007-08-02 | 1 | -9/+6 |
| * | Move the pending database into the SQLAlchemy/Elixir layer. The old | Barry Warsaw | 2007-08-01 | 2 | -0/+149 |