-
Notifications
You must be signed in to change notification settings - Fork 98
Closed
Description
Perhaps we should create a table that keeps a record of login history for each user. Particularly, this is useful for the following reasons.
- Currently, nothing keeps track of which users are signed into a server or offline. This would be necessary to prevent duplicate clients from logging in with the same account.
- With the
CZ_CONNECTpacket, we can store the hardware address and IP address of a user. That can be used for ban implementations in the future.
Downsides:
- Any table that tracks history can become large very quickly. Server operators might need to create an event to flush out old data.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels