]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - ChangeLog
Remote Service Provider: implement auth control for remote clients. They can now...
[user/henk/code/ruby/rbot.git] / ChangeLog
index 0f61dec0131d3125fe95e0bd84b106cdcb116d22..5d3a72582ce2a9848c585faea94674e66facd611 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2007-02-12  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
+
+       * Remote Service Provider: from an idea by halorgium <rbot@spork.in>,
+       initial steps towards a DRb-based remote service provider for rbot.
+       When complete, it will give plugins the ability to listen to
+       'messages' from remote clients connected to the bot, allowing for such
+       things as svn notification without RSS polling, remote control of
+       the bot, or even (why not?) botnets.
+       * Remote Service Provider: BotModules can now include the
+       RemoteBotModule interface that provides them with the remote_map()
+       method that works just like the map() method, but for remote commands
+       * Remote Service Provider: Remote clients can now login remotely
+       before executing commands. This in fact integrates the remote access
+       auth security with the User/BotUser used on IRC itself.
+
+2007-02-08  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
+
+       * Languages: Japanese support with language files, salutations, larts
+       and praises, thanks to hagabaka (Yaohan Chen <yaohan.chen@gmail.com>)
+
 2007-02-05  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
 
        * sendmsg improvements: the bot sendmsg() method and all the methods