annotate AUTHORS @ 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 dbed64be61df
children 24d4cd032da5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
147
64b682c7732d [svn] Added Paul Slotman
enz
parents: 42
diff changeset
1 MAINTAINER
42
2467ff423c15 [svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff changeset
2
175
dbed64be61df [svn] update my email address
enz
parents: 158
diff changeset
3 Markus Enzenberger <me@markus-enzenberger.de>
42
2467ff423c15 [svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff changeset
4
2467ff423c15 [svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff changeset
5
158
497586db7e55 [svn] Add Matija Nalis to contributors
enz
parents: 147
diff changeset
6 AUTHORS AND CONTRIBUTORS
42
2467ff423c15 [svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff changeset
7
175
dbed64be61df [svn] update my email address
enz
parents: 158
diff changeset
8 Markus Enzenberger <me@markus-enzenberger.de>
42
2467ff423c15 [svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff changeset
9 Jim Hague <jim.hague@acm.org>
2467ff423c15 [svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff changeset
10 Uwe Hermann <uh1763@bingo-ev.de>
147
64b682c7732d [svn] Added Paul Slotman
enz
parents: 42
diff changeset
11 Paul Slootman <paul@wurtel.demon.nl>
64b682c7732d [svn] Added Paul Slotman
enz
parents: 42
diff changeset
12 Volker Wysk <volker.wysk@student.uni-tuebingen.de>
158
497586db7e55 [svn] Add Matija Nalis to contributors
enz
parents: 147
diff changeset
13 Matija Nalis <mnalis-j@voyager.hr>