You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when a user registers/signs in we do not keep their IP as persistent data in the DB. We will need this information in the future though for managing users (i.e. gonna need IPs to manage bans so need to log this to DB)
Best Idea is probably to store up to x IP addresses associated with a user in a table that keeps track of recent connection addresses per user.
The text was updated successfully, but these errors were encountered:
HWID logging needs to be implemented too, for banning users (although they can be spoofed, the average player doesn't know how to)
Thanks for commenting on the issue! Yepp some sort of hardware logging will be necessary for machine bans.
iirc there may be a packet that returns this information to be stored in the db.
Currently when a user registers/signs in we do not keep their IP as persistent data in the DB. We will need this information in the future though for managing users (i.e. gonna need IPs to manage bans so need to log this to DB)
Best Idea is probably to store up to x IP addresses associated with a user in a table that keeps track of recent connection addresses per user.
The text was updated successfully, but these errors were encountered: