| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2002-01-06 | get_global_password(): Factor this out of check_global_password | bwarsaw | 1 | -3/+10 | |
| because SecurityManager now may want the actual site password, for (optionally) setting a site cookie. | |||||
| 2002-01-06 | Dan Ohnesorg rightly points out that the instruction to set MTA must | bwarsaw | 1 | -9/+9 | |
| come before the running of genaliases. | |||||
| 2002-01-06 | Fix typo in autoconf substitution. Found by Dan Ohnesorg. | bwarsaw | 1 | -1/+1 | |
| 2002-01-06 | hold_for_approval(): Add Content-Type: header with the proper charset | bwarsaw | 1 | -3/+5 | |
| to the admin message we send out. | |||||
| 2002-01-06 | AddMember(): Add MIME-Version: and Content-Type: headers to the | bwarsaw | 1 | -0/+3 | |
| confirmation message we're sending to the requester. | |||||
| 2002-01-06 | HoldSubscription(), HoldUnsubscription(): Add MIME-Version: and | bwarsaw | 1 | -0/+6 | |
| Content-Type: headers to the admin message we send out. | |||||
| 2002-01-06 | Add an item about the new subscription ban feature. | bwarsaw | 1 | -0/+5 | |
| 2002-01-06 | GetConfigInfo(): Add configuration for ban_list. | bwarsaw | 1 | -1/+11 | |
| 2002-01-06 | process_form(): Handle MembershipIsBanned exceptions. | bwarsaw | 1 | -2/+6 | |
| 2002-01-06 | show_pending_subs(): Slight rewording of a label. Sorry translators! | bwarsaw | 1 | -12/+34 | |
| Also, in pending subscriptions listing, add a checkbox which will add the address to the ban_list. show_helds_overview(): Add a checkbox which will add the address to the ban_list. process_form(): Handle adding the address to the ban_list. | |||||
| 2002-01-06 | NewVars(): Add ban_list attribute if it's missing. | bwarsaw | 1 | -1/+2 | |
| 2002-01-06 | VERSION: Bump to 2.1a4+ | bwarsaw | 1 | -3/+3 | |
| DATA_FILE_VERSION: Bump to pick up the new ban_list attribute. | |||||
| 2002-01-06 | InitVars(): Add new attribute ban_list which contains a list of email | bwarsaw | 1 | -0/+24 | |
| addresses or regular expressions that are matched against the subscribing address to see if it is banned from this list. AddMember(): Implement the banned subscription logic. For each item in ban_list match it against the subscribing address, case insensitively. If there is a match, raise MembershipIsBanned exception. If the pattern starts with a ^ it is a regular expression. | |||||
| 2002-01-06 | ProcessSubscribeCmd(): Catch MembershipIsBanned exceptions when | bwarsaw | 1 | -1/+7 | |
| calling AddMember(). This exception is raised when the subscribing address is banned. | |||||
| 2002-01-06 | New error class MembershipIsBanned; used in support of the new banned | bwarsaw | 1 | -1/+2 | |
| subscription address feature. | |||||
| 2002-01-04 | Updated norwegian catalog. | avalon | 2 | -15/+124 | |
