Minor improvements to socket.io chat, including banning and unbanning per room, and spam detection and server bans

This commit is contained in:
knotteye
2019-12-07 21:23:50 -06:00
parent a0be256a64
commit 61deb1afa7
5 changed files with 120 additions and 14 deletions

1
.gitignore vendored
View File

@ -3,5 +3,6 @@ site/live
config/local.toml
config/jwt.pem
config/generated.toml
config/bans.db
install/db_setup.sql
build/**