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

Request an authentication token only at join, and using the GETTOKEN action instead of the LIST action. #351

Open
wants to merge 3 commits into
base: 2.4
Choose a base branch
from

Commits on Aug 17, 2024

  1. Generate token when connecting to a server, not when fetching the list.

    Generating a token no longer fetches the entire server list. This also
    instructs the list server to not generate a token for the LIST action,
    since we're now trying to restrict tokens to a specific server host/port
    instead of the player IP.
    blast007 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    d7ef142 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    272eb25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b65555 View commit details
    Browse the repository at this point in the history