]> code.citadel.org Git - citadel.git/history - citadel
Add a 'New blog post' button to the Blog view
[citadel.git] / citadel /
2011-03-20 Art CancroSwitched back to the old style thread architecture...
2011-03-18 Art CancroRemoved the DEBUG_MEMORY_LEAKS framework because we...
2011-03-18 Art CancroRemoved the DEBUG_MEMORY_LEAKS framework because we...
2011-03-18 Art CancroMoved all of the background tasks back to the old EVT_T...
2011-03-18 Art CancroMoved all of the background tasks back to the old EVT_T...
2011-03-18 Art CancroTemporarily disable CtdlThreadGC() to get Uncensored...
2011-03-18 Art CancroTemporarily disable CtdlThreadGC() to get Uncensored...
2011-03-17 Art CancroTemporarily disable terminate_stuck_sessions() because...
2011-03-17 Art CancroTemporarily disable terminate_stuck_sessions() because...
2011-03-17 Art CancroMore debugging
2011-03-17 Art CancroMore debugging
2011-03-17 Art Cancromore logging and testing
2011-03-17 Art Cancromore logging and testing
2011-03-15 Wilfried GoesgensAdd some more debugging to the session destroyer; ...
2011-03-15 Wilfried GoesgensAdd some more debugging to the session destroyer; ...
2011-03-14 Art CancroAdded protocol names to all 'client disconnected' syslogs
2011-03-14 Art CancroAdded protocol names to all 'client disconnected' syslogs
2011-03-13 Art CancroCC->kill_me now contains an enum indicating the REASON...
2011-03-13 Art CancroCC->kill_me now contains an enum indicating the REASON...
2011-03-13 Art CancroRemoved newlines from syslog in pop3 and imap modules
2011-03-13 Art CancroRemoved newlines from syslog in pop3 and imap modules
2011-03-13 Art CancroCtdlUserLogout() syslog who owned the session we killed
2011-03-13 Art CancroCtdlUserLogout() syslog who owned the session we killed
2011-03-13 Art CancroRun RSS pulls no more than once every 15 minutes.
2011-03-13 Art CancroRun RSS pulls no more than once every 15 minutes.
2011-03-13 Art CancroIndicate which function we were in when the connection...
2011-03-13 Art CancroIndicate which function we were in when the connection...
2011-03-12 Art CancroWelcome mail is now from nobody@example.com
2011-03-12 Art CancroWelcome mail is now from nobody@example.com
2011-03-10 Wilfried GoesgensRSS-Client: fix storing of sender in case of we just...
2011-03-10 Wilfried GoesgensRSS-Client: fix storing of sender in case of we just...
2011-03-10 Wilfried Goesgensfix possible buffer underrun by 1
2011-03-10 Wilfried Goesgensfix possible buffer underrun by 1
2011-03-04 Art CancroAllow LFLR to work in guest mode
2011-03-04 Art CancroAllow LFLR to work in guest mode
2011-02-26 Wilfried GoesgensTwo more url shortener services...
2011-02-26 Wilfried GoesgensTwo more url shortener services...
2011-02-26 Wilfried GoesgensFollow syslog change here, else we won't compile.
2011-02-26 Wilfried GoesgensFollow syslog change here, else we won't compile.
2011-02-23 Art CancroFixed incorrect byte count when writing XML entity...
2011-02-23 Art CancroFixed incorrect byte count when writing XML entity...
2011-02-22 Art CancroSanitize v_seen and v_answered during export
2011-02-22 Art CancroSanitize v_seen and v_answered during export
2011-02-22 Art CancroEscape single and double quotes in export format
2011-02-22 Art CancroEscape single and double quotes in export format
2011-02-22 Art CancroExport messages in numerical order
2011-02-22 Art CancroExport messages in numerical order
2011-02-14 Art CancroOnly offer XMPP over TLS if we have OpenSSL in the...
2011-02-14 Art CancroOnly offer XMPP over TLS if we have OpenSSL in the...
2011-02-14 Art CancroEnable XMPP over TLS.
2011-02-14 Art CancroEnable XMPP over TLS.
2011-01-31 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2011-01-31 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2011-01-30 Wilfried GoesgensRSS: wrong pointer indirection *gna*
2011-01-30 Wilfried GoesgensRSS: wrong pointer indirection *gna*
2011-01-30 Wilfried GoesgensRSS-Client: more leaks.
2011-01-30 Wilfried GoesgensRSS-Client: more leaks.
2011-01-30 Wilfried GoesgensRSS-Client: fix memory leaks
2011-01-30 Wilfried GoesgensRSS-Client: fix memory leaks
2011-01-30 Wilfried GoesgensBy jimcuclamath: set maxium allowed password length...
2011-01-30 Wilfried GoesgensBy jimcuclamath: set maxium allowed password length...
2011-01-28 Art CancroReplace the temporary log message with a permanent one
2011-01-28 Art CancroReplace the temporary log message with a permanent one
2011-01-28 Art CancroOk this is it, the best of both worlds.
2011-01-28 Art CancroOk this is it, the best of both worlds.
2011-01-28 Art CancroRevert "Updating cmd_euid() to use the CtdlForEachMessa...
2011-01-28 Art CancroRevert "Updating cmd_euid() to use the CtdlForEachMessa...
2011-01-28 Art CancroRevert "Replaced cached_msglist array with a btree...
2011-01-28 Art CancroRevert "Replaced cached_msglist array with a btree...
2011-01-28 Art CancroRevert "arrgh"
2011-01-28 Art CancroRevert "arrgh"
2011-01-28 Art CancroRevert "xxx"
2011-01-28 Art CancroRevert "xxx"
2011-01-28 Art Cancroxxx
2011-01-28 Art Cancroxxx
2011-01-28 Art Cancroarrgh
2011-01-28 Art Cancroarrgh
2011-01-27 Art CancroReplaced cached_msglist array with a btree persistent...
2011-01-27 Art CancroReplaced cached_msglist array with a btree persistent...
2011-01-27 Art CancroUpdating cmd_euid() to use the CtdlForEachMessage(...
2011-01-27 Art CancroUpdating cmd_euid() to use the CtdlForEachMessage(...
2011-01-27 Art CancroUse a binary search to locate msgnum in cached_msglist
2011-01-27 Art CancroUse a binary search to locate msgnum in cached_msglist
2011-01-27 Art CancroDisplay PASS/FAIL syslog msgs for the new security...
2011-01-27 Art CancroDisplay PASS/FAIL syslog msgs for the new security...
2011-01-27 Art CancroDisplay PASS/FAIL syslog msgs for the new security...
2011-01-27 Art CancroDisplay PASS/FAIL syslog msgs for the new security...
2011-01-26 Art CancroCache the most recently fetched msglist in CtdlForEachM...
2011-01-26 Art CancroCache the most recently fetched msglist in CtdlForEachM...
2011-01-26 Art CancroRemoved nonce/apop/pas2, no longer used by anyone
2011-01-26 Art CancroRemoved nonce/apop/pas2, no longer used by anyone
2011-01-26 Art CancroRemoved the MESSAGE_IN_ROOM sections in order to make...
2011-01-26 Art CancroRemoved the MESSAGE_IN_ROOM sections in order to make...
2011-01-25 Art CancroINFO command 'openid support' is now indicated as the...
2011-01-25 Art CancroINFO command 'openid support' is now indicated as the...
2011-01-18 Art CancroCtdlUserLogout() fixed to more throroughly log the...
2011-01-18 Art CancroCtdlUserLogout() fixed to more throroughly log the...
2011-01-17 Art CancroFixed bugs related to last three commits
2011-01-17 Art CancroFixed bugs related to last three commits
2011-01-17 Art CancroRemoved the logging facility from citserver, use syslog...
next