summaryrefslogtreecommitdiff
path: root/ChangeLog.asciidoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2016-03-05 10:59:37 +0100
committerSébastien Helleu <flashcode@flashtux.org>2016-03-05 10:59:37 +0100
commita4d1dfa8f436366dbe6544ae7480ba8986f81a05 (patch)
treec26c0f6b9ae2aaa52eefb6aaeec0a517ac34e2f3 /ChangeLog.asciidoc
parent28737c9de173a24d5911501d56b612df1312d5bb (diff)
downloadweechat-a4d1dfa8f436366dbe6544ae7480ba8986f81a05.zip
relay: do not execute any command received from an irc relay client (closes #699)
Diffstat (limited to 'ChangeLog.asciidoc')
-rw-r--r--ChangeLog.asciidoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc
index 0e39db9d4..72607e8fa 100644
--- a/ChangeLog.asciidoc
+++ b/ChangeLog.asciidoc
@@ -42,6 +42,8 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
keep_eol is 2 and the string ends with separators
* irc: add missing completion "*" for target in command /msg
* irc: fix /msg command with multiple targets including "*"
+* relay: do not execute any command received in a PRIVMSG message from an irc
+ relay client (issue #699)
* relay: fix the max number of clients connected on a port, allow value 0 for
"no limit" (issue #669)
* relay: fix decoding of multiple frames in a single websocket message,