summaryrefslogtreecommitdiff
path: root/data/rbot/plugins
AgeCommit message (Collapse)Author
2007-04-20imdb plugin: bring help up to speed with what the plugin offersGiuseppe Bilotta
2007-04-15HttpUtil: fix gunzipping with partial content; and debug response in url ↵Giuseppe Bilotta
plugin earlier
2007-04-14* (plugins/urban) do not cache "random" lookupsDmitry Kim
2007-04-14rss plugin: fix bugs with category retrieval and author displayGiuseppe Bilotta
2007-04-14url plugin: return nil when we return nothingGiuseppe Bilotta
2007-04-12rss plugin: catch all errors when stopping watchesGiuseppe Bilotta
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 ↵Giuseppe Bilotta
already or if the attribute list changed
2007-04-12url plugin: search for user-provided string in urls info too; and truly ↵Giuseppe Bilotta
update url info when it wasn't present before
2007-04-12url plugin: store info with urls, optionally display it when listing or ↵Giuseppe Bilotta
searching for urls
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 ↵Giuseppe Bilotta
sites which return 400 on partial content
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 ↵Giuseppe Bilotta
changes of [894]; additionally, show links in the description
2007-04-08* (plugins/ri) allow user to ask for a long entry to be sent to her in msg,Dmitry Kim
even when asking in channel
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 ↵Giuseppe Bilotta
prefix used (with/by/from)
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 ↵Giuseppe Bilotta
shortening the year (19xx or 1xxx is assumed)
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 ↵Giuseppe Bilotta
plugin: handle all Exceptions.
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
checks for InvalidURIs that don't make sense anymore, irficy some more html
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 ↵Giuseppe Bilotta
person/year, but they can be enabled with the imdb.tv_series_in_movies option
2007-04-07imdb plugin: fix parsing bug with extra information after roles other than ↵Giuseppe Bilotta
the last
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 ↵Giuseppe Bilotta
movies by person+year
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 ↵Giuseppe Bilotta
people or movies respectively
2007-04-06fish plugin: minimal cache managementGiuseppe Bilotta
2007-04-06fish plugin: use get instead of get_response and resp.body.each_lineGiuseppe Bilotta