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