| Commit message (Expand) | Author | Files | Lines |
| 2011-04-08 | add_member() | Barry Warsaw | 7 | -14/+44 |
| 2011-04-08 | Add an attribute for getting the IUser record from an IMember record. This is | Barry Warsaw | 3 | -1/+15 |
| 2011-04-07 | make_user_friendly_password(): Ported from Mailman 2.1. | Barry Warsaw | 4 | -4/+77 |
| 2011-04-06 | Move missing users test, and add a test for bogus email address. | Barry Warsaw | 1 | -7/+21 |
| 2011-04-05 | Get users via email address through the REST API. | Barry Warsaw | 2 | -2/+24 |
| 2011-04-04 | Removing debugging print | Barry Warsaw | 1 | -1/+0 |
| 2011-04-04 | More fleshing out of the users REST API. | Barry Warsaw | 9 | -18/+180 |
| 2011-04-01 | * Re-organize the interface between buildout.cfg and the zope.testing layer | Barry Warsaw | 11 | -35/+161 |
| 2011-03-18 | Basic REST users URL. | Barry Warsaw | 1 | -0/+41 |
| 2011-03-18 | * Give users a unique, random, immutable user id. | Barry Warsaw | 11 | -21/+79 |
| 2011-03-18 | * Start fleshing out the REST API for users. | Barry Warsaw | 4 | -113/+62 |
| 2011-03-17 | Reimplement wrap() using modern techniques, and finally get rid of Utils.py! | Barry Warsaw | 19 | -173/+263 |
| 2011-03-16 | Update comment. | Barry Warsaw | 1 | -1/+5 |
| 2011-03-16 | Utils.maketext() and Utils.findtext() are gone. | Barry Warsaw | 13 | -222/+100 |
| 2011-03-16 | make() and some tests. | Barry Warsaw | 2 | -4/+113 |
| 2011-03-16 | Checkpointing migration of findtext() and maketext() out of Utils.py. Tests | Barry Warsaw | 2 | -15/+254 |
| 2011-03-15 | Basic tests for Utils.py findtext(). This will go away, but for now it's | Barry Warsaw | 5 | -3/+157 |
| 2011-02-26 | More eradication of Utils.py. | Barry Warsaw | 3 | -42/+43 |
| 2011-02-25 | Cue Freddy Mercury. Another one bites the dust. | Barry Warsaw | 4 | -10/+11 |
| 2011-02-25 | nntpsplit() is replaced by lazr.config.as_host_port(). | Barry Warsaw | 3 | -16/+6 |
| 2011-02-25 | Two more unused functions removed. Utils.py, your days are numbered. | Barry Warsaw | 1 | -20/+0 |
| 2011-02-25 | Move oneline() out of Utils.py. | Barry Warsaw | 8 | -24/+46 |
| 2011-02-25 | Remove an unused function from Utils.py. | Barry Warsaw | 1 | -55/+0 |
| 2011-02-25 | Eliminate Utils.get_pattern() and in the process, completely revamp | Barry Warsaw | 12 | -39/+462 |
| 2011-02-25 | Move passwords module to the utilities subpackage. | Barry Warsaw | 4 | -6/+2 |
| 2011-01-31 | Fixed a typo in add_member() which prevented subscribing an email address that | Barry Warsaw | 6 | -16/+110 |
| 2011-01-06 | Implement the email address validator as a utility for easier pluggability. | Barry Warsaw | 7 | -42/+72 |
| 2011-01-04 | Remove some unused/untested stuff regarding password creation from Utils.py. | Barry Warsaw | 3 | -355/+1 |
| 2011-01-03 | Better wording given by Patrick Ben Koetter. | Barry Warsaw | 1 | -2/+14 |
| 2011-01-03 | Catch up on news for 3.0.0a7. | Barry Warsaw | 1 | -4/+42 |
| 2011-01-02 | LP: #490044 - Support SMTP AUTH. | Barry Warsaw | 7 | -3/+160 |
| 2011-01-02 | Make sure all documentation is included in the toctree. | Barry Warsaw | 1 | -0/+1 |
| 2011-01-02 | Split member and nonmember moderation. | Barry Warsaw | 15 | -230/+363 |
| 2011-01-01 | Happy New Year. | Barry Warsaw | 260 | -261/+261 |
| 2011-01-01 | Because it was just to damn confusing, rename IAddress.address to | Barry Warsaw | 33 | -352/+429 |
| 2010-12-31 | * Simplify the membership.txt doctest. | Barry Warsaw | 6 | -156/+176 |
| 2010-12-29 | Fairly significant change to the way member and nonmember moderation occurs. | Barry Warsaw | 21 | -437/+397 |
| 2010-12-28 | Clean up from the previous commit. | Barry Warsaw | 3 | -3/+14 |
| 2010-12-26 | In the REST API, include the fqdn_listname and email address in the member's | Barry Warsaw | 2 | -0/+44 |
| 2010-12-22 | Insulate the test environment from the running environment. Sadly, the test | Barry Warsaw | 11 | -93/+105 |
| 2010-12-22 | * Start to get rid of pylint; it's more trouble than it's worth and pyflakes | Barry Warsaw | 7 | -52/+245 |
| 2010-11-27 | Upgrade from using the locknix package to using flufl.lock. | Barry Warsaw | 11 | -23/+22 |
| 2010-10-27 | Support Python 2.7. (LP: 667472) | Barry Warsaw | 3 | -6/+12 |
| 2010-10-13 | Add reply_goes_to_list, send_welcome_msg, welcome_msg, member_moderation_acti... | root | 2 | -0/+29 |
| 2010-10-12 | * We now have to disable site-packages because of LP: #659231 | Barry Warsaw | 2 | -6/+28 |
| 2010-10-08 | Fix the obvious errors identified by pyflakes. Skip false positives (mostly | Barry Warsaw | 69 | -119/+59 |
| 2010-10-08 | Don't include the eggs/ or parts/ directory in the tarball, otherwise the | Barry Warsaw | 1 | -1/+3 |
| 2010-09-29 | Add doctest for connecting using invalid credentials and some documentation r... | root | 3 | -8/+33 |
| 2010-09-28 | Add HTTP authentication to the REST API | root | 2 | -2/+19 |
| 2010-09-23 | Fix typo in scan_message(). (LP: #645897) | Barry Warsaw | 3 | -9/+51 |