master pull request #44

Closed
sallbet wants to merge 31 commits from (deleted):master into master
Showing only changes of commit 7bd671a159 - Show all commits

View File

@ -228,6 +228,15 @@ class SocketEvents extends EventEmitter {
this.emit('remChatChannel', userId, channelId);
}
/*
* trigger rate limit of ip
* @param ip
* @param blockTime in ms
*/
broadcastRateLimitTrigger(ip, blockTime) {
this.emit('rateLimitTrigger', ip, blockTime);
}
/*
* broadcast ranking list updates
* @param {