comparison ChangeLog @ 192:b9ef99708d1c noffle

[svn] * docs/noffle.conf.5,src/noffle.c: Duh! Do unsubscribing the simple way. Auto-unsubscribe when the last access time is more than the threshold number of days behind the time the last article arrived.
author bears
date Sun, 21 Oct 2001 12:00:12 +0100
parents 28488e0e3630
children 021d145e34e9
comparison
equal deleted inserted replaced
191:28488e0e3630 192:b9ef99708d1c
1 Sun Oct 21 2001 Jim Hague <jim.hague@acm.org>
2
3 * docs/noffle.conf.5,src/noffle.c: Duh! Do unsubscribing the simple way.
4 Auto-unsubscribe when the last access time is more than the threshold
5 number of days behind the time the last article arrived.
6
1 Sat Oct 20 2001 Jim Hague <jim.hague@acm.org> 7 Sat Oct 20 2001 Jim Hague <jim.hague@acm.org>
2 8
3 * src/group.h,src/group.c,src/noffle.c,src/server.c: Grp_setLastAccess is 9 * src/group.h,src/group.c,src/noffle.c,src/server.c: Grp_setLastAccess is
4 only ever called with last param as time(NULL), so remove it and call 10 only ever called with last param as time(NULL), so remove it and call
5 time() inside the implementation of Grp_setLastAccess. 11 time() inside the implementation of Grp_setLastAccess.