view docs/noffle.lsm @ 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 2467ff423c15
children a53d3f2f2f38
line wrap: on
line source

Begin3
Title:          NOFFLE - news server 
Version:	
Entered-date:   28AUG98
Description:    NOFFLE is a news server optimized for low speed dialup
		connections to the Internet and few users.
		It allows reading news offline with many news reader
                programs, even if they do not support offline reading
                by themselves.
Keywords:       news server, news reader, offline, modem, dialup
Author:		Markus Enzenberger <markus.enzenberger@t-online.de>
Maintained-by:  Markus Enzenberger <markus.enzenberger@t-online.de>
Primary-site:   http://home.t-online.de/home/markus.enzenberger/noffle.html
Platforms:      UNIX, GNU/Linux
Copying-policy: GPL
End