Age | Commit message (Collapse) | Author |
|
This prevents unnecessary backend requests, while also reducing noise
in the metrics.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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.
|
|
|
|
|
|
|
|
The player token is already validated later if necessary.
|
|
Significantly improves performance.
|
|
And it's _fast_, even with thousands of servers and hundreds of
requests per second.
|
|
|
|
|
|
|
|
|
|
|
|
Also support varying it so things like version-specific messages can
be shown.
|