index
:
user/henk/code/ruby/rbot.git
fix/deprecated_gethostbyname
main
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
rbot
/
plugins
/
imdb.rb
Age
Commit message (
Expand
)
Author
2008-03-23
imdb plugin: fix author output broken by [37b6e68426dbe8812b47ae5bcdadf0fb5df...
Giuseppe Bilotta
2008-03-19
imdb plugin: use www, not us in links output to IRC
Giuseppe Bilotta
2008-03-19
imdb plugin: htmlinfo filter for names too
Giuseppe Bilotta
2008-03-19
imdb plugin: imdb_filter for titles
Giuseppe Bilotta
2008-03-19
imdb plugin: character roles can contain HTML (e.g. <a href>), so clean it up
Giuseppe Bilotta
2007-09-12
namespaces: move rbot-specific classes and modules from Irc::* to Irc::Bot::*
Giuseppe Bilotta
2007-04-20
imdb plugin: bring help up to speed with what the plugin offers
Giuseppe Bilotta
2007-04-09
fix minor warnings from figlet and imdb plugins
Giuseppe Bilotta
2007-04-09
More require cleanups
Giuseppe Bilotta
2007-04-08
imdb plugin: fix for the previous commit
Giuseppe Bilotta
2007-04-08
imdb plugin: ircify html in extra comments about roles
Giuseppe Bilotta
2007-04-08
imdb plugin: try to guess what kind of role is requested depending on the pre...
Giuseppe Bilotta
2007-04-08
imdb plugin: allow filtering by role when looking for movies by person/year
Giuseppe Bilotta
2007-04-08
imdb plugin: movies by person/year can now be shown in decades, and by shorte...
Giuseppe Bilotta
2007-04-08
plugins: use CGI.escape instead of URI.escape where appropriate, remove some ...
Giuseppe Bilotta
2007-04-07
imdb plugin: command to display the characters (and actors) in a given movie
Giuseppe Bilotta
2007-04-07
imdb plugin: say something when nothing was found
Giuseppe Bilotta
2007-04-07
imdb plugin: character lookup by actor and movie
Giuseppe Bilotta
2007-04-07
imdb plugin: TV series are not shown by default when looking for movies by pe...
Giuseppe Bilotta
2007-04-07
imdb plugin: fix parsing bug with extra information after roles other than th...
Giuseppe Bilotta
2007-04-07
imdb plugin: better catching; sort movies before TV series
Giuseppe Bilotta
2007-04-06
imdb plugin: some titles with extra info where missed when searching for movi...
Giuseppe Bilotta
2007-04-06
imdb plugin: initial work on a 'movie by person and year' search
Giuseppe Bilotta
2007-04-06
imdb plugin: improve title fixing
Giuseppe Bilotta
2007-04-06
imdb plugin: prefix search string with 'name' or 'title' to only search for p...
Giuseppe Bilotta
2007-04-05
imdb plugin: remove spaces around slashes separating countries
Giuseppe Bilotta
2007-04-05
imdb plugin: fix detection of multiple titles per year
Giuseppe Bilotta
2007-04-05
imdb plugin: make aka searches optional
Giuseppe Bilotta
2007-04-05
imdb plugin: option to try to detect articles and put them back in front of t...
Giuseppe Bilotta
2007-04-05
imdb plugin: imdb.popular and imdb.exact config options to determine which re...
Giuseppe Bilotta
2007-04-04
imdb plugin: let the site tell us which roles to prefer; fix other display is...
Giuseppe Bilotta
2007-04-04
imdb plugin: add country and director to movie info
Giuseppe Bilotta
2007-04-04
imdb plugin: show both popular and exact matches
Giuseppe Bilotta
2007-04-04
imdb plugin: use constants for common strings and regexps
Giuseppe Bilotta
2007-04-04
imdb plugin: show popular movies acted/directed when finding people
Giuseppe Bilotta
2007-04-04
imdb plugin: handle double-redirection and other charset-related issues
Giuseppe Bilotta
2007-04-04
imdb plugin: search on the 'aka' sites, allowing the correct movie to be foun...
Giuseppe Bilotta
2007-04-04
imdb plugin: add plot summary to movie information, and add initial informati...
Giuseppe Bilotta
2007-03-30
*** (httputil) major rework, new caching implementation, unified request
Dmitry Kim
2007-03-13
imdb plugin: update to the new site layout, use rbot headers
Giuseppe Bilotta
2007-02-18
Plugin header boilerplating.
Giuseppe Bilotta
2007-02-14
Modernize/optimize/cleanup a bunch of plugins
Giuseppe Bilotta
2006-07-20
Clean up logging from the plugins
Giuseppe Bilotta
2006-01-27
ticket #18
Tom Gilbert