comparison NEWS @ 150:1c7303c71f66 noffle

[svn] * src/protocol.c: Fix bug in Prt_getLn if we should read a line starting with '\0' - according to the leafnode mailing list, this has been seen in the wild. * docs/inews.1,docs/noffle.1,docs/noffle.conf.5, packages/redhat/noffle.spec,src/configfile.h,src/configfile.c, src/noffle.c,src/post.h,src/post.c: Removed use of getopt_long, and added inews mode - the Noffle executable behaves as inews is invoked as inews. This includes adding From: and Organization: headers if necessary - add configs to override defaults for the From: domain and specify the organization. For all my fellow trn-heads out there, and users of any other ageing newsreader that expects inews. Updated RPM spec to create inews link to noffle on install.
author bears
date Thu, 26 Oct 2000 22:21:13 +0100
parents b226cebd6a84
children fed1334d766b
comparison
equal deleted inserted replaced
149:bfeea2bc09b6 150:1c7303c71f66
3 3
4 * Use LIST instead of LIST ACTIVE if possible to help work with old servers. 4 * Use LIST instead of LIST ACTIVE if possible to help work with old servers.
5 * Article filtering: see noffle.conf(5) for details. 5 * Article filtering: see noffle.conf(5) for details.
6 * Noffle no longer hangs if the connection breaks down during a fetch. 6 * Noffle no longer hangs if the connection breaks down during a fetch.
7 * SENDMAILPROG is used instead of mail for returning failed postings. 7 * SENDMAILPROG is used instead of mail for returning failed postings.
8 * Noffle will act as inews is invoked as inews.
9 * Fetching and reading news can overlap, and generally blocking on the
10 database lock reduced to a minimum.
8 11
9 1.0pre7: 12 1.0pre7:
10 -------- 13 --------
11 14
12 * Fixed a bug that caused noffle to hang with some readers (like tin/Gnus). 15 * Fixed a bug that caused noffle to hang with some readers (like tin/Gnus).