jfro / minecraft-server-info

Small expressjs/nodejs app for tracking who's online in a minecraft server and maybe eventually more
5 stars 0 forks source link

Users getting kicked aren't marked as offline #1

Closed jfro closed 13 years ago

jfro commented 13 years ago

If a user gets kicked, they're not noticed by the log scanner and aren't properly marked offline. One example is the flying kick:

22:34:37 [WARNING] aUser was kicked for floating too long!

Followed by IP disconnection notice, we might want to log IPs and match them with the disconnect line, possibly even have that info logged for administration reasons