summaryrefslogtreecommitdiff
path: root/src/mailman/config (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* LP: #490044 - Support SMTP AUTH.Barry Warsaw2011-01-021-1/+4
* Happy New Year.Barry Warsaw2011-01-014-4/+4
* Add Basic Auth support to the REST API, given by Jimmy Bergman, with styleBarry Warsaw2010-10-111-1/+7
|\
| * Add HTTP authentication to the REST APIroot2010-09-281-0/+5
* | Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-081-3/+0
|/
* List-Post header should be retained in MIME digest messages (LP: 526143)Barry Warsaw2010-03-281-1/+1
* * bin/info -p/--paths -> -v/--verboseBarry Warsaw2010-03-281-5/+5
* More fixes to the start up procedure. The root cause of the fix is that whenBarry Warsaw2010-03-281-2/+9
* * Use IP address for localhost instead of name because Postfix only uses DNSBarry Warsaw2010-03-272-3/+5
* More refactoring:Barry Warsaw2010-02-251-3/+3
* Remove some files that are not needed for restish implementation.Barry Warsaw2010-02-251-2/+0
* Complete the conversion to restish. All the tests pass and we're now actuallyBarry Warsaw2010-02-241-0/+5
* Rip out lazr.restful and replace it with restish. This simpifies a lot of theBarry Warsaw2010-02-231-1/+3
* The qrunner section's path variable should use $QUEUE_DIR to pick up theBarry Warsaw2010-01-281-1/+1
* Checkpointint support for different path layouts, allowing us to optionallyBarry Warsaw2010-01-273-28/+157
* Happy New Year.Barry Warsaw2010-01-014-4/+4
* * Refactor devmode settings, so that they live in one section.Barry Warsaw2009-12-121-11/+12
* IRegistrar is now a utility; it doesn't need to be adapted from an IDomain.Barry Warsaw2009-12-121-6/+5
* * Refactor the language manager off of the config object and into a utility.Barry Warsaw2009-12-102-5/+13
* * Make IDomainManager a utility, since the config object is global.Barry Warsaw2009-12-081-6/+2
* When no arguments are given to 'bin/members', print a list of all the mailingBarry Warsaw2009-11-281-1/+1
* Add a development mode setting which changes the basic behavior of mailman.Barry Warsaw2009-11-241-1/+14
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-151-0/+3
* Branch mergeBarry Warsaw2009-11-032-10/+10
|\
| * database/model reorganization. Model classes go in mailman.model. StockBarry Warsaw2009-10-102-10/+10
* | smtp_direct.py is dead and gone.Barry Warsaw2009-11-031-1/+1
* | Refactor BulkDeliver so that the guts can be used in VERPDeliver.Barry Warsaw2009-11-011-10/+9
|/
* Add bin/mailman reopen and bin/mailman restartBarry Warsaw2009-10-061-4/+4
* As before, replace config.db.requests and config.db.pendings with utilities.Barry Warsaw2009-08-261-0/+10
* Replace the message_store instance on the database with an IMessageStoreBarry Warsaw2009-08-261-0/+5
* Remove the user_manager attribute from config.db and expose it as anBarry Warsaw2009-08-261-0/+5
* Instead of using an adapter, use a utility to get the mailing list manager.Barry Warsaw2009-08-261-6/+6
* * Updated NEWS.txt for 3.0a3.Barry Warsaw2009-08-211-0/+6