| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | ProcessConfirmation(): When doing a Pending.UNSUBSCRIPTION, set whence | bwarsaw | 2002-10-25 | 1 | -1/+6 |
| * | create(): Restore a few lines that got accidently deleted in the last | bwarsaw | 2002-10-25 | 1 | -0/+2 |
| * | maybe_forward(): Add a useful URL as suggested by Fil. | bwarsaw | 2002-10-25 | 1 | -0/+4 |
| * | create(): Simply return when mlist is None. | bwarsaw | 2002-10-23 | 1 | -5/+5 |
| * | process(): If the metadata has an `envsender' key, use that as the | bwarsaw | 2002-10-23 | 1 | -4/+6 |
| * | OwnerNotification.__init__(): The signature of the OwnerNotification | bwarsaw | 2002-10-23 | 1 | -1/+21 |
| * | ApprovedDeleteMember(): The signature of the OwnerNotification | bwarsaw | 2002-10-23 | 1 | -8/+2 |
| * | ForwardMessage(): The signature of the OwnerNotification constructor | bwarsaw | 2002-10-23 | 1 | -2/+1 |
| * | process(): When holding non-member postings, either because they're on | bwarsaw | 2002-10-22 | 1 | -6/+6 |
| * | LogStdErr(): I don't think we really wanted to tee the log output to | bwarsaw | 2002-10-21 | 1 | -19/+21 |
| * | send_response(): We have to pass the language into the | bwarsaw | 2002-10-21 | 1 | -1/+2 |
| * | pcre: Make the start line regexp even more liberal. Seems like any of | bwarsaw | 2002-10-21 | 1 | -1/+1 |
| * | maybe_forward(): Improve the grammatically anti-good message sent with | bwarsaw | 2002-10-21 | 1 | -3/+3 |
| * | GetConfigInfo(): Quick patch for invalid html by Daniel Buchmann. | bwarsaw | 2002-10-21 | 1 | -2/+3 |
| * | Create(): include the full posting address in the error message for | bwarsaw | 2002-10-20 | 1 | -2/+3 |
| * | __getstate__(), __setstate__(): Get rid of the lock object attribute | bwarsaw | 2002-10-20 | 1 | -2/+13 |
| * | prefix_subject(): The charsets coming from headerbits can be strings | bwarsaw | 2002-10-20 | 1 | -0/+2 |
| * | __getstate__(self): Never pickle the lock object! I believe this | bwarsaw | 2002-10-19 | 1 | -0/+6 |
| * | Get rid of all the manipulations of the MailList object's lock file. | bwarsaw | 2002-10-19 | 1 | -6/+2 |
| * | __writelog(): It turns out to be really helpful to print the stack | bwarsaw | 2002-10-19 | 1 | -1/+4 |
| * | prepare_message(): If the newsgroup is moderated, news_moderation is 1 | bwarsaw | 2002-10-19 | 1 | -1/+7 |
| * | ModeratedNewsgroup: New hold class. | bwarsaw | 2002-10-19 | 1 | -5/+12 |
| * | GetConfigInfo(): Added news_moderation variable, which is used to | bwarsaw | 2002-10-19 | 1 | -12/+52 |
| * | add_options_table_item(), get_item_gui_value(): Pass the `extra' bit | bwarsaw | 2002-10-19 | 1 | -12/+15 |
| * | NewVars(): Pick up news_moderation. | bwarsaw | 2002-10-19 | 1 | -0/+1 |
| * | Whitespace normalization. | bwarsaw | 2002-10-19 | 1 | -3/+3 |
| * | DATA_FILE_VERSION: Bump to pick up news_moderation. | bwarsaw | 2002-10-19 | 1 | -1/+1 |
| * | InitVars(): New config variable news_moderation, which is a 3-way flag | bwarsaw | 2002-10-19 | 1 | -3/+6 |
| * | Whitespace normalization. | bwarsaw | 2002-10-19 | 1 | -4/+4 |
| * | SendSubscribeAck(), SendUnsubscribeAck(), MailUserPassword(): Since | bwarsaw | 2002-10-18 | 1 | -3/+3 |
| * | Add a work around for the default small stack size on MacOSX. | bwarsaw | 2002-10-18 | 1 | -0/+19 |
| * | Whitespace normalization | bwarsaw | 2002-10-18 | 1 | -3/+3 |
| * | intermediate | bwarsaw | 2002-10-18 | 1 | -0/+47 |
| * | Whitespace normalization and pychecker fixes. | bwarsaw | 2002-10-18 | 1 | -5/+7 |
| * | ScanMessages(): Added the Exchange (MS Exchange) recognizer. | bwarsaw | 2002-10-18 | 1 | -3/+4 |
| * | send_digests(): Tokio Kikuchi patch of a bug reported by Chuq that | bwarsaw | 2002-10-18 | 1 | -5/+5 |
| * | prefix_subject(): Do byte string -> unicode string conversion | bwarsaw | 2002-10-17 | 1 | -3/+5 |
| * | process(): Two important fixes. First, when adding Cc headers to | bwarsaw | 2002-10-16 | 1 | -16/+26 |
| * | Greg Ward and I trade spell checks. :) | bwarsaw | 2002-10-15 | 1 | -1/+1 |
| * | ForwardMessage(): Typo. OwnerNotification's don't take a lang | bwarsaw | 2002-10-15 | 1 | -1/+0 |
| * | process(): If the list is personalized, and the list's posting address | bwarsaw | 2002-10-15 | 1 | -8/+17 |
| * | pycheckerfied | bwarsaw | 2002-10-15 | 1 | -3/+3 |
| * | maybe_forward(): Use the new ForwardMessage() interface. | bwarsaw | 2002-10-15 | 1 | -6/+4 |
| * | Remove a useless comment. | bwarsaw | 2002-10-15 | 1 | -1/+0 |
| * | Whitespace normalized and pycheckerfied. | bwarsaw | 2002-10-15 | 1 | -13/+12 |
| * | process(): I don't think that logging the short circuit to logs/vette | bwarsaw | 2002-10-15 | 1 | -9/+12 |
| * | OwnerNotification: New convenience class, derives from | bwarsaw | 2002-10-15 | 1 | -0/+15 |
| * | ApprovedDeleteMember(): Use the new OwnerNotification class to send | bwarsaw | 2002-10-15 | 1 | -3/+4 |
| * | ForwardMessage(): Change the signature a bit to use the new | bwarsaw | 2002-10-15 | 1 | -7/+6 |
| * | __init__(): Somehow the archiver was unlocking the list at an odd | bwarsaw | 2002-10-15 | 1 | -1/+1 |