diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-03 21:49:35 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-03 22:11:31 +0200 |
commit | f6b69c9098d7fde8ea038afb97e72c460665983c (patch) | |
tree | 8f8a68b046f1512f2b8696cd0af2ac0b66d41ec7 /ChangeLog.adoc | |
parent | bd5e8dc33bde66a7eff97831e35413b833504fea (diff) | |
download | weechat-f6b69c9098d7fde8ea038afb97e72c460665983c.zip |
irc: add support of capability "batch" (closes #1292)
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 cf7838779..df4b801c8 100644 --- a/ChangeLog.adoc +++ b/ChangeLog.adoc @@ -39,6 +39,7 @@ New features:: * api: add optional argument with version in info "version_number" * alias: use lower case for default aliases, rename all aliases to lower case on upgrade (issue #1872) * irc: rename "ssl" options to "tls", connect with TLS and port 6697 by default + * irc: add support of capability "batch" (issue #1292) * irc: add command `/rules` (issue #1864) * irc: add command `/knock` (issue #7) * irc: add server option "registered_mode", add fields "authentication_method" and "sasl_mechanism_used" in server (issue #1625) |