Improve strictness of data checking

This commit is contained in:
calzoneman 2013-10-12 18:59:50 -05:00
parent 51d89b99e8
commit 2744b3a20d
3 changed files with 136 additions and 52 deletions

View file

@ -1,3 +1,8 @@
Sat Oct 12 18:58 2013 CDT
* lib/user.js, lib/channel.js: Improve strictness of data checking
to prevent errors from incoming bad data. Kick users who send
bad data or attempt channel moderation with insufficient rank.
Sat Oct 12 18:24 2013 CDT
* lib/user.js: Fix bad chatMsg packet causing exceptions