| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | change_options(): A few code cleanups. | bwarsaw | 2001-10-20 | 1 | -3/+1 |
| * | GetConfigInfo(): Rewrite the summary and details for | bwarsaw | 2001-10-19 | 1 | -5/+8 |
| * | Some reorganization of the Membership List page: | bwarsaw | 2001-10-19 | 1 | -14/+47 |
| * | We don't need this file any more, since everything's inlined with | bwarsaw | 2001-10-18 | 1 | -229/+0 |
| * | Added some internal methods to help with mailmanctl's transfer of lock | bwarsaw | 2001-10-18 | 1 | -1/+42 |
| * | PIDFILE: Use master-qrunner.pid instead of qrunner.pid | bwarsaw | 2001-10-18 | 1 | -1/+2 |
| * | __handlepost(): Forward the message (i.e. `forward' is true) using | bwarsaw | 2001-10-15 | 1 | -10/+7 |
| * | De-string-module-ification. | bwarsaw | 2001-10-15 | 1 | -37/+33 |
| * | De-string-module-ification. | bwarsaw | 2001-10-15 | 1 | -38/+40 |
| * | msgfactory(): Get rid of this, now that our own Mailbox class already | bwarsaw | 2001-10-15 | 1 | -12/+2 |
| * | intermediate | bwarsaw | 2001-10-15 | 1 | -0/+110 |
| * | process(): Remove the conditional tests for forbidden_posters, | bwarsaw | 2001-10-15 | 1 | -46/+29 |
| * | GetConfigInfo(): Update to the new signature, accepting category and | bwarsaw | 2001-10-15 | 1 | -42/+131 |
| * | GetConfigInfo(): Update to the new signature, accepting category and | bwarsaw | 2001-10-15 | 1 | -3/+3 |
| * | GetConfigInfo(): Update to the new signature, accepting category and | bwarsaw | 2001-10-15 | 9 | -9/+27 |
| * | UpdateOldVars(): Handle the migration of the old privacy variables to | bwarsaw | 2001-10-15 | 1 | -0/+69 |
| * | DATA_FILE_VERSION: Bump to 38 to pick up the new sender-centric | bwarsaw | 2001-10-15 | 1 | -1/+1 |
| * | List2Dict(): Add `foldcase' argument. When true, coerce all elements | bwarsaw | 2001-10-15 | 1 | -7/+10 |
| * | get_sender(): Minor efficiency. | bwarsaw | 2001-10-15 | 1 | -1/+1 |
| * | _factory(): A factory function for PortableUnixMailbox.__init__() so | bwarsaw | 2001-10-15 | 1 | -0/+16 |
| * | InitVars(): Remove the initializations for the obsolete list | bwarsaw | 2001-10-15 | 1 | -17/+71 |
| * | main(): category_suffix -> category, and get subcat from parts[0] | bwarsaw | 2001-10-15 | 1 | -40/+77 |
| * | ProcessConfirmCmd(): Rename argument `mail' to `msg', and pass it as | bwarsaw | 2001-10-15 | 1 | -2/+2 |
| * | RejectMessage: Add an __init__() to initialize the rejection notice | bwarsaw | 2001-10-15 | 1 | -3/+10 |
| * | GLOBAL_PIPELINE: Add the `Moderate' module right before the `Hold' | bwarsaw | 2001-10-15 | 1 | -5/+16 |
| * | BounceMessage(): Argument `e' is now either None or an instance with a | bwarsaw | 2001-10-15 | 1 | -2/+5 |
| * | FormatEditingOptions(): Make the text box's name "email" so as to hook | bwarsaw | 2001-10-12 | 1 | -1/+1 |
| * | main(): When getting the FieldStorage, set keep_blank_values=1. This | bwarsaw | 2001-10-12 | 1 | -1/+1 |
| * | prepare_message(): Support the cleaning of headers based on | bwarsaw | 2001-10-12 | 1 | -20/+16 |
| * | send_i18n_digests(): Dan Mick noticed that the DisableDelivery flag | bwarsaw | 2001-10-12 | 1 | -4/+5 |
| * | process_form(): Lots of cleaning up of the code. Also, make this page | bwarsaw | 2001-10-12 | 1 | -88/+121 |
| * | main(): Make the options page a little more bulletproof against | bwarsaw | 2001-10-12 | 1 | -8/+17 |
| * | AddMember(): When raising MMAlreadyAMember, include the email address | bwarsaw | 2001-10-12 | 1 | -1/+1 |
| * | A first shot at configuration for cleaning headers before a message | bwarsaw | 2001-10-12 | 1 | -0/+20 |
| * | send_i18n_digests(): When calling msg.get_all() for a KEEP header, | bwarsaw | 2001-10-11 | 1 | -1/+1 |
| * | The semantics of PUBLIC_ARCHIVE_URL are changed to be a template into | bwarsaw | 2001-10-10 | 1 | -1/+8 |
| * | GetBaseArchiveURL(): The semantics of PUBLIC_ARCHIVE_URL are changed | bwarsaw | 2001-10-10 | 1 | -1/+3 |
| * | show_post_requests(): When deciding to show a smaller part of a held | bwarsaw | 2001-10-10 | 1 | -1/+2 |
| * | main(): Don't force admin_notif=1 when calling | bwarsaw | 2001-10-10 | 1 | -2/+2 |
| * | prepare_message(): mimelib -> email. | bwarsaw | 2001-10-09 | 1 | -1/+1 |
| * | process(), scanbody(): mimelib -> email. | bwarsaw | 2001-10-09 | 1 | -6/+6 |
| * | RejectUrgentMessage: Remove this since the base class, RejectMessage, | bwarsaw | 2001-10-09 | 1 | -22/+5 |
| * | process(): Pass a failobj of [] to the get_all() call so that even if | bwarsaw | 2001-10-09 | 1 | -1/+1 |
| * | HasExplicitDest(), hasMatchingHeader(): Pass a failobj of [] to the | bwarsaw | 2001-10-09 | 1 | -2/+2 |
| * | GetMailmanFooter(): A fix by (I believe) Mikhail Sobolev to make | bwarsaw | 2001-10-09 | 1 | -3/+4 |
| * | main(): Dan Mick's fix to avoid duplicate footers when you get a 'no | bwarsaw | 2001-10-09 | 1 | -1/+0 |
| * | process(): Added a big ol' comment describing a potential bogosity in | bwarsaw | 2001-10-09 | 1 | -2/+5 |
| * | process(): Convert from the mimelib API to the email package API. | bwarsaw | 2001-10-09 | 6 | -23/+12 |
| * | Add a useful comment about what the Stop is for. | bwarsaw | 2001-10-09 | 1 | -0/+4 |
| * | AuthContextInfo(): Python 2.x's Cookie.py module is strict about legal | bwarsaw | 2001-10-09 | 1 | -6/+7 |