client+server: add post pools feature

This commit is contained in:
Shyam Sunder
2020-06-04 21:01:28 -04:00
90 changed files with 5541 additions and 25 deletions

View File

@ -84,6 +84,10 @@ class Api extends events.EventTarget {
return remoteConfig.tagNameRegex;
}
getPoolNameRegex() {
return remoteConfig.poolNameRegex;
}
getPasswordRegex() {
return remoteConfig.passwordRegex;
}