- added a new function to the database interface, cdb_close_cursor(). always
[citadel.git] / citadel / serv_expire.c
2001-07-29 Nathan Bryant - added a new function to the database interface,...
2001-06-17 Nathan Bryantfix all the <time.h> vs. <sys/time.h> issues, hopefully
2001-04-21 Art Cancro* Began implementation of per-message seen/unseen attribute
2001-02-17 Art Cancro* Repaired the creation of page log rooms in the wrong...
2001-02-06 Art Cancro* citadel.rc: changed the default for local_screen_dime...
2001-01-09 Art Cancro* Merged in code from the TRANSACTIONS branch for testing.
2000-12-27 Art Cancro* The size constant "256" which shows up everywhere...
2000-12-07 Art Cancro* stupid
2000-10-23 Michael Hampton* War on goto: rewrote a few easy functions to elimina...
2000-08-05 Art Cancro* Added [idle] to client wholist display for sessions...
2000-06-28 Art Cancro* Changed the comments at the beginning of each file...
2000-06-03 Art Cancro* Replaced most of the very repetitive and very redunda...
2000-05-26 Art Cancro* Changed some of the rev-level sensitive stuff to...
2000-04-19 Art Cancro* Don't ever expire the Local System Configuration...
2000-02-27 Art Cancro* Completed 'fsck'-like reference count verifier (serve...
2000-02-26 Art Cancro* Fortified the message base and SMTP code so that...
2000-01-15 Art Cancro* Added a generic (void *) parameter to the ForEachUser...
1999-10-28 Art Cancro* Removed all of the thread cancellation cruft that...
1999-10-03 Art Cancro* Misc fixes and comment/docs updates
1999-07-28 Art Cancro* Server modules are now labelled with their RCS ID...
1999-07-28 Art Cancro* serv_expire.c: expire-by-age now calls CtdlFetchMessa...
1999-07-27 Art CancroRemoved all references to CC->msglist and CC->num_msgs...
1999-07-12 Art Cancro * Added supplementary message info records...
1999-07-08 Art Cancro * control.c: create citadel.control if it doesn...
1999-04-23 Art Cancroserv_expire.c: now posts transcripts of all auto-purged...
1999-02-03 Nathan BryantFixes for Cygwin (see ChangeLog)
1999-01-15 Art Cancro * Brought over the mime_parser from WebCit...
1999-01-10 Art CancroLotsa stuff. See the changeLog for more details.
1999-01-06 Art Cancro * Replaced all occurances of malloc(), realloc...
1998-12-12 Art Cancro * setup.c: default value for maxsessions is...
1998-12-07 Art Cancromade some code a little easier to read
1998-11-22 Art Cancro * Moved num_parms() and all the extract() type...
1998-11-21 Art Cancroserv_expire.c: finished the code to purge stale visits
1998-11-21 Art Cancroroom expires
1998-11-20 Art Cancro * serv_expire.c: began writing functions to...
1998-11-19 Art Cancrochainsaw tendencies
1998-11-12 Art Cancro * serv_expire.c: purge ops are now a command...
1998-11-10 Art Cancro * serv_upgrade.c: added all missing fields to export...
1998-11-09 Art Cancro * serv_expire.c: created; moved message expiry...