Mailing list header changes (fuck you Google)
[citadel.git] / citadel / modules / rssclient / serv_rssclient.c
2011-11-21 Wilfried Goesgensbefore removing an entry from an hash, revalidate wheth...
2011-11-06 Wilfried Goesgensadd shutdown handlers for libcurl wrapper
2011-11-03 Wilfried GoesgensWork on evented RSS client & libev+libcurl integration
2011-11-02 Wilfried GoesgensWork on RSS Feed
2011-10-24 Wilfried Goesgensfinalize RSS/curlev implementation
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-09-06 Wilfried Goesgensfix more merge hickups
2011-09-04 Wilfried GoesgensMemleak: when expanding shorter URLs we need to free...
2011-09-04 Art CancroIf there is no pubdate in an rss or atom feed item...
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 Wilfried GoesgensWe don't have this timer here.
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 CancroRemoved the logging facility from citserver, use syslog...
2011-08-17 Wilfried GoesgensRename function to cary the module prefix.
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 Goesgensmove stuff out into own files from here...
2010-11-14 Wilfried GoesgensMemleak: fix the varous handler & config lists of the...
2010-11-04 Wilfried Goesgensdon't fetch a RSS before the network frequency is elapsed
2010-10-10 Wilfried Goesgens* load the url shortener links from a config file
2010-10-04 Wilfried Goesgens* one more try to get the right creator into the rss...
2010-10-03 Wilfried Goesgens* add additional chars for shorter url detection
2010-09-23 Wilfried Goesgens* implement expanding of shorter URLs in feeds; IG...
2010-09-23 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-20 Art CancroMore of the same. I think it's time to reduce complexi...
2010-09-20 Art CancroCtdlThreadSchedule() considered harmful. Eliminate...
2010-09-19 Wilfried Goesgens* put sender in another way, still doesn't work
2010-09-19 Wilfried Goesgens* html_to_ascii appends a \n, we don't like that neithe...
2010-09-19 Wilfried Goesgens* handle 'encoded' for RSS + atom the right way
2010-09-18 Wilfried Goesgens* remove debug post all
2010-09-18 Wilfried Goesgens* just display reply link, if we got one.
2010-09-18 Wilfried Goesgens* suport author/email tag in atoms
2010-09-16 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-16 Wilfried Goesgens* switch to loading the HTTP reply into a StrBuf
2010-09-13 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-12 Wilfried Goesgens* remove debugging output etc.
2010-09-12 Wilfried Goesgens* rewrite rss parser:
2010-09-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-09-07 Wilfried Goesgens* if we have a CDATA section assume its the message...
2010-09-01 Art CancroCompleted the removal of $Id$ tags in the Citadel serve...
2010-08-20 Art Cancro* Don't tell libcurl to use an interface that does...
2010-06-28 Wilfried Göesgens* rss_save_item(): trim the sender
2010-06-28 Wilfried Göesgens* rss_save_item(): encode sender & subject, so webcit...
2010-06-08 Wilfried Göesgens* check for syscall.h
2010-06-07 Wilfried Göesgens* move initialization of context to the top
2010-03-18 Wilfried Göesgens* fix memleak
2010-02-21 Art Cancro* Reply to XMPP queries in unsupported namespaces with...
2010-02-03 Art Cancro* Populate EUID field when fetching RSS items, if possible.
2009-12-22 Art Cancro* Some RSS feeds are tagged as <rdf> instead of <rss...
2009-11-23 Art Cancro* Noted in rdf_parsedate() that the YYYY-MM-DDTHH:MM...
2009-11-21 Wilfried Göesgens* use toplevel thingie tag to detect whether we're...
2009-11-19 Art Cancro* Restored the parsing of <link> tags in RSS feeds.
2009-11-19 Wilfried Göesgens* add author to atoms
2009-11-18 Wilfried Göesgens* start atom feed reader implementation, most of the...
2009-11-01 Dave WestFixed the bug that prevented DOWN from working properly.
2009-10-17 Dave WestCitadel API clean up.
2009-10-15 Art Cancro* More license declarations
2009-10-12 Art Cancro* Add charset UTF-8 to content-type declaration for...
2009-06-28 Wilfried Göesgens* fix NULL-pointer condition.
2009-06-18 Art Cancro* Older versions of libcurl may not have CURLOPT_HTTP_C...
2009-06-15 Art Cancro* Applied mattev's patch to add CURLOPT_HTTP_CONTENT_DE...
2009-04-14 Art Cancro* svn propset svn_keywords 'Id' on some files that...
2009-01-04 Art Cancro* libcurl operations now timeout after 180 seconds...
2008-10-15 Art CancroAfter calling html_to_ascii() on RSS fields, call
2008-10-01 Art Cancroserv_rssclient: honor 'creator' or 'author' tag, set...
2008-07-17 Dave WestSystem users (SYS_*) now have proper user numbers.
2008-06-18 Art CancroIf an RSS feed contains an item with a missing title,
2008-06-02 Wilfried Göesgens* convert RSS Subject line into plaintext with our...
2008-05-28 Dave WestNow we name all the private contexts.
2008-05-27 Art CancroSet CURLOPT_USERAGENT and CURLOPT_INTERFACE in the...
2008-05-24 Wilfried Göesgens* make QP encoding of senders optional, so we can flag...
2008-05-21 Art Cancro* More work on OpenID 1.1 Relying Party support
2008-05-19 Art CancroMoved all the OpenID Relying Party code that I've writt...
2008-05-19 Art CancroRSS client now uses libcurl instead of the crappy built-in
2008-05-12 Art CancroMoved parse_url() into libcitadel; I will need it for
2008-04-20 Wilfried Göesgens* fixed several compiler warnings.
2008-03-21 Dave WestDid away with lprintf all together now its called CtdlL...
2008-03-18 Dave WestRSS client now makes use of CtdlThreadCheckStop() to...
2008-03-18 Art Cancrolibical, expat, and libsieve are now *required*.
2008-02-17 Art CancroThe networker and RSS client each start up their own...
2008-01-19 Dave WestIf we are redirected we need to close this socket befor...
2007-12-29 Art Cancroinclude threads.h in serv_rssclient.c
2007-12-13 Art CancroRSS parser can now handle datestamps in RFC822 format
2007-12-07 Dave WestHunting a bug in scheduled threads that caused a segflt...
2007-12-07 Dave WestEXTREMELY EXPERIMENTAL
2007-11-25 Dave WestHere it is, the new thread interface.
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
next