* DOOR.SYS support

* LORD now works via DOOR.SYS at least
* Abracadabra: nodeMax, tooManyArt support, etc.
* Abracadabra: Exit back to menu
* Some code cleanup
This commit is contained in:
Bryan Ashby 2015-08-03 23:11:17 -06:00
parent 144aa6b351
commit 608d4dc094
6 changed files with 246 additions and 85 deletions

View file

@ -51,6 +51,10 @@ function User() {
return _.isString(self.groups[groupIdOrName]);
};
this.getLegacySecurityLevel = function() {
return self.isRoot() ? 100 : 30;
};
}
User.PBKDF2 = {