summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* dolist: update archive dirs relative to var_prefix, not prefix.twouters2001-03-021-7/+10
* Fix usage to remove the mention of the magical 4th argument.twouters2001-03-021-6/+3
* main(): Fix typo in long argument check of --archives. Discovered bybwarsaw2001-03-021-2/+2
* Erg. Fix copyright years.bwarsaw2001-03-011-1/+1
* do_output(): Some changes to make the resulting variable descriptionbwarsaw2001-03-011-2/+20
* Fix some typos missed in the last checkin.bwarsaw2001-02-281-3/+3
* Update copyright yearsbwarsaw2001-02-281-1/+1
* Next round of big i18n patches.bwarsaw2001-02-282-38/+61
* move_language_templates(): Move all the pre-2.1 templates frombwarsaw2001-02-231-0/+30
* update copyright linebwarsaw2001-02-151-1/+1
* Get rid of the HandlerAPI and Crypt stuff, use sha as the default hashbwarsaw2001-02-151-14/+12
* Convert to the switchboard interface.bwarsaw2001-02-151-5/+6
* Add newlang and rmlang scripts c/o Juan Carlos.bwarsaw2001-02-151-2/+3
* main(): Call maketext() with the list's preferred language.bwarsaw2000-12-261-1/+1
* intermediatebwarsaw2000-12-261-0/+115
* intermediatebwarsaw2000-12-261-1/+0
* jcrey's newlang script for adding language support to a mailing list.bwarsaw2000-12-261-0/+113
* main(): In the conversion to string methods, the initialization ofbwarsaw2000-12-201-2/+2
* checkdata(): Check the permissions on the request.db file.bwarsaw2000-12-081-6/+7
* Start of support for i18n; marking of translatable strings.bwarsaw2000-12-0717-310/+378
* Start of support for i18n; marking of translatable strings.bwarsaw2000-12-072-71/+63
* checkmboxfile(): Ensures that the various archive .mbox files have atbwarsaw2000-12-061-1/+21
* main(): Fixed argument parsing bugs. Also, removed the argv[5] hackbwarsaw2000-11-151-24/+34
* Allow additional arguments on the command line, which are passed tobwarsaw2000-11-111-24/+50
* Added -o flag to append /etc/aliases suggestions to the given file.bwarsaw2000-11-101-10/+24
* If we get an import error on "import paths", print a slightly morebwarsaw2000-11-081-1/+9
* Add -h/--help option and standard option parsing.bwarsaw2000-11-082-15/+53
* Many people have problems upgrading an active system because they findbwarsaw2000-11-011-37/+68
* main(): If the list given on the command line doesn't exist, print thebwarsaw2000-10-231-0/+4
* SF Patch #101846 by Sean Reifschneider (modified by bwarsaw) to addbwarsaw2000-10-201-1/+24
* Since we now require Python 1.5.2 and that version has getpass in it'sbwarsaw2000-10-021-26/+28
* Since we now require Python 1.5.2 and that version has getpass in it'sbwarsaw2000-10-021-1/+1
* checkarchivedbs(): Don't bomb out if there are some nondirectories inbwarsaw2000-09-261-1/+1
* Several changes in support of David Champion's SF patch #101331.bwarsaw2000-09-221-2/+2
* Several changes in support of David Champion's SF patch #101331.bwarsaw2000-09-221-1/+3
* Several changes in support of David Champion's SF patch #101331.bwarsaw2000-09-221-15/+27
* main(): Reject empty passwords; list admin passwords must bebwarsaw2000-09-191-0/+4
* Added -a/--all flag to remove all members in one fell swoop. Closesbwarsaw2000-09-151-6/+14
* Need to import the string module.bwarsaw2000-09-141-0/+3
* main(): When generating passwords, use the standardbwarsaw2000-09-121-1/+1
* Make sure all scripts lowercase the list names, since they are casebwarsaw2000-09-1114-18/+38
* dolist(): small patch to fix changing the first moderator inbwarsaw2000-08-251-2/+2
* main(): GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1)bwarsaw2000-08-011-2/+2
* SendExplanation(): GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1)bwarsaw2000-08-011-1/+1
* do_output(): Hrvoje Niksic rightly points out that we need tobwarsaw2000-07-271-1/+7
* do_output(): Needed to add `autoreply' category to get thebwarsaw2000-07-241-1/+1
* do_output(): Added `autoreply' to list of categories.bwarsaw2000-07-241-2/+2
* Status messages are printed to stderr using the new Utils.write()bwarsaw2000-07-241-9/+13
* main(): We don't need to delete locks/<listname>.lock when removingbwarsaw2000-07-191-4/+2
* SendExplanation(): Use the new DeliverToUser() API to fix the sendingbwarsaw2000-07-191-2/+5