summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/rss.rb
AgeCommit message (Expand)Author
2007-04-02* (rss) bypass http cache when handling 'show' commandDmitry Kim
2007-03-31rss plugin: code cleanup. add support for slashdot feeds, with RDF extension ...Giuseppe Bilotta
2007-03-30*** (httputil) major rework, new caching implementation, unified requestDmitry Kim
2007-03-29* (rss.rb) we didn't really mean to create a Mutex inner class, right?Dmitry Kim
2007-03-25rss plugin: attempt data recovery when marshalling failsGiuseppe Bilotta
2007-03-25rss plugin: nil the mutex when dumping, to prevent cross-version marshalling ...Giuseppe Bilotta
2007-03-20rss plugin: 0.9 feeds don't work, so we just patch them to pretend they are a...Giuseppe Bilotta
2007-03-20rss plugin: lock the mutex on more occasionsGiuseppe Bilotta
2007-02-18Plugin header boilerplating.Giuseppe Bilotta
2007-02-10rss plugin: spam log lessGiuseppe Bilotta
2007-02-08rss plugin: rss watch improvements: can now specify the channel when creating...Giuseppe Bilotta
2007-02-06Move extensions to standard classes into a specific extends.rb util moduleGiuseppe Bilotta
2007-02-06Suppress a couple of warningsGiuseppe Bilotta
2007-02-05rss plugin: the refresh rate of each rss can be set independently of the glob...Giuseppe Bilotta
2007-02-05rss plugin: add command to change the handle or url or type of an existing feedGiuseppe Bilotta
2007-02-05rss plugin: only parse feeds when xml changed. also, the xml is now saved to ...Giuseppe Bilotta
2007-02-05rss plugin: fix missplet 'gmane'Giuseppe Bilotta
2007-02-05rss plugin: performance enhancements when outputting formatted rss to multipl...Giuseppe Bilotta
2007-01-30When adding a feed watcher, let it fire instantly so that it can do the initi...Giuseppe Bilotta
2007-01-29Use the bot timer instead of Threads for periodic rss retrievalsGiuseppe Bilotta
2007-01-29Remove unused code from rssGiuseppe Bilotta
2006-11-28Hopefully fix the rss watch/unwatch problem for goodGiuseppe Bilotta
2006-10-30Make rss feed handle lookup case insensitiveGiuseppe Bilotta
2006-10-24Initial implementation of proper caching based on last-modified and etag HTTP...Giuseppe Bilotta
2006-10-18Only show 1 RSS item when 1 RSS item is askedGiuseppe Bilotta
2006-10-18Fix the no-date bug the right wayGiuseppe Bilotta
2006-10-18Minor aesthetical fixupGiuseppe Bilotta
2006-10-18Fix an issue with RSS feeds having no itemDateGiuseppe Bilotta
2006-08-25Better name for the rss pluginGiuseppe Bilotta
2006-08-25Fix misc RSS stuff: reverse publishing order of watched feeds, correct a conf...Giuseppe Bilotta
2006-08-06Fix RSS plugin problems caused by watches created before the new Irc frameworkGiuseppe Bilotta
2006-08-06Some fixes for the rss pluginGiuseppe Bilotta
2006-07-28Do not use get_cached for RSS until we have proper cache handlingGiuseppe Bilotta
2006-07-28Fix date sorting for rss pluginsGiuseppe Bilotta
2006-07-27rss show will sort items by date, if possible; a specific range of items to b...Giuseppe Bilotta
2006-07-26Small cosmetic fix for trac output of non-changelog entries in RSS pluginGiuseppe Bilotta
2006-07-26More robust error handling in rss.rb, also increased the default polling valu...Giuseppe Bilotta
2006-07-24Fix yet more problem reporting in rss pluginGiuseppe Bilotta
2006-07-24Fix problem reporting in rss pluginGiuseppe Bilotta
2006-07-24con:Giuseppe Bilotta
2006-07-24RSS plugin update.Giuseppe Bilotta
2006-07-24RSS plugin cleanup: printFormattedRss made more generic, added 'trac' typeGiuseppe Bilotta
2006-07-24RSS plugin now uses bold all around in the help messagesGiuseppe Bilotta
2006-07-24New command system for RSS pluginGiuseppe Bilotta
2006-07-24More RSS plugin improvementsGiuseppe Bilotta
2006-07-24Stupid upper/lowercase typo in rss pluginGiuseppe Bilotta
2006-07-24RSS plugin is now in '''much''' better shapeGiuseppe Bilotta
2006-07-24Cleanups and bugfixes for the RSS pluginGiuseppe Bilotta
2006-07-23Initial version of the RSS plugin. Needs lots of loveGiuseppe Bilotta