index
:
user/henk/code/ruby/rbot.git
fix/deprecated_gethostbyname
main
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
/
rbot
/
plugins
/
translator.rb
Age
Commit message (
Expand
)
Author
2020-04-14
plugin(translator): removed google translate
Matthias Hecker
2020-04-14
refactor: httputil no longer core module see #38
Matthias Hecker
2014-11-28
[translator] fixes broken page encoding
M. Hecker
2014-03-26
[translator] fix google, add yandex, remove broken
Matthias H
2010-10-14
translator: don't show provider
Raine Virta
2010-09-23
translator: stricter url mapping
Raine Virta
2010-09-23
translator: url translation through google
Raine Virta
2010-08-13
translator: support both pre-1.0 and post-1.0 Mechanize namespaces
Giuseppe Bilotta
2010-05-21
translator: fix undefined variable
Yaohan Chen
2010-05-21
translator: connect to sites only when necessary
Yaohan Chen
2010-04-16
translator: additional help for google translate auto-detect failure
Raine Virta
2010-04-16
translator: show info about failed translators in help
Raine Virta
2010-04-16
translator: decode html entities on google_translate
Raine Virta
2009-11-30
When a translator fails to initialize, map its command to respond the reason
Yaohan Chen
2009-11-30
Simplify support for using "auto" to detect source language
Yaohan Chen
2009-11-30
translator: use google's RESTful interface for google_translate
Raine Virta
2009-11-30
translator: fix random bug caused by undefined variables
Raine Virta
2009-04-30
translator: fix sentences not working with omitted language parameters
Raine Virta
2009-04-30
translator: replace underscores with spaces when showing the translator
Raine Virta
2009-04-30
remove fish.rb and map translate in translator.rb
Raine Virta
2009-04-30
translator: make source language optional
Raine Virta
2009-04-30
translator: make destination language optional
Raine Virta
2009-02-19
remove whitespace
Raine Virta
2009-02-17
translator: fix BabelfishTranslator
Raine Virta
2009-02-17
translator: fix NiftyTranslator
Raine Virta
2009-02-17
translator: use *_with(:attribute => value) syntax to find elements
Raine Virta
2009-02-17
translator: update GoogleTranslator for changes in their web interface
Raine Virta
2007-11-18
translator.rb: improved help message from translators
Yaohan Chen
2007-11-14
translator.rb: use "help <translator>" instead of "help translator <translato...
Yaohan Chen
2007-11-05
translator.rb: display translation provider when it's chosen automatically
Yaohan Chen
2007-09-12
namespaces: 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 blocking
Dmitry Kim
2007-09-11
translator plugin: catch all exceptions when trying to initialize translators
Giuseppe Bilotta
2007-08-15
+ translator.rb: added 'translator' command which automatically picks a trans...
Yaohan Chen
2007-08-11
* translator.rb: use Irc::Utils.bot
Yaohan Chen
2007-08-11
translator.rb:
Yaohan Chen
2007-08-10
* (plugins/translator) fixed a diagnostic message
Dmitry Kim
2007-08-10
* translator.rb: corrected naming of BabelfishTranslator#do_translate method
Yaohan Chen
2007-08-10
+ added a translator plugin
Yaohan Chen