diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-12-24 15:14:56 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-12-24 16:45:57 +0100 |
commit | 498194f6fc39ce96f17f5002aab7b0aa0a5e6f67 (patch) | |
tree | 80b2d9c1ec6b43fe86aacdf8e0e93c07232966a0 /debian-stable/control | |
parent | d5c391b1ee57730ed6f94c3d7ee5661ceaff35f5 (diff) | |
download | weechat-498194f6fc39ce96f17f5002aab7b0aa0a5e6f67.zip |
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).
Diffstat (limited to 'debian-stable/control')
-rw-r--r-- | debian-stable/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian-stable/control b/debian-stable/control index a4a515ac4..77c78e4ad 100644 --- a/debian-stable/control +++ b/debian-stable/control @@ -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/ |