summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/rss.rb
AgeCommit message (Collapse)Author
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 ↵Giuseppe Bilotta
changes of [894]; additionally, show links in the description
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
and custom feed type
2007-03-30*** (httputil) major rework, new caching implementation, unified requestDmitry Kim
processing + (httputil) post support, partial request support, other features - (httputil) removed partial_body() and get_cached() [merged into get()] * (plugins/, utils) minimal changes to accomodate for the new http_utils * (utils, ircbot) moved utils initialization into utils.rb * (tube.rb) (partially) accomodate for upstream site layout changes
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
problems
2007-03-20rss plugin: 0.9 feeds don't work, so we just patch them to pretend they are ↵Giuseppe Bilotta
actually 1.0 RDF feeds
2007-03-20rss plugin: lock the mutex on more occasionsGiuseppe Bilotta
2007-02-18Plugin header boilerplating.Giuseppe Bilotta
New plugin.header file provided, to be used as model for the header of new plugins. Many existing plugins have been adjusted to provide the same info the same way. I might have misplaced some information, so please let me know if this is the case. Also augmented a couple of copyright notices to include the 'rbot development team' alongside Tom Gilbert.
2007-02-10rss plugin: spam log lessGiuseppe Bilotta
2007-02-08rss plugin: rss watch improvements: can now specify the channel when ↵Giuseppe Bilotta
creating or deleting a watch, and can also list all channels watching any feed
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 ↵Giuseppe Bilotta
global one. Set to 0 to reset
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
the registry
2007-02-05rss plugin: fix missplet 'gmane'Giuseppe Bilotta
2007-02-05rss plugin: performance enhancements when outputting formatted rss to ↵Giuseppe Bilotta
multiple locations, and make use of the overlong lines management introduced
2007-01-30When adding a feed watcher, let it fire instantly so that it can do the ↵Giuseppe Bilotta
initial rss retrieval
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 ↵Giuseppe Bilotta
HTTP headers
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 ↵Giuseppe Bilotta
config option description
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 ↵Giuseppe Bilotta
be displayed can be given
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 ↵Giuseppe Bilotta
value for feeds. If failures occurred, polling time is increased
2006-07-24Fix yet more problem reporting in rss pluginGiuseppe Bilotta