summaryrefslogtreecommitdiff
path: root/data/rbot/plugins
AgeCommit message (Expand)Author
2008-04-07linkbot, remotectl plugins: delegate message() tooGiuseppe Bilotta
2008-04-07+ use the message() delegate instead of listen() when possibleGiuseppe Bilotta
2008-04-06plugins/keywords: add method that was missing from commit 7cac523563de6473d2f...Adam James
2008-04-01weather plugin: get all advisoriesGiuseppe Bilotta
2008-04-01weather plugin: don't break when there aren't advisoriesGiuseppe Bilotta
2008-03-28* plugins/unicode -> core/unicode; don't require "jcode"dmitry kim
2008-03-28+ rss.rb: optional :delay param to '!rss rewatch'dmitry kim
2008-03-27factoids plugin: fix regexp for words such as jsn-Giuseppe Bilotta
2008-03-27weather plugin: advisories can be disabledGiuseppe Bilotta
2008-03-27weather plugin: echo special advisories if presentGiuseppe Bilotta
2008-03-26weather plugin: properly support and signal multiple weather stations when on...Giuseppe Bilotta
2008-03-24utils: Utils.secs_to_short convert seconds into hour:minute:seconds format etcGiuseppe Bilotta
2008-03-24youtube plugin: option to display alternative formats in video infoGiuseppe Bilotta
2008-03-24* (reaction plugin) make rm recalculate chances of repliesJan Wikholm
2008-03-24youtube plugin: retrieve alternative formats for videosGiuseppe Bilotta
2008-03-24slashdot plugin: fix title handling in htmlinfo filterGiuseppe Bilotta
2008-03-23imdb plugin: fix author output broken by [37b6e68426dbe8812b47ae5bcdadf0fb5df...Giuseppe Bilotta
2008-03-23youtube plugin: refactor info() method into youtube video filter (for htmlinf...Giuseppe Bilotta
2008-03-23youtube plugin: more compact info representationGiuseppe Bilotta
2008-03-23youtube plugin: fix retrieval of ratings, views and favesGiuseppe Bilotta
2008-03-23youtube plugin: video data extraction has its own filter, used also in youtub...Giuseppe Bilotta
2008-03-23youtube plugin: initial commitGiuseppe Bilotta
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-23slashdot plugin: check if we are parsing an actual /. page rather than an rss...Giuseppe Bilotta
2008-03-23* plugins/search: thread, don't blockdmitry kim
2008-03-22markov plugin: thread markov chain construction and use in listen()Giuseppe Bilotta
2008-03-22markov plugin: small optimization for markov chains contructionsGiuseppe Bilotta
2008-03-22markov plugin: remove @lastline cruftGiuseppe Bilotta
2008-03-19freshmeat plugin: htmlinfo filterGiuseppe Bilotta
2008-03-19slashdot plugin: provide and htmlinfo filter for /. pagesGiuseppe Bilotta
2008-03-19imdb plugin: use www, not us in links output to IRCGiuseppe Bilotta
2008-03-19imdb plugin: htmlinfo filter for names tooGiuseppe Bilotta
2008-03-19imdb plugin: imdb_filter for titlesGiuseppe Bilotta
2008-03-19imdb plugin: character roles can contain HTML (e.g. <a href>), so clean it upGiuseppe Bilotta
2008-03-19script plugin: use m.okayGiuseppe Bilotta
2008-03-19script plugin: script echo and eval mark the message as repliedGiuseppe Bilotta
2008-03-19script plugin: reindentGiuseppe Bilotta
2008-03-18Merge branch 'master' of ssh://ruby-rbot.org/var/git/rbotYaohan Chen
2008-03-18shorturls.rb: ignore error with include WWW since the module is not defined b...Yaohan Chen
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-17dict plugin: provide htmlinfo filter for demauroGiuseppe Bilotta
2008-03-17bash plugin: provide htmlinfo filterGiuseppe Bilotta
2008-03-17filters: HTML info extraction is now a filterGiuseppe Bilotta
2008-03-14rss plugin: command to show known rss typesGiuseppe Bilotta