summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2018-06-25 22:54:32 +0200
committerlouiz’ <louiz@louiz.org>2018-06-25 22:54:32 +0200
commit09b10cc80146c1ac2a0d5c53c6c8469b934189f2 (patch)
tree9830f92ddda590e29b7d20d79440b2dfa48cffa2 /CHANGELOG.rst
parentba97c442a8be70da6bacd7ef0461fe95e99fe765 (diff)
downloadbiboumi-09b10cc80146c1ac2a0d5c53c6c8469b934189f2.tar.gz
biboumi-09b10cc80146c1ac2a0d5c53c6c8469b934189f2.tar.bz2
biboumi-09b10cc80146c1ac2a0d5c53c6c8469b934189f2.tar.xz
biboumi-09b10cc80146c1ac2a0d5c53c6c8469b934189f2.zip
Throttle all commands sent to IRC servers
fix #3354
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 8d00fb6..d668d57 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -5,6 +5,9 @@ Version 9.0
- Messages from unjoined resources are now rejected instead of being accepted.
This helps clients understand that they are not in the room (because of
some connection issue for example).
+- All commands sent to IRC servers are now throttled to avoid being
+ disconnected for excess flood. The limit value can be customized using the
+ ad-hoc configuration form on a server JID.
Version 8.3 - 2018-06-01
========================