Mailing list header changes (fuck you Google)
[citadel.git] / citadel / modules / expire / serv_expire.c
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2022-05-02 Art CancroTaking a peek at serv_expire.c to see what would be...
2021-01-31 Art Cancrostable now but there are GIANT PIECES MISSING
2020-10-21 Art CancroRemoved BSD style curly braces from serv_expire.c and...
2020-08-09 Art CancroRemoved support for 'before read hooks' because there...
2019-08-05 Art CancroModified the behavior of ForEachUser() to do the two...
2018-09-03 Art CancroAdjRefCount() now runs synchronously, eliminating the...
2017-10-28 Art CancroCDB_OPENID is now CDB_EXTAUTH
2017-07-12 Art CancroRun db->compact() to shrink DB files on disk after...
2017-07-02 Art CancroExperiment with DB->compact() to reduce the size of...
2017-03-31 Art CancroThese hooks are not needed when running single threaded
2017-02-28 Art CancroOne blank line between sections of code, two blanks...
2017-02-26 Art CancroMove back to single threaded structure for rss feed...
2015-10-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-10-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-08-16 Wilfried GoesgensMerge branch 'configdb' of ssh://git.citadel.org/appl...
2015-07-24 Wilfried GoesgensModularise msgbase
2015-05-07 Art CancroAccidentally merged the configdb branch into Reverting.
2015-05-06 Art Cancromerge
2015-05-02 Art Cancroserv_expire.c migrated to new config system
2013-09-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-09-01 Wilfried Goesgensrefactor naming of core message manipulation funcions
2013-08-18 Wilfried Goesgensuse an Enum for the cm_fields vector instead of nameles...
2013-05-14 Wilfried GoesgensTDAP: add facility to protect usetable entries from...
2012-06-22 Wilfried GoesgensMODULES: add priorities in execution
2012-05-26 Wilfried Goesgensmake shure all of the struct is initialized properly...
2011-09-08 Wilfried GoesgensNetworker reordering; remove / change dependencies
2011-09-04 Art CancroRemoved references to Subversion in the code
2011-09-04 Art CancroRemoved spurious calls to CtdlClearSystemContext()
2011-09-04 Art Cancroserv_upgrade will delete internal system accounts no...
2011-09-04 Art CancroBegan working on the 'clean shutdown' code for the...
2011-09-04 Art CancroMoved all of the background tasks back to the old EVT_T...
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-01-15 Wilfried Goesgensuse the gnu format string checker for CtdlLogPrintf...
2010-10-24 Art CancroReplaced some of the 'autoconverted - document me'...
2010-09-01 Art CancroMore removal of $Id$ tags
2010-08-28 Wilfried Göesgens* do typedef the visit struct, remove all those 'struct...
2010-06-07 Wilfried Göesgens* move initialization of context to the top
2010-05-03 Art Cancro* Eliminate generic_free_handler() since it is not...
2010-04-24 Wilfried Göesgens* move policy.c into modules/expire/expire_policy.c...
2009-11-10 Dave WestRemoved an unrequired extern declaration
2009-11-01 Dave WestFixed the bug that prevented DOWN from working properly.
2009-10-25 Dave WestAnd a few more things comply with the coding style.
2009-10-23 Dave WestFix the Makefile.in to properly clean the user_modules...
2009-10-17 Dave WestCitadel API clean up.
2009-10-15 Art Cancro* More license declarations
2009-10-11 Art Cancro* Yup, that's it ... the expression (long)*(cdboi...
2009-10-11 Art Cancro* Checked in some test code and logging to determine...
2009-10-10 Art Cancro* Add a smarmy license declaration in modules/expire...
2009-01-30 Art Cancro* serv_ldap.c: upon successful connect to an LDAP serve...
2008-12-07 Wilfried Göesgens* follo hashiterator api-change
2008-09-17 Art CancroRemoved the FSCK command because it was being misused.
2008-09-07 Dave WestDon't attempt to purge Citadel SYStem users.
2008-09-04 Art Cancro* Discovered that my system hasn't processed its refcou...
2008-08-25 Art CancroMessages in the Local System Configuration room are now
2008-07-17 Dave WestSystem users (SYS_*) now have proper user numbers.
2008-06-16 Dave WestTurn off the user 0 message that should not have gotten...
2008-06-02 Art CancroCompleted the delete-user hook to remove any associated
2008-05-28 Dave WestNow we name all the private contexts.
2008-04-06 Dave WestGive the user contained within masterCC a name.
2008-04-05 Dave WestQuieten the user 0 message to the Aide room.
2008-03-21 Dave WestDid away with lprintf all together now its called CtdlL...
2008-03-19 Dave WestAuto purger thread was declaring itself as the indexer_...
2008-03-17 Dave WestZero calls is possible, contrary to the comment so...
2008-02-17 Art CancroThe auto-purger has its own thread so it needs its own
2008-02-13 Dave WestWe are unable to purge users that have no name but...
2008-01-15 Dave WestNow the autopurger will always attempt to purge users...
2008-01-02 Art CancroPrepared some of the authmode stuff for the imminent...
2007-12-25 Michael HamptonSomebody broke the build by forgetting to #include...
2007-12-07 Dave WestHunting a bug in scheduled threads that caused a segflt...
2007-12-05 Dave WestChanged the way we do the TSD area.
2007-12-01 Dave WestA thread based version of the Auto Purger.
2007-11-25 Dave WestHere it is, the new thread interface.
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-08-20 Dave Westdestroy_network_queue_room() is now called via the...
2007-08-03 Dave WestContinue phase 2 of modules stuff.
2007-07-31 Dave WestContinue phase 2 of modules stuff.