RSSC: remove old malloc not needed anymore.
[citadel.git] / citadel / include /
2013-01-29 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-01-26 Wilfried GoesgensNETCFG: migrate list subscription to the new room facility
2013-01-26 Wilfried Goesgensmake it const, baby.
2013-01-21 Wilfried GoesgensNETCFG: save messages if changed.
2013-01-20 Wilfried GoesgensNETCFG: more work on details
2013-01-12 Wilfried GoesgensNETCFG: reimplement network_sync_to using the new api
2013-01-09 Wilfried GoesgensROOMS: add foreach handler featuring netconfigs
2013-01-09 Wilfried GoesgensROOMS: use typedef for callback function
2013-01-09 Wilfried GoesgensNETCFG: make basic parsing
2013-01-01 Wilfried GoesgensNetworkConfig: move to RoomNetworkConfig; move NTT...
2012-12-31 Wilfried GoesgensNETCFG: move netconfig parser into its own file.
2012-11-26 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-11-20 Art Cancrogetting with the times, we dont need to wrap snprintf...
2012-08-06 Wilfried GoesgensAdd aide message functionality that uses the UT table...
2012-07-18 the_mgtMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-18 Wilfried Goesgensclient-move: edits to finish this.
2012-07-17 Wilfried GoesgensCitadel Client: move into its own directory
2012-06-22 Wilfried GoesgensMODULES: add priorities in execution
2012-03-23 Art CancroRemoved obsolete features from client
2012-02-26 Wilfried GoesgensRe-Sort Cleanup of event io on shutdown
2012-01-30 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-30 Art CancroContinued the war on Richard Stallman's linguafascism
2012-01-27 Art CancroConverted struct config back to an ordinary struct...
2012-01-27 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-27 Art CancroCompleted the overhaul of setup.
2012-01-14 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-01-13 Art CancroBegan setting up a second server socket that will be...
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-30 Wilfried Goesgensassoc_file_name(): return length of string
2010-10-22 Wilfried Goesgens* if we're shutting down instantly close our server...
2010-10-10 Wilfried Goesgens* load the url shortener links from a config file
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 CancroRemoved the USscreenwidth and USscreenheight fields...
2010-09-03 Art CancroCtdlAccessCheck() may now be passed a new access level...
2010-09-02 Art CancroHUGE update to the way the paginator works. scr_putc...
2010-09-01 Art CancroMore removal of $Id$ tags
2010-09-01 Art CancroBegan removing $Id$ tags. This will be an ongoing...
2010-08-31 Art CancroClient library now stores the flag indicating whether...
2010-08-31 Art CancroAdded a global config setting to allow anonymous guest...
2010-08-28 Wilfried Göesgens* do typedef the visit struct, remove all those 'struct...
2010-08-19 Art Cancro* text client - tell the user the actual hostname and...
2010-08-19 Art Cancro* Updated the text client with the new tcp client socke...
2010-07-29 Wilfried Göesgens* add function to create the directory tree citadel...
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* same as for citserver: move INLINE functions from...
2010-05-18 Wilfried Göesgens* split cutuserkey() out of makeuserkey(); its name...
2010-05-18 Art Cancro* Documented all of the 'TODO: document me.' commands...
2010-02-28 Wilfried Göesgens* use the just commited defines; append -policy to...
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-23 Michael HamptonSwitch to 4096 bit Diffie-Hellman parameters for Citade...
2009-12-12 Dave Westthreads are using signals and the GC code is #ifdef...
2009-11-25 Art Cancro* Modified the text client so that the <E>nter message...
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-24 Dave WestMoved some files around into sub dirs to clean up the...
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
2009-03-30 Art Cancro* Backed out r7276 through r7278. This is too large...
2009-03-28 Wilfried Göesgens* add ssl xmpp port; this should work with pidgin as...
2008-10-09 Art CancroApplied dtx's patch which adds the option to flag spam
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 WestOops, managed to commit a partial change regarding...
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 CancroSite config protocol and UI for XMPP port numbers
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.
next