]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - ChangeLog
Sat Jul 30 22:33:36 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>
[user/henk/code/ruby/rbot.git] / ChangeLog
index aca8591992e631d429658569bc2788ae2fd53472..af545d9ad6102089f82641bead64acadb52c8b30 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+Sat Jul 30 22:33:36 BST 2005  Tom Gilbert <tom@linuxbrit.co.uk>
+
+  * Config items are now objects, various types are available.
+       * The config wizard will now use registered config items if :wizard is set
+    to true for those items. It will ask questions in the order they were
+               registered.
+       * The config module now works for doing runtime configuration.
+       * misc refactoring
+
+Sat Jul 30 01:19:32 BST 2005  Tom Gilbert <tom@linuxbrit.co.uk>
+
+  * config module for configuring the running bot via IRC
+       * BotConfig.register method for various modules and any plugin to register
+       bot configuration which the new config module will expose for them.
+       * various other tweaks as I continue to refactor..
+
 Fri Jul 29 13:07:56 BST 2005  Tom Gilbert <tom@linuxbrit.co.uk>
 
   * Moved some stuff out of util.rb into the plugins that actually need