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

New HWID system prep #5446

Merged
merged 7 commits into from
Sep 28, 2024
Merged

Commits on Sep 16, 2024

  1. New HWID system prep

    PJB3005 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e9cf576 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Allow HWID to be disabled.

    Both client and server can now request HWID to be disabled.
    
    On the server via CVar, if disabled the client won't send it.
    
    On the client via env var, if disabled it won't be sent to the client.
    
    This involved moving legacy HWID to be sent in MsgEncryptionResponse instead of MsgLoginStart. This means the legacy HWID won't be available anymore if the connection isn't authenticated.
    PJB3005 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    ff783ba View commit details
    Browse the repository at this point in the history
  2. Fix tests

    PJB3005 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    54d4beb View commit details
    Browse the repository at this point in the history
  3. Fix another test

    PJB3005 committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    90a364b View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Review

    PJB3005 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    348f913 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Thanks Rider

    PJB3005 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9d8f83d View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. Configuration menu
    Copy the full SHA
    d6711dd View commit details
    Browse the repository at this point in the history