summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | LP: #834130 add moderators and owners through REST API w/testsStephen A. Goss2011-08-256-21/+50
|/ / /
* | | * Local timezone in X-Mailman-Approved-At caused test failure. (LP: #832404)Barry Warsaw2011-08-233-5/+18
* | | * Fix AttributeError triggered by i18n call in autorespond_to_sender()Barry Warsaw2011-08-235-16/+120
| |/ |/|
* | Rename IDomain.email_host to .mail_host for consistency. Similarly in theBarry Warsaw2011-08-229-64/+65
* | * Moderating a message with Action.accept now sends the message. (LP: #827697)Barry Warsaw2011-08-227-6/+130
|/
* * Four new events are created, and notifications are sent during mailing listBarry Warsaw2011-08-1716-45/+348
|\
| * Complete bug 827036 work.Barry Warsaw2011-08-179-44/+110
| * Fix some typos, and improve the code.Barry Warsaw2011-08-172-3/+3
| * Basic infrastructure for fixing bug 827036.Barry Warsaw2011-08-178-39/+176
| * Send event notifications whenever a mailing list is created or deleted.Barry Warsaw2011-08-164-3/+95
|/
* * Handle SIGTERM in the REST server so that the test suite always shuts downBarry Warsaw2011-08-152-2/+9
* * DELETE users via the REST API. (LP: #820660)Barry Warsaw2011-08-144-4/+94
* * Fixed incorrect error code for /members/<bogus> (LP: #821020). Given byBarry Warsaw2011-08-143-0/+14
* Remove role plurals from /lists/<fqdn_listname/rosters/<role>Barry Warsaw2011-08-143-10/+20
* Fixed broken API for getting a membership via role and email from a mailingBarry Warsaw2011-08-143-4/+22
* * New REST resource http://.../members/find can be POSTed to in order to findBarry Warsaw2011-08-1310-27/+385
* Remove all pylint vestiges.Barry Warsaw2011-08-0325-36/+0
* Factor out bounce detection to flufl.bounce.Barry Warsaw2011-07-15126-13323/+19
* * The IMailingList attribute ``host_name`` has been renamed to ``mail_host``Barry Warsaw2011-06-1625-361/+62
* Plumb key=value arguments through to the `bin/mailman inject` command.Barry Warsaw2011-06-152-6/+44
* * Move inject.py to mailman.app package.Barry Warsaw2011-06-155-16/+235
* After a current analysis by Richard Wackerbarth, it was found that notBarry Warsaw2011-06-142-6/+18
* NEWS file updatesBarry Warsaw2011-06-111-0/+18
* Fixed two typos.Barry Warsaw2011-06-112-4/+5
* Do not allow a list to be created with a bogus owner address. (LP: #778687)Barry Warsaw2011-06-114-48/+143
* Update COPYING file to GPLv3. (LP: #790994)Barry Warsaw2011-06-111-0/+4
* Typos, left over crud, and a refactoring.Barry Warsaw2011-06-103-17/+5
* Refactor MTA alias creation.Barry Warsaw2011-06-1011-52/+393
* Major terminology shift:Barry Warsaw2011-06-0147-432/+441
* Rename 'queue' directory to 'runners' since not all subprocesses run a queue.Barry Warsaw2011-05-2940-266/+302
* Remove an obsolete directory.Barry Warsaw2011-05-282-46/+0
* Remove an unused module.Barry Warsaw2011-05-281-73/+0
* * Flesh out the BounceRunner, complete with tests.Barry Warsaw2011-05-274-109/+260
* * bounce_processing -> process_bouncesBarry Warsaw2011-05-275-157/+85
* * bounce_unrecognized_goes_to_list_owner -> forward_unrecognized_bounces_to Barry Warsaw2011-05-2520-91/+291
* Eliminate the BounceMixin from the OutgoingRunner.Barry Warsaw2011-05-181-10/+2
* More testing and refactoring the temporary failures branch.Barry Warsaw2011-05-182-11/+71
* Work out what happens for permanent and temporary non-probe failures.Barry Warsaw2011-05-172-18/+100
* * Flesh out IBounceProcessor so that you can get an iterator over all eventsBarry Warsaw2011-05-175-9/+204
* Test (and fix!) the path in the outgoing runner where a socket.error getsBarry Warsaw2011-05-173-10/+91
* More testsBarry Warsaw2011-05-141-0/+24
* More tests.Barry Warsaw2011-05-141-1/+23
* Another test.Barry Warsaw2011-05-141-0/+9
* * Fixed testsBarry Warsaw2011-05-142-4/+8
* oh wellBarry Warsaw2011-05-142-4/+3
* checkpointingBarry Warsaw2011-05-142-6/+105
* Add tests for the outgoing queue runner.Barry Warsaw2011-05-144-7/+103
* * 'where' -> contextBarry Warsaw2011-05-132-2/+5
* * BounceEvent.where -> BounceEvent.contextBarry Warsaw2011-05-133-16/+43
* Add bounce registration and bounce events.Barry Warsaw2011-05-136-11/+257