| Commit message (Expand) | Author | Age | Files | Lines |
| * | FormatMembershipOptions(): Fixed keyword argument usage `obscured' => | bwarsaw | 1999-12-27 | 1 | -1/+1 |
| * | GetOptionsURL(): typo | bwarsaw | 1999-12-26 | 1 | -1/+1 |
| * | GetRelativeScriptURL(): transcription error | bwarsaw | 1999-12-26 | 1 | -1/+1 |
| * | GetOptionsURL(): transcription error | bwarsaw | 1999-12-26 | 1 | -1/+1 |
| * | GetScriptURL(), GetOptionsURL(): generalized method to get a script's | bwarsaw | 1999-12-25 | 1 | -18/+21 |
| * | AppendMessage(): the message's body could be the empty string. Check | bwarsaw | 1999-12-25 | 1 | -1/+1 |
| * | ArchiveMail(): the message's body could be the empty string. Check | bwarsaw | 1999-12-25 | 1 | -1/+1 |
| * | do_child(): catch and log nntplib.error_temp that can occur doing the | bwarsaw | 1999-12-25 | 1 | -2/+9 |
| * | poll_newsgroup(): slightly better debugging | bwarsaw | 1999-12-25 | 1 | -2/+2 |
| * | reprime(): calls reprime on all sub-loggers, ignoring attribute errors | bwarsaw | 1999-12-25 | 1 | -0/+7 |
| * | Be sure to reprime the stderr logger so we get a timestamp on the | bwarsaw | 1999-12-25 | 1 | -0/+1 |
| * | Added some logging so we can try to figure out why some posts are | bwarsaw | 1999-12-22 | 1 | -0/+2 |
| * | checkwalk(): getgrgid raises a KeyError if the gid isn't in the group | bwarsaw | 1999-12-21 | 1 | -1/+5 |
| * | ParseMailCommands(): The message object gets constructed and passed in | bwarsaw | 1999-12-16 | 1 | -2/+1 |
| * | Port to the new way of handling messages. Also we don't send email | bwarsaw | 1999-12-16 | 2 | -36/+36 |
| * | HandleBouncingAddress(): Because this message object is now a | bwarsaw | 1999-12-16 | 1 | -1/+3 |
| * | HasExplicitDest(): The argument order of the re.match()s is backwards; | bwarsaw | 1999-12-16 | 1 | -4/+4 |
| * | Added "tee_to_stdout=0" argument to the LogStdErr() call, to avoid | hmeland | 1999-12-16 | 1 | -1/+1 |
| * | process(): Use only the From: field to get the name to stick in the | bwarsaw | 1999-12-16 | 1 | -1/+8 |
| * | GetSenderName(): Removed. | bwarsaw | 1999-12-16 | 1 | -7/+1 |
| * | When sending a list's digest, the list must be locked, and must be | bwarsaw | 1999-12-15 | 1 | -10/+20 |
| * | Must read stdin into a StringIO object so that its seekable, since | bwarsaw | 1999-12-14 | 1 | -1/+3 |
| * | convert to the new message delivery mechanism | bwarsaw | 1999-12-14 | 1 | -7/+11 |
| * | Use one module global log file so we don't leak file descriptors. | bwarsaw | 1999-12-14 | 1 | -10/+8 |
| * | Close the NNTP connection in a better way. | bwarsaw | 1999-12-13 | 1 | -7/+5 |
| * | Be sure to close the NNTP connection so we don't leak file descriptors | bwarsaw | 1999-12-13 | 1 | -13/+6 |
| * | Typo | bwarsaw | 1999-12-13 | 1 | -1/+1 |
| * | Don't include process ids in messages since these are now implicitly | bwarsaw | 1999-12-13 | 1 | -11/+9 |
| * | Slight change in format | bwarsaw | 1999-12-13 | 1 | -3/+3 |
| * | Always include the non-cached PID of the process doing the printing. | bwarsaw | 1999-12-13 | 1 | -1/+2 |
| * | __get_f(): Open the log file in line buffered mode so flushes | bwarsaw | 1999-12-13 | 1 | -1/+1 |
| * | Get the gid_t type from configure. | bwarsaw | 1999-12-12 | 3 | -3/+6 |
| * | check_caller(): Get the gid_t type from configure. Also use %ld to | bwarsaw | 1999-12-12 | 1 | -4/+4 |
| * | process(): Content-Description header could be missing. Don't try to | bwarsaw | 1999-12-11 | 1 | -1/+1 |
| * | ExternalArchive(): Fixes proposed by Bernhard Reiter, specifically: | bwarsaw | 1999-12-11 | 1 | -2/+6 |
| * | Pre-load the cgi module from our special one, similar to what happens | bwarsaw | 1999-12-11 | 1 | -0/+12 |
| * | hold_for_approval(): When admin_immed_notify is false, the subject | bwarsaw | 1999-12-11 | 1 | -0/+1 |
| * | Added a warning to details windows, so users know that changing the | bwarsaw | 1999-12-11 | 1 | -0/+2 |
| * | Balazs Nagy <julian7@kva.hu> writes: | bwarsaw | 1999-12-11 | 1 | -4/+4 |
| * | Increase the logging, because something weird is going on! | bwarsaw | 1999-12-11 | 1 | -5/+18 |
| * | do_child(): contains all the code that the child processes perform. | bwarsaw | 1999-12-10 | 1 | -76/+85 |
| * | It is not an error to get an ENOENT when stat'ing the digest file, it | bwarsaw | 1999-12-10 | 1 | -4/+2 |
| * | test harness can take a list of file names | bwarsaw | 1999-12-10 | 1 | -8/+10 |
| * | If messages originate from Usenet, do not hold them for implicit | bwarsaw | 1999-12-10 | 1 | -2/+6 |
| * | ignore generated Makefile | bwarsaw | 1999-12-10 | 1 | -0/+1 |
| * | process(): ability to recognize multiple addresses. | bwarsaw | 1999-12-10 | 1 | -4/+5 |
| * | process(): Better compliance with QSBMF, including ability to | bwarsaw | 1999-12-09 | 1 | -29/+30 |
| * | process(): RFC 1894 allows for multiple addresses in a single bounce | bwarsaw | 1999-12-09 | 1 | -29/+26 |
| * | process(): extended to be able to detect multiple addresses in the | bwarsaw | 1999-12-09 | 1 | -21/+25 |
| * | Port to the new bounce handling architecture. | bwarsaw | 1999-12-09 | 2 | -8/+38 |