Improvements to query and self event detection, implement all command and debug flags

This commit is contained in:
2019-08-15 21:20:49 +01:00
parent 1ec0e1f7e6
commit f34ddab6fc
13 changed files with 103 additions and 25 deletions

View File

@@ -15,6 +15,7 @@
"RedisSocket": "/tmp/redis.sock",
"UsePassword": true,
"ConnectOnCreate": false,
"Debug": false,
"Dist": {
"Enabled": true,
"SendOutput": false,
@@ -26,6 +27,7 @@
},
"Password": "s",
"Tweaks": {
"MaxHash": 10,
"ZNC": {
"Prefix": "*"
},

View File

@@ -24,5 +24,6 @@
"network": "network <add|del|list> [<name> <address> <port> <ssl|plain> <sasl|ns|none>]",
"provision": "provision <relay> <alias> [<network>]",
"cmd": "cmd <relay> <user> <entity> <text ...>",
"token": "token <add|del|list> [<key>] [<relay>]"
"token": "token <add|del|list> [<key>] [<relay>]",
"all": "all <entity> <text ...>"
}