irc: add server option "ssl_password" (issue #115, issue #1416)

v2.8-utf8proc
Sébastien Helleu 2019-10-09 21:40:43 +02:00
parent 37415e61d5
commit dc9964ccc6
1 changed files with 1 additions and 0 deletions

View File

@ -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)