| Commit message (Expand) | Author | Age | Files | Lines |
| * | Ben Gertzfield's patch to hardcode the path to the python executable | bwarsaw | 2001-09-07 | 6 | -6/+6 |
| * | Massively rewritten so as to (hopefully) simplify the logic, and not | bwarsaw | 2001-08-04 | 1 | -100/+109 |
| * | Split SCRIPTS into FILES and PROGRAMS. The former is installed with | bwarsaw | 2001-08-04 | 1 | -5/+8 |
| * | Reorder the imports so mm_cfg is always the first module imported | bwarsaw | 2001-07-27 | 6 | -9/+30 |
| * | poll_newsgroup(): work around Python 2.0 restriction on continue inside try | twouters | 2001-07-26 | 1 | -1/+8 |
| * | Dang, the usual oversight. | bwarsaw | 2001-07-26 | 1 | -1/+1 |
| * | main(): Use archive_dir() instead of the archive_directory attribute. | bwarsaw | 2001-07-26 | 1 | -1/+1 |
| * | poll_newsgroup(): Untested patch so that newsgroup messages with | bwarsaw | 2001-07-25 | 1 | -1/+8 |
| * | All membership related attribute access should use the MemberAdaptor | bwarsaw | 2001-07-19 | 1 | -2/+2 |
| * | No longer necessary. qrunner is now a proper daemon and shouldn't be | bwarsaw | 2001-07-06 | 1 | -290/+0 |
| * | Removed qrunner cron script, as it has been obsoleted by | bwarsaw | 2001-07-05 | 1 | -2/+2 |
| * | Lots of changes to make this act more like a traditional daemon and to | bwarsaw | 2001-07-03 | 1 | -67/+59 |
| * | Don't run qrunner as a cron job any more (it's now a daemon). | bwarsaw | 2001-07-03 | 1 | -3/+0 |
| * | mail_passwords(): Fixed missing translation markings; found by Ousmane | bwarsaw | 2001-07-02 | 1 | -1/+1 |
| * | start_runner(): Put the invocation of qrclass().run() inside the try: | bwarsaw | 2001-06-07 | 1 | -1/+1 |
| * | A few more updates to get this script working. Specifically, | bwarsaw | 2001-06-04 | 1 | -20/+27 |
| * | main(): Fix typo (missing ')') found by Ousmane Wilane. | twouters | 2001-06-04 | 1 | -1/+1 |
| * | sighup_handler(): Be sure to propagate the SIGHUP to all the qrunner | bwarsaw | 2001-06-02 | 1 | -8/+12 |
| * | sighup_handler(): New global function, installed as a signal handler | bwarsaw | 2001-06-02 | 1 | -1/+15 |
| * | de-string-module-ification | bwarsaw | 2001-05-31 | 1 | -9/+11 |
| * | main(): Do not send a password reminder to a user if they have | bwarsaw | 2001-05-25 | 1 | -7/+9 |
| * | Be sure to set the language to the DEFAULT_SERVER_LANGUAGE as soon as | bwarsaw | 2001-05-18 | 1 | -1/+4 |
| * | main(): MailList objects have grown a bump_digest_volume() method that | bwarsaw | 2001-05-01 | 1 | -3/+2 |
| * | main(): MailList objects have grown a send_digest_now() method that | bwarsaw | 2001-05-01 | 1 | -26/+6 |
| * | start_runner(): Due to race conditions, the subproc could get the | bwarsaw | 2001-04-03 | 1 | -1/+6 |
| * | master(): Rework the while 1 loop so that it's inside the try/except | bwarsaw | 2001-04-02 | 1 | -4/+4 |
| * | Improvements to make sure multiple qrunner masters aren't running at | bwarsaw | 2001-03-01 | 1 | -15/+62 |
| * | usage(): Standard usage printing function. | bwarsaw | 2001-02-16 | 1 | -7/+24 |
| * | Duh, don't try to import mimelib.Parser until after the paths have | bwarsaw | 2001-02-16 | 1 | -2/+2 |
| * | Very significant changes to support the new Runner classes, and the | bwarsaw | 2001-02-15 | 1 | -21/+167 |
| * | Convert to using the new ToDigest module which stores its digests in a | bwarsaw | 2001-02-15 | 1 | -20/+23 |
| * | De-string-module-ify. | bwarsaw | 2001-02-15 | 1 | -17/+23 |
| * | mail_passwords(): subj is marked for translation. Call maketext() | bwarsaw | 2000-12-26 | 1 | -2/+3 |
| * | main(): Call maketext() with the list's preferred language. | bwarsaw | 2000-12-26 | 1 | -1/+1 |
| * | First step in the conversion to a multiple-queue model. This script | bwarsaw | 2000-12-20 | 1 | -246/+22 |
| * | process_lists(): Wrap the open_newsgroup() call in a try/except to | bwarsaw | 2000-12-20 | 1 | -2/+6 |
| * | Start of support for i18n; marking of translatable strings. | bwarsaw | 2000-12-07 | 1 | -5/+6 |
| * | Add bumpdigests to the list of cron scripts to install. | bwarsaw | 2000-11-01 | 1 | -1/+1 |
| * | Minor typo in docstring. | bwarsaw | 2000-10-30 | 1 | -1/+1 |
| * | Cron script for bumping the digest volume number. | bwarsaw | 2000-10-30 | 1 | -0/+91 |
| * | dispose_message(): For mail destined to either the -admin or the | bwarsaw | 2000-09-18 | 1 | -1/+3 |
| * | mail_passwords(): Set the msgdata in DeliverToUser() to contain the | bwarsaw | 2000-09-15 | 1 | -2/+7 |
| * | Turn off incessant logging on every execution. | bwarsaw | 2000-09-14 | 1 | -2/+2 |
| * | Minor clean up. Also turn off incessant logging on every execution. | bwarsaw | 2000-09-14 | 1 | -4/+0 |
| * | main(): GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1) | bwarsaw | 2000-08-01 | 1 | -1/+1 |
| * | main(): GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1) | bwarsaw | 2000-08-01 | 1 | -1/+1 |
| * | main(): Fixed typo in syslog() call. | bwarsaw | 2000-07-27 | 1 | -1/+1 |
| * | main(): Unmarshal the .db file before creating the Message object. | bwarsaw | 2000-07-26 | 1 | -4/+5 |
| * | dispose_message(): A refinement of the message disposition scheme. | bwarsaw | 2000-07-22 | 1 | -8/+74 |
| * | process_lists(): Rewritten for efficiency. The list object is never | bwarsaw | 2000-06-28 | 1 | -30/+35 |