summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-10-27 14:18:23 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2006-10-27 14:18:23 +0000
commitd9f1c04e912d44c218a90b9b0debcb0a11b87631 (patch)
tree0f15c71db94fc2f2e135d1948a90da5c2c9882b5 /ChangeLog
parentd51861faa9607718870cea1acbbc0b2b2c2c7364 (diff)
Penalty-based flood protection
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 203bd3c7..fae97f54 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-10-27 Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
+
+ * 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 <giuseppe.bilotta@gmail.com>
* HttpUtil: Strings returned by get_cached now have a cached? method