Age | Commit message (Collapse) | Author |
|
|
|
Database doesn't perform as well.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
precision
|
|
We don't see it, and it's not supported by many databases.
|
|
|
|
|
|
|
|
unknown username
|
|
|
|
|
|
|
|
|
|
|
|
* NorthstarLauncher expects the error field to be an object with enum
and msg fields as strings, and often crashes if this isn't the case.
* Shorter code, less duplication.
|
|
|
|
|
|
|
|
|
|
I seem to have been a little short on sleep...
|
|
|
|
The player token is already validated later if necessary.
|
|
This matches the behavior of the original master server.
|
|
|
|
|
|
|
|
server
|
|
|
|
|
|
Share the same handler, conditionally allowing different fields to be
updated, controlling whether create/update is enabled based on the
endpoint, and (re)verifying servers whenever it results in a new
server being created.
|
|
* Add an additional pending state for unverified servers.
* This allows verification to be done without knowing ahead of time
if a server is going to be created or updated.
* Also moves more logic into the serverlist.
|
|
|
|
|
|
|
|
* Merge update and replace into ServerHybridUpdatePut.
* Integrate limits into ServerList itself.
* Allow new servers to replace live servers if gameserver and
authserver IP and port are identical.
* Move server token generation into ServerList.
|
|
ServerList.DeleteServerByID
|
|
Isn't actually necessary to implement backup/restore since NS has
given all fields necessary to re-register in /server/update_values
since v1.4.0 (Jan 2022).
|
|
|
|
|
|
|
|
* Support verifying the server IP.
* Return an error instead of a bool.
|