]> code.citadel.org Git - citadel.git/history - citadel
Set up wcsession members and template conditionals for wholist-expanded and roomlist...
[citadel.git] / citadel /
2011-05-05 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-05-05 Wilfried Goesgensfix possible crashes of not NULL-checking the result...
2011-05-03 Art CancroGuard against 'billion laughs' attack in our XMPP service
2011-05-02 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-04-30 Art CancroGenerate Message-ID's that will not be reused/repeated...
2011-04-12 Art CancroRemoved single-quotes from setup dialogs. They confuse...
2011-04-07 Art CancroReunified the master and client socket listener loops...
2011-04-06 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-04-05 Art CancroReset run_queue_now back to 0 after a forced run of...
2011-04-05 Art CancroRemove all uses of __FUNCTION__ because it is not portable
2011-04-05 Art CancroIf there is no pubdate in an rss or atom feed item...
2011-04-04 Art CancroCtdlFillSystemContext() gone too
2011-04-04 Art Cancroremoved CtdlClearSystemContext() entirely.
2011-04-04 Art CancroRemoved spurious calls to CtdlClearSystemContext()
2011-04-04 Art CancroAdd a warning message if serv_fulltext is getting zero...
2011-04-03 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-04-03 Wilfried Goesgenswhen generating subjects for calendar items do quoted...
2011-04-02 Art Cancrosmtp client: if msg_size is 0, assume memory corruption...
2011-04-01 Art CancroTemporarily adding dump of badmail to smtpclient
2011-03-31 Wilfried GoesgensFix searching of ']'
2011-03-31 Wilfried GoesgensMailinglist client: don't add roomname to subject if...
2011-03-22 Art CancroLog citadel protocol commands using the session number
2011-03-22 Art Cancroserv_upgrade will delete internal system accounts no...
2011-03-21 Art CancroModified select_on_master() to only have one code path...
2011-03-21 Art CancroDisabled the status bar in the text client because...
2011-03-21 Art CancroDecrement num_workers when exiting worker_thread()...
2011-03-21 Art CancroBegan working on the 'clean shutdown' code for the...
2011-03-20 Art CancroInitial implementation of the worker thread pool size...
2011-03-20 Art CancroClose sockets properly at logout
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 CancroMoved all of the background tasks back to the old EVT_T...
2011-03-18 Art CancroTemporarily disable CtdlThreadGC() to get Uncensored...
2011-03-17 Art CancroTemporarily disable terminate_stuck_sessions() because...
2011-03-17 Art CancroMore debugging
2011-03-17 Art Cancromore logging and testing
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-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 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 CancroIndicate which function we were in when the connection...
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 Goesgensfix possible buffer underrun by 1
2011-03-04 Art CancroAllow LFLR to work in guest mode
2011-02-26 Wilfried GoesgensTwo more url shortener services...
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-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 CancroExport messages in numerical order
2011-02-14 Art CancroOnly offer XMPP over TLS if we have OpenSSL in the...
2011-02-14 Art CancroEnable XMPP over TLS.
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-Client: more leaks.
2011-01-30 Wilfried GoesgensRSS-Client: fix memory leaks
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 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 "Replaced cached_msglist array with a btree...
2011-01-28 Art CancroRevert "arrgh"
2011-01-28 Art CancroRevert "xxx"
2011-01-28 Art Cancroxxx
2011-01-28 Art Cancroarrgh
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 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-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 the MESSAGE_IN_ROOM sections in order to make...
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-17 Art CancroFixed bugs related to last three commits
2011-01-17 Art CancroRemoved the logging facility from citserver, use syslog...
2011-01-15 Wilfried Goesgensuse the gnu format string checker for CtdlLogPrintf...
2011-01-11 Art CancroRequire logged-in in order to revert a wiki page
2011-01-11 Art Cancrocmd_euid now ac_logged_in_or_guest in order to make...
2011-01-11 Art CancroOops, we're in a new year; update the copyright date...
2011-01-11 Art CancroWiki revs now work again - replaced --global-reject...
2011-01-11 Art CancroWhen we 503, do it in HTML
2011-01-09 Wilfried Goesgensfix parameter order of memset as reported by Silvio...
2011-01-03 Art Cancroforward-port r4a30bae41553 from stable
2010-12-30 Art Cancrouse the short commit hash
2010-12-22 Wilfried GoesgensResync i18n with launchpad
2010-12-22 Wilfried Goesgensfix typo in french po file.
2010-12-22 Wilfried GoesgensFix off by one here too; else we will send two '<'...
2010-12-22 Art CancroRevert "Libevent integration"
2010-12-22 Art CancroRevert "Revert "Replaced client_read() with socket_read...
2010-12-22 Art CancroRevert "Replaced client_read() with socket_read_blob...
2010-12-21 Wilfried GoesgensLibevent integration
2010-12-20 Art CancroReplaced client_read() with socket_read_blob() in serv_...
2010-12-17 Art CancroCleaned up the loop that receives network spool. NOT...
2010-12-15 Wilfried GoesgensMove: give the SMTP-Client its own file.
2010-12-13 Wilfried GoesgensSMTP Async I/O:
next