summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/fish.rb
AgeCommit message (Collapse)Author
2009-02-19remove whitespaceRaine Virta
2008-06-17* plugins: misc warnings cleanupsdmitry kim
2008-05-15fish plugin: fix text translation after babelfish moved to Yahoo, and ↵Giuseppe Bilotta
disable non-working URL translation
2008-05-15fish plugin: fix text translation after babelfish moved to Yahoo, and ↵Giuseppe Bilotta
disable non-working URL translation
2007-09-12namespaces: move rbot-specific classes and modules from Irc::* to Irc::Bot::*Giuseppe Bilotta
2007-09-11* (plugins/fish,translator) long-running actions made threaded to avoid blockingDmitry Kim
2007-04-08plugins: use CGI.escape instead of URI.escape where appropriate, remove some ↵Giuseppe Bilotta
checks for InvalidURIs that don't make sense anymore, irficy some more html
2007-04-07plugins: remove excess requires and Net::HTTP.version setupsGiuseppe 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. ↵Giuseppe Bilotta
The plugin also tries to detect if a failure to translate was because the from/to pair is not supported by the site
2007-04-05+ (fish) webpage translation supportDmitry Kim
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-29+ support for non-iso-8859-1 languages (ru, zt, ja, ko, el)Dmitry Kim
2006-10-17Hopefully made the babelfish plugin a bit more robustAlexander Beisig
2005-07-27rearrange repo for packagingTom Gilbert