summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/rss.rb
AgeCommit message (Expand)Author
2021-05-31plugin(rss): fix config descriptionGiuseppe Bilotta
2013-01-21rss: protect against nil fieldGiuseppe Bilotta
2011-01-31comments and message fixesGiuseppe Bilotta
2011-01-12Ruby 1.9 cleanup: variables warningsGiuseppe Bilotta
2011-01-11rss: obviously, the precending patch wasn't enoughGiuseppe Bilotta
2011-01-11rss: updated can be nilGiuseppe Bilotta
2010-11-25rss: watch handle case during renameGiuseppe Bilotta
2010-11-18rss plugin: don't fail when feed.last_success is nilGiuseppe Bilotta
2010-09-02rss plugin: support atom categoriesGiuseppe Bilotta
2009-06-02rss plugin: categories fixGiuseppe Bilotta
2009-05-16rss plugin: categoriesGiuseppe Bilotta
2009-04-20rss: minor comment fixGiuseppe Bilotta
2009-03-16rss: whitespace fix for handle_wrapGiuseppe Bilotta
2009-03-15rss: allow easier customization of output formatsGiuseppe Bilotta
2009-03-15rss: refactor item date generationGiuseppe Bilotta
2009-03-15rss: configurable announce methodGiuseppe Bilotta
2009-03-15rss: clean up options parsing in printFormattedRssGiuseppe Bilotta
2009-03-13rss: refactor rss types loadingGiuseppe Bilotta
2009-03-11rss: more detailed forum typeGiuseppe Bilotta
2009-02-28rss plugin: upper limit for watched feedsGiuseppe Bilotta
2009-02-19remove whitespaceRaine Virta
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