diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-06-23 22:17:18 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-06-23 22:17:18 +0200 |
commit | a5962cf7f592786d1a04aca913d2ee6edc265d22 (patch) | |
tree | 07690372640afe33a57894b3b817cf79de3103dc /ChangeLog.adoc | |
parent | 24d2413fdcf19670674195ebdcca987c19ea0d4b (diff) | |
download | weechat-a5962cf7f592786d1a04aca913d2ee6edc265d22.zip |
irc: display message 354 (WHOX) received with missing parameters (closes #1212)
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r-- | ChangeLog.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc index 4a77fb57f..a87f2a829 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -45,6 +45,7 @@ Bug fixes:: * core: fix infinite loop in evaluation of strings (issue #1183) * core: change default value of option weechat.look.window_title from "WeeChat ${info:version}" to empty string (issue #1182) * fset: fix crash when applying filters after closing the fset buffer (issue #1204) + * irc: display message 354 (WHOX) received with missing parameters (issue #1212) * irc: always set nick away status on WHO response (sent manually or automatically with server option "away_check") * irc: fix a crash when calling the function hdata_string on the "prefix" variable in the nick * irc: fix split of messages when server option "split_msg_max_length" is set to 0 (no split) (issue #1173) |