summaryrefslogtreecommitdiff
path: root/data/rbot/plugins
AgeCommit message (Collapse)Author
2007-04-06lastfm plugin: number of events to be displayed can now be configuredGiuseppe Bilotta
2007-04-06lastfm plugin: overlong artisti descriptions are truncated; artist events ↵Giuseppe Bilotta
can be searched without prefix
2007-04-06lastfm plugin: allow searching events by group instead of location, and fix ↵Giuseppe Bilotta
some display issues
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-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 ↵Giuseppe Bilotta
thousands when reporting object size
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-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-05+ (fish) webpage translation supportDmitry Kim
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-04-04fix "warning: don't put space before argument parentheses"Tom Gilbert
2007-04-02* (rss) bypass http cache when handling 'show' commandDmitry Kim
2007-04-01search plugin: let the user know when no body was found and no error was raisedGiuseppe Bilotta
2007-03-31rss plugin: code cleanup. add support for slashdot feeds, with RDF extension ↵Giuseppe Bilotta
and custom feed type
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-30* an ugly quickfix for sending non-unicode strings :/Dmitry Kim
(some http-aware plugins kill the bot without it)
2007-03-30- (utils.rb) removed http_get, since it's obsoletedDmitry Kim
+ (utils.rb) added @@bot class variable * (utils.rb) get_first_pars should return a value * (plugins) no need to pass http_util to the Utils.get_first_pars
2007-03-29* (rss.rb) we didn't really mean to create a Mutex inner class, right?Dmitry Kim
2007-03-29+ support for non-iso-8859-1 languages (ru, zt, ja, ko, el)Dmitry Kim
2007-03-26url plugins: when echoing first par, be more clear on what's being done and ↵Giuseppe Bilotta
don't spam with overlong messages
2007-03-25url plugin: url.first_par option. when enabled, the url plugin will attempt ↵Giuseppe Bilotta
to retrieve the first paragraph of a linked web page
2007-03-25rss plugin: attempt data recovery when marshalling failsGiuseppe Bilotta
2007-03-25rss plugin: nil the mutex when dumping, to prevent cross-version marshalling ↵Giuseppe Bilotta
problems
2007-03-25url plugin: customizable max amount of data to retrieve to look for a title. ↵Giuseppe Bilotta
return standard header info if no title found
2007-03-24httputil and url plugin improvements, see ChangeLogGiuseppe Bilotta
2007-03-24url plugin: when reading body chunks, don't discard read materialGiuseppe Bilotta
2007-03-22keywords plugin: there is no rescan method for plugins. Remove leftover from ↵Giuseppe Bilotta
when keywords was part of the core
2007-03-21* apparently, synthetic privmsgs for remotectl are hard. may need some ↵Dmitry Kim
massive rework later.
2007-03-20shiritori plugin: only load rulesets on requestGiuseppe Bilotta
2007-03-20rss plugin: 0.9 feeds don't work, so we just patch them to pretend they are ↵Giuseppe Bilotta
actually 1.0 RDF feeds
2007-03-20rss plugin: lock the mutex on more occasionsGiuseppe Bilotta