| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * bounce_unrecognized_goes_to_list_owner -> forward_unrecognized_bounces_to | Barry Warsaw | 2011-05-25 | 1 | -1/+16 |
| * | oh well | Barry Warsaw | 2011-05-14 | 1 | -2/+1 |
| * | Add tests for the outgoing queue runner. | Barry Warsaw | 2011-05-14 | 1 | -3/+11 |
| * | add sample data | Barry Warsaw | 2011-05-09 | 1 | -0/+0 |
| * | Add test sample data | Barry Warsaw | 2011-05-09 | 1 | -0/+17 |
| * | Move the test timeout values into a configuration variable. Set devmode.wait | Barry Warsaw | 2011-05-03 | 2 | -12/+16 |
| * | Start the enablement of bounce detection. | Barry Warsaw | 2011-05-01 | 1 | -0/+21 |
| * | * Move members.txt corner cases to unittests. | Barry Warsaw | 2011-04-20 | 1 | -0/+53 |
| * | Refactor .subscribe() from IAddress to IMailingList. | Barry Warsaw | 2011-04-16 | 1 | -3/+3 |
| * | Merge passwords into rest | Barry Warsaw | 2011-04-08 | 1 | -0/+2 |
| |\ |
|
| | * | encrypt_password(): New convenience function for ensuring that a password is | Barry Warsaw | 2011-04-08 | 1 | -0/+2 |
| * | | Removing debugging print | Barry Warsaw | 2011-04-04 | 1 | -1/+0 |
| * | | More fleshing out of the users REST API. | Barry Warsaw | 2011-04-04 | 1 | -0/+14 |
| |/ |
|
| * | * Re-organize the interface between buildout.cfg and the zope.testing layer | Barry Warsaw | 2011-04-01 | 2 | -8/+49 |
| * | Fixed a typo in add_member() which prevented subscribing an email address that | Barry Warsaw | 2011-01-31 | 2 | -15/+32 |
| * | LP: #490044 - Support SMTP AUTH. | Barry Warsaw | 2011-01-02 | 2 | -0/+34 |
| * | Split member and nonmember moderation. | Barry Warsaw | 2011-01-02 | 1 | -7/+16 |
| * | Happy New Year. | Barry Warsaw | 2011-01-01 | 4 | -4/+4 |
| * | Insulate the test environment from the running environment. Sadly, the test | Barry Warsaw | 2010-12-22 | 2 | -1/+5 |
| * | Add Basic Auth support to the REST API, given by Jimmy Bergman, with style | Barry Warsaw | 2010-10-11 | 1 | -2/+8 |
| |\ |
|
| | * | Add doctest for connecting using invalid credentials and some documentation r... | root | 2010-09-29 | 1 | -2/+6 |
| * | | Fix the obvious errors identified by pyflakes. Skip false positives (mostly | Barry Warsaw | 2010-10-08 | 3 | -4/+2 |
| |/ |
|
| * | This is a better fix than the previous commit, since it uses a principled app... | Barry Warsaw | 2010-08-30 | 1 | -0/+15 |
| * | * Fix the bin/test -e/--stderr option to work with the current | Barry Warsaw | 2010-06-18 | 2 | -13/+34 |
| * | Updates for the latest releases of flufl.enum and flufl.i18n. | Barry Warsaw | 2010-05-02 | 1 | -2/+2 |
| * | * A start to import of Mailman 2.1 config.pck files. | Barry Warsaw | 2010-04-05 | 1 | -0/+0 |
| * | Chains now fire Zope events in their _process() implementation. | Barry Warsaw | 2010-02-16 | 1 | -1/+24 |
| * | Checkpointint support for different path layouts, allowing us to optionally | Barry Warsaw | 2010-01-27 | 1 | -1/+6 |
| * | Happy New Year. | Barry Warsaw | 2010-01-01 | 5 | -5/+5 |
| * | The test suite has to be able to inhibit the loading of any configuration | Barry Warsaw | 2009-12-13 | 1 | -1/+2 |
| * | * Make IDomainManager a utility, since the config object is global. | Barry Warsaw | 2009-12-08 | 1 | -1/+1 |
| * | The delivery agent requires that the message object have a .original_size | Barry Warsaw | 2009-12-04 | 1 | -1/+0 |
| * | Convert bin/genaliases to bin/mailman aliases | Barry Warsaw | 2009-11-28 | 1 | -1/+1 |
| * | Do not create the .mo files during setup. This makes things go much faster. | Barry Warsaw | 2009-11-24 | 3 | -0/+140 |
| * | Factor out most of the i18n subsystem and convert to using the flufl.i18n | Barry Warsaw | 2009-11-15 | 1 | -1/+1 |
| * | Fix all tests except outgoing.txt and common.txt | Barry Warsaw | 2009-11-02 | 1 | -1/+1 |
| * | Handle SMTPResponseExceptions like smtp_direct.py, but without the distinction | Barry Warsaw | 2009-10-31 | 1 | -13/+39 |
| * | IMailTransportAgentDelivery.deliver() returns a dictionary just like | Barry Warsaw | 2009-10-31 | 1 | -6/+38 |
| * | IMailTransportAgent -> IMailTransportAgentAliases | Barry Warsaw | 2009-10-18 | 1 | -2/+2 |
| * | Show that a max_sessions_per_connection == 0 means there's an unlimited number | Barry Warsaw | 2009-10-18 | 2 | -19/+19 |
| * | Show that the session count is zero at first. | Barry Warsaw | 2009-10-18 | 1 | -27/+18 |
| * | Infrastructure for testing the Connection class, and for counting the number | Barry Warsaw | 2009-10-18 | 2 | -16/+105 |
| * | Use lazr.smtptest instead of our own SMTPServer and test SMTPd. | Barry Warsaw | 2009-10-15 | 3 | -159/+19 |
| * | When testing, the signal.pause() is a problem because the TestableMaster is | Barry Warsaw | 2009-10-15 | 1 | -1/+7 |
| * | Replace the message_store instance on the database with an IMessageStore | Barry Warsaw | 2009-08-26 | 1 | -2/+5 |
| * | Wow. Put domains into the database. | Barry Warsaw | 2009-07-16 | 2 | -6/+6 |
| * | Clean a few more lints. | Barry Warsaw | 2009-07-10 | 1 | -4/+20 |
| * | Set testing threads as daemon so they won't hang. | Barry Warsaw | 2009-06-29 | 1 | -0/+2 |
| * | Allow for setting the doctest layer in the doctest package's __init__. If not | Barry Warsaw | 2009-05-27 | 1 | -0/+21 |
| * | More tests for the REST server, this time, for the queue runner. | Barry Warsaw | 2009-05-10 | 1 | -1/+28 |