summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-12-06 23:06:23 +0100
committerSebastien Helleu <flashcode@flashtux.org>2011-12-06 23:06:23 +0100
commit013f8cc7570a283e4c265d2a03920ff60f681885 (patch)
treea81404bd4af44aef206b68a069e05b15ee6315a1 /ChangeLog
parent00a3f990b3e512a7dc14343dd522a3a8497c4762 (diff)
downloadweechat-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--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 795d77148..80566c6dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)