]> 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 fcb65aacfab2a47a7f543c81efe6defd2cb3c491..af545d9ad6102089f82641bead64acadb52c8b30 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+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
+       them. Those methods didn't belong in util as they were plugin-specific.
+       * moved a few more plugins to use map() where appropriate
+       * made the url plugin only store unique urls
+
 Thu Jul 28 23:45:26 BST 2005  Tom Gilbert <tom@linuxbrit.co.uk>
 
   * Reworked the Timer module. The Timer now has a smart thread manager to