X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=ChangeLog;h=fae97f542574c306dd6453b8832f312c6679e41e;hb=d9f1c04e912d44c218a90b9b0debcb0a11b87631;hp=0f3e778c5b4fca9b5fd614ad35ae35d5202fdd2e;hpb=a258d868c84c02ba641a5cbd91acb1b2f9c17ae1;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/ChangeLog b/ChangeLog index 0f3e778c..fae97f54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2006-10-27 Giuseppe Bilotta + + * Flood protection: first attempt at penalty-based flood protection. + This should make rbot much less prone to Excess Floods *and* still + serve normally without excessive delays. + +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