citadel.git
2011-05-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-05-07 Wilfried Goesgenslocated the place to put the initial attachment count...
2011-05-06 Art CancroSet up wcsession members and template conditionals...
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-05 Wilfried Goesgensadd test for html translating
2011-05-03 Wilfried GoesgensFix possible endless loop conditions
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-05-02 Wilfried Goesgensadd new token MSG:NATTACH to output the number of curre...
2011-04-30 Art CancroGenerate Message-ID's that will not be reused/repeated...
2011-04-29 Wilfried GoesgensFix pushmail editing
2011-04-29 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-04-26 Art CancroInitial workup of click-to-expand iconbar wholist.
2011-04-22 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-04-22 Wilfried Goesgens* fix some rare oom situation.
2011-04-19 Art CancroRemoved extra logging. The bug I was hunting was not...
2011-04-19 Art CancroTemporarily adding some debugging syslog messages
2011-04-19 Art Cancrodisplay_individual_cal() now bails out _very_ early...
2011-04-17 Wilfried GoesgensFix of terminate problem while loading user list
2011-04-17 Wilfried Goesgens* fix multiple compiler warnings...
2011-04-12 Art CancroAdded expand/collapse icons for the Roomlist and Wholist.
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-07 Art CancroAdded GPL declaration to source files in libcitadel
2011-04-06 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-04-06 Wilfried Goesgensif StrBuf_ServGetln() is called in a loop, its return...
2011-04-06 Art Cancrogenerate_uuid() now generates more or less DCE-complian...
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 CancroAdded a few more Disallow: lines to robots.txt
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 Wilfried Goesgens* in knrooms we flush the cached floorlist, since the...
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-10 Wilfried GoesgensIO fixups
2011-03-10 Wilfried GoesgensFix Crash; don't access pointers before checking them...
2011-03-09 Art CancroAdded the ability to specify a file defining *simple...
2011-03-04 Art CancroAllow LFLR to work in guest mode
2011-03-01 Art CancroValidate new users screen now uses the main room banner
2011-03-01 Art CancroFlush the cached room list when logging in or out.
2011-03-01 Art CancroKnown rooms page now uses the auto-generated room banner.
2011-02-26 Art Cancrominor update to readme.txt
2011-02-26 Wilfried Goesgensadd finish tranlation imported from launchpad.
2011-02-26 Wilfried GoesgensResync with Launchpad translations.
2011-02-26 Wilfried GoesgensTwo more url shortener services...
2011-02-26 Wilfried GoesgensFollow syslog change here, else we won't compile.
2011-02-25 Art CancroSwitching languages now works again
2011-02-24 Art CancroPut the language selector box back in (but it doesn...
2011-02-23 Art Cancroadded a FIXME
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-21 Wilfried Goesgensfixing html2ascii
2011-02-16 Art CancroClicking on the room name in the banner goes to the...
2011-02-15 Art CancroFixed a backwards conditional in the openid_manual_crea...
2011-02-14 Art Cancrocosmetic stuff
2011-02-14 Art CancroOpenID manual create is now functionally complete.
2011-02-14 Art CancroFinished everything except the openid_manual_create...
2011-02-14 Art CancroBegin working on OpenID manual screen name selection...
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-06 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2011-02-06 Wilfried GoesgensBUGFIX: json-escape roomname during outputting message...
2011-02-01 Art CancroRestored the ability to associate an OpenID with an...
2011-01-31 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
next