Merge branch 'master' into datarestructure

This commit is contained in:
Al Beano
2019-08-11 22:01:29 +01:00
10 changed files with 119 additions and 120 deletions

View File

@@ -12,14 +12,13 @@ filemap = {
"config": ["config.json", "configuration", "json"],
"help": ["help.json", "command help", "json"],
"counters": ["counters.json", "counters file", "json"],
"masterbuf": ["masterbuf.json", "master buffer", "json"],
"monitor": ["monitor.json", "monitoring database", "json"],
"tokens": ["tokens.json", "authentication tokens", "json"],
"aliasdata": ["aliasdata.json", "data for alias generation", "json"],
# Binary (pickle) configs
"network": ["network.dat", "network list", "pickle"]
}
}
connections = {}
relayConnections = {}