comparison ChangeLog @ 250:93d5d8b098da noffle

[svn] *** empty log message ***
author mirkol
date Wed, 05 Jun 2002 23:03:44 +0100
parents 0340b9c17edc
children 52f467c7213b
comparison
equal deleted inserted replaced
249:0340b9c17edc 250:93d5d8b098da
1 Wed Jun 5 2002 Mirko Liß <mirko.liss@web.de>
2
3 * src/group.c,src/client.c,src/noffle.c: rename Grp_isValidGroupname
4 to Grp_isValidName; create Grp_isForbiddenName(); delete
5 client.c:isForbiddenGroupName(). I should be have done it
6 the right way from the beginning.
7 * src/protocol.c:Prt_getLn(): Skip line if connection to server
8 lost before end of line. Prt_getLn() used to return incomplete
9 lines.
10 * src/common.h,src/client.c: Replace sscanf() format "%s" by
11 MAXCHAR_FMT.
12 * src/client.c: Get each line of grouplist in processGrps(), don't
13 collect the whole list beforehand.
14
1 Tue May 14 2002 Mirko Liß <mirko.liss@web.de> 15 Tue May 14 2002 Mirko Liß <mirko.liss@web.de>
2 16
3 * src/configfile.c,src/filter.c,src/filter.h,src/fetch.c,src/noffle.c, 17 * src/configfile.c,src/filter.c,src/filter.h,src/fetch.c,src/noffle.c,
4 noffle.conf.example,docs/noffle.conf.5: Added new filter rules 18 noffle.conf.example,docs/noffle.conf.5: Added new filter rules
5 'reference=regex', 'older=lastupdate-3', 'date=invalid', 'newer=now+1.5'. 19 'reference=regex', 'older=lastupdate-3', 'date=invalid', 'newer=now+1.5'.