diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-09 21:40:43 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-09 21:40:43 +0200 |
commit | dc9964ccc68a53a2ec0ea1b654ba721b1185f468 (patch) | |
tree | 7bfb6e1dfb3b833c918aa170afa8f927d3636339 | |
parent | 37415e61d562461eba5f489ce4f0cdfec93f6b12 (diff) | |
download | weechat-dc9964ccc68a53a2ec0ea1b654ba721b1185f468.zip |
irc: add server option "ssl_password" (issue #115, issue #1416)
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index bf1f08a10..e7571c657 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -27,6 +27,7 @@ New features:: * core: add support of modifiers in evaluation of expressions with "modifier:name,data,string" * api: add modifier "color_encode_ansi" (issue #528) * api: add modifier "eval_path_home" + * irc: add server option "ssl_password" (issue #115, issue #1416) * irc: add "user" in output of irc_message_parse (issue #136) * irc: add options irc.color.message_kick and irc.color.reason_kick (issue #683, issue #684) * logger: add option logger.file.color_lines (issue #528, issue #621) |