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

Client vs server build integrity check + server startup print neo_version info #496

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 14, 2024

  1. Build integrity + server print neo_version info

    * Server now just prints neo_version on startup
    * Server and client long git hashes are now matched up on startup to
      check build integrity. If they don't, the client cannot connect unless
      they have matching git hashes.
    * Server convar `neo_sv_build_integrity_check` to enable/disable this
      integrity check feature. Enabled by default.
    
    Debug builds integrity check bypass
    * Debug builds will have their first byte final bit fliped to 1 to
      indicate it's a debug build
    * This will indicate to the server that it's a debug build and if
      the server allows bypass, then it will
    * Mask out final bit before comparison to allow debug build that
      matches hash without first byte final bit
    
    * fixes NeotokyoRebuild#437
    * fixes NeotokyoRebuild#485
    nullsystem committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    303a61a View commit details
    Browse the repository at this point in the history