summaryrefslogtreecommitdiff
path: root/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* do_output(): Skip volatile attributes (i.e. those whose name beginsbwarsaw2000-06-231-0/+3
* Better option parsingbwarsaw2000-06-191-60/+92
* put bulk of logic in main() function and re-arrange things so thebwarsaw2000-06-151-17/+19
* checkdata(): New function which checks the permissions onbwarsaw2000-06-141-18/+44
* A few minor message clarifications.bwarsaw2000-05-081-2/+2
* Added dumpdb to SCRIPTS.bwarsaw2000-05-041-1/+1
* Dumb but useful script (at least for me!) for pretty printing thebwarsaw2000-05-041-0/+47
* type in docstring (found by Michael Yount)bwarsaw2000-04-211-8/+20
* Expanding and changing the command line interface.bwarsaw2000-04-211-50/+140