summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/imdb.rb
AgeCommit message (Collapse)Author
2007-09-12namespaces: move rbot-specific classes and modules from Irc::* to Irc::Bot::*Giuseppe Bilotta
2007-04-20imdb plugin: bring help up to speed with what the plugin offersGiuseppe Bilotta
2007-04-09fix minor warnings from figlet and imdb pluginsGiuseppe Bilotta
2007-04-09More require cleanupsGiuseppe Bilotta
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-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-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-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-05imdb plugin: remove spaces around slashes separating countriesGiuseppe Bilotta
2007-04-05imdb plugin: fix detection of multiple titles per yearGiuseppe Bilotta
2007-04-05imdb plugin: make aka searches optionalGiuseppe Bilotta
2007-04-05imdb plugin: option to try to detect articles and put them back in front of ↵Giuseppe Bilotta
the title
2007-04-05imdb plugin: imdb.popular and imdb.exact config options to determine which ↵Giuseppe Bilotta
results to display
2007-04-04imdb plugin: let the site tell us which roles to prefer; fix other display ↵Giuseppe Bilotta
issues
2007-04-04imdb plugin: add country and director to movie infoGiuseppe Bilotta
2007-04-04imdb plugin: show both popular and exact matchesGiuseppe Bilotta
2007-04-04imdb plugin: use constants for common strings and regexpsGiuseppe Bilotta
2007-04-04imdb plugin: show popular movies acted/directed when finding peopleGiuseppe Bilotta
2007-04-04imdb plugin: handle double-redirection and other charset-related issuesGiuseppe Bilotta
2007-04-04imdb plugin: search on the 'aka' sites, allowing the correct movie to be ↵Giuseppe Bilotta
found even when searching for a translated title
2007-04-04imdb plugin: add plot summary to movie information, and add initial ↵Giuseppe Bilotta
information retrieval for people
2007-03-30*** (httputil) major rework, new caching implementation, unified requestDmitry Kim
processing + (httputil) post support, partial request support, other features - (httputil) removed partial_body() and get_cached() [merged into get()] * (plugins/, utils) minimal changes to accomodate for the new http_utils * (utils, ircbot) moved utils initialization into utils.rb * (tube.rb) (partially) accomodate for upstream site layout changes
2007-03-13imdb plugin: update to the new site layout, use rbot headersGiuseppe Bilotta
2007-02-18Plugin header boilerplating.Giuseppe Bilotta
New plugin.header file provided, to be used as model for the header of new plugins. Many existing plugins have been adjusted to provide the same info the same way. I might have misplaced some information, so please let me know if this is the case. Also augmented a couple of copyright notices to include the 'rbot development team' alongside Tom Gilbert.
2007-02-14Modernize/optimize/cleanup a bunch of pluginsGiuseppe Bilotta
Remove some unnecessary plugin.register() calls, replace other by plugin.map() calls. Also use e.g. Array#pick_one instead of ar[rand(ar.length)]
2006-07-20Clean up logging from the pluginsGiuseppe Bilotta
2006-01-27ticket #18Tom Gilbert