mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 12:47:13 +02:00
* Lots of progress on PEG.js ACS parsing and validation implementation
This commit is contained in:
parent
bae2e788e1
commit
a1d3ab9f0e
6 changed files with 504 additions and 294 deletions
|
@ -448,6 +448,11 @@ Client.prototype.address = function() {
|
|||
return this.input.address();
|
||||
};
|
||||
|
||||
Client.prototype.isLocal = function() {
|
||||
// :TODO: return rather client is a local connection or not
|
||||
return false;
|
||||
};
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// Default error handlers
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue