comparison ChangeLog @ 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 deb2320befd7
children ca9769519c96
comparison
equal deleted inserted replaced
149:bfeea2bc09b6 150:1c7303c71f66
1 Thu Oct 26 21:42:45 BST 2000 Jim Hague <jim.hague@acm.org>
2
3 * src/protocol.c: Fix bug in Prt_getLn if we should read a line
4 starting with '\0' - according to the leafnode mailing list,
5 this has been seen in the wild.
6 * docs/inews.1,docs/noffle.1,docs/noffle.conf.5,
7 packages/redhat/noffle.spec,src/configfile.h,src/configfile.c,
8 src/noffle.c,src/post.h,src/post.c: Removed use of getopt_long,
9 and added inews mode - the Noffle executable behaves
10 as inews is invoked as inews. This includes adding From: and
11 Organization: headers if necessary - add configs to override
12 defaults for the From: domain and specify the organization.
13 For all my fellow trn-heads out there, and users of any other
14 ageing newsreader that expects inews. Updated RPM spec to create
15 inews link to noffle on install.
16 * src/server.c: When replying to a command, generate the reply into
17 a buffer, release the lock and then send the reply, so we don't
18 hog the lock should the reply stall for some network reason.
19
1 Sun Oct 15 2000 Markus Enzenberger <markus.enzenberger@t-online.de> 20 Sun Oct 15 2000 Markus Enzenberger <markus.enzenberger@t-online.de>
2 21
3 * acconfig.h,config.h.in,configure.in,src/Makefile.in,src/fetch.c: 22 * acconfig.h,config.h.in,configure.in,src/Makefile.in,src/fetch.c:
4 Applied patch by Paul Slootman: using the mail program is 23 Applied patch by Paul Slootman: using the mail program is
5 replaced by sendmail (SENDMAILPROG variable). 24 replaced by sendmail (SENDMAILPROG variable).
19 Wed Aug 23 2000 Markus Enzenberger <markus.enzenberger@t-online.de> 38 Wed Aug 23 2000 Markus Enzenberger <markus.enzenberger@t-online.de>
20 39
21 * src/post.c: do no longer always replace invalid message-IDs. 40 * src/post.c: do no longer always replace invalid message-IDs.
22 41
23 Wed Aug 16 00:03:50 BST 2000 Jim Hague <jim.hague@acm.org> 42 Wed Aug 16 00:03:50 BST 2000 Jim Hague <jim.hague@acm.org>
43
24 * Permit 'k' and 'm' suffices after numbers in filter rules. 44 * Permit 'k' and 'm' suffices after numbers in filter rules.
25 45
26 Fri Aug 11 2000 Markus Enzenberger <markus.enzenberger@t-online.de> 46 Fri Aug 11 2000 Markus Enzenberger <markus.enzenberger@t-online.de>
27 47
28 * src/noffle.c: Minor bug fix. Noffle no longer tries to unsubscribe groups 48 * src/noffle.c: Minor bug fix. Noffle no longer tries to unsubscribe groups
76 error message. Then during fetch release the lock except when processing 96 error message. Then during fetch release the lock except when processing
77 received data; in cases when incoming data is multi-line, collect all 97 received data; in cases when incoming data is multi-line, collect all
78 data first and then process. The aim is to ensure the lock isn't held 98 data first and then process. The aim is to ensure the lock isn't held
79 with a network operation is in progress. I may carry on and extend this 99 with a network operation is in progress. I may carry on and extend this
80 to all server operations as well (so a slow client can't hog the lock). 100 to all server operations as well (so a slow client can't hog the lock).
101 * docs/noffle.conf.5,src/configfile.h,src/configfile.c,src/post.c,
102 src/protocol.h,src/protocol.c: Add Path: header to newly posted
103 articles. Provide default content - path-header in config overrides.
81 104
82 Sat Jul 22 2000 Markus Enzenberger <markus.enzenberger@t-online.de> 105 Sat Jul 22 2000 Markus Enzenberger <markus.enzenberger@t-online.de>
83 106
84 * doc/NOTES: Removed section about GNUS hanging. It was caused 107 * doc/NOTES: Removed section about GNUS hanging. It was caused
85 by the "select" bug in Noffle. 108 by the "select" bug in Noffle.