summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-04-06* (utils) fix stderr redirection in safe_exec()Dmitry Kim
2007-04-06New IRC Framework: topic setter should be a Netmask, not a User. Also improve...Giuseppe Bilotta
2007-04-06* (rfc2812) fixed 'Welcome' message parsingDmitry Kim
2007-04-06Default maximum lines to send per message is now 5Giuseppe Bilotta
2007-04-06lastfm plugin: number of events to be displayed can now be configuredGiuseppe Bilotta
2007-04-06Extend Numeric class with a clip() method to force a number to be in a given ...Giuseppe Bilotta
2007-04-06lastfm plugin: overlong artisti descriptions are truncated; artist events can...Giuseppe Bilotta
2007-04-06lastfm plugin: allow searching events by group instead of location, and fix s...Giuseppe Bilotta
2007-04-06lastfm plugin: refactoringGiuseppe Bilotta
2007-04-06lastfm plugin: perfectionism runGiuseppe Bilotta
2007-04-06lastfm plugin: cleanup events displayGiuseppe Bilotta
2007-04-05lastfm plugin: don't be silent when no events are foundGiuseppe Bilotta
2007-04-05lastfm plugin: command to compactly display next events in a requested locationGiuseppe Bilotta
2007-04-05lastfm plugin: bugfixes, proper handling of artists/groups without descriptionGiuseppe Bilotta
2007-04-05lastfm plugin: initial work on artist/track/album retrieval (only artist so far)Giuseppe Bilotta
2007-04-05+ (httputil) 'x-rbot-location' header in response object carries the uri from...Dmitry Kim
2007-04-05HttpUtil: try all detected charsets when converting a webpage, until one that...Giuseppe Bilotta
2007-04-05lastfm plugin: fix incorrect song info when title or author contained a commaGiuseppe Bilotta
2007-04-05imdb plugin: remove spaces around slashes separating countriesGiuseppe Bilotta
2007-04-05url plugin: echo all info on a single line, and use commas to separate thousa...Giuseppe Bilotta
2007-04-05Fix overconservative line splitting and bug in last line truncationGiuseppe Bilotta
2007-04-05Fix a bug introduced in [830]Giuseppe Bilotta
2007-04-05HTML IRCification: try to handle super and subscriptsGiuseppe Bilotta
2007-04-05search plugin: gcalc command thanks to epitronGiuseppe Bilotta
2007-04-05Some new feature(s)!Chris Gahan
2007-04-05* (url) fix response size reporting for ranged responsesDmitry Kim