]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/history - data/rbot/plugins/rss.rb
remove whitespace
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / rss.rb
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
2007-04-08 Giuseppe Bilottarss plugin: changeset [894] was missing the actual...
2007-04-08 Giuseppe Bilottarss plugin: user ircify_html
2007-04-08 Giuseppe Bilottarss plugin: don't flood watcher with current rss conten...
2007-04-02 Dmitry Kim* (rss) bypass http cache when handling 'show' command
2007-03-31 Giuseppe Bilottarss plugin: code cleanup. add support for slashdot...
2007-03-30 Dmitry Kim*** (httputil) major rework, new caching implementatio...
2007-03-29 Dmitry Kim* (rss.rb) we didn't really mean to create a Mutex...
2007-03-25 Giuseppe Bilottarss plugin: attempt data recovery when marshalling...
2007-03-25 Giuseppe Bilottarss plugin: nil the mutex when dumping, to prevent...
2007-03-20 Giuseppe Bilottarss plugin: 0.9 feeds don't work, so we just patch...
2007-03-20 Giuseppe Bilottarss plugin: lock the mutex on more occasions
2007-02-18 Giuseppe BilottaPlugin header boilerplating.
2007-02-10 Giuseppe Bilottarss plugin: spam log less
2007-02-08 Giuseppe Bilottarss plugin: rss watch improvements: can now specify...
2007-02-06 Giuseppe BilottaMove extensions to standard classes into a specific...
2007-02-06 Giuseppe BilottaSuppress a couple of warnings
2007-02-05 Giuseppe Bilottarss plugin: the refresh rate of each rss can be set...
2007-02-05 Giuseppe Bilottarss plugin: add command to change the handle or url...
2007-02-05 Giuseppe Bilottarss plugin: only parse feeds when xml changed. also...
next