]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - ChangeLog
nickreply and nickokay method, with option to let reply/okay behave like this by...
[user/henk/code/ruby/rbot.git] / ChangeLog
index 3970ad3970433fc05a0c7910e239ae740a64f299..6f153a4508da60e692cc1ddf281281ae8af6e97d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,37 @@
+2006-08-11  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
+
+       * AutoOp plugin: adapted to the new IRC framework.
+       * AutoOp plugin: trigger autoop on nick change too.
+       * New Auth Framework: allow? method now informs a user when they don't
+       have permission to do what they asked for.
+       * New nickreply and nickokay methods: they act like the old reply
+       method, but include the nick of the user the bot is replying to when
+       talking in public. The usual reply method can be configured to act
+       like this as default.
+
+2006-08-10  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
+
+       * Fix a bug in new IRC Framework: the list of channels a quitting user was
+       on was not built correctly, causing an exception when the user was not
+       in the first channel in the list of channels.
+       * Fix a bug in new Auth Framework: BotUser's name is changed via
+       username=, not name=.
+       * New HalfLife 2 plugin from ocr: queries online servers for online
+       status and number of users.
+
 2006-08-07  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
 
        * Add kick method to kernel: plugins can now use
                @bot.kick channel, user, reason
        to kick a user from a channel
        * RSS plugin: fix rewatch_rss method
+       * RSS plugin: the different ways to represent channels before and
+       after the New IRC Framework was causing strange problems such as
+       watched feed not being listed as such, undeletable watches, double
+       watches etc. Fix this by checking both for the Channel objects and
+       their to_s form when checking for watches or deleting them.
 
-2006-08-06 Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
+2006-08-06  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
 
        * Updating the ChangeLog again: describe the new stuff in trunk which
        will be made available in the next release. Use Gnu style for new