From f55160af3f25fff17d3af4dde50a606c2c78f79b Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Sat, 9 Nov 2024 23:50:46 +0000 Subject: Make NOTICE alerts about client (dis)connection and authentication events optional. New configuration options added: - alertconnect - alertauthfail - alertauthsuccess - alertunautheddisconnect - alertautheddisconnect --- blabouncer.conf.example | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'blabouncer.conf.example') diff --git a/blabouncer.conf.example b/blabouncer.conf.example index d77689c..2281806 100644 --- a/blabouncer.conf.example +++ b/blabouncer.conf.example @@ -108,3 +108,18 @@ debug = "2" # Number of debug logs to keep debugkeep = "5" + +# Send NOTICE to all other clients upon new client connections ("1" for yes or "0" for no) +alertconnect = "1" + +# Send NOTICE to all other clients upon clients failing to authenticate ("1" for yes or "0" for no) +alertauthfail = "1" + +# Send NOTICE to all other clients upon clients succesfully authenticating ("1" for yes or "0" for no) +alertauthsuccess = "1" + +# Send NOTICE to all other clients upon unauthenticated client disconnections ("1" for yes or "0" for no) +alertunautheddisconnect = "1" + +# Send NOTICE to all other clients upon authenticated client disconnections ("1" for yes or "0" for no) +alertautheddisconnect = "1" -- cgit v1.2.3