summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2007-04-05Fix truncation placement for multi-line messagesGiuseppe 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-05+ (fish) webpage translation supportDmitry Kim
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-04HTML IRCification: match p and br tags case insensitiveGiuseppe 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-04-04New IRC Framework: use #reverse_each() instead of #each() when clearing the l...Giuseppe Bilotta
2007-04-04fix "warning: don't put space before argument parentheses"Tom Gilbert
2007-04-04minor typo fixTom Gilbert
2007-04-03Relocate help strings to proper locations, add help for 'mode' commandGiuseppe Bilotta
2007-04-02* (httputil) transparent charset support in HTTP::ResponseDmitry Kim
2007-04-02* (rss) bypass http cache when handling 'show' commandDmitry Kim
2007-04-01fix charset detectionGiuseppe Bilotta
2007-04-01More first_par fixupsGiuseppe Bilotta
2007-04-01Stringlib/rbot/core/utils/extends.rbutfy_xml() method that tries to transcode...Giuseppe Bilotta
2007-04-01httputil: reinstate partial_bodyGiuseppe Bilotta
2007-04-01search plugin: let the user know when no body was found and no error was raisedGiuseppe Bilotta
2007-03-31+ reflect the httputil changes in ChangeLogDmitry Kim
2007-03-31rss plugin: code cleanup. add support for slashdot feeds, with RDF extension ...Giuseppe Bilotta
2007-03-30*** (httputil) major rework, new caching implementation, unified requestDmitry Kim
2007-03-30* an ugly quickfix for sending non-unicode strings :/Dmitry Kim
2007-03-30Utils: the array returned by get_first_pars now contains nil for pages where ...Giuseppe Bilotta
2007-03-30* (utils.rb) reflect the api/semantics changes in commentsDmitry Kim
2007-03-30- (utils.rb) removed http_get, since it's obsoletedDmitry Kim