fix(multiplayer): validate assignment expiry format

This commit is contained in:
Josh Creek
2026-09-01 22:29:45 +01:00
parent 07fd0fde44
commit 82691eaf80
4 changed files with 17 additions and 4 deletions
+2
View File
@@ -1573,4 +1573,6 @@ The UI now provides explicit detail copy for every non-terminal allocation and c
Reconfiguring the client with new credentials now clears the prior session expiry, preventing an expired sessions timestamp from invalidating a fresh authentication. A re-authentication regression test covers the boundary.
Assignment expiry validation now fails closed on malformed non-empty timestamps before invoking the date parser, and fresh-assignment checks share the same format boundary. This prevents malformed assignment manifests from reaching transport startup.
Presentation progress: a shared `Game/themes/cosmic_clash_theme.tres` now gives the menu, lobby, matchmaking, and settings surfaces consistent button, input, option, and label styling. The custom-font portion of `TODO.md` remains open until a distributable font asset is selected.