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 /ChangeLog | |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ Version 0.3.7 (under dev!) * irc: auto-connect to servers created with "irc://" on command line but not other servers if "-a" ("--no-connect") is given * guile: new script plugin for scheme (task #7289) +* relay: add WeeChat protocol for remote GUI * ruby: fix crash when reloading ruby plugin (bug #34474) * xfer: display origin of xfer in core and xfer buffers (task #10956) |