* Discovered that my system hasn't processed its refcount_adjustments queue in about...
authorArt Cancro <ajc@citadel.org>
Thu, 4 Sep 2008 01:59:23 +0000 (01:59 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 4 Sep 2008 01:59:23 +0000 (01:59 +0000)
commita81ad4c588e3c0318af73c61f94567cf3f4b87ac
tree3452123980d628c3251d314c08be26c443a5c669
parent7d48a403f792b4b0fb82e64d9f57a90fbc1b1933
* Discovered that my system hasn't processed its refcount_adjustments queue in about six months, because a file called refcount_adjustments.dat2 was sitting around and keeping the link() command from succeeding.  Fortunately, the code is robust enough to gracefully excuse itself from this situation without corrupting the database, but now I've got a six month backlog of refcount adjustments to process.   Corrected this situation for anyone else who is having it, by putting a random number in the name of the temporary file.
* When displaying ref count deltas to the log, show +1 instead of just 1 for increments.
* Added a new command TDAP which can be used by an Aide to manually initiate a run of The Dreaded Auto-Purger.
citadel/modules/expire/serv_expire.c
citadel/msgbase.c