summaryrefslogtreecommitdiff
path: root/src/mailman/commands/eml_membership.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2014-01-011-1/+1
* Bump copyright years.Barry Warsaw2013-01-011-1/+1
* * The link between members and the mailing lists they are subscribed to, isBarry Warsaw2012-09-041-1/+1
* General code cleanup.Barry Warsaw2012-04-251-7/+5
* Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-151-4/+4
* * Added a `help` email command.Barry Warsaw2012-03-011-9/+13
* * The `join` email command no longer accepts an `address=` argument. ItsBarry Warsaw2012-02-291-58/+46
* Make sure that an email subscription request is ignored for addresses whichBarry Warsaw2012-02-291-3/+9
* Don't try to double join someone via a single email command.Barry Warsaw2012-02-291-0/+8
* copybumpBarry Warsaw2012-01-011-1/+1
* Happy New Year.Barry Warsaw2011-01-011-1/+1
* Because it was just to damn confusing, rename IAddress.address toBarry Warsaw2011-01-011-10/+10
* Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-081-1/+0
* Happy New Year.Barry Warsaw2010-01-011-1/+1
* IRegistrar is now a utility; it doesn't need to be adapted from an IDomain.Barry Warsaw2009-12-121-2/+1
* IRegistrar.register() now requires a mailing list argument. This fixes theBarry Warsaw2009-12-101-1/+1
* * Make IDomainManager a utility, since the config object is global.Barry Warsaw2009-12-081-3/+1
* Only a verified address can be used to unsubscribe someone from a mailing list.Barry Warsaw2009-12-061-3/+11
* Add tests for -leave with one of your alternative addresses.Barry Warsaw2009-12-061-2/+10
* Implement the 'leave' email command.Barry Warsaw2009-12-061-0/+172