summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/imdb.rb
AgeCommit message (Expand)Author
2010-03-18Small imdb plugin fix. Just changed the imdb url.Matthias -apoc- Hecker
2009-04-02imdb: fix for missing directorGiuseppe Bilotta
2009-02-19remove whitespaceRaine Virta
2009-01-28imdb plugin: fixed the ratings regexMatthias Hecker
2008-03-23imdb plugin: fix author output broken by [37b6e68426dbe8812b47ae5bcdadf0fb5df...Giuseppe 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
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 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-08plugins: use CGI.escape instead of URI.escape where appropriate, remove some ...Giuseppe 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-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-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 t...Giuseppe Bilotta
2007-04-05imdb plugin: imdb.popular and imdb.exact config options to determine which re...Giuseppe Bilotta
2007-04-04imdb plugin: let the site tell us which roles to prefer; fix other display is...Giuseppe Bilotta
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 foun...Giuseppe Bilotta
2007-04-04imdb plugin: add plot summary to movie information, and add initial informati...Giuseppe Bilotta
2007-03-30*** (httputil) major rework, new caching implementation, unified requestDmitry Kim
2007-03-13imdb plugin: update to the new site layout, use rbot headersGiuseppe Bilotta
2007-02-18Plugin header boilerplating.Giuseppe Bilotta
2007-02-14Modernize/optimize/cleanup a bunch of pluginsGiuseppe Bilotta
2006-07-20Clean up logging from the pluginsGiuseppe Bilotta
2006-01-27ticket #18Tom Gilbert