diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-07-27 17:54:08 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-07-27 17:54:08 +0200 |
commit | 782e01f17798478322f7634c43d35653e92c2b2a (patch) | |
tree | 9babde108b57ca7a5b1014e4b5e2f357805ab8a4 /ChangeLog | |
parent | 32b8f345673f5eb736a27090e98de808f6e7fda2 (diff) | |
download | weechat-782e01f17798478322f7634c43d35653e92c2b2a.zip |
relay: add support of SSL (for irc and weechat protocols), new option relay.network.ssl_cert_key (task #12044)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,7 @@ WeeChat ChangeLog ================= Sébastien Helleu <flashcode@flashtux.org> -v0.3.9-dev, 2012-07-21 +v0.3.9-dev, 2012-07-27 Version 0.3.9 (under dev!) @@ -53,6 +53,9 @@ Version 0.3.9 (under dev!) * python: fix detection of python (first try "python2.x" and then "python") (bug #36835) * python: fix crash when unloading a script without pointer to interpreter +* relay: add support of SSL (for irc and weechat protocols), new option + relay.network.ssl_cert_key (task #12044) +* relay: add option relay.color.client * relay: add object type "arr" (array) in WeeChat protocol * relay: fix freeze when writing on relay socket (use non-blocking sockets in relay for irc and weechat protocols) (bug #36655) |