summaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* All these files have been moved to the Mailman/Cgi package directorybwarsaw1998-06-1911-2353/+0
* All these files have been moved to the Mailman directory (and some renamed)bwarsaw1998-06-1929-6424/+0
* Fixed a typo that probably kept it from loading.viega1998-06-161-4/+3
* From the error message, and what I've learned about base64, my bestviega1998-06-142-8/+6
* There's now a global USE_CRYPT variable. It *should* be set by theviega1998-06-142-2/+10
* Provides a method wrap_func(func, debug, print_env). If debug is off,viega1998-06-141-0/+23
* Added debug.py on suggestion from Michael McLay. Added hisviega1998-06-141-0/+48
* Modified to install the stuff in Cgi. It's probably not the right wayviega1998-06-141-1/+11
* These are the files that used to be in ../cgi, except they no longerviega1998-06-1411-0/+2356
* Moved _mime_separator from InitVars to InitTempVars.viega1998-06-131-5/+2
* Added support for flock.pyviega1998-06-131-9/+4
* InitTempVars() added.viega1998-06-131-2/+2
* Added support for flock.py and an InitTempVars() method that will getviega1998-06-131-25/+23
* Sometimes I miss type checking... fixed a collision between a methodviega1998-06-131-6/+7
* New file locking class that is, in theory, portable. Since this isviega1998-06-131-0/+100
* Added support for send_welcome_msg.viega1998-06-123-1/+14
* Added support for a send_reminders variable that controls whetherviega1998-06-121-5/+8
* Added default entries for ANONYMOUS LIST (forgot to do that last time)viega1998-06-121-1/+6
* Fixed a bug that arose from changing file format versions to a number.viega1998-06-121-42/+45
* Made Scott's fixes so that angle brackets are given when required (inviega1998-06-121-3/+3
* digest_send_periodic now uses a Radio button instead of a number box, sinceviega1998-06-111-2/+3
* The data file version is now different from the mailman version. I'mviega1998-06-111-21/+28
* Changed the way InitVars() is called so that it only gets called onviega1998-06-111-11/+14
* I added a variable 'anonymous_list' that, if set, causes From, Senderviega1998-06-111-1/+9
* Applied minor changes across 4 lines submitted by Janne Sinkkonenviega1998-06-111-4/+4
* Fixed a bug where sometimes a leading / is missing from PATH_INFO.viega1998-06-051-1/+3
* The site password wasnt working because:viega1998-06-031-1/+1
* Whoops, I forgot to check these in. They're changed to handleviega1998-06-036-16/+17
* Removed the method GetScriptURL. Replaced it with two methods:viega1998-06-031-4/+7
* Added a method: GetNestingLevel(), which returns how many ../'s areviega1998-06-031-0/+11
* Fixed a bug in wrap where wrap would error if the length of the stringviega1998-06-031-1/+1
* Don't copy over the list data file if it doesn't exist.viega1998-06-021-2/+3
* Multi-line headers won't have a colon in every line, so don't assume there wi...viega1998-06-021-2/+2
* Pretty minor bugfixing. Use NewsMessage instead of the mail message soviega1998-06-021-18/+41
* Added a readline() method to classes, since it turned out nntplib usedviega1998-06-021-2/+46
* No longer pass in the stupid news parameter to DeliverToList(), sinceviega1998-06-021-3/+3
* No longer take a news parameter in .DeliverToList(), and no longer callviega1998-06-021-4/+1
* Added a lock parameter to the constructor of MailList, which determinesviega1998-06-021-5/+9
* Whoops, forgot to check in the new default variables for the adminviega1998-05-311-2/+10
* configure.in: 1.0b5 -> 1.0b4viega1998-05-311-1/+1
* As a safety measure, copy over the list config file to config.lastviega1998-05-311-1/+7
* Add .readlines() to both message classes.viega1998-05-311-2/+13
* Pass the flag to .DeliverToList() that says, "don't repost this mailviega1998-05-311-5/+5
* .DeliverToList calls the Mail->News gater unless a flag is passed sayingviega1998-05-311-1/+3
* Inherit the gateway mixin, and do the right initialization.viega1998-05-311-1/+4
* Add mm_gateway to the list of modules.viega1998-05-311-1/+2
* Added a mixin that allows for Mail->News and News->Mail gateways. Iviega1998-05-311-0/+119
* Ah, I saw the "More condensed" interface to md5, and used that instead.viega1998-05-301-3/+1
* Added mm_crypt, which trys to import crypt, and provides a wrapperviega1998-05-303-5/+13
* Integrated Scott's cookie code into the distribution.viega1998-05-303-10/+31