summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/rss.rb
AgeCommit message (Expand)Author
2007-08-26Missed some warn -> warning conversionGiuseppe Bilotta
2007-08-23rss plugin: don't proceed if the specified feed doesn't existGiuseppe Bilotta
2007-05-20Fix #151 in a different way.Giuseppe Bilotta
2007-05-10+ (extends) :limit option support in ircify_html()Dmitry Kim
2007-04-14rss plugin: fix bugs with category retrieval and author displayGiuseppe Bilotta
2007-04-12rss plugin: catch all errors when stopping watchesGiuseppe Bilotta
2007-04-12script, rss plugins: raise if main data could not be restored from the registryGiuseppe Bilotta
2007-04-09* (plugins/rss) use "%H:%M" for time formatDmitry Kim
2007-04-08rss plugin: parse feed on first retrieval; add some more debugGiuseppe Bilotta
2007-04-08rss plugin: parse feed on first run, even if we don't check for new itemsGiuseppe Bilotta
2007-04-08rss plugin: overrule max lines, display all feedsGiuseppe Bilotta
2007-04-08rss plugin: changeset [894] was missing the actual commit! commit the changes...Giuseppe Bilotta
2007-04-08rss plugin: user ircify_htmlGiuseppe Bilotta
2007-04-08rss plugin: don't flood watcher with current rss content when a watch is addedGiuseppe Bilotta
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