diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-21 23:36:24 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-21 23:36:24 +0100 |
commit | ff321123961d73283b20b35b3df1df0e6ea5eafe (patch) | |
tree | 0ba2323c28f7ee9136aee511a785e22d57dc6d35 /ChangeLog.adoc | |
parent | 2da148eb5551efa2e4b4a5bf74c02d88d3b97d4c (diff) | |
download | weechat-ff321123961d73283b20b35b3df1df0e6ea5eafe.zip |
irc: fix length of string for SHA-512, SHA-256 and SHA-1 in help on ssl_fingerprint option
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 ab3bc8fd6..b9adba49b 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -33,6 +33,7 @@ Bug fixes:: * core: set max length to 4096 for /secure passphrase (issue #1323) * core: refilter only affected buffers on filter change (issue #1309, issue #1311) * fset: fix slow refresh of fset buffer during /reload (issue #1313) + * irc: fix length of string for SHA-512, SHA-256 and SHA-1 in help on ssl_fingerprint option * irc: display an error with /allchan -current or /allpv -current if the current buffer is not an irc buffer (issue #1325) * irc: fix update of channels modes with arguments when joining a channel (issue #1324) * irc: quote NICK command argument sent to the server (issue #1319) |