summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/rss.rb
AgeCommit message (Expand)Author
2008-07-30rss plugin: don't claim to be using old data when we don'tGiuseppe Bilotta
2008-07-30rss plugin: check for unhandled Atom feeds (old Ruby/RSS library)Giuseppe Bilotta
2008-07-18rss plugin: strip whitespace from link, category and authorGiuseppe Bilotta
2008-07-18* (plugins/rss) more item uid calculation fixesdmitry kim
2008-07-10* (plugins/rss) fixed item unique idsdmitry kim
2008-07-02rss plugin: comment out a couple of potentially oververbose debug linesGiuseppe Bilotta
2008-06-12* rss.rb: use guids to check for seen itemsdmitry kim
2008-04-19rss plugin: return from select_nonempty() as soon as nonempty is foundGiuseppe Bilotta
2008-03-28+ rss.rb: optional :delay param to '!rss rewatch'dmitry kim
2008-03-23rss plugin: check for <channel when <rdf:RDF is foundGiuseppe Bilotta
2008-03-23rss plugin: rescue RSS parsing in htmlinfo filterGiuseppe Bilotta
2008-03-23rss plugin: missing 9 in FEED_NS regexpGiuseppe Bilotta
2008-03-23rss plugin: make htmlinfo input filter less greedyGiuseppe Bilotta
2008-03-17rss plugin: provide htmlinfo filterGiuseppe Bilotta
2008-03-17rss plugin: use (?) for missing item and channel titles tooGiuseppe Bilotta
2008-03-17rss plugin: there are feeds with items without contentGiuseppe Bilotta
2008-03-17rss plugin: make_stream final Hash should be optionalGiuseppe Bilotta
2008-03-14rss plugin: command to show known rss typesGiuseppe Bilotta
2008-03-14rss plugin: define output templates as filtersGiuseppe Bilotta
2008-03-12rss plugin: show author for trac, but clobber emailGiuseppe Bilotta
2008-03-04Unixify all line endings.Giuseppe Bilotta
2008-03-04rss plugin: add 'photoblog' and 'news' formatsAdam James
2008-03-04rss plugin: make displaying links from the text of a feed item configurableAdam James
2008-03-04rss plugin: try to use <content:encoded> tags in feeds when possibleAdam James
2008-02-27rss plugin: it's item, not idemGiuseppe Bilotta
2008-02-15rss plugin: CHECK if feed type is trac, '''don't''' ASSIGN trac type to all f...Giuseppe Bilotta
2008-02-13rss plugin: improve output for git commits in tracsGiuseppe Bilotta
2008-02-13rss plugin: support git commits in tracGiuseppe Bilotta
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