From 67da1b7bf3517d5a8db3f324d813896bbdeea72d Mon Sep 17 00:00:00 2001 From: "Emilio A. Escobar" Date: Thu, 28 May 2020 15:22:10 -0700 Subject: [PATCH] Update changes to include pr #153 --- CHANGES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 37611193..3eaf5be4 100644 --- a/CHANGES +++ b/CHANGES @@ -24,7 +24,7 @@ Hollbrook Bunting (2): Added MAX_MSG_TIME XFLAG, sets a maximum amount of messages that can be sent to a channel in x seconds (PR 92) Add in MAX_MSG_TIME to DEFAULT for m_svsxcf (PR 101) -Ryan Smith (10): +Ryan Smith (11): Notify opers if the KILL flag was used on a spamfilter (PR 106) Hide user's real host during topic changes if hostmasked (PR 117) Fix our incorrect handling of IRC color code sequences (PR 118) @@ -35,6 +35,7 @@ Ryan Smith (10): Fix /whois channel name truncation (thanks, brandon) (PR 126) Allow squelched users to send messages to the services and stats addresses (PR 127) Specify which channel the user cannot join (+R) or speak in (+M) (PR 128) + Fix compilation issues with OpenSSL version < 1.1.0 (PR 153) Emilio Escobar (1): Create SECURITY.md