summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLuke Bratch <luke@bratch.co.uk>2025-08-08 23:11:31 +0100
committerLuke Bratch <luke@bratch.co.uk>2025-08-08 23:11:31 +0100
commitb2089e21606aed1a6aaa9644dbe0d2fe998ae1e0 (patch)
tree691e6edeeb7a040c8ae95cefe807346fd376f768 /README
parent0de8ed662321f25ab78cef094774593e1ce27677 (diff)
Improve output of LISTCLIENTS blabouncer command, add identical listclients command to STDIN commands, declare STDIN commands ("debug commands") in README.
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 3875fc2..dec0475 100644
--- a/README
+++ b/README
@@ -109,3 +109,11 @@ $HOME/.blabouncer/key.pem, respectively.
Server TLS is also enabled by default in the example configuration file, and can be disabled (not
recommended) using the "servertls" configuration file option.
+
+== Debug commands ==
+
+If run in foreground mode, the following commands can be sent to standard input:
+
+"listchannels" (To list all joined channels and their members.)
+"reopenssl" (To reload the client-side TLS certificate/key.)
+"listclients" (To list all connected clients and their authentication status.)