]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - ChangeLog
Strings returned by get_cached now have a cached? method which returns true or false...
[user/henk/code/ruby/rbot.git] / ChangeLog
index 0f3e778c5b4fca9b5fd614ad35ae35d5202fdd2e..203bd3c7771d199467b77e6c24c455569b436ef2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2006-10-25  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
+
+       * HttpUtil: Strings returned by get_cached now have a cached? method
+       which returns true or false depending on whether the result was taken
+       from the cache or not; this can be exploited by plugins that parse the
+       result in some particular way, since they can now skip the parsing
+       stage if they cache the parse result.
+
+2006-10-24  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
+
+       * HttpUtil: initial implementation of proper caching based on
+       last-modified and etag HTTP headers
+
+2006-10-17  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
+
+       * Salut plugin: handles (multilingual) salutations (hello/goodbye)
+
+2006-10-15  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
+
+       * Language stuff: plugins can now handle language changes in a natural
+       fashion. lart is the first plugin to make use of this. NOTE: this
+       is not (yet) backwards compatible: the old larts/praises files from
+       previous rbot setups have to be renamed manually
+       * Language stuff: italian translations
+       * Utils.safe_save(filename): allows 'safe' saving of a file: it needs a
+       block, to which it will yield a temporary file on which operations can
+       be carried out. When the block returns, the tempfile will be renamed to
+       the given filename
+
 2006-09-21  Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
 
        * New Auth Framework: restore backwards compatibility: 'auth