Skip to content

Manage login history #101

@celophi

Description

@celophi

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_CONNECT packet, 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions