summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d3b3a923..5d3a7258 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,9 @@
* 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>