diff options
author | louiz’ <louiz@louiz.org> | 2018-08-23 11:16:22 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2018-08-23 11:16:22 +0200 |
commit | 64a393ebadf0723e7bf4f4a9d3323f6c94ae4ffa (patch) | |
tree | d1cf3e45aa23ebd7636e16612bef328d51306ac6 | |
parent | 865e3422fd578c9cf999c0adfb269d048619ca95 (diff) | |
download | biboumi-64a393ebadf0723e7bf4f4a9d3323f6c94ae4ffa.tar.gz biboumi-64a393ebadf0723e7bf4f4a9d3323f6c94ae4ffa.tar.bz2 biboumi-64a393ebadf0723e7bf4f4a9d3323f6c94ae4ffa.tar.xz biboumi-64a393ebadf0723e7bf4f4a9d3323f6c94ae4ffa.zip |
Create subsections in the CHANGELOG
fix #3374
-rw-r--r-- | CHANGELOG.rst | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8d5b106..f6b0c01 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,17 +1,22 @@ Version 9.0 =========== -- SIGHUP is now caught and reloads the configuration like SIGUSR1 and 2. +For users +--------- +- Messages reflections are now properly cut if the body was cut before + being to sent to IRC - 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. + +For admins +---------- +- SIGHUP is now caught and reloads the configuration like SIGUSR1 and 2. - Add a verify_certificate policy option that lets the admin disable certificate validation per-domain. -- Messages reflections are now properly cut if the body was cut before - being to sent to IRC Version 8.3 - 2018-06-01 ======================== |