Changed how Message-ID RFC2822 field is generated
[citadel.git] / citadel / context.c
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2022-01-06 Art Cancrorandom acts of style cleanup
2021-06-04 Art Cancrorandom boilerplate
2020-04-08 Art CancroFixed a bug in username key usage that was causing...
2019-07-30 Art CancroRenamed cutuserkey() to cutusername(). Function has...
2019-06-19 Art CancroAccept the origin host as indicated by the client,...
2019-03-16 Art Cancromore work on removing masqueraded user/room/host names
2018-08-24 Art CancroThe new server API no longer uses upload_type. Removed...
2018-06-19 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2018-06-11 Art Cancroremove unused trace function
2018-01-24 Art Cancromore trimming away of ignet stuffs
2017-10-30 Art CancroRemove unused parameter
2017-05-24 Art CancroImplemented the use of %m as a shortcut for %s and...
2017-05-24 Art CancroRemoved some vestiges of the old logging system
2017-04-04 Art CancroInitial version of new room sharing poller. I don...
2017-03-04 Art Cancrostyle cleanup
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-05-07 Art CancroAccidentally merged the configdb branch into Reverting.
2015-05-06 Art Cancromerge
2015-05-01 Art CancroMore conversion to the new config system. WARNING...
2014-11-22 Wilfried Goesgensoutput the session ids when logging that we kill'em
2013-09-15 Wilfried Goesgenscleanup includes
2013-09-15 Wilfried Goesgenscleanup: remove unneeded includes.
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-10-11 Wilfried GoesgensCtdlTerminateOtherSession(): fix evaluation whether...
2012-07-23 Wilfried Goesgenscmd_TERM: also kill AsyncIO contexts
2012-07-02 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-07-02 Art CancroUpdated the copyright declaration in several modules...
2012-04-29 Wilfried GoesgensLOGGING: make context logging configurabel. (joining...
2011-11-22 Wilfried Goesgenswork on a way to output the success / failure state...
2011-11-03 Wilfried GoesgensWork on evented RSS client & libev+libcurl integration
2011-09-07 Wilfried GoesgensFix warnings all over citserver; handle function replie...
2011-09-05 Wilfried Goesgensmore tiny merge misses
2011-09-04 Art CancroAttempting to fix a segfault generated in Removecontext()
2011-09-04 Art Cancrofixed a log variable name
2011-09-04 Art CancroGenerate wiki diffs using a temp file instead of a...
2011-09-04 Art CancroCleanup pop3client
2011-09-04 Wilfried Goesgensctdllog -> syslog...
2011-09-04 Wilfried Goesgensjust log the close if we're realy going to close.
2011-09-04 Wilfried GoesgensDon't close 0-filedescriptors on session killing, its...
2011-09-04 Art Cancroremoved CtdlClearSystemContext() entirely.
2011-09-04 Art CancroClose sockets properly at logout
2011-09-04 Art CancroSwitched back to the old style thread architecture...
2011-09-04 Art CancroMoved all of the background tasks back to the old EVT_T...
2011-09-04 Art CancroTemporarily disable terminate_stuck_sessions() because...
2011-09-04 Art CancroMore debugging
2011-09-04 Art Cancromore logging and testing
2011-09-04 Wilfried GoesgensAdd some more debugging to the session destroyer; ...
2011-09-04 Art CancroCC->kill_me now contains an enum indicating the REASON...
2011-09-04 Art CancroCtdlUserLogout() syslog who owned the session we killed
2011-09-04 Art CancroRevert "Replaced cached_msglist array with a btree...
2011-09-04 Art CancroReplaced cached_msglist array with a btree persistent...
2011-09-04 Art CancroCache the most recently fetched msglist in CtdlForEachM...
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-08-31 Wilfried GoesgensCorrect logging expressions
2011-08-24 Wilfried GoesgensWhen creating system contexts, set the Context name.
2011-07-09 Wilfried Goesgensmake shure invalid session fd's don't get set into...
2011-05-14 Wilfried Goesgensdon't copy filedescriptors into the clone.
2011-05-10 Wilfried Goesgensjust log the close if we're realy going to close.
2011-05-10 Wilfried GoesgensDon't close 0-filedescriptors on session killing, its...
2011-04-02 Wilfried GoesgensGive event clients a citadel session context.
2011-04-02 Wilfried GoesgensUse IOBuffer with its StrBuf + const char* inside inste...
2011-01-15 Wilfried Goesgensuse the gnu format string checker for CtdlLogPrintf...
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 CancroWhen creating a new context, set lastcmd to now.
2010-09-20 Art CancroCtdlThreadSchedule() considered harmful. Eliminate...
2010-09-01 Art CancroBegan removing $Id$ tags. This will be an ongoing...
2010-07-27 Art Cancro* Changed some instances of 'struct CitContext *CCC...
2010-07-23 Art Cancro* Rewrote vCtdlLogPrintf() to NOT use any buffers at...
2010-06-03 Wilfried Göesgens* add function to cleanly shutdown server threads
2010-06-03 Wilfried Göesgens* vCtdlLogPrintf(): add the userID when reporting from...
2010-05-18 Wilfried Göesgens* INLINE doesn't work across several objects as of...
2010-05-18 Wilfried Göesgens* split cutuserkey() out of makeuserkey(); its name...
2010-02-26 Wilfried Göesgens* use eUsrAxlvl all over the place
2010-02-25 Art Cancro* Working on async
2010-02-25 Art Cancro* Noticed that when serv_chat.c sets async_waiting...
2010-02-23 Art Cancro* In the extremely unlikely event that CtdlGetContextAr...
2010-02-08 Wilfried Göesgens* start migration to buffered I/O
2009-11-10 Dave WestGrabbed a chunk of code out of citserver.c cmd_term...
2009-11-10 Dave WestMoved terminate_idles_sessions into context.c since...
2009-11-10 Dave WestCleaned a few warnings about deprecated functions.
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-03 Dave WestIncreased the load average before strangling the server...
2009-11-01 Dave WestFixed the bug that prevented DOWN from working properly.