Hell Let Loose Community RCON, CRCON for short. An alternative rcon client for HLL. It is a web application with many features, historical data, statistics, discord integrations, etc
MIT License
103
stars
71
forks
source link
Convert old styler player IDs on startup (for U15.2) #645
Add a CLI command to convert windows store player IDs from the old format to the new format (md5 hash)
Modify entrypoint.sh so player IDs are converted each start up
People should not install this release until they have shut down their game server, shut down CRCON, patched/re-enabled their game server and cleared their CRCON cache so that old style player IDs don't leak through (you could end up with multiple player ID records for the same windows store ID)
This can be run from the shell where you host CRCON with docker compose exec backend_1 python -m rcon.cli convert_win_player_ids
This took about 0.25 to 0.5 ms when testing it locally with ~300k player ID records.
People should not install this release until they have shut down their game server, shut down CRCON, patched/re-enabled their game server and cleared their CRCON cache so that old style player IDs don't leak through (you could end up with multiple player ID records for the same windows store ID)
This can be run from the shell where you host CRCON with
docker compose exec backend_1 python -m rcon.cli convert_win_player_ids
This took about 0.25 to 0.5 ms when testing it locally with ~300k player ID records.