Rate-limit socket.io connections per IP

This commit is contained in:
calzoneman 2013-10-14 16:32:03 -05:00
parent b70526db4d
commit 9193423923
3 changed files with 36 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Mon Oct 14 16:30 2013 CDT
* lib/server.js: Rate-limit socket.io connections
* lib/bgtask.js: Periodically clear out old rate limiters
Sat Oct 12 19:43 2013 CDT
* lib/user.js: Fix jumpTo kick bug (and delete)
* lib/api.js: Fix unloaded channel API listing bug