| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixed indentation (so changes look bigger than they really are). | bwarsaw | 1998-07-06 | 2 | -128/+152 |
| * | Moved wrapping/filling to maketext() template generator. | bwarsaw | 1998-07-06 | 1 | -7/+11 |
| * | Bouncer.HandleBouncingAddress(): Convert to using Utils.maketext() templates. | bwarsaw | 1998-07-06 | 1 | -48/+46 |
| * | Get the StampedLogger out of Mailman.Logging.StampedLogger | bwarsaw | 1998-07-02 | 1 | -1/+2 |
| * | Strip out all logging stuff. This will get taken care of by the CGI | bwarsaw | 1998-07-02 | 1 | -21/+0 |
| * | Removed classes Logger and StampedLogger, into modules in the | bwarsaw | 1998-07-02 | 1 | -119/+3 |
| * | Added Logging subdir | bwarsaw | 1998-07-02 | 1 | -2/+1 |
| * | Subpackage containing all logging classes. | bwarsaw | 1998-07-02 | 7 | -0/+324 |
| * | .InitTempVars(): Use the default templates for anonymous lists. | klm | 1998-07-01 | 1 | -2/+5 |
| * | Maillist: Upon investigating why self._mime_separator was never | klm | 1998-07-01 | 1 | -9/+15 |
| * | Digester.InitTempVars(): Add setting of self._mime_separator here, | klm | 1998-07-01 | 1 | -0/+3 |
| * | main(): corrected misplaced 'else' clause in password checking logic - | klm | 1998-07-01 | 1 | -5/+5 |
| * | Eric Raymond added support for ESMTP protocol and corrected some typos | guido | 1998-06-25 | 1 | -33/+113 |
| * | I removed a potential race condition, if two files decide to time-out | viega | 1998-06-24 | 2 | -26/+34 |
| * | Add more disgusting global variable references, just to avoid | bwarsaw | 1998-06-23 | 1 | -1/+17 |
| * | MailCommandHandler.AddApprovalMsg(): use the Utils.maketext() | bwarsaw | 1998-06-23 | 1 | -18/+11 |
| * | Obsolete. Fold this functionality (for now) in the CGI driver script | bwarsaw | 1998-06-19 | 2 | -85/+0 |
| * | Removed RCS crud | bwarsaw | 1998-06-19 | 4 | -9/+4 |
| * | /usr/local/bin/python => /usr/bin/env python | bwarsaw | 1998-06-19 | 1 | -2/+1 |
| * | Convert all module names to their new names. | bwarsaw | 1998-06-19 | 2 | -16/+21 |
| * | Convert all module names to their new names. | bwarsaw | 1998-06-19 | 1 | -6/+24 |
| * | Added GPL, removed VERIFY_FMT | bwarsaw | 1998-06-19 | 1 | -20/+17 |
| * | Convert all module names to their new names. | bwarsaw | 1998-06-19 | 1 | -17/+25 |
| * | Convert all module names to their new names. | bwarsaw | 1998-06-19 | 1 | -72/+79 |
| * | Convert all module names to their new names. | bwarsaw | 1998-06-19 | 1 | -145/+70 |
| * | Convert all module names to their new names. | bwarsaw | 1998-06-19 | 1 | -45/+32 |
| * | Convert all module names to their new names. | bwarsaw | 1998-06-19 | 2 | -17/+21 |
| * | Convert all module names to their new names. | bwarsaw | 1998-06-19 | 2 | -7/+14 |
| * | Removed RCS crud | bwarsaw | 1998-06-19 | 1 | -2/+2 |
| * | Convert all module names to their new names. | bwarsaw | 1998-06-19 | 1 | -11/+17 |
| * | Convert all module names to their new names. | bwarsaw | 1998-06-19 | 1 | -98/+46 |
| * | mailman => Mailman | bwarsaw | 1998-06-19 | 1 | -1/+1 |
| * | Config => mm_cfg | bwarsaw | 1998-06-19 | 1 | -3/+3 |
| * | The usual | bwarsaw | 1998-06-19 | 2 | -0/+4 |
| * | Added a Makefile template for installing in this subdir (instead of | bwarsaw | 1998-06-19 | 1 | -0/+71 |
| * | Convert all module names to their new names. Import all modules from | bwarsaw | 1998-06-19 | 5 | -508/+559 |
| * | Convert all module names to their new names. Import all modules from | bwarsaw | 1998-06-19 | 1 | -7/+8 |
| * | Convert all module names to their new names. Import all modules from | bwarsaw | 1998-06-19 | 1 | -19/+15 |
| * | Convert all module names to their new names. Import all modules from | bwarsaw | 1998-06-19 | 1 | -11/+14 |
| * | Convert all module names to their new names. Import all modules from | bwarsaw | 1998-06-19 | 1 | -3/+3 |
| * | Convert all module names to their new names. Import all modules from | bwarsaw | 1998-06-19 | 1 | -66/+42 |
| * | Added GPL | bwarsaw | 1998-06-16 | 1 | -4/+28 |
| * | Note! These changes are not being tracked in the old modules | bwarsaw | 1998-06-16 | 1 | -25/+39 |
| * | 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 |