diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-12-06 23:06:23 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-12-06 23:06:23 +0100 |
commit | 013f8cc7570a283e4c265d2a03920ff60f681885 (patch) | |
tree | a81404bd4af44aef206b68a069e05b15ee6315a1 /CMakeLists.txt | |
parent | 00a3f990b3e512a7dc14343dd522a3a8497c4762 (diff) | |
download | weechat-013f8cc7570a283e4c265d2a03920ff60f681885.zip |
relay: add WeeChat protocol (for remote GUI), doc about protocol, new options
The protocol is partial, under development, and NOT ready for usage.
New options added in relay.conf:
- relay.network.allowed_ips: allow only some IPs on relay plugin (by default
all IPs are allowed)
- relay.network.compression_level: compression level used in WeeChat protocol
(compression is made using zlib)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ecb88d1b8..18fd7fca0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -65,6 +65,7 @@ OPTION(ENABLE_NLS "Enable Native Language Support" ON) OPTION(ENABLE_GCRYPT "Enable libgcrypt support" ON) OPTION(ENABLE_GNUTLS "Enable SSLv3/TLS support" ON) OPTION(ENABLE_LARGEFILE "Enable Large File Support" ON) +OPTION(ENABLE_ZLIB "Enable Zlib support" ON) OPTION(ENABLE_ALIAS "Enable Alias plugin" ON) OPTION(ENABLE_ASPELL "Enable Aspell plugin" ON) OPTION(ENABLE_CHARSET "Enable Charset plugin" ON) |