| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Create(): Add a call to CheckValues() so that even if DEFAULT_URL is | bwarsaw | 2001-05-16 | 1 | -0/+1 |
| * | ProcessConfirmation(): Fix tuple unpacking typo in unsub confirmation. | bwarsaw | 2001-05-11 | 1 | -1/+1 |
| * | Create(): Wrap the os.makedirs() in a try/except transforming OSErrors | bwarsaw | 2001-05-09 | 1 | -2/+7 |
| * | Support the new confirmation scheme for both subscriptions and | bwarsaw | 2001-04-02 | 1 | -14/+55 |
| * | AddMember(): Use the new Pending module interface. Also, generate the | bwarsaw | 2001-03-26 | 1 | -27/+30 |
| * | AddMember(): Change the subscription confirmation Subject: header to | bwarsaw | 2001-03-24 | 1 | -1/+1 |
| * | GetConfigInfo(): Elaborate slightly about the `host_name' attribute. | bwarsaw | 2001-03-02 | 1 | -17/+17 |
| * | GetPreferredLanguage(): Simplify. | bwarsaw | 2001-03-01 | 1 | -4/+1 |
| * | GetConfigInfo(): Fixed typo. | bwarsaw | 2001-03-01 | 1 | -1/+1 |
| * | Untabification. | bwarsaw | 2001-02-28 | 1 | -465/+479 |
| * | Create(): We don't need to touch the digest files since we're doing | bwarsaw | 2001-02-16 | 1 | -11/+0 |
| * | Create(): os.makedirs() is better than Utils.MakeDirTree(). | bwarsaw | 2001-02-16 | 1 | -1/+5 |