diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2024-01-12 17:53:19 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2024-01-12 17:53:19 +0100 |
commit | 8e252955da4f890b16c01dccc4c17abf5c905f52 (patch) | |
tree | 5d0744026cfa05ac659aebd05d2498a399f74f0d /ChangeLog.adoc | |
parent | 71fee810c9578ec249b2766ffa400684ee1c7f26 (diff) | |
download | weechat-8e252955da4f890b16c01dccc4c17abf5c905f52.zip |
irc: fix info "irc_is_message_ignored" (closes #2059)
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 a51adad97..176b55d42 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -58,6 +58,7 @@ Bug fixes:: * core: fix crash when a custom bar item name is already used by a default bar item (issue #2034) * core: fix random timeouts when a lot of concurrent processes are launched with hook_process (issue #2033) * api: return NULL instead of empty infolist "key" when context is not found + * irc: fix info "irc_is_message_ignored" (issue #2059) * irc: fix display of self messages when the message split fails due to inconsistent max lengths sent by the server in message 005 * irc: display messages 730/731 (monitored nicks online/offline) even if command `/notify` was not used (issue #2049) * irc: remove trailing "\r\n" in signals "irc_out" and "irc_outtags" when messages are queued |