]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - ChangeLog
Previous commit also implemented quiz autoask delay, but I had forgotten to log it...
[user/henk/code/ruby/rbot.git] / ChangeLog
index 19fa2d14a5fb2625687065e82b18560f61572a8d..0a6b03b3c3b8f579177a9a8afdda1c357eb617ca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,27 @@
+2007-01-30  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
+
+       * New IRC Framework: Server methods to retrieve a Channel or User are
+       now more robust to empty or nil nicks and channel names passed as
+       parameters.
+
+2007-01-29  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
+
+       * Timer rescheduling: it is now possible to reschedule the period
+       any particular Action is taken by issuing the command
+               @bot.timer.reschedule(handle, new_period)
+       where +handle+ is a timer handle returned by the @bot.timer.add() that
+       created the action, and new_period is the new period for the Action.
+
+2007-01-23  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
+
+       * Reduced saving: the salut, lart, and quotes plugin now only save
+       their datafiles if anything changed since last time. This speeds up
+       operations such as saving and rescanning; it also allow hand-editing
+       of the data files while the bot is running, since a rescan will load
+       the changed data files without overwriting them with a useless save
+       before. Of course this only works if there are no pending changes in
+       the running bot.
+
 2007-01-12  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
 
        * Server timeout: rework the server timeout code. Instead of PINGing