diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-02-10 20:50:16 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-02-10 20:50:16 +0100 |
commit | ba7ff87d19217b92dda4eee6a5020aa29441bae1 (patch) | |
tree | 067310b0ff98aecf0737deebfea38708eb8d76d9 /ChangeLog.adoc | |
parent | d7c8b16c4fcd366f294519268145a7217fa3900f (diff) | |
download | weechat-ba7ff87d19217b92dda4eee6a5020aa29441bae1.zip |
irc: fix parsing of message 223 (m_filter) sent by InspIRCd server (closes #1751)
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 368c153a3..84c3eb0d2 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -35,6 +35,7 @@ Bug fixes:: * api: fix add of infolist items in hashtable when prefix contains UTF-8 chars in function hashtable_add_from_infolist (issue #1739) * irc: fix completion of channel topic with UTF-8 chars (issue #1739) * irc: fix parsing of messages 311, 312, 327 (whois) and 314 (whowas) in case of missing parameters + * irc: fix parsing of message 223 (m_filter) sent by InspIRCd server (issue #1751) * irc: fix parsing of message 338 (whois, host) sent by Rizon server (issue #1737) * irc: fix display of message 344 received as whois geo info (issue #1736) * irc: fix display of IRC numeric messages with no parameters |