From 2a1d4b2e958de1581e9bda7b07b705b963e394a6 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Mon, 11 Aug 2025 23:02:08 +0100 Subject: Implement update checking using the command "BLABOUNCER UPDATECHECK", or optionally (enabled by default, toggled with configuration option "checkupdates") at startup and successful client authentication. This is implemented using a DNS TXT record check to the domain "version.blabouncer.blatech.net". --- README | 1 + 1 file changed, 1 insertion(+) (limited to 'README') diff --git a/README b/README index e3e5c7b..d03330d 100644 --- a/README +++ b/README @@ -56,6 +56,7 @@ what this client has missed.) "BLABOUNCER DISCONNECT [FD]" (To disconnect a client with file descriptor number [FD] (see LISTCLIENTS output).) "BLABOUNCER VERSION" (To show the current blabouncer version.) +"BLABOUNCER UPDATECHECK" (To check for blabouncer updates. Set checkupdates = "0" to stop this happening automatically.) Blabouncer commands are all prefixed with BLABOUNCER which you can usually send using "/QUOTE BLABOUNCER". -- cgit v1.2.3