]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/history - data/rbot/plugins/translator.rb
plugin(translator): removed google translate
[user/henk/code/ruby/rbot.git] / data / rbot / plugins / translator.rb
2020-04-14 Matthias Heckerplugin(translator): removed google translate
2020-04-14 Matthias Heckerrefactor: httputil no longer core module see #38
2014-11-28 M. Hecker[translator] fixes broken page encoding
2014-03-26 Matthias H[translator] fix google, add yandex, remove broken
2010-10-14 Raine Virtatranslator: don't show provider
2010-09-23 Raine Virtatranslator: stricter url mapping
2010-09-23 Raine Virtatranslator: url translation through google
2010-08-13 Giuseppe Bilottatranslator: support both pre-1.0 and post-1.0 Mechanize...
2010-05-21 Yaohan Chentranslator: fix undefined variable
2010-05-21 Yaohan Chentranslator: connect to sites only when necessary
2010-04-16 Raine Virtatranslator: additional help for google translate auto...
2010-04-16 Raine Virtatranslator: show info about failed translators in help
2010-04-16 Raine Virtatranslator: decode html entities on google_translate
2009-11-30 Yaohan ChenWhen a translator fails to initialize, map its command...
2009-11-30 Yaohan ChenSimplify support for using "auto" to detect source...
2009-11-30 Raine Virtatranslator: use google's RESTful interface for google_t...
2009-11-30 Raine Virtatranslator: fix random bug caused by undefined variables
2009-04-30 Raine Virtatranslator: fix sentences not working with omitted...
2009-04-30 Raine Virtatranslator: replace underscores with spaces when showin...
2009-04-30 Raine Virtaremove fish.rb and map translate in translator.rb
2009-04-30 Raine Virtatranslator: make source language optional
2009-04-30 Raine Virtatranslator: make destination language optional
2009-02-19 Raine Virtaremove whitespace
2009-02-17 Raine Virtatranslator: fix BabelfishTranslator
2009-02-17 Raine Virtatranslator: fix NiftyTranslator
2009-02-17 Raine Virtatranslator: use *_with(:attribute => value) syntax...
2009-02-17 Raine Virtatranslator: update GoogleTranslator for changes in...
2007-11-18 Yaohan Chentranslator.rb: improved help message from translators
2007-11-14 Yaohan Chentranslator.rb: use "help <translator>" instead of ...
2007-11-05 Yaohan Chentranslator.rb: display translation provider when it...
2007-09-12 Giuseppe Bilottanamespaces: move rbot-specific classes and modules...
2007-09-11 Dmitry Kim* (plugins/fish,translator) long-running actions made...
2007-09-11 Giuseppe Bilottatranslator plugin: catch all exceptions when trying...
2007-08-15 Yaohan Chen+ translator.rb: added 'translator' command which autom...
2007-08-11 Yaohan Chen* translator.rb: use Irc::Utils.bot
2007-08-11 Yaohan Chentranslator.rb:
2007-08-10 Dmitry Kim* (plugins/translator) fixed a diagnostic message
2007-08-10 Yaohan Chen* translator.rb: corrected naming of BabelfishTranslato...
2007-08-10 Yaohan Chen+ added a translator plugin