| Commit message (Expand) | Author | Age | Files | Lines |
| * | Intermediate Commit | Abhilash Raj | 2016-09-01 | 1 | -105/+0 |
| * | New template system. Closes #249 | Barry Warsaw | 2016-07-16 | 1 | -11/+15 |
| * | Don't use `flake8: noqa`. | Barry Warsaw | 2016-04-01 | 1 | -3/+3 |
| * | First massive round of cleanups. | Barry Warsaw | 2016-03-23 | 1 | -13/+7 |
| * | Happy New Year. | Barry Warsaw | 2016-01-02 | 1 | -1/+1 |
| * | Make sure that Pendables always have a type | Aurélien Bompard | 2015-12-16 | 1 | -1/+1 |
| * | Merge branch 'issue-75' into 'release-3.0' | Barry Warsaw | 2015-06-02 | 1 | -1/+1 |
| * | Plumb the subscription policy through the REST API. | Barry Warsaw | 2015-04-15 | 1 | -2/+2 |
| * | The SubscriptionWorkflow and Registar classes now have both a token and a | Barry Warsaw | 2015-04-15 | 1 | -2/+2 |
| * | Prevent replay attacks with the confirmation token. | Barry Warsaw | 2015-04-15 | 1 | -1/+1 |
| * | Full test suite passes. | Barry Warsaw | 2015-04-14 | 1 | -3/+8 |
| * | Checkpointing. | Barry Warsaw | 2015-04-14 | 1 | -88/+18 |
| * | SubscriptionPolicy is largely done, modulo bugs, and the unknown-unknown of | Barry Warsaw | 2015-04-13 | 1 | -9/+8 |
| * | Abhilash's branch, pre-cleaning. | Barry Warsaw | 2015-04-06 | 1 | -1/+1 |
| |\ |
|
| | * | add domainowner and serverowner options | Abhilash Raj | 2015-03-21 | 1 | -2/+0 |
| * | | Fix some typos. | Barry Warsaw | 2015-03-28 | 1 | -3/+3 |
| |/ |
|
| * | Bump copyright years. | Barry Warsaw | 2015-01-04 | 1 | -1/+1 |
| * | Remove huge amounts of now unnecessary file boilerplate. | Barry Warsaw | 2014-12-22 | 1 | -7/+3 |
| * | Several internal improvements: | Barry Warsaw | 2014-01-06 | 1 | -35/+42 |
| * | Bump copyright years. | Barry Warsaw | 2014-01-01 | 1 | -1/+1 |
| * | Bump copyright years. | Barry Warsaw | 2013-01-01 | 1 | -1/+1 |
| * | General code cleanup. | Barry Warsaw | 2012-04-25 | 1 | -4/+3 |
| * | Several fixes and cleanups, ostensibly to fix Python 2.6 support. | Barry Warsaw | 2012-03-22 | 1 | -2/+1 |
| * | Schema change. After discussion at Pycon, we decided to change "real_name" to | Barry Warsaw | 2012-03-15 | 1 | -5/+5 |
| * | Rename the confirmation template, and ensure that we get it via the template | Barry Warsaw | 2012-03-04 | 1 | -2/+6 |
| * | * A welcome message is sent when the user confirms their subscription via | Barry Warsaw | 2012-03-04 | 1 | -1/+7 |
| * | Prevent the `confirm` command from running more than once on the same token. | Barry Warsaw | 2012-03-01 | 1 | -0/+1 |
| * | * The `join` email command no longer accepts an `address=` argument. Its | Barry Warsaw | 2012-02-29 | 1 | -4/+20 |
| * | * The `confirm` email command now properly handles `Re:`-like prefixes, even | Barry Warsaw | 2012-02-26 | 1 | -3/+2 |
| * | copybump | Barry Warsaw | 2012-01-01 | 1 | -1/+1 |
| * | Rename IDomain.email_host to .mail_host for consistency. Similarly in the | Barry Warsaw | 2011-08-22 | 1 | -1/+1 |
| * | Refactor .subscribe() from IAddress to IMailingList. | Barry Warsaw | 2011-04-16 | 1 | -1/+1 |
| * | Implement the email address validator as a utility for easier pluggability. | Barry Warsaw | 2011-01-06 | 1 | -2/+2 |
| * | Happy New Year. | Barry Warsaw | 2011-01-01 | 1 | -1/+1 |
| * | Because it was just to damn confusing, rename IAddress.address to | Barry Warsaw | 2011-01-01 | 1 | -17/+17 |
| * | Fix the obvious errors identified by pyflakes. Skip false positives (mostly | Barry Warsaw | 2010-10-08 | 1 | -2/+1 |
| * | Happy New Year. | Barry Warsaw | 2010-01-01 | 1 | -1/+1 |
| * | IRegistrar is now a utility; it doesn't need to be adapted from an IDomain. | Barry Warsaw | 2009-12-12 | 1 | -14/+13 |
| * | IRegistrar.register() now requires a mailing list argument. This fixes the | Barry Warsaw | 2009-12-10 | 1 | -4/+3 |
| * | * Refactor the language manager off of the config object and into a utility. | Barry Warsaw | 2009-12-10 | 1 | -1/+1 |
| * | Factor out most of the i18n subsystem and convert to using the flufl.i18n | Barry Warsaw | 2009-11-15 | 1 | -1/+1 |
| * | As before, replace config.db.requests and config.db.pendings with utilities. | Barry Warsaw | 2009-08-26 | 1 | -4/+4 |
| * | Remove the user_manager attribute from config.db and expose it as an | Barry Warsaw | 2009-08-26 | 1 | -5/+6 |
| * | Instead of using an adapter, use a utility to get the mailing list manager. | Barry Warsaw | 2009-08-26 | 1 | -1/+2 |
| * | * Updated NEWS.txt for 3.0a3. | Barry Warsaw | 2009-08-21 | 1 | -1/+2 |
| * | More REST server updates. | Barry Warsaw | 2009-06-29 | 1 | -17/+0 |
| * | Remove or move QuotePeriods(), LCDomain(), and ValidateEmail from the Utils | Barry Warsaw | 2009-02-12 | 1 | -2/+2 |
| * | Move mailman.Message to mailman.email.Message. Rename Message.get_sender() to | Barry Warsaw | 2009-02-09 | 1 | -1/+1 |
| * | Push the source directory into a 'src' subdirectory so that zc.buildout works | Barry Warsaw | 2009-01-25 | 1 | -0/+163 |