comparison ChangeLog @ 223:ffb1848a39db noffle

[svn] * src/util.c: Improve (correct) error detection when updating timestamp file. * src/content.h, src/content.c: Return Boolean success/fail from Cont_write. Also ensure cont.first isn't polluted in the event of a failed update. * src/client.c,src/control.c,src/fetch.c,src/noffle.c,src/post.c, src/pseudo.c: If Cont_write fails, don't do actions that need it to have worked. Typically, don't update first and last article numbers in group database. * src/server.c: If groupinfo.lastupdate is unreadable or corrupt, spot this and report it and give an explicit error when processing NNTP NEWGROUPS command.
author bears
date Sun, 09 Dec 2001 12:31:57 +0000
parents bf290632d29e
children e9d3378edec7
comparison
equal deleted inserted replaced
222:bf290632d29e 223:ffb1848a39db
1 Sun Dec 9 2001 Jim Hague <jim.hague@acm.org>
2
3 * src/util.c: Improve (correct) error detection when updating
4 timestamp file.
5 * src/content.h, src/content.c: Return Boolean success/fail from
6 Cont_write. Also ensure cont.first isn't polluted in the event
7 of a failed update.
8 * src/client.c,src/control.c,src/fetch.c,src/noffle.c,src/post.c,
9 src/pseudo.c,
10 * src/server.c: If groupinfo.lastupdate is unreadable or corrupt,
11 spot this and report it and give an explicit error when processing
12 NNTP NEWGROUPS command.
13
1 Sun Dec 9 2001 Jim Hague <jim.hague@acm.org> 14 Sun Dec 9 2001 Jim Hague <jim.hague@acm.org>
2 15
3 * src/post.c: Always replace message ID in posted message if existing 16 * src/post.c: Always replace message ID in posted message if existing
4 message ID fails Prt_isValidMsgId. 17 message ID fails Prt_isValidMsgId.
5 * noffle.conf.example,docs/noffle.conf.5,src/configfile.c: Change 18 * noffle.conf.example,docs/noffle.conf.5,src/configfile.c: Change