Changed how Message-ID RFC2822 field is generated
[citadel.git] / citadel / context.h
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2019-11-25 Art CancroThe user principal identity is now used as the JID...
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
2019-02-19 Art CancroThe battle against bit rot continues!
2018-12-20 Art CancroRemoved the 'master user' feature ... if we still need...
2018-08-24 Art CancroThe new server API no longer uses upload_type. Removed...
2018-01-24 Art Cancromore trimming away of ignet stuffs
2017-05-19 Art CancroAt login time, copy prefer email addresses for user...
2017-04-04 Art CancroInitial version of new room sharing poller. I don...
2017-03-30 Art Cancromore moving to new logging standard
2014-10-21 Wilfried Goesgensadd whether we're in which eventloop / a worker thread...
2014-07-23 Wilfried GoesgensLDAP: check for new values in LDAP on each login (by...
2013-02-12 Wilfried GoesgensContext: void* is more appropriate for the module data...
2012-08-23 Wilfried GoesgensEVENT-CLIENT: fix potential compile problems with older...
2012-07-23 Wilfried Goesgenscmd_TERM: also kill AsyncIO contexts
2012-05-03 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-05-01 Art CancroRemoved duplicate typedef of CtdlDbgFunction
2012-04-29 Wilfried GoesgensLOGGING: make context logging configurabel. (joining...
2012-04-24 Wilfried GoesgensLogging: add timestamps for eventdriven IO
2012-04-24 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-04-22 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2012-04-22 Wilfried GoesgensLogging: add details to failed password attempts to...
2011-11-22 Wilfried Goesgenswork on a way to output the success / failure state...
2011-09-04 Art CancroSwitched back to the old style thread architecture...
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 CancroDisplay PASS/FAIL syslog msgs for the new security...
2011-09-04 Art CancroCache the most recently fetched msglist in CtdlForEachM...
2011-09-04 Art CancroRemoved nonce/apop/pas2, no longer used by anyone
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-07-09 Wilfried Goesgensmake shure invalid session fd's don't get set into...
2011-04-02 Wilfried GoesgensGive event clients a citadel session context.
2011-04-02 Wilfried GoesgensUse IOBuffer with its StrBuf + const char* inside inste...
2010-11-22 Wilfried GoesgensAdd PID/GID/UID of communications parters with unix...
2010-10-22 Wilfried Goesgens* if we're shutting down instantly close our server...
2010-09-01 Art CancroBegan removing $Id$ tags. This will be an ongoing...
2010-07-23 Art Cancro* Rewrote vCtdlLogPrintf() to NOT use any buffers at...
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-03-13 Wilfried Göesgens* migrate redirect_buffer logic to StrBuf, valgrind...
2010-02-25 Art Cancro* Noticed that when serv_chat.c sets async_waiting...
2010-02-12 Wilfried Göesgens* custom sockets need to work buffered too...
2010-02-08 Wilfried Göesgens* start migration to buffered I/O
2010-02-06 Wilfried Göesgens* remember the total size a downloadable file has
2010-01-10 Dave WestFix race condition that caused segfaults in imap and...
2009-12-12 Dave Westthreads are using signals and the GC code is #ifdef...
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 WestMoved BumpNewMailCounter() into context.c because it...
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.