summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * Make IDomainManager a utility, since the config object is global.Barry Warsaw2009-12-081-1/+3
* Add tests for -leave with one of your alternative addresses.Barry Warsaw2009-12-061-3/+5
* Convert bin/genaliases to bin/mailman aliasesBarry Warsaw2009-11-281-2/+7
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-153-3/+3
* Branch mergeBarry Warsaw2009-11-031-7/+1
|\
| * database/model reorganization. Model classes go in mailman.model. StockBarry Warsaw2009-10-101-7/+1
* | smtp_direct.py is dead and gone.Barry Warsaw2009-11-031-0/+11
* | IMailTransportAgentDelivery.deliver() returns a dictionary just likeBarry Warsaw2009-10-311-0/+2
* | The bulk delivery chunking algorithm.Barry Warsaw2009-10-191-1/+7
* | IMailTransportAgent -> IMailTransportAgentAliasesBarry Warsaw2009-10-181-3/+25
|/
* As before, replace config.db.requests and config.db.pendings with utilities.Barry Warsaw2009-08-261-3/+0
* Replace the message_store instance on the database with an IMessageStoreBarry Warsaw2009-08-261-3/+0
* Remove the user_manager attribute from config.db and expose it as anBarry Warsaw2009-08-261-3/+0
* Instead of using an adapter, use a utility to get the mailing list manager.Barry Warsaw2009-08-261-3/+0
* Refactor the subcommands so that the infrastructure does more of the menialBarry Warsaw2009-08-161-2/+6
* bin/mailman help as an alias for bin/mailman --helpBarry Warsaw2009-08-091-1/+3
* A start on the 'mailman' subcommand layout, with the help of argparse. RightBarry Warsaw2009-08-091-2/+17
* Fix some urls returned by the api. Instead of 'mailing_lists' use 'lists'.Barry Warsaw2009-08-071-1/+4
* Fix the turning of application level exceptions into HTTP 400 errors, throughBarry Warsaw2009-08-061-1/+2
* Whitespace cleanupBarry Warsaw2009-08-051-1/+0
* Move BadDomainSpecificationError to domain.txt interface. Try to set this toBarry Warsaw2009-07-262-2/+30
* * Expose IMailingLists in the API.Barry Warsaw2009-07-251-6/+8
* Our first writable REST API! You can now create new domains through theBarry Warsaw2009-07-201-1/+25
* Wow. Put domains into the database.Barry Warsaw2009-07-161-3/+74
* Clean a few more lints.Barry Warsaw2009-07-103-15/+46
* More REST server updates.Barry Warsaw2009-06-291-27/+43
* Linux signal management appears to work differently than OS X. Introduce aBarry Warsaw2009-05-111-0/+8
* Moving closer now.Barry Warsaw2009-05-021-3/+3
* Checking pointing all the ZCA and restful wiring that I really don'tBarry Warsaw2009-04-021-0/+1
* Checkpointing more REST stuffBarry Warsaw2009-04-011-0/+36
* Checkpointing restful annotations.Barry Warsaw2009-04-011-5/+14
* Hook in lazr.restful (which isn't in the Cheeseshop yet).Barry Warsaw2009-04-012-1/+40
* Add argparse 'cause I think this might end up being cool.Barry Warsaw2009-03-291-0/+5
* Move the Action and NewsModeration enums into their own interface files.Barry Warsaw2009-03-253-44/+67
* Remove the mailman.database setup.py plugin, instead opting for defining theBarry Warsaw2009-03-051-1/+1
* There are some situations where the RFC 2919 List-ID header must be explicitlyBarry Warsaw2009-03-031-7/+22
* Convert content filter and acceptable aliases away from pickle types.Barry Warsaw2009-03-032-13/+138
* acceptable_aliases are no longer a pickle.Barry Warsaw2009-02-231-0/+35
* Get rid of one_last_digest. Move this into a separate OneLastDigest table.Barry Warsaw2009-02-222-13/+60
* Major cleanup of the automatic response stuff.Barry Warsaw2009-02-191-0/+15
* Add IAutoResponseSet.last_response() and fix a few bugs with the datetimeBarry Warsaw2009-02-191-0/+15
* Checkpointing the conversion of automatic responses away from pickles.Barry Warsaw2009-02-161-0/+87
* Much clean up of the language code, though more can be done. Factor out theBarry Warsaw2009-02-121-1/+1
* Clean up and reorganization languages and the language manager.Barry Warsaw2009-02-101-33/+39
* Massive digester rework.Barry Warsaw2009-02-041-11/+15
* Push the source directory into a 'src' subdirectory so that zc.buildout worksBarry Warsaw2009-01-2529-0/+2559