Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log Users IP #8

Open
jtieri opened this issue Sep 19, 2021 · 2 comments
Open

Log Users IP #8

jtieri opened this issue Sep 19, 2021 · 2 comments

Comments

@jtieri
Copy link
Owner

jtieri commented Sep 19, 2021

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.

@ghost
Copy link

ghost commented Jan 8, 2022

HWID logging needs to be implemented too, for banning users (although they can be spoofed, the average player doesn't know how to)

@jtieri
Copy link
Owner Author

jtieri commented Jan 9, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant