| Commit message (Expand) | Author | Age | Files | Lines |
| * | All these files have been moved to the Mailman/Cgi package directory | bwarsaw | 1998-06-19 | 11 | -2353/+0 |
| * | All these files have been moved to the Mailman directory (and some renamed) | bwarsaw | 1998-06-19 | 29 | -6424/+0 |
| * | Fixed a typo that probably kept it from loading. | viega | 1998-06-16 | 1 | -4/+3 |
| * | From the error message, and what I've learned about base64, my best | viega | 1998-06-14 | 2 | -8/+6 |
| * | There's now a global USE_CRYPT variable. It *should* be set by the | viega | 1998-06-14 | 2 | -2/+10 |
| * | Provides a method wrap_func(func, debug, print_env). If debug is off, | viega | 1998-06-14 | 1 | -0/+23 |
| * | Added debug.py on suggestion from Michael McLay. Added his | viega | 1998-06-14 | 1 | -0/+48 |
| * | Modified to install the stuff in Cgi. It's probably not the right way | viega | 1998-06-14 | 1 | -1/+11 |
| * | These are the files that used to be in ../cgi, except they no longer | viega | 1998-06-14 | 11 | -0/+2356 |
| * | Moved _mime_separator from InitVars to InitTempVars. | viega | 1998-06-13 | 1 | -5/+2 |
| * | Added support for flock.py | viega | 1998-06-13 | 1 | -9/+4 |
| * | InitTempVars() added. | viega | 1998-06-13 | 1 | -2/+2 |
| * | Added support for flock.py and an InitTempVars() method that will get | viega | 1998-06-13 | 1 | -25/+23 |
| * | Sometimes I miss type checking... fixed a collision between a method | viega | 1998-06-13 | 1 | -6/+7 |
| * | New file locking class that is, in theory, portable. Since this is | viega | 1998-06-13 | 1 | -0/+100 |
| * | Added support for send_welcome_msg. | viega | 1998-06-12 | 3 | -1/+14 |
| * | Added support for a send_reminders variable that controls whether | viega | 1998-06-12 | 1 | -5/+8 |
| * | Added default entries for ANONYMOUS LIST (forgot to do that last time) | viega | 1998-06-12 | 1 | -1/+6 |
| * | Fixed a bug that arose from changing file format versions to a number. | viega | 1998-06-12 | 1 | -42/+45 |
| * | Made Scott's fixes so that angle brackets are given when required (in | viega | 1998-06-12 | 1 | -3/+3 |
| * | digest_send_periodic now uses a Radio button instead of a number box, since | viega | 1998-06-11 | 1 | -2/+3 |
| * | The data file version is now different from the mailman version. I'm | viega | 1998-06-11 | 1 | -21/+28 |
| * | Changed the way InitVars() is called so that it only gets called on | viega | 1998-06-11 | 1 | -11/+14 |
| * | I added a variable 'anonymous_list' that, if set, causes From, Sender | viega | 1998-06-11 | 1 | -1/+9 |
| * | Applied minor changes across 4 lines submitted by Janne Sinkkonen | viega | 1998-06-11 | 1 | -4/+4 |
| * | Fixed a bug where sometimes a leading / is missing from PATH_INFO. | viega | 1998-06-05 | 1 | -1/+3 |
| * | The site password wasnt working because: | viega | 1998-06-03 | 1 | -1/+1 |
| * | Whoops, I forgot to check these in. They're changed to handle | viega | 1998-06-03 | 6 | -16/+17 |
| * | Removed the method GetScriptURL. Replaced it with two methods: | viega | 1998-06-03 | 1 | -4/+7 |
| * | Added a method: GetNestingLevel(), which returns how many ../'s are | viega | 1998-06-03 | 1 | -0/+11 |
| * | Fixed a bug in wrap where wrap would error if the length of the string | viega | 1998-06-03 | 1 | -1/+1 |
| * | Don't copy over the list data file if it doesn't exist. | viega | 1998-06-02 | 1 | -2/+3 |
| * | Multi-line headers won't have a colon in every line, so don't assume there wi... | viega | 1998-06-02 | 1 | -2/+2 |
| * | Pretty minor bugfixing. Use NewsMessage instead of the mail message so | viega | 1998-06-02 | 1 | -18/+41 |
| * | Added a readline() method to classes, since it turned out nntplib used | viega | 1998-06-02 | 1 | -2/+46 |
| * | No longer pass in the stupid news parameter to DeliverToList(), since | viega | 1998-06-02 | 1 | -3/+3 |
| * | No longer take a news parameter in .DeliverToList(), and no longer call | viega | 1998-06-02 | 1 | -4/+1 |
| * | Added a lock parameter to the constructor of MailList, which determines | viega | 1998-06-02 | 1 | -5/+9 |
| * | Whoops, forgot to check in the new default variables for the admin | viega | 1998-05-31 | 1 | -2/+10 |
| * | configure.in: 1.0b5 -> 1.0b4 | viega | 1998-05-31 | 1 | -1/+1 |
| * | As a safety measure, copy over the list config file to config.last | viega | 1998-05-31 | 1 | -1/+7 |
| * | Add .readlines() to both message classes. | viega | 1998-05-31 | 1 | -2/+13 |
| * | Pass the flag to .DeliverToList() that says, "don't repost this mail | viega | 1998-05-31 | 1 | -5/+5 |
| * | .DeliverToList calls the Mail->News gater unless a flag is passed saying | viega | 1998-05-31 | 1 | -1/+3 |
| * | Inherit the gateway mixin, and do the right initialization. | viega | 1998-05-31 | 1 | -1/+4 |
| * | Add mm_gateway to the list of modules. | viega | 1998-05-31 | 1 | -1/+2 |
| * | Added a mixin that allows for Mail->News and News->Mail gateways. I | viega | 1998-05-31 | 1 | -0/+119 |
| * | Ah, I saw the "More condensed" interface to md5, and used that instead. | viega | 1998-05-30 | 1 | -3/+1 |
| * | Added mm_crypt, which trys to import crypt, and provides a wrapper | viega | 1998-05-30 | 3 | -5/+13 |
| * | Integrated Scott's cookie code into the distribution. | viega | 1998-05-30 | 3 | -10/+31 |