view docs/noffle.lsm @ 191:28488e0e3630 noffle

[svn] * src/group.h,src/group.c,src/noffle.c,src/server.c: Grp_setLastAccess is only ever called with last param as time(NULL), so remove it and call time() inside the implementation of Grp_setLastAccess. * src/client.c,src/group.h,src/group.c,src/noffle.c,src/post.c: Groups are automatically unsubscribed when the last access to the group is older than a particular threshold. However, for very low traffic groups, the last access may exceed the threshold simply because there has been no new article posted. In this case, rather than unsubscribe, update the group last access time. This means that groups are now only unsubscribed if the last access exceeds the threshold AND articles have arrived in the group since. Add Grp_setLastPostTime() to track the last time an article arrived in the group.
author bears
date Sat, 20 Oct 2001 14:23:46 +0100
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