Add aide message functionality that uses the UT table to protect the user from an...
[citadel.git] / citadel / include / ctdl_module.h
2012-08-06 Wilfried GoesgensAdd aide message functionality that uses the UT table...
2012-06-22 Wilfried GoesgensMODULES: add priorities in execution
2012-02-26 Wilfried GoesgensRe-Sort Cleanup of event io on shutdown
2012-01-27 Art CancroConverted struct config back to an ordinary struct...
2011-09-04 Art Cancroremoved CtdlClearSystemContext() entirely.
2011-09-04 Art CancroSwitched back to the old style thread architecture...
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2010-10-22 Wilfried Goesgens* if we're shutting down instantly close our server...
2010-09-23 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-20 Art CancroCtdlThreadSchedule() considered harmful. Eliminate...
2010-09-03 Art CancroCtdlAccessCheck() may now be passed a new access level...
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* by counting up threads starting at 3, we seem to...
2010-06-03 Wilfried Göesgens* add function to cleanly shutdown server threads
2010-05-18 Wilfried Göesgens* split cutuserkey() out of makeuserkey(); its name...
2010-02-25 Wilfried Göesgens* rework imap tokenizer, we no longer copy the stuff...
2010-02-22 Wilfried Göesgens* make the user const
2009-12-12 Dave Westthreads are using signals and the GC code is #ifdef...
2009-11-10 Dave WestMoved BumpNewMailCounter() into context.c because it...
2009-11-10 Dave WestGrabbed another chunk of code out of user_ops.c, purge_...
2009-11-10 Dave WestGrabbed that previously noted bad code from rename_user...
2009-11-09 Dave WestExposed logout() from user_ops.c, deprecated it in...
2009-11-08 Dave WestExposed CtdlLocateMessageByEuid in ctdl_module.h and...
2009-11-08 Dave WestMoved the prototypes of CtdlLoginExistingUser and CtdlT...
2009-11-05 Dave WestFix the build problems revolving around CitContext...
2009-10-25 Dave WestA little more with the API coding style.
2009-10-25 Dave WestAnd a few more things comply with the coding style.
2009-10-25 Dave WestA few more API clean ups. Mainly revolving around user_...
2009-10-24 Dave WestCleaning the API a bit more.
2009-10-24 Dave WestRemoved the artv_*.h files, they arent used any more.
2009-10-23 Dave WestFix the Makefile.in to properly clean the user_modules...
2009-10-17 Dave WestCitadel API clean up.
2009-04-17 Wilfried Göesgens* give all commands their own function
2008-07-17 Dave WestAdded code to provide a preliminary single user mode.
2008-07-17 Dave WestSystem users (SYS_*) now have proper user numbers.
2008-05-28 Dave WestNow we name all the private contexts.
2008-05-16 Dave WestSieve will now only process messages that are newer...
2008-05-15 Art CancroAdded a mini http fetcher into webcit
2008-03-18 Dave WestCreated a routine to get a copy of the context list...
2007-12-29 Dave WestAbstracted pthread from threads.* into sysdep_decls...
2007-12-29 Dave WestFix the missing #define CTDLTHREAD_BIGSTACK for the...
2007-12-07 Dave WestCtdlThreadSelect no longer needs to be told which threa...
2007-12-06 Dave WestAdded the functions to allow scheduling of a thread...
2007-12-05 Dave WestChanged the way we do the TSD area.
2007-12-04 Dave WestChanged the way we name threads. Now we use a const...
2007-12-03 Dave WestAdded an entry point to the modules init stuff.
2007-12-03 Art CancroInstant messages now carry the email address or JID...
2007-12-01 Dave WestTry to rationalise the mutex lock/unlock sequence....
2007-11-30 Dave WestRemoved the PushName and PopName debugging macros that...
2007-11-30 Dave WestAdd prototype for CtdlThreadGetWorkers()
2007-11-30 Dave WestNow signals will stop the server again.
2007-11-30 Dave WestSmall optimisation for CtdlThreadSelect(). Now takes...
2007-11-30 Dave WestAdded a macro to get a threads structure.
2007-11-27 Dave WestAdded --with-threadlog. Use this if you want the thread...
2007-11-25 Dave WestHere it is, the new thread interface.
2007-10-14 Dave WestAdded new function calls for aide_message and lprintf.
2007-10-14 Dave WestAdded a simple comment to include/ctdl_module.h
2007-10-05 Dave WestBig change to the ldap code to break its dependancy...
2007-09-20 Art CancroMaster User hack is now defined in site config instead of
2007-08-26 Wilfried Göesgens* modules registering serverports now need to specify...
2007-08-05 Dave WestContinue phase 2 of modules stuff.
2007-08-03 Dave WestContinue phase 2 of modules stuff.
2007-07-26 Dave WestMoved to new module init structure.