* rework imap tokenizer, we no longer copy the stuff around, we keep a reference...
[citadel.git] / citadel / include / ctdl_module.h
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.