Started work on PM Panel layout
This commit is contained in:
parent
67edef9035
commit
e19ae74412
11 changed files with 198 additions and 0 deletions
|
|
@ -45,6 +45,10 @@ class pmHandler{
|
|||
this.namespace.on("connection", this.handleConnection.bind(this) );
|
||||
}
|
||||
|
||||
/**
|
||||
* Handles global server-side initialization for new connections to the private messaging system
|
||||
* @param {Socket} socket - Requesting Socket
|
||||
*/
|
||||
async handleConnection(socket){
|
||||
try{
|
||||
//ensure unbanned ip and valid CSRF token
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue