Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
It's much faster.
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|