1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 19:23:13 +02:00

irc: add support of "LINELEN" in message 005 (max message length in bytes) (closes #1927)

This commit is contained in:
Sébastien Helleu
2023-05-14 09:16:40 +02:00
parent 1116474c45
commit 128fbe0d5b
7 changed files with 25 additions and 4 deletions
+1
View File
@@ -41,6 +41,7 @@ New features::
* 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 capabilities "batch" and "draft/multiline" (issue #1292, issue #1923)
* irc: add support of "LINELEN" in message 005 (max message length in bytes) (issue #1927)
* 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)