summaryrefslogtreecommitdiff
path: root/data/rbot/plugins
AgeCommit message (Expand)Author
2007-04-12roulette plugin: clear() players' array instead of instantiating a new oneGiuseppe Bilotta
2007-04-12script, rss plugins: raise if main data could not be restored from the registryGiuseppe Bilotta
2007-04-12Module\#define_structure method: define a new Struct only if doesn't exist al...Giuseppe Bilotta
2007-04-12url plugin: search for user-provided string in urls info too; and truly updat...Giuseppe Bilotta
2007-04-12url plugin: store info with urls, optionally display it when listing or searc...Giuseppe Bilotta
2007-04-11HttpUtil: decompress gzipped body in partial_body too; whitespace cleanup tooGiuseppe Bilotta
2007-04-11url plugin: revert to block get_response and partial_body to work around site...Giuseppe Bilotta
2007-04-11use pretty printing with Logger (debug, info, warning and error messages)Giuseppe Bilotta
2007-04-09fix minor warnings from figlet and imdb pluginsGiuseppe Bilotta
2007-04-09More require cleanupsGiuseppe Bilotta
2007-04-09* (plugins/rss) use "%H:%M" for time formatDmitry Kim
2007-04-08rss plugin: parse feed on first retrieval; add some more debugGiuseppe Bilotta
2007-04-08rss plugin: parse feed on first run, even if we don't check for new itemsGiuseppe Bilotta
2007-04-08rss plugin: overrule max lines, display all feedsGiuseppe Bilotta
2007-04-08rss plugin: changeset [894] was missing the actual commit! commit the changes...Giuseppe Bilotta
2007-04-08* (plugins/ri) allow user to ask for a long entry to be sent to her in msg,Dmitry Kim
2007-04-08imdb plugin: fix for the previous commitGiuseppe Bilotta
2007-04-08imdb plugin: ircify html in extra comments about rolesGiuseppe Bilotta
2007-04-08imdb plugin: try to guess what kind of role is requested depending on the pre...Giuseppe Bilotta
2007-04-08imdb plugin: allow filtering by role when looking for movies by person/yearGiuseppe Bilotta
2007-04-08imdb plugin: movies by person/year can now be shown in decades, and by shorte...Giuseppe Bilotta
2007-04-08rss plugin: user ircify_htmlGiuseppe Bilotta
2007-04-08rss plugin: don't flood watcher with current rss content when a watch is addedGiuseppe Bilotta
2007-04-08dice plugin: apply OddBloke's display patch from #143, with minor space tweaksGiuseppe Bilotta
2007-04-08url plugin: show value of content-encoding if presentGiuseppe Bilotta
2007-04-08ircbot: do not use debug in sendmsg() because it breaks script. script plugin...Giuseppe Bilotta
2007-04-08tube plugin: don't include REXMLGiuseppe Bilotta
2007-04-08* (plugins/tube) no need to require rexml or uri/commonDmitry Kim
2007-04-08plugins: use CGI.escape instead of URI.escape where appropriate, remove some ...Giuseppe Bilotta
2007-04-07* (plugins/ri) acknoledge the '!ri tell (whom)' commandDmitry Kim
2007-04-07plugins: remove excess requires and Net::HTTP.version setupsGiuseppe Bilotta
2007-04-07imdb plugin: command to display the characters (and actors) in a given movieGiuseppe Bilotta
2007-04-07imdb plugin: say something when nothing was foundGiuseppe Bilotta
2007-04-07imdb plugin: character lookup by actor and movieGiuseppe Bilotta
2007-04-07imdb plugin: TV series are not shown by default when looking for movies by pe...Giuseppe Bilotta
2007-04-07imdb plugin: fix parsing bug with extra information after roles other than th...Giuseppe Bilotta
2007-04-07imdb plugin: better catching; sort movies before TV seriesGiuseppe Bilotta
2007-04-07roulette plugin: disable 'twice in a row' shooting, with option to re-enable itGiuseppe Bilotta
2007-04-06imdb plugin: some titles with extra info where missed when searching for movi...Giuseppe Bilotta
2007-04-06imdb plugin: initial work on a 'movie by person and year' searchGiuseppe Bilotta
2007-04-06imdb plugin: improve title fixingGiuseppe Bilotta
2007-04-06imdb plugin: prefix search string with 'name' or 'title' to only search for p...Giuseppe Bilotta
2007-04-06fish plugin: minimal cache managementGiuseppe Bilotta
2007-04-06fish plugin: use get instead of get_response and resp.body.each_lineGiuseppe Bilotta
2007-04-06fish plugin: multiline answers are now properly detectedGiuseppe Bilotta
2007-04-06fish plugin: default from/to translation languages can now be configured. The...Giuseppe Bilotta
2007-04-06bash plugin: revamped and enhancedGiuseppe Bilotta
2007-04-06+ (plugins/ri) "ri [tell] <whom> [about] <something>" syntax supportDmitry Kim
2007-04-06- (contrib/plugins/ri) removed the old contrib versionDmitry Kim
2007-04-06+ (plugins/) 'ri' plugin (the same functionality as ruby 'ri' command)Dmitry Kim