diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-02-12 21:04:48 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-02-12 21:04:48 +0000 |
commit | 6c3e3cb81675402f8fa8f74b514be6e8e489f8eb (patch) | |
tree | a45ccff61413ce3c7d21e1dcee74538764a8dae7 /ChangeLog | |
parent | 3eee1270daff2d732cb3753e4ddb25a40e7aa390 (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-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |