]> code.citadel.org Git - citadel.git/history - citadel/modules
Code shuffling fixes warning with inline function... weirdo.
[citadel.git] / citadel / modules /
2011-09-07 Wilfried GoesgensFix warnings all over citserver; handle function replie...
2011-09-07 Wilfried Goesgensfix warnings in libev related codebase
2011-09-07 Wilfried GoesgensRevoke refetching of already polled pop3 messages
2011-09-06 Wilfried Goesgensfix more merge hickups
2011-09-05 Wilfried Goesgensmore tiny merge misses
2011-09-04 Art CancroMake use of XML_StopParser() when XML_MAJOR_VERSION...
2011-09-04 Art CancroRemoved references to Subversion in the code
2011-09-04 Wilfried Goesgensnetwork_spool_msg() handle QP
2011-09-04 Wilfried GoesgensLBIO: output LISTING_FOLLOWS; skip the . and .. directo...
2011-09-04 Art CancroAttempting to fix a segfault generated in Removecontext()
2011-09-04 Wilfried GoesgensLBIO: add parameter
2011-09-04 Art CancroWhen the maximum number of client connections has been...
2011-09-04 Art CancroUgly hack to fix wiki history broken by the 'message...
2011-09-04 Art CancroFixed a stack smash in the wiki module
2011-09-04 Art CancroGenerate wiki diffs using a temp file instead of a...
2011-09-04 Wilfried Goesgensfix the GETMETADATA command; we mustn't count our naive...
2011-09-04 Art CancroRemoved the commented-out vestiges of a spam strings...
2011-09-04 Art Cancroxmpp_destroy_buddy() now accepts an 'aggressively'...
2011-09-04 Art CancroReinstated the use of EUID/UUID in blog posts; however...
2011-09-04 Art CancroRevert "Generate UUID in blog posts to be used in perma...
2011-09-04 Art CancroRevert "Change to blog euid storage; note new definitio...
2011-09-04 Art CancroChange to blog euid storage; note new definition in...
2011-09-04 Art CancroGenerate UUID in blog posts to be used in permalinks
2011-09-04 Wilfried GoesgensMemleak: when expanding shorter URLs we need to free...
2011-09-04 Wilfried Goesgensfix source so that '-Wformat -Werror=format-security...
2011-09-04 Art CancroCleanup pop3client
2011-09-04 Wilfried Goesgensfix possible crashes of not NULL-checking the result...
2011-09-04 Art CancroGuard against 'billion laughs' attack in our XMPP service
2011-09-04 Art CancroReset run_queue_now back to 0 after a forced run of...
2011-09-04 Art CancroIf there is no pubdate in an rss or atom feed item...
2011-09-04 Wilfried Goesgensremoved CtdlClearSystemContext() entirely.
2011-09-04 Wilfried Goesgensmerge hickups. TBC.
2011-09-04 Art CancroRemoved spurious calls to CtdlClearSystemContext()
2011-09-04 Art CancroAdd a warning message if serv_fulltext is getting zero...
2011-09-04 Wilfried Goesgenswhen generating subjects for calendar items do quoted...
2011-09-04 Art Cancrosmtp client: if msg_size is 0, assume memory corruption...
2011-09-04 Art CancroTemporarily adding dump of badmail to smtpclient
2011-09-04 Wilfried GoesgensFix searching of ']'
2011-09-04 Wilfried GoesgensMailinglist client: don't add roomname to subject if...
2011-09-04 Art Cancroserv_upgrade will delete internal system accounts no...
2011-09-04 Art CancroBegan working on the 'clean shutdown' code for the...
2011-09-04 Art CancroSwitched back to the old style thread architecture...
2011-09-04 Art CancroMoved all of the background tasks back to the old EVT_T...
2011-09-04 Art CancroAdded protocol names to all 'client disconnected' syslogs
2011-09-04 Wilfried GoesgensWe don't have this timer here.
2011-09-04 Art CancroCC->kill_me now contains an enum indicating the REASON...
2011-09-04 Art CancroRemoved newlines from syslog in pop3 and imap modules
2011-09-04 Art CancroRun RSS pulls no more than once every 15 minutes.
2011-09-04 Art CancroIndicate which function we were in when the connection...
2011-09-04 Wilfried GoesgensRSS-Client: fix storing of sender in case of we just...
2011-09-04 Art CancroFixed incorrect byte count when writing XML entity...
2011-09-04 Art CancroSanitize v_seen and v_answered during export
2011-09-04 Art CancroEscape single and double quotes in export format
2011-09-04 Art CancroExport messages in numerical order
2011-09-04 Art CancroOnly offer XMPP over TLS if we have OpenSSL in the...
2011-09-04 Art CancroEnable XMPP over TLS.
2011-09-04 Art CancroWiki revs now work again - replaced --global-reject...
2011-09-04 Art CancroWhen we 503, do it in HTML
2011-09-04 Art CancroRemoved nonce/apop/pas2, no longer used by anyone
2011-09-04 Art CancroINFO command 'openid support' is now indicated as the...
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-09-04 Art CancroRequire logged-in in order to revert a wiki page
2011-09-04 Art CancroOops, we're in a new year; update the copyright date...
2011-09-04 Art CancroWiki revs now work again - replaced --global-reject...
2011-09-04 Art CancroWhen we 503, do it in HTML
2011-09-04 Wilfried Goesgensfix parameter order of memset as reported by Silvio...
2011-09-04 Wilfried GoesgensFix off by one here too; else we will send two '<'...
2011-09-01 Wilfried GoesgensMultiple cleanup
2011-08-31 Wilfried GoesgensAdd testhash function, since we experienced troubles...
2011-08-24 Wilfried GoesgensCleanup Pop3Aggregator
2011-08-24 Wilfried Goesgensrename our context so its more filename friendly.
2011-08-21 Wilfried Goesgensadd missing newline in logging.
2011-08-20 Wilfried Goesgensone time 'room' var is enough.
2011-08-20 Wilfried Goesgensprotect access to the counter by mutex, else we might...
2011-08-17 Wilfried GoesgensWork on event'ing the pop3 aggregator
2011-08-17 Wilfried GoesgensRename function to cary the module prefix.
2011-08-10 Wilfried Goesgenswork on the pop3 aggregator
2011-08-10 Wilfried Goesgensfix naming of functions, so they live in the RSS-Namespace
2011-07-10 Wilfried Goesgensfinalize allocation & freeing of rss stuff
2011-07-09 Wilfried Goesgensuse right struct for memset.
2011-07-07 Wilfried Goesgenswork on making RSS aggregator instances and roomlists...
2011-07-03 Wilfried Goesgensfix conditions where several rooms read the same RSS...
2011-07-03 Wilfried Goesgensfirst working RSS collection with async DB-Saves
2011-06-25 Wilfried Goesgensmore work on libevĀ“ing the rss-reader.
2011-06-05 Wilfried Goesgensfix pointer indirections so we now can successfully...
2011-06-05 Wilfried Goesgenswhen not forking, we fail to drop rood privileges in...
2011-06-05 Wilfried Goesgensmove stuff out into own files from here...
2011-06-05 Wilfried GoesgensSplit RSS Parser...
2011-06-05 Wilfried Goesgensif specified, use our bind-ip for the http clients.
2011-06-05 Wilfried GoesgensGive us an own Context per notification client.
2011-06-05 Wilfried GoesgensFree all our allocated resources after notifying /...
2011-05-30 Wilfried Goesgensfinish rewriting of http client code
2011-05-21 Wilfried GoesgensMigrate http context struct into the AsyncIO struct...
2011-05-21 Wilfried Goesgensunlink global struct and request structs
2011-05-18 Wilfried GoesgensDon't overwrite the 'TO' when sending mailinglist mails...
2011-05-15 Wilfried GoesgensRewrite loading of notify configurations
2011-05-15 Wilfried Goesgenssending http requests instant now.
2011-05-15 Wilfried Goesgenswork on libev <-> libcurl integration
2011-05-14 Wilfried Goesgensmore work on async http
2011-05-14 Wilfried GoesgensMemleak: free the vector of URLs to try to connect to.
next