1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 06:46:38 +02:00

core: specify irc protocol for relay changes

This commit is contained in:
Sébastien Helleu
2023-06-03 17:28:15 +02:00
parent dd4eb80e81
commit 5e85bce2b7
+2 -2
View File
@@ -65,8 +65,8 @@ New features::
* logger: add info "logger_log_file"
* relay: rename "ssl" options and protocol to "tls"
* relay: make TLS certificate/key loading error handling more verbose (issue #1558)
* relay: add modifiers "relay_client_irc_in", "relay_client_irc_out1" and "relay_client_irc_out"
* relay: add support of capability "echo-message" (issue #1949)
* relay: add modifiers "relay_client_irc_in", "relay_client_irc_out1" and "relay_client_irc_out" in irc protocol
* relay: add support of capability "echo-message" in irc protocol (issue #1949)
Bug fixes::