summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/rss.rb
AgeCommit message (Expand)Author
2009-02-06rss plugin: don't abort if errors were found but rss is definedGiuseppe Bilotta
2009-02-01+ (plugins/rss) rss.announce_timeout config variabledmitry kim
2009-01-31rss plugin: fix return/error handling in parseRssGiuseppe Bilotta
2009-01-30rss plugin: try all RSS parsersGiuseppe Bilotta
2009-01-28rss plugin: don't warn on rewatchGiuseppe Bilotta
2009-01-28rss plugin: compact list of rss feedsGiuseppe Bilotta
2009-01-28* (rss.rb) bypass the http cache on !rss rewatchdmitry kim
2009-01-26rss plugin: fix watcher for empty feedGiuseppe Bilotta
2009-01-26rss plugin: parseRss returns the number of found itemsGiuseppe Bilotta
2009-01-24+ (rss.rb) monkey-patch some basic common api over different rss item implsdmitry kim
2009-01-22rss plugin: mangle email in git formatGiuseppe Bilotta
2008-12-29rss plugin: typo in helpGiuseppe Bilotta
2008-12-28plugins: raise a descriptive LoadError when the db is corrupt on loadGiuseppe Bilotta
2008-11-20rss plugin: prevent double UTF-8 decondingGiuseppe Bilotta
2008-10-16rss plugin: 'headlines' uses date if handle not presentGiuseppe Bilotta
2008-10-16rss plugin: strip feed title of initial/final whitespaceGiuseppe Bilotta
2008-10-16rss plugin: 'headlines' output formatGiuseppe Bilotta
2008-10-16rss plugin: use %{at} instead of @ in output filtersGiuseppe Bilotta
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