diff options
author | Luke Bratch <luke@bratch.co.uk> | 2025-08-08 23:11:31 +0100 |
---|---|---|
committer | Luke Bratch <luke@bratch.co.uk> | 2025-08-08 23:11:31 +0100 |
commit | b2089e21606aed1a6aaa9644dbe0d2fe998ae1e0 (patch) | |
tree | 691e6edeeb7a040c8ae95cefe807346fd376f768 /README | |
parent | 0de8ed662321f25ab78cef094774593e1ce27677 (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-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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.) |