]> code.citadel.org Git - citadel.git/history - citadel
When registering a new user during an inline login, preserve the room we started...
[citadel.git] / citadel /
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:
2010-12-10 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-12-10 Wilfried GoesgensPerformance improvement / Bugfix Mime handling while...
2010-12-02 Wilfried GoesgensUpdate to launchpad R24
2010-11-22 Wilfried Goesgensavoid decoding mime-parts unless we realy need to.
2010-11-22 Wilfried GoesgensAdd PID/GID/UID of communications parters with unix...
2010-11-22 Wilfried GoesgensLog remote-IP on login attempts
2010-11-21 Wilfried GoesgensRelax SMTP Client timeout settings as discussed.
2010-11-18 Art CancroOnly move from spooltmp to spoolin if there's actually...
2010-11-16 Art Cancroevent_jid is a buffer, not a pointer, so don't free...
2010-11-15 Wilfried GoesgensMemleak: CtdlMakeMessage(): don't forget about the...
2010-11-15 Wilfried Goesgenssmtp_do_bounce(): don't loose msg['A'] when overwriting...
2010-11-15 Art CancroRemoved a few unneeded calls to scr_flush()
2010-11-14 Wilfried GoesgensMemleak: free the list of search hooks on exit
2010-11-14 Wilfried GoesgensMemleak: free the global inet-config on exit.
2010-11-14 Wilfried GoesgensMemleak: free the XMPP-Eventqueue on shutdown
2010-11-14 Wilfried GoesgensMemleak: free the roomlist of the sieve-queued rooms...
2010-11-14 Wilfried GoesgensMemleak: fix the varous handler & config lists of the...
2010-11-14 Wilfried GoesgensMemleak: free the imap-handlerlist on exit
2010-11-14 Wilfried GoesgensMemleak: free the nttlist (network host list) on exit
2010-11-14 Wilfried GoesgensMemleak: sock_connect() needs to call freeaddrinfo()
2010-11-13 Wilfried Goesgensfound one more place using IO directly, rerouting it...
2010-11-09 Wilfried GoesgensUpdate translations to Launchpad R13
2010-11-08 rootadd script to generate gcov/lcov output.
2010-11-08 Wilfried Goesgensfix some incompletely transformed reply strings; thanks...
2010-11-08 Wilfried Goesgensmore gcov files to ignore...
2010-11-08 Wilfried Goesgensadd a way to configure code coverage
2010-11-08 Wilfried GoesgensIgnore data files left behind by gcov
2010-11-07 Wilfried GoesgensRewrite IMAP-Module to buffer its output
2010-11-06 Wilfried Goesgenshave flexible timouts while reading lines in our client...
2010-11-06 Wilfried GoesgensNonblocking sockets need to select while writing
2010-11-04 Wilfried Goesgensif we tell the client we're in error state, return.
2010-11-04 Wilfried Goesgensdon't fetch a RSS before the network frequency is elapsed
2010-11-04 Wilfried Goesgensfix crash in SSL BLOB-Reading
2010-11-03 Wilfried Goesgensmove old tokenizer over to the managesieve server;...
2010-11-01 Wilfried GoesgensDo a more precise match to find out our UID
2010-11-01 Wilfried Goesgensfix compilation
2010-11-01 Wilfried GoesgensBlanks.
2010-11-01 Wilfried GoesgensBlanks are beautyfull.
2010-11-01 Wilfried GoesgensAdd more url-shorteners that showed up in my way.
2010-11-01 Wilfried GoesgensFinalize fixing of netconfig loosing incident
2010-10-30 Wilfried GoesgensPrevent writing empty network configs Part II
2010-10-30 Wilfried Goesgens* cmd_snet: make shure the target FS has enough space...
2010-10-30 Wilfried Goesgensassoc_file_name(): return length of string
2010-10-26 Art CancroDon't output a space between imap namespaces
2010-10-26 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-10-26 Wilfried Goesgens* sock_getln (): CtdlSockGetLine() gives us lines witho...
2010-10-25 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-10-25 Wilfried Goesgens* ctype.h required for isdigit() and friends
2010-10-25 Wilfried Goesgens* make the hash algorithm long, as hash now does
2010-10-25 Wilfried Goesgens* don't free stacked pointers
2010-10-24 Wilfried Goesgens* fix quotation problem reported by launchpad (ups)
2010-10-24 Wilfried Goesgens* similarize to what launchpad has
2010-10-24 Art CancroReplaced some of the 'autoconverted - document me'...
2010-10-22 Wilfried Goesgens* if we're shutting down instantly close our server...
2010-10-21 Wilfried Goesgens* move around pots so launchpad likes us
2010-10-13 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-10-13 Wilfried Goesgens* vCtdlLogPrintf(): combine the server data plus the...
2010-10-13 Art Cancro* Rewrote vCtdlLogPrintf() to NOT use any buffers at...
2010-10-13 Wilfried Goesgens* list of shorter url services.
next