| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | This file was never published in yr 2000. | bwarsaw | 2001-05-14 | 1 | -1/+1 |
| * | enqueue(): The `received_time' metadata (which is set here once, but | bwarsaw | 2001-05-14 | 1 | -22/+71 |
| * | __oneloop(): Guarantee FIFO order on the processed messages. We | bwarsaw | 2001-05-14 | 1 | -16/+23 |
| * | process(): We don't need to set the `received_time' metadata item, | bwarsaw | 2001-05-14 | 1 | -1/+0 |
| * | reap(): It's possible under some circumstances to get an ECHILD from | bwarsaw | 2001-05-14 | 1 | -1/+8 |
| * | get_item_gui_description(): Can't add two Label() widgets, so format | bwarsaw | 2001-05-11 | 1 | -2/+2 |
| * | ProcessConfirmation(): Fix tuple unpacking typo in unsub confirmation. | bwarsaw | 2001-05-11 | 1 | -1/+1 |
| * | _dispose(): Add support for mylist-join and mylist-leave aliases. The | bwarsaw | 2001-05-11 | 1 | -0/+10 |
| * | De-string-module-ification. | bwarsaw | 2001-05-11 | 1 | -31/+33 |
| * | checkperms(): aliases.db should be owned by mailman now, not root. | bwarsaw | 2001-05-11 | 1 | -2/+2 |
| * | create(), remove(): Before we write to the aliases.db file, we must | bwarsaw | 2001-05-11 | 1 | -2/+47 |
| * | intermediate | bwarsaw | 2001-05-10 | 1 | -0/+46 |
| * | List creation/removal hooks now keep both the plain text file | bwarsaw | 2001-05-10 | 1 | -29/+120 |
| * | Add a "notify list owner?" widget, defaulting to Yes. | bwarsaw | 2001-05-10 | 1 | -15/+31 |
| * | checkperms(): Postfix-specific permission checks: make sure the | bwarsaw | 2001-05-09 | 1 | -2/+48 |
| * | process_request(): Allow any of the following passwords to be used to | bwarsaw | 2001-05-09 | 1 | -1/+3 |
| * | Added option to auto-generate list-admin password. The passwords will | bwarsaw | 2001-05-09 | 1 | -7/+38 |
| * | intermediate | bwarsaw | 2001-05-09 | 1 | -1/+0 |
| * | Checking in the usual .cvsignore, Makefile.in, and __init__.py files. | bwarsaw | 2001-05-09 | 4 | -0/+159 |
| * | intermediate | bwarsaw | 2001-05-09 | 1 | -2/+0 |
| * | intermediate | bwarsaw | 2001-05-09 | 1 | -1/+0 |
| * | CGI scripts for through-the-web creation and deletion of mailing lists. | bwarsaw | 2001-05-09 | 2 | -0/+500 |
| * | _dispose(): Oops! Remove an outdated comment. | bwarsaw | 2001-05-09 | 1 | -3/+1 |
| * | _dispose(): Add a new header X-List-Received-Date: which contains the | bwarsaw | 2001-05-09 | 1 | -1/+4 |
| * | listinfo_overview(): The hostname/domain grokking code was moved into | bwarsaw | 2001-05-09 | 1 | -16/+4 |
| * | success(): By adding default arguments, we can do the unpacking of | bwarsaw | 2001-05-09 | 1 | -3/+1 |
| * | admin_overview(): Add a link to the site-wide `create' cgi page for | bwarsaw | 2001-05-09 | 1 | -18/+23 |
| * | ValidAdminPassword(): CheckSiteAdminPassword -> check_global_password | bwarsaw | 2001-05-09 | 1 | -2/+2 |
| * | Added the Label widget/class, which is a Container that aligns its | bwarsaw | 2001-05-09 | 1 | -3/+16 |
| * | SetSiteAdminPassword() -> set_global_password(): Also, add optional | bwarsaw | 2001-05-09 | 1 | -9/+53 |
| * | bumping copyright years | bwarsaw | 2001-05-09 | 1 | -1/+1 |
| * | Recurse into the MTA directory. | bwarsaw | 2001-05-09 | 1 | -1/+1 |
| * | Create(): Wrap the os.makedirs() in a try/except transforming OSErrors | bwarsaw | 2001-05-09 | 1 | -2/+7 |
| * | Support for list creation through the web. Specifically, | bwarsaw | 2001-05-09 | 1 | -4/+13 |
| * | Be more paranoid about abnormal shutdown conditions, specifically: | bwarsaw | 2001-05-03 | 1 | -2/+23 |
| * | De-string-module-ification. | bwarsaw | 2001-05-03 | 2 | -8/+10 |
| * | Be more paranoid about abnormal shutdown conditions, specifically: | bwarsaw | 2001-05-03 | 1 | -4/+24 |
| * | main(): Add an explicit call to sys.exit() in the sigterm_handler() so | bwarsaw | 2001-05-03 | 1 | -5/+15 |
| * | Update comments to sync with 2.0.5 branch. | bwarsaw | 2001-05-03 | 1 | -19/+27 |
| * | Fixes to handle User-Hits-Stop-Button problems, specifically, | bwarsaw | 2001-05-02 | 3 | -4/+38 |
| * | Added missing import. | bwarsaw | 2001-05-01 | 1 | -3/+22 |
| * | CATEGORIES: Changes for readability... | bwarsaw | 2001-05-01 | 1 | -2/+6 |
| * | DEFAULT_DIGEST_VOLUME_FREQUENCY: Default value for the new | bwarsaw | 2001-05-01 | 1 | -1/+14 |
| * | mimelib's ReprMixin class and module was renamed to StringableMixin in | bwarsaw | 2001-05-01 | 1 | -3/+34 |
| * | process(): `received_time' should only be added to the message's | bwarsaw | 2001-05-01 | 1 | -2/+2 |
| * | InitVars(), GetConfigInfo(): clobber_date goes away as a list-specific | bwarsaw | 2001-05-01 | 1 | -8/+0 |
| * | ZapOldVars(): clobber_date goes away as a list-specific configuration | bwarsaw | 2001-05-01 | 1 | -0/+5 |
| * | Bump the DATA_FILE_VERSION to pick up the changes to the list object | bwarsaw | 2001-05-01 | 1 | -1/+1 |
| * | GetConfigInfo(): Two new configuration variables have been added: | bwarsaw | 2001-05-01 | 1 | -0/+44 |
| * | mimelib's ReprMixin class and module was renamed to StringableMixin in | bwarsaw | 2001-05-01 | 1 | -3/+3 |