mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 14:44:40 +02:00
ACS changes in prep for checking from ie content servers such as NNTP
* ACS now takes subject { client, user } * ACS checks now consider client/user optional & checks fail (return false) if an object is not available
This commit is contained in:
parent
8d46a305c5
commit
046550842b
4 changed files with 124 additions and 44 deletions
|
@ -85,7 +85,7 @@ function Client(/*input, output*/) {
|
|||
this.currentTheme = { info : { name : 'N/A', description : 'None' } };
|
||||
this.lastKeyPressMs = Date.now();
|
||||
this.menuStack = new MenuStack(this);
|
||||
this.acs = new ACS(this);
|
||||
this.acs = new ACS( { client : this, user : this.user } );
|
||||
this.mciCache = {};
|
||||
this.interruptQueue = new UserInterruptQueue(this);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue