diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-12 18:54:52 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-05-12 18:56:40 +0200 |
commit | 4f4f32b9edf5b575bf28d22d753a9d7689e80ff0 (patch) | |
tree | be55d2a38626a1370c0833a2b72c7d7107e23861 /ChangeLog.adoc | |
parent | 2c303d1698f92b7d0489f180a4531fe5df104b3a (diff) | |
download | weechat-4f4f32b9edf5b575bf28d22d753a9d7689e80ff0.zip |
relay: increase default limits for IRC backlog options
Default value is changed for the following options:
* relay.irc.backlog_max_minutes: from 1440 to 0 (unlimited)
* relay.irc.backlog_max_number: from 256 to 1024
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index f731bd239..3965458b4 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -34,6 +34,7 @@ New features:: * buflist: add default key kbd:[Alt+Shift+B] to toggle buflist * buflist: add options enable/disable/toggle in command /buflist * buflist: evaluate option buflist.look.sort so that sort can be customized for each of the three buflist bar items (issue #1465) + * relay: increase default limits for IRC backlog options * relay: add command "handshake" in weechat relay protocol and nonce to prevent replay attacks, add options relay.network.password_hash_algo, relay.network.password_hash_iterations, relay.network.nonce_size (issue #1474) * relay: add command "completion" in weechat relay protocol to perform a completion on a string at a given position (issue #1484) * relay: add option relay.network.auth_timeout |