summaryrefslogtreecommitdiff
path: root/src/mailman/config (follow)
Commit message (Expand)AuthorAgeFilesLines
* DatabaseBarry Warsaw2012-10-161-5/+12
* * Clarify the semantics of the noreply_address variable. It's the local-partBarry Warsaw2012-08-151-5/+4
* The final bit of refactoring puts the specifics of making a temporary databaseBarry Warsaw2012-07-251-0/+14
* Add a temporary database factory so we can remove more cruft from theBarry Warsaw2012-07-251-0/+6
* Refactor to better handling the difference between a testing database and aBarry Warsaw2012-07-251-0/+12
* More consistency in the way post-configuration changes are processed. LessBarry Warsaw2012-07-021-20/+6
* * `passlib`_ is now used for all password hashing instead of flufl.password.Barry Warsaw2012-07-025-11/+76
* Replace flufl.password with passlib, albeit with a wrapper.Barry Warsaw2012-06-271-2/+3
* General code cleanup.Barry Warsaw2012-04-251-3/+2
* * Header check specifications in the `mailman.cfg` file have changed quiteBarry Warsaw2012-04-062-22/+17
* The port of NNTPRunner to Mailman 3 is complete.Barry Warsaw2012-04-011-4/+6
* * The `news` runner and queue has been renamed to the more accurate `nntp`.Barry Warsaw2012-03-311-2/+2
* ArchitectureBarry Warsaw2012-03-261-0/+16
* Merge the Pipermail eradication branch. The scrubber is also removed.Barry Warsaw2012-03-172-91/+5
|\
| * * Pipermail has been eradicated.Barry Warsaw2012-03-161-55/+5
| * Eradicate Pipermail. Everything but the scrubber test works. That will takeBarry Warsaw2012-03-152-37/+1
* | * The Prototype archiver now stores its files in maildir format inside ofBarry Warsaw2012-03-142-0/+4
|\ \ | |/ |/|
| * Merge with upstreamtoshio2012-03-141-0/+15
| |\ | |/ |/|
| * Merge with upstream mailmantoshio2012-03-131-5/+0
| |\
| * | Fix up the archive_dir in the config filetoshio2012-03-132-0/+4
* | | * IPython support in `bin/mailman shell` contributed by Andrea Crotti.Barry Warsaw2012-03-121-0/+15
|\ \ \ | |_|/ |/| |
| * | various small fixes after reviewing with Barry WarsawAndrea Crotti2012-03-131-3/+5
| * | - add a section in the schema to customize the shellAndrea Crotti2012-03-131-0/+9
| |/
* / * The experimental `maildir` runner is removed. Use LMTP.Barry Warsaw2012-03-121-5/+0
|/
* * Support downloading templates by URI, including mailman:// URIs. This isBarry Warsaw2012-03-031-13/+18
* * Major redesign of the template search system, fixing LP: #788309. $var_dirBarry Warsaw2012-03-032-10/+5
* * Schema migrations have been implemented.Barry Warsaw2012-02-121-0/+3
* * Held messages can now be moderated through the REST API. Mailing listBarry Warsaw2012-01-301-7/+8
* copybumpBarry Warsaw2012-01-014-4/+4
* Replace the password stuff with flufl.password.Barry Warsaw2012-01-011-12/+0
* * Implement the style manager as a utility instead of an attribute hangingBarry Warsaw2011-10-242-3/+7
* Merge PostgreSQL support from Stephen A. Goss, with refactoring by Barry. LP:Barry Warsaw2011-10-221-1/+1
* * New REST resource http://.../members/find can be POSTed to in order to findBarry Warsaw2011-08-131-2/+2
* Refactor MTA alias creation.Barry Warsaw2011-06-101-0/+5
* Major terminology shift:Barry Warsaw2011-06-013-38/+41
* Rename 'queue' directory to 'runners' since not all subprocesses run a queue.Barry Warsaw2011-05-293-18/+18
* Add bounce registration and bounce events.Barry Warsaw2011-05-131-9/+14
* Merge bounces branch (still incomplete, but tests pass).Barry Warsaw2011-05-071-1/+1
|\
| * checkpointingBarry Warsaw2011-05-061-1/+1
* | Move the test timeout values into a configuration variable. Set devmode.waitBarry Warsaw2011-05-031-0/+5
|/
* Fix refactor-o.Barry Warsaw2011-05-011-1/+1
* Start the enablement of bounce detection.Barry Warsaw2011-05-011-1/+9
* Merge passwords into restBarry Warsaw2011-04-083-8/+5
|\
| * add_member()Barry Warsaw2011-04-083-8/+5
* | Merge passwords into restBarry Warsaw2011-04-071-2/+2
|\|
| * make_user_friendly_password(): Ported from Mailman 2.1.Barry Warsaw2011-04-071-2/+2
* | More fleshing out of the users REST API.Barry Warsaw2011-04-041-0/+4
|/
* Basic tests for Utils.py findtext(). This will go away, but for now it'sBarry Warsaw2011-03-152-0/+12
* Eliminate Utils.get_pattern() and in the process, completely revampBarry Warsaw2011-02-251-0/+5
* Implement the email address validator as a utility for easier pluggability.Barry Warsaw2011-01-061-3/+8