comparison ChangeLog @ 194:a4e9a20e50e5 noffle

[svn] * docs/noffle.conf.5,src/configfile.c,src/filter.h,src/filter.c: Contrary to the documentation, the action of a filter if not specified was 'full'. Add a new 'default' action which makes the action that of the group's subscription mode. Make this the default action, and allow 'default' to be specified explicitly as the action in the filter definition. Adapted from patch submitted by Mirko Liss. Thanks, Mirko. * docs/noffle.conf.5: Correct small typo.
author bears
date Tue, 30 Oct 2001 12:42:13 +0000
parents 021d145e34e9
children 76460d98b2fb
comparison
equal deleted inserted replaced
193:021d145e34e9 194:a4e9a20e50e5
1 Tur Oct 30 2001 Jim Hague <jim.hague@acm.org>
2
3 * docs/noffle.conf.5,src/configfile.c,src/filter.h,src/filter.c:
4 Contrary to the documentation, the action of a filter if not specified
5 was 'full'. Add a new 'default' action which makes the action that of the
6 group's subscription mode. Make this the default action, and allow
7 'default' to be specified explicitly as the action in the filter
8 definition. Adapted from patch submitted by Mirko Liss. Thanks, Mirko.
9 * docs/noffle.conf.5: Correct small typo.
10
1 Mon Oct 22 2001 Jim Hague <jim.hague@acm.org> 11 Mon Oct 22 2001 Jim Hague <jim.hague@acm.org>
2 12
3 * src/fetch.c: Only leave articles in the requested list if the error 13 * src/fetch.c: Only leave articles in the requested list if the error
4 fetching them was fatal. Otherwise article requests will accumulate 14 fetching them was fatal. Otherwise article requests will accumulate
5 indefinitely (e.g retrieving through NNTPcache when it can't find 15 indefinitely (e.g retrieving through NNTPcache when it can't find
36 * src/configfile.c: fix bug with missing initialization of user name and passwd 46 * src/configfile.c: fix bug with missing initialization of user name and passwd
37 47
38 Wed Sep 12 2001 Jim Hague <jim.hague@acm.org> 48 Wed Sep 12 2001 Jim Hague <jim.hague@acm.org>
39 49
40 * src/client.c,src/client.h,src/fetch.c,src/noffle.c,src/server.c: 50 * src/client.c,src/client.h,src/fetch.c,src/noffle.c,src/server.c:
41 robustness - instead of retruning simple Passed/Failed statuses from 51 robustness - instead of returning simple Passed/Failed statuses from
42 connection functions, return an integer status instead. This allows 52 connection functions, return an integer status instead. This allows
43 Noffle to distinguish between a connection failure, an unrecoverable 53 Noffle to distinguish between a connection failure, an unrecoverable
44 protocol error and a recoverable problem. As a concrete instance, Noffle 54 protocol error and a recoverable problem. As a concrete instance, Noffle
45 will no longer abort the connection if a group is removed from the 55 will no longer abort the connection if a group is removed from the
46 upstream server. Also beef up error detection a bit. 56 upstream server. Also beef up error detection a bit.