1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

relay: add zstd compression in weechat protocol

Option relay.network.compression_level is renamed to relay.network.compression
and is now a percentage between 0 (no compression) to 100 (best compression,
slowest).

Compression is now disabled by default in weechat protocol and must be enabled
via the `handshake` command (option `compression` has been removed from `init`
command).
This commit is contained in:
Sébastien Helleu
2021-12-24 15:14:56 +01:00
parent d5c391b1ee
commit 498194f6fc
36 changed files with 441 additions and 870 deletions
+1
View File
@@ -19,6 +19,7 @@ Build-Depends:
libcurl4-gnutls-dev,
libgcrypt20-dev,
libgnutls28-dev,
libzstd-dev,
zlib1g-dev
Standards-Version: 4.6.0.1
Homepage: https://weechat.org/