summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-02-12 21:04:48 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-02-12 21:04:48 +0000
commit6c3e3cb81675402f8fa8f74b514be6e8e489f8eb (patch)
treea45ccff61413ce3c7d21e1dcee74538764a8dae7 /ChangeLog
parent3eee1270daff2d732cb3753e4ddb25a40e7aa390 (diff)
Remote Service Provider: implement auth control for remote clients. They can now login using 'remote login :username :password' to obtain a session_id that will identify them for subsequent connections
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>