summaryrefslogtreecommitdiff
path: root/src/mailman/runners
Commit message (Expand)AuthorAgeFilesLines
...
* Checkpointing.Barry Warsaw2013-11-252-18/+35
* Joanna's branchBarry Warsaw2013-10-271-14/+17
|\
| * Changes for enabling/disabling archivers.Joanna Skrzeszewska2013-09-081-14/+17
* | trunk mergeBarry Warsaw2013-09-011-0/+0
|\|
| * Add enough __init__.py files to make these docs directories discoverable.Barry Warsaw2013-08-261-0/+0
* | Migrate bounceevent.list_name -> bounceevent.list_idBarry Warsaw2013-09-012-4/+4
|/
* * `bin/runner` command has been simplified and its command line optionsBarry Warsaw2013-06-174-23/+97
* * Fix REST server crash on `mailman reopen` due to no interception ofBarry Warsaw2013-05-301-1/+1
* * Creation of lists with upper case names should be coerced to lower case.Barry Warsaw2013-03-061-0/+27
* * Non-queue runners should not create ``var/queue`` subdirectories. Fixed byBarry Warsaw2013-01-203-0/+12
|\
| * Test added to non_queue_runner bugSandesh Kumar Agrawal2013-01-173-3/+11
| * LMTP runner will reject message with duplicate idsSandesh Kumar Agrawal2013-01-111-0/+5
* | Whitespace.Barry Warsaw2013-01-201-1/+1
|/
* Bump copyright years.Barry Warsaw2013-01-0123-23/+23
* LP: #975692 phase 1Barry Warsaw2012-12-281-5/+1
* ConfigurationBarry Warsaw2012-11-041-3/+0
* A couple of minor code cleanups.Barry Warsaw2012-10-311-3/+2
* * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-314-16/+11
* * Fixed the RFC 1153 digest footer to be compliant. (LP: #887610)Barry Warsaw2012-09-052-9/+18
|\
| * Pretty printing is not necessary when the output actually matches.Mark Sapiro2012-04-111-3/+2
| * Fixed the RFC 1153 digest footer to be compliant.Mark Sapiro2012-04-112-8/+18
* | trunk mergeBarry Warsaw2012-07-0610-55/+75
|\ \
| * | * `passlib`_ is now used for all password hashing instead of flufl.password.Barry Warsaw2012-07-021-5/+5
| * | General code cleanup.Barry Warsaw2012-04-254-13/+20
| * | - Modernize the module by using future imports. Some byte literals areBarry Warsaw2012-04-221-8/+19
| * | - Print functionBarry Warsaw2012-04-221-8/+8
| * | Two more module modernizations and transaction context manager uses.Barry Warsaw2012-04-222-8/+9
| * | - Module modernization by adding the print_function() import.Barry Warsaw2012-04-221-11/+12
| * | Rename mailman.database.transaction.txn to ...transactional. Modernize theBarry Warsaw2012-04-201-2/+2
| |/
* / - Rename the model attributes.Barry Warsaw2012-04-082-15/+13
|/
* - Improve the NNTP doctest.Barry Warsaw2012-04-021-119/+17
* The port of NNTPRunner to Mailman 3 is complete.Barry Warsaw2012-04-012-30/+188
* - More tests of mailman.runners.nntp.prepare_message(), this time of theBarry Warsaw2012-04-013-42/+87
* More tests, though still not 100% coverage.Barry Warsaw2012-03-312-20/+54
* * The `news` runner and queue has been renamed to the more accurate `nntp`.Barry Warsaw2012-03-313-22/+160
* ArchitectureBarry Warsaw2012-03-264-56/+225
* Last minute emergency bandaid for bug LP: #963612Barry Warsaw2012-03-232-29/+44
* Test repair.Barry Warsaw2012-03-231-1/+1
* Verp all messages to the -owners. Add a test to prove that email to -ownersBarry Warsaw2012-03-231-0/+142
* - Move some normal recipient tests to unittests.Barry Warsaw2012-03-231-1/+1
* Rename the member recipients calculating handler to make way for the ownerBarry Warsaw2012-03-231-2/+2
* Rename the src/mailman/pipeline directory to src/mailman/handlers since that'sBarry Warsaw2012-03-231-2/+1
* Extend the pipeline runner to handle messages to the -owner address.Barry Warsaw2012-03-232-1/+119
* Add an owner chain and pipeline to the schema, model, and interface. PlumbBarry Warsaw2012-03-222-1/+98
* Several fixes and cleanups, ostensibly to fix Python 2.6 support.Barry Warsaw2012-03-222-2/+5
* Merge the Pipermail eradication branch. The scrubber is also removed.Barry Warsaw2012-03-175-48/+114
|\
| * * Pipermail has been eradicated.Barry Warsaw2012-03-162-13/+0
| * Eradicate Pipermail. Everything but the scrubber test works. That will takeBarry Warsaw2012-03-153-35/+114
* | Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-152-9/+8
* | Do not taunt Happy Python 2.6 Fun Ball.Barry Warsaw2012-03-141-3/+3
|/