summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-08-29 09:49:58 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-08-29 09:49:58 +0000
commita3dc8d973b49d6a4bf1446093c194aed5f69916f (patch)
tree3553bcfb3d2667b93859ff978f58d466c445264c /ChangeLog
parentb565bf81cbe456205b9f9fcf9e3960109c5b7de6 (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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f76d53fc..5a334901 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>