rss: protect against nil field
[rbot] / data / rbot / plugins / rss.rb
2013-01-21  Giuseppe Bilottarss: protect against nil field erebor/master
2011-01-31  Giuseppe Bilottacomments and message fixes
2011-01-12  Giuseppe BilottaRuby 1.9 cleanup: variables warnings
2011-01-11  Giuseppe Bilottarss: obviously, the precending patch wasn't enough
2011-01-11  Giuseppe Bilottarss: updated can be nil
2010-11-25  Giuseppe Bilottarss: watch handle case during rename
2010-11-18  Giuseppe Bilottarss plugin: don't fail when feed.last_success is nil
2010-09-02  Giuseppe Bilottarss plugin: support atom categories
2009-06-01  Giuseppe Bilottarss plugin: categories fix
2009-05-16  Giuseppe Bilottarss plugin: categories
2009-04-20  Giuseppe Bilottarss: minor comment fix
2009-03-15  Giuseppe Bilottarss: whitespace fix for handle_wrap
2009-03-15  Giuseppe Bilottarss: allow easier customization of output formats
2009-03-15  Giuseppe Bilottarss: refactor item date generation
2009-03-15  Giuseppe Bilottarss: configurable announce method
2009-03-15  Giuseppe Bilottarss: clean up options parsing in printFormattedRss
2009-03-13  Giuseppe Bilottarss: refactor rss types loading
2009-03-11  Giuseppe Bilottarss: more detailed forum type
2009-02-28  Giuseppe Bilottarss plugin: upper limit for watched feeds
2009-02-19  Raine Virtaremove whitespace
2009-02-06  Giuseppe Bilottarss plugin: don't abort if errors were found but rss...
2009-01-31  dmitry kim+ (plugins/rss) rss.announce_timeout config variable
2009-01-31  Giuseppe Bilottarss plugin: fix return/error handling in parseRss
2009-01-30  Giuseppe Bilottarss plugin: try all RSS parsers
2009-01-28  Giuseppe Bilottarss plugin: don't warn on rewatch
2009-01-28  Giuseppe Bilottarss plugin: compact list of rss feeds
2009-01-27  dmitry kim* (rss.rb) bypass the http cache on !rss rewatch
2009-01-26  Giuseppe Bilottarss plugin: fix watcher for empty feed
2009-01-25  Giuseppe Bilottarss plugin: parseRss returns the number of found items
2009-01-24  dmitry kim+ (rss.rb) monkey-patch some basic common api over...
2009-01-22  Giuseppe Bilottarss plugin: mangle email in git format
2008-12-29  Giuseppe Bilottarss plugin: typo in help
2008-12-28  Giuseppe Bilottaplugins: raise a descriptive LoadError when the db...
2008-11-20  Giuseppe Bilottarss plugin: prevent double UTF-8 deconding
2008-10-16  Giuseppe Bilottarss plugin: 'headlines' uses date if handle not present
2008-10-16  Giuseppe Bilottarss plugin: strip feed title of initial/final whitespace
2008-10-16  Giuseppe Bilottarss plugin: 'headlines' output format
2008-10-16  Giuseppe Bilottarss plugin: use %{at} instead of @ in output filters
2008-07-30  Giuseppe Bilottarss plugin: don't claim to be using old data when we...
2008-07-30  Giuseppe Bilottarss plugin: check for unhandled Atom feeds (old Ruby...
2008-07-18  Giuseppe Bilottarss plugin: strip whitespace from link, category and...
2008-07-18  dmitry kim* (plugins/rss) more item uid calculation fixes
2008-07-10  dmitry kim* (plugins/rss) fixed item unique ids
2008-07-02  Giuseppe Bilottarss plugin: comment out a couple of potentially overver...
2008-06-11  dmitry kim* rss.rb: use guids to check for seen items
2008-04-19  Giuseppe Bilottarss plugin: return from select_nonempty() as soon as...
2008-03-27  dmitry kim+ rss.rb: optional :delay param to '!rss rewatch'
2008-03-23  Giuseppe Bilottarss plugin: check for <channel when <rdf:RDF is found
2008-03-23  Giuseppe Bilottarss plugin: rescue RSS parsing in htmlinfo filter
2008-03-23  Giuseppe Bilottarss plugin: missing 9 in FEED_NS regexp
2008-03-23  Giuseppe Bilottarss plugin: make htmlinfo input filter less greedy
2008-03-18  Yaohan ChenMerge branch 'master' of ssh://ruby-rbot.org/var/git...
2008-03-17  Giuseppe Bilottarss plugin: provide htmlinfo filter
2008-03-17  Giuseppe Bilottarss plugin: use (?) for missing item and channel titles too
2008-03-17  Giuseppe Bilottarss plugin: there are feeds with items without content
2008-03-17  Giuseppe Bilottarss plugin: make_stream final Hash should be optional
2008-03-13  Giuseppe Bilottarss plugin: command to show known rss types
2008-03-13  Giuseppe Bilottarss plugin: define output templates as filters
2008-03-12  Giuseppe Bilottarss plugin: show author for trac, but clobber email
2008-03-04  Giuseppe BilottaUnixify all line endings.
2008-03-04  Adam Jamesrss plugin: add 'photoblog' and 'news' formats
2008-03-04  Adam Jamesrss plugin: make displaying links from the text of...
2008-03-04  Adam Jamesrss plugin: try to use <content:encoded> tags in feeds...
2008-02-27  Giuseppe Bilottarss plugin: it's item, not idem
2008-02-14  Giuseppe Bilottarss plugin: CHECK if feed type is trac, '''don't''...
2008-02-13  Giuseppe Bilottarss plugin: improve output for git commits in tracs
2008-02-13  Giuseppe Bilottarss plugin: support git commits in trac
2008-02-10  Giuseppe Bilottarss plugin: use += instead of <<, we don't want to...
2008-02-10  Giuseppe Bilottarss plugin: append space to author when appropriate
2008-02-10  Giuseppe Bilottarss plugin: implement and use select_nonempty to grab...
2008-02-10  Giuseppe Bilottarss plugin: add 'git' feed type
2007-12-13  Giuseppe Bilottarss: rss rewatch now accepts an optional handle to...
2007-12-04  Giuseppe Bilottarss plugin: display author if present in default format
2007-11-29  Dmitry Kim* (plugins/rss) maintain refresh timeouts through resta...
2007-11-29  Giuseppe Bilottarss plugin: manageable permissions and defaults
2007-11-29  Giuseppe Bilottarss plugin: calculate item_uid_for_bot() on Atom feeds...
2007-11-28  Giuseppe Bilottarss plugin: help for 'who watches'
2007-11-28  Giuseppe Bilottarss plugin: initial support for Atom feeds (needs Ruby...
2007-09-15  Giuseppe Bilottarss plugin: add support for twitter format
2007-09-13  Giuseppe Bilottamore rdoc-ification
2007-09-12  Giuseppe Bilottanamespaces: move rbot-specific classes and modules...
2007-09-09  Giuseppe Bilottarss plugin: support older version of the Ruby RSS parser
2007-08-30  Giuseppe Bilottarss plugin: don't care if reschedule fails
2007-08-29  Giuseppe Bilottatimers: get rid of useless data passing to timer actions.
2007-08-28  Giuseppe Bilottarss plugin: fix watcher rescheduling broken in previous...
2007-08-27  Giuseppe Bilottarss plugin: prevent deadlock between save and watcher...
2007-08-27  Giuseppe Bilottarss plugin: uncoditionally renew the feed mutexes
2007-08-26  Giuseppe BilottaCall 'super' method from #cleanup() in all plugins
2007-08-26  Giuseppe Bilottarss plugin: all watchers are now informed of feed updat...
2007-08-26  Giuseppe BilottaMissed some warn -> warning conversion
2007-08-23  Giuseppe Bilottarss plugin: don't proceed if the specified feed doesn...
2007-05-20  Giuseppe BilottaFix #151 in a different way.
2007-05-10  Dmitry Kim+ (extends) :limit option support in ircify_html()
2007-04-14  Giuseppe Bilottarss plugin: fix bugs with category retrieval and author...
2007-04-12  Giuseppe Bilottarss plugin: catch all errors when stopping watches
2007-04-12  Giuseppe Bilottascript, rss plugins: raise if main data could not be...
2007-04-09  Dmitry Kim* (plugins/rss) use "%H:%M" for time format
2007-04-08  Giuseppe Bilottarss plugin: parse feed on first retrieval; add some...
2007-04-08  Giuseppe Bilottarss plugin: parse feed on first run, even if we don...
2007-04-08  Giuseppe Bilottarss plugin: overrule max lines, display all feeds
next