summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/rss.rb
AgeCommit message (Expand)Author
2008-02-10rss plugin: use += instead of <<, we don't want to mess with the original aut...Giuseppe Bilotta
2008-02-10rss plugin: append space to author when appropriateGiuseppe Bilotta
2008-02-10rss plugin: implement and use select_nonempty to grab correct category and au...Giuseppe Bilotta
2008-02-10rss plugin: add 'git' feed typeGiuseppe Bilotta
2007-12-13rss: rss rewatch now accepts an optional handle to force rewatching that part...Giuseppe Bilotta
2007-12-04rss plugin: display author if present in default formatGiuseppe Bilotta
2007-11-29* (plugins/rss) maintain refresh timeouts through restarts/rescansDmitry Kim
2007-11-29rss plugin: manageable permissions and defaultsGiuseppe Bilotta
2007-11-29rss plugin: calculate item_uid_for_bot() on Atom feeds without breakingGiuseppe Bilotta
2007-11-28rss plugin: help for 'who watches'Giuseppe Bilotta
2007-11-28rss plugin: initial support for Atom feeds (needs Ruby's rss module 0.1.8 or ...Giuseppe Bilotta
2007-09-15rss plugin: add support for twitter formatGiuseppe Bilotta
2007-09-13more rdoc-ificationGiuseppe Bilotta
2007-09-12namespaces: move rbot-specific classes and modules from Irc::* to Irc::Bot::*Giuseppe Bilotta
2007-09-09rss plugin: support older version of the Ruby RSS parserGiuseppe Bilotta
2007-08-30rss plugin: don't care if reschedule failsGiuseppe Bilotta
2007-08-29timers: get rid of useless data passing to timer actions.Giuseppe Bilotta
2007-08-28rss plugin: fix watcher rescheduling broken in previous commitGiuseppe Bilotta
2007-08-27rss plugin: prevent deadlock between save and watcher threads.Giuseppe Bilotta
2007-08-27rss plugin: uncoditionally renew the feed mutexesGiuseppe Bilotta
2007-08-26Call 'super' method from #cleanup() in all pluginsGiuseppe Bilotta
2007-08-26rss plugin: all watchers are now informed of feed updates when anybody asks f...Giuseppe Bilotta
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