diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-02-12 16:08:49 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-02-12 16:08:49 +0000 |
commit | 3eee1270daff2d732cb3753e4ddb25a40e7aa390 (patch) | |
tree | 78d577f19c716b67ac98435e32e76629a7c0039a /ChangeLog | |
parent | 9c50738a84bec26402902513a4cd21b54dcc0a80 (diff) |
Remote Service Provider now functional, although it lacks remote client auth/id
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,6 +6,9 @@ '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 2007-02-08 Giuseppe Bilotta <giuseppe.bilotta@gmail.com> |