]> code.citadel.org Git - citadel.git/history - citadel/modules
Re-enabled OpenID 1.1 while I work on other things
[citadel.git] / citadel / modules /
2011-12-05 Art CancroRe-enabled OpenID 1.1 while I work on other things
2011-12-05 Art CancroNew branch 'openid2' due to breaking the build from...
2011-12-05 Art Cancronote documentation sections of openid 2.0 spec in comments
2011-12-05 Art CancroLots of progress on Yadis discovery today. We are...
2011-12-05 Art CancroIf the X-XRDS-Location header is found, put it into...
2011-12-05 Art CancroMove some of this code around
2011-12-05 Art CancroParse HTTP headers to reveal X-XRDS-Location
2011-12-05 Art CancroCleanup of above
2011-12-05 Art CancroYadis discovery now passes Accept: application/xrds+xml
2011-12-05 Art CancroYadis discovery no longer uses fetch_http() because...
2011-12-05 Art CancroCleanup of previous commit
2011-12-05 Art Cancroctdl_openid_curl_easy_init() is a wrapper around curl_e...
2011-12-05 Art CancroBegin separating YADIS handling from XRDS parsing
2011-12-05 Art CancroInitialize XML parser when parsing an XRDS document
2011-12-05 Art CancroInitialize XML parser when parsing an XRDS document
2011-12-05 Art CancroBegan implementation of OpenID 2.0 relying party support.
2011-12-05 Art CancroRemoved unneeded newlines from syslog() calls in openid...
2011-12-05 Wilfried Goesgensoutput a list with status numbers & terminate them...
2011-12-03 Wilfried GoesgensMemleaksearch
2011-11-27 Wilfried Goesgensremove the duplicate for 'allheaders'
2011-11-27 Wilfried Goesgensproperly iterate over the linked list.
2011-11-22 Wilfried Goesgenswork on a way to output the success / failure state...
2011-11-22 Wilfried Goesgensadd email address to start command
2011-11-22 Wilfried Goesgensjust adjust the refcounts in one place.
2011-11-21 Wilfried Goesgensbefore removing an entry from an hash, revalidate wheth...
2011-11-21 Wilfried Goesgensfix removal from Queu
2011-11-20 Wilfried Goesgensalways serialize our queue item
2011-11-17 Wilfried Goesgensincrease array of error messages
2011-11-06 Wilfried Goesgensadd shutdown handlers for libcurl wrapper
2011-11-06 Wilfried GoesgensIMAP FETCH Command: IAPuts immediately outputs the...
2011-11-03 Wilfried GoesgensWork on evented RSS client & libev+libcurl integration
2011-11-02 Wilfried GoesgensWork on RSS Feed
2011-10-30 Wilfried GoesgensLogging enhancement & SMTP client fixes
2011-10-24 Wilfried Goesgensfinalize RSS/curlev implementation
2011-10-23 Wilfried Goesgensfree curl resources in the proper sequence.
2011-10-22 Wilfried Goesgensadd eSendFile/eReadfile in the switchs where they are...
2011-10-20 Wilfried Goesgensdon't call curl_multi_add_handle() from outside of...
2011-10-19 Wilfried GoesgensMark our session as deleteable when we exit.
2011-10-18 Wilfried Goesgensups, more places to reset the time we ran last time.
2011-10-18 Wilfried GoesgensRe-add the blockage to just run once per quarter hour.
2011-10-17 Wilfried Goesgensfix some more memleaks.
2011-10-17 Wilfried Goesgensrework the networking locking facility using the hashlist.
2011-10-16 Wilfried GoesgensFinalize Networker; native modern linux.
2011-10-08 Wilfried GoesgensImplement asynchroneous networking.
2011-09-20 Art Cancroserv_extnotify now uses field '2' instead of field...
2011-09-19 Wilfried GoesgensFix memory leaks in the networker
2011-09-16 Art CancroUse autoconf to locate the diff and patch executables...
2011-09-16 Wilfried GoesgensReceiving files via the networker functional now.
2011-09-16 Wilfried GoesgensAdd error handler for failing DNS requests; the Client...
2011-09-14 Wilfried GoesgensRemoving of static vars in the Networker
2011-09-14 Wilfried GoesgensNetworker AsyncIO Rewrite
2011-09-14 Wilfried Goesgenswe need to register the smtp queue runner...
2011-09-13 Wilfried Goesgensprepend pop3 to some more functions to work around...
2011-09-08 Wilfried GoesgensRemove global variables; replace by stack passing.
2011-09-08 Wilfried GoesgensMore places to remove the experimental #if
2011-09-08 Wilfried Goesgensremove classic smtp client. we're over this.
2011-09-08 Wilfried GoesgensNetworker reordering; remove / change dependencies
2011-09-08 Wilfried GoesgensChop networker into handy bits; related functions now...
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...
next