Mercurial > noffle
comparison ChangeLog @ 249:0340b9c17edc noffle
[svn] *** empty log message ***
author | mirkol |
---|---|
date | Tue, 14 May 2002 15:25:45 +0100 |
parents | cd022deb8390 |
children | 93d5d8b098da |
comparison
equal
deleted
inserted
replaced
248:cd022deb8390 | 249:0340b9c17edc |
---|---|
1 Tue May 14 2002 Mirko Liß <mirko.liss@web.de> | |
2 | |
3 * 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 | |
5 'reference=regex', 'older=lastupdate-3', 'date=invalid', 'newer=now+1.5'. | |
6 * src/group.c:Grp_isValidGroupName(): discard the groups 'poster', 'junk', | |
7 and the hierarchies 'to', 'control', 'ctl','example', '+', '-'. | |
8 * src/protocol.c: Allow hostname=%name@dom.ain to generate MsgIds like | |
9 <localpart%name@dom.ain>. The '@' sign will only be added if there's | |
10 no '@' present in the hostname. | |
11 * src/protocol.c:Prt_genFromHdr(): Replace the oldfashioned From:-Header | |
12 content 'pwname@domain (Name)' by '"Name" <pwname@domain>'. | |
13 * src/request.c:storeMsgId(): check of realloc() result added. | |
14 | |
15 | |
1 Tue Mar 26 2002 Mirko Liß <mirko.liss@web.de> | 16 Tue Mar 26 2002 Mirko Liß <mirko.liss@web.de> |
2 | 17 |
3 * src/database.c,src/protocol.c,src/post.c: Handle header line folding | 18 * src/database.c,src/protocol.c,src/post.c: Handle header line folding |
4 in postings and database. Noffle 1.0.1 doesn't understand folded headers | 19 in postings and database. Noffle 1.0.1 doesn't understand folded headers |
5 and reports: "Entry in database '<msgid>' is corrupt (anything)". | 20 and reports: "Entry in database '<msgid>' is corrupt (anything)". |