]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - ChangeLog
Bug in topic plugin introduced in [440]
[user/henk/code/ruby/rbot.git] / ChangeLog
index 99317091628bc14f45777977a83afbc9ea557581..bcfd7a45ec2e44a817c1cc3d53ff7fbbae807032 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2006-08-20  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
+
+       * Topic plugin: fix a bug that prevented it from loading
+       correctly.
+
+2006-08-17  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
+
+       * Fix help: It got broken while rearranging the plugin stuff, now it's
+       properly fixed.
+       * New Auth Framework: forgot to create the InvalidPassword exception.
+       It's a RuntimeError now.
+       * Fix help: this time for real (or so I hope).
+       * New IRC Framework: topic plugin now works correctly.
+       * New Auth Framework: nickserv plugin now defaults to false for its
+       auth, so that only owner can do stuff with it
+       * New Auth Framework: fix horrible typo, assignment instead of
+       equality test when checking for the username during login.
+       * Keywords plugin: tell and forget work again without 'keyword' before
+       them.
+
 2006-08-12  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
 
        * Subregistry: force prefix to be a String with to_s