summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/translator.rb
AgeCommit message (Expand)Author
2020-04-14plugin(translator): removed google translateMatthias Hecker
2020-04-14refactor: httputil no longer core module see #38Matthias Hecker
2014-11-28[translator] fixes broken page encodingM. Hecker
2014-03-26[translator] fix google, add yandex, remove brokenMatthias H
2010-10-14translator: don't show providerRaine Virta
2010-09-23translator: stricter url mappingRaine Virta
2010-09-23translator: url translation through googleRaine Virta
2010-08-13translator: support both pre-1.0 and post-1.0 Mechanize namespacesGiuseppe Bilotta
2010-05-21translator: fix undefined variableYaohan Chen
2010-05-21translator: connect to sites only when necessaryYaohan Chen
2010-04-16translator: additional help for google translate auto-detect failureRaine Virta
2010-04-16translator: show info about failed translators in helpRaine Virta
2010-04-16translator: decode html entities on google_translateRaine Virta
2009-11-30When a translator fails to initialize, map its command to respond the reasonYaohan Chen
2009-11-30Simplify support for using "auto" to detect source languageYaohan Chen
2009-11-30translator: use google's RESTful interface for google_translateRaine Virta
2009-11-30translator: fix random bug caused by undefined variablesRaine Virta
2009-04-30translator: fix sentences not working with omitted language parametersRaine Virta
2009-04-30translator: replace underscores with spaces when showing the translatorRaine Virta
2009-04-30remove fish.rb and map translate in translator.rbRaine Virta
2009-04-30translator: make source language optionalRaine Virta
2009-04-30translator: make destination language optionalRaine Virta
2009-02-19remove whitespaceRaine Virta
2009-02-17translator: fix BabelfishTranslatorRaine Virta
2009-02-17translator: fix NiftyTranslatorRaine Virta
2009-02-17translator: use *_with(:attribute => value) syntax to find elementsRaine Virta
2009-02-17translator: update GoogleTranslator for changes in their web interfaceRaine Virta
2007-11-18translator.rb: improved help message from translatorsYaohan Chen
2007-11-14translator.rb: use "help <translator>" instead of "help translator <translato...Yaohan Chen
2007-11-05translator.rb: display translation provider when it's chosen automaticallyYaohan Chen
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-09-11translator plugin: catch all exceptions when trying to initialize translatorsGiuseppe Bilotta
2007-08-15+ translator.rb: added 'translator' command which automatically picks a trans...Yaohan Chen
2007-08-11* translator.rb: use Irc::Utils.botYaohan Chen
2007-08-11translator.rb:Yaohan Chen
2007-08-10* (plugins/translator) fixed a diagnostic messageDmitry Kim
2007-08-10* translator.rb: corrected naming of BabelfishTranslator#do_translate methodYaohan Chen
2007-08-10+ added a translator pluginYaohan Chen