diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-08-29 09:49:58 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2006-08-29 09:49:58 +0000 |
commit | a3dc8d973b49d6a4bf1446093c194aed5f69916f (patch) | |
tree | 3553bcfb3d2667b93859ff978f58d466c445264c /ChangeLog | |
parent | b565bf81cbe456205b9f9fcf9e3960109c5b7de6 (diff) |
Introduce BotConfigValue permissions, to protect particularly sensitive config options while still allowing access to more innocent ones
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ * Script plugin: new (UNSAFE!) echo functions. Just like eval, but m.replies the result of the evaluation. + * New Auth Framework: config keys now have their own permissions. So + you can allow people to view or edit only some of the config values. + auth.password defaults to false. Still needs some work. 2006-08-26 Giuseppe Bilotta <giuseppe.bilotta@gmail.com> |