CtdlDeleteMessages() now has a bulk API. Updated all of the
[citadel.git] / citadel / serv_expire.c
2006-07-28 Art CancroCtdlDeleteMessages() now has a bulk API. Updated all...
2006-05-22 Art CancroWhen THE DREADED AUTO-PURGER expires user accounts,
2005-10-06 Art Cancro* THE DREADED AUTO-PURGER now purges euid index records...
2005-08-05 Art Cancro* Any "delete message" operation which is synchronous...
2005-04-14 Art Cancro* Variable names, comments, documentation, etc... ...
2004-11-12 Art Cancro* serv_expire.c: auto-purge any user whose user number...
2004-10-05 Art Cancro* Changed a bunch of localtime() calls to localtime_r...
2004-09-16 Art Cancro* CRE8 command: allow setting default view during room...
2004-06-16 Art Cancro* Scheduler fix ... added the rescan pipe back in
2004-03-24 Art Cancro* Removed the built-in memory leak checker. It wasn...
2004-03-10 Art Cancro* serv_expire.c: auto-purge any Citadel account that...
2004-02-27 Michael Hampton* Use syslog-compatible logging levels in lprintf(...
2004-02-16 Michael Hampton* Add specific error codes for every command on the...
2004-01-17 Art Cancro* New server command-line option "-l" to send log outpu...
2003-07-30 Art Cancro* Eliminated the EXPI command
2003-06-29 Art Cancro* Renamed "struct user" to "struct ctdluser"
2003-06-29 Art Cancro*** empty log message ***
2003-01-16 Art Cancro* Renamed "dynloader" to "serv_extensions" globally...
2003-01-15 Art Cancro* First cut at static-linking the citserver. Ripped...
2002-05-12 Art Cancro* Removed the unfinished moderation system.
2002-04-30 Art Cancro* When sending a page that results in the receiver...
2002-03-25 Nathan Bryant * compatibility with Berkeley DB < 3.3
2002-03-12 Nathan Bryant - pass -Wcast-qual to gcc
2002-02-23 Art Cancro* Do the use table purge in two phases to avoid crashy...
2002-02-15 Art Cancro* Wrote the expire/purge routine for the new use table
2001-10-29 Art Cancro* More of the same
2001-10-29 Art Cancro* Renamed "SuppMsgInfo" to "MetaData" because that...
2001-10-17 Nathan Bryant - declare *printf format specifiers if gcc detected
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...