| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | InitVars(): Add the `emergency' attribute for putting the brakes on | bwarsaw | 2002-03-15 | 1 | -0/+2 |
| * | ApprovedAddMember(), ApprovedDeleteMember(): The admin notification | bwarsaw | 2002-03-14 | 1 | -2/+4 |
| * | GetConfirmEmail(): Returns a VERP-ish reply address for VERPd | bwarsaw | 2002-03-14 | 1 | -4/+49 |
| * | Patches to help localize where file system layout decisions are made. | bwarsaw | 2002-03-05 | 1 | -9/+5 |
| * | Patches to support duplicate suppression for explicit recipients, | bwarsaw | 2002-03-05 | 1 | -2/+3 |
| * | __del__(): Remove this because it prevents the garbage collector from | bwarsaw | 2002-03-01 | 1 | -7/+0 |
| * | AddMember(), ConfirmUnsubscription(): We have to handle the confirm | bwarsaw | 2002-03-01 | 1 | -4/+8 |
| * | ChangeMemberAddress(): Pass the member's language into the | bwarsaw | 2002-02-28 | 1 | -4/+14 |
| * | AddMember(), ApprovedAddMember(), ApprovedDeleteMember(): When | bwarsaw | 2002-02-11 | 1 | -6/+3 |
| * | InitVars(): Add new list attributes: member_moderation_action and | bwarsaw | 2002-01-21 | 1 | -0/+5 |
| * | AddMember(): Add MIME-Version: and Content-Type: headers to the | bwarsaw | 2002-01-06 | 1 | -0/+3 |
| * | InitVars(): Add new attribute ban_list which contains a list of email | bwarsaw | 2002-01-06 | 1 | -0/+24 |
| * | ChangeMemberName(): Fix typo found by Dan Mick. | bwarsaw | 2002-01-04 | 1 | -1/+1 |
| * | InitVars(): Change the order of some of the attribute assignments; | bwarsaw | 2002-01-02 | 1 | -3/+4 |
| * | CheckVersion(): Slight simplification. | bwarsaw | 2001-12-31 | 1 | -16/+15 |
| * | ProcessConfirmation(): Add handling of Pending.RE_ENABLE to the big | bwarsaw | 2001-12-27 | 1 | -0/+5 |
| * | getListAddress(): Basic method for calculating a sub-address of the | bwarsaw | 2001-11-20 | 1 | -10/+16 |
| * | InitVars(): Add a hidden config variable `created_at' which | bwarsaw | 2001-10-27 | 1 | -0/+5 |
| * | CheckVersion(): Can't lock an already locked list! | bwarsaw | 2001-10-22 | 1 | -1/+2 |
| * | CheckVersion(): The list must be locked in order to auto-update the | bwarsaw | 2001-10-22 | 1 | -10/+17 |
| * | InitVars(): New MailList attributes: | bwarsaw | 2001-10-21 | 1 | -8/+17 |
| * | InitVars(): New list attribute first_strip_reply_to. | bwarsaw | 2001-10-20 | 1 | -0/+1 |
| * | InitVars(): Remove the initializations for the obsolete list | bwarsaw | 2001-10-15 | 1 | -17/+71 |
| * | AddMember(): When raising MMAlreadyAMember, include the email address | bwarsaw | 2001-10-12 | 1 | -1/+1 |
| * | HasExplicitDest(), hasMatchingHeader(): Pass a failobj of [] to the | bwarsaw | 2001-10-09 | 1 | -2/+2 |
| * | Switch to using binary cpickles as the config file data format. | bwarsaw | 2001-10-04 | 1 | -47/+70 |
| * | Convert from mimelib to email. | bwarsaw | 2001-10-01 | 1 | -8/+4 |
| * | AddMember(), ChangeMemberAddress(), ConfirmUnsubscription(): Fixed | bwarsaw | 2001-09-05 | 1 | -3/+3 |
| * | AddMember(), ChangeMemberAddress(), ConfirmUnsubscription(): The | bwarsaw | 2001-08-30 | 1 | -3/+3 |
| * | Create(): Let any exceptions in the os.makedirs() call percolate up. | bwarsaw | 2001-08-20 | 1 | -5/+2 |
| * | InitVars(): In order to make the General options consistently display | bwarsaw | 2001-08-17 | 1 | -3/+3 |
| * | InitTempVars(): Removed the _ready attribute, as it really isn't | bwarsaw | 2001-08-14 | 1 | -16/+10 |
| * | ApprovedAddMember(), ApprovedDeleteMember(): Instead of using | bwarsaw | 2001-08-04 | 1 | -4/+5 |
| * | InitVars(): Initialize the `personalize' list attribute. Defaults to 0. | bwarsaw | 2001-08-03 | 1 | -0/+1 |
| * | Another step towards conversion to MemberAdaptor API. | bwarsaw | 2001-07-29 | 1 | -27/+9 |
| * | Lock(): If /any/ exception (not just MMUnknownListError) is raised | bwarsaw | 2001-07-26 | 1 | -1/+1 |
| * | AddMember(): Cut-and-paste typo; mlist -> self; fullname -> name | bwarsaw | 2001-07-20 | 1 | -3/+10 |
| * | ApprovedAddMembers(): Rid ourselves of this horror. The right way to | bwarsaw | 2001-07-19 | 1 | -113/+115 |
| * | GetConfigInfo(): Do specific hasattr() tests instead of catching | bwarsaw | 2001-07-19 | 1 | -4/+2 |
| * | AddMember(): ApprovedAddMember doesn't take a fullname argument, don't try | twouters | 2001-07-19 | 1 | -5/+5 |
| * | Major overhaul. Summary: | bwarsaw | 2001-07-19 | 1 | -958/+404 |
| * | AddMember(), ChangeMemberAddress(), ConfirmUnsubscription(): Shorten | bwarsaw | 2001-07-11 | 1 | -3/+3 |
| * | GetConfigInfo(): Add some text to the welcome_msg details which | bwarsaw | 2001-07-10 | 1 | -1/+9 |
| * | Use better syslog() calling convention. | bwarsaw | 2001-06-27 | 1 | -19/+18 |
| * | Add support for the list moderator role, and change of address | bwarsaw | 2001-05-31 | 1 | -5/+134 |
| * | GetAvailableLanguages(): Add a comment. | bwarsaw | 2001-05-25 | 1 | -0/+4 |
| * | GetAvailableLanguages(): Always add the server default language to the | bwarsaw | 2001-05-25 | 1 | -0/+1 |
| * | InitVars(): Don't call HTMLFormatter.InitVars() as this has been | bwarsaw | 2001-05-22 | 1 | -2/+0 |
| * | A few language related safety issues: | bwarsaw | 2001-05-20 | 1 | -2/+8 |
| * | GetConfigInfo(), AddMember(), ConfirmUnsubscription(), | bwarsaw | 2001-05-18 | 1 | -8/+6 |