X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=ChangeLog;h=203bd3c7771d199467b77e6c24c455569b436ef2;hb=d5c94ce03c4e0e5d8f888bef999471941048f682;hp=941bb6e3db6a42a6318d1c1ce201ef0096e8584e;hpb=5994535a9fd47190a54ac1a0d723cd64ec713641;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/ChangeLog b/ChangeLog index 941bb6e3..203bd3c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,44 @@ +2006-10-25 Giuseppe Bilotta + + * 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 + + * HttpUtil: initial implementation of proper caching based on + last-modified and etag HTTP headers + +2006-10-17 Giuseppe Bilotta + + * Salut plugin: handles (multilingual) salutations (hello/goodbye) + +2006-10-15 Giuseppe Bilotta + + * 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 + + * New Auth Framework: restore backwards compatibility: 'auth + ' and 'login owner ' both work. + * Topic plugin: cleanups. Implement 'topic undo'. 'topic undo' after a + 'topic undo' undoes the last undo. + +2006-09-09 Giuseppe Bilotta + + * New Auth Framework: rbot was opping anyone who asked for it (opme + plugin). Fixed, and cleaned up. + 2006-09-01 Giuseppe Bilotta * New Auth Framework: document and fine tune permissions view the auth