Implement counting keyword events and a unified buffers system for when the master channel is unavailable
This commit is contained in:
1
conf/example/counters.json
Normal file
1
conf/example/counters.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
1
conf/example/masterbuf.json
Normal file
1
conf/example/masterbuf.json
Normal file
@@ -0,0 +1 @@
|
||||
[]
|
||||
1
conf/example/pool.json
Normal file
1
conf/example/pool.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
1
conf/example/wholist.json
Normal file
1
conf/example/wholist.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
@@ -13,8 +13,8 @@
|
||||
"disable": "disable <name>",
|
||||
"list": "list",
|
||||
"stats": "stats [<name>]",
|
||||
"save": "save <config|keyconf|pool|help|wholist|counters|all>",
|
||||
"load": "load <config|keyconf|pool|help|wholist|counters|all>",
|
||||
"save": "save <config|keyconf|pool|help|wholist|counters|masterbuf|all>",
|
||||
"load": "load <config|keyconf|pool|help|wholist|counters|masterbuf|all>",
|
||||
"dist": "dist",
|
||||
"loadmod": "loadmod <module>"
|
||||
}
|
||||
@@ -1,4 +1,6 @@
|
||||
{
|
||||
"Keywords": [],
|
||||
"Keywords": [
|
||||
"example"
|
||||
],
|
||||
"KeywordsExcept": {}
|
||||
}
|
||||
Reference in New Issue
Block a user