| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2000-12-20 | string module functions to string methods. | bwarsaw | 1 | -36/+40 | |
| do_bump(): Handle updating the version in multiple template files, currently index.ht and download.ht. | |||||
| 2000-12-20 | First step in the conversion to a multiple-queue model. This script | bwarsaw | 1 | -246/+22 | |
| gets simplified considerably because the bulk of the logic is moved into classes in the Mailman.Queue package. The next step might be to make the queues long running processes watchdogged by the qrunner. QRUNNERS is a list of classes to instantiate to run through the various queue directories. Currently there are only incoming, outgoing, and usenet queues. Each qrunner is run in it's own child process (via fork), so we need to be more careful about race conditions in the re-queuing logic. main(): Pretty simple now, it just forks and waits on the child processes. | |||||
| 2000-12-20 | process_lists(): Wrap the open_newsgroup() call in a try/except to | bwarsaw | 1 | -2/+6 | |
| catch any socket errors coming back from the nntp connection attempts. | |||||
| 2000-12-20 | main(): In the conversion to string methods, the initialization of | bwarsaw | 1 | -2/+2 | |
| default values for lock and run were moved to the wrong place. (found by Dan Mick.) | |||||
| 2000-12-20 | main(): Explicitly queue the message to INQUEUE_DIR (see changes | bwarsaw | 5 | -7/+7 | |
| described in qrunner for details). | |||||
| 2000-12-20 | main(): Some fixes to handle situations such as sending directly to | bwarsaw | 2 | -16/+54 | |
| the non-extension address, and for handling listnames with dashes in them. Also, do better matching of incoming message's target domain with the list's domain. | |||||
| 2000-12-20 | VALID_COMMANDS: `auto' is an acceptable command -- this is a script | bwarsaw | 1 | -0/+1 | |
| that can be used with the Postfix MTA. | |||||
| 2000-12-08 | Add `auto' script. | bwarsaw | 1 | -1/+1 | |
| 2000-12-08 | intermediate | bwarsaw | 2 | -2/+8 | |
| 2000-12-08 | Script which can be used to make Postfix automatically recognize new | bwarsaw | 2 | -0/+184 | |
| mailing lists. | |||||
| 2000-12-08 | checkdata(): Check the permissions on the request.db file. | bwarsaw | 1 | -6/+7 | |
| Also, sundry additional Python2.0-ifications, and a few typo fixes. | |||||
| 2000-12-07 | First integration patch for Juan Carlos's translatable string changes | bwarsaw | 8 | -391/+410 | |
| 2000-12-07 | First integration patch of Juan Carlos's i18n string marking changes. | bwarsaw | 2 | -17/+17 | |
| 2000-12-07 | First round integration of Juan Carlos's translatable string markings. | bwarsaw | 13 | -325/+343 | |
| 2000-12-07 | Add version and release date tag to the front page. | bwarsaw | 1 | -0/+8 | |
| 2000-12-07 | run_main(): Gross and temporary hack to put `_' in the builtins. It's | bwarsaw | 1 | -0/+9 | |
| too magical so eventually explicit imports will be added to the appropriate modules. | |||||
