summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-06-10Add function to update session handsJomar Milan
2026-06-10Add crate docs and lint warnsJomar Milan
2026-06-10Fix incorrect iteration over color select options in session scriptJomar Milan
2026-06-10Add syncing of color list to browserJomar Milan
2026-06-10Add syncing of player hand updates to browsersJomar Milan
2026-06-09Maintain weak references to sessions for play socketsJomar Milan
2026-06-09Add player hand display in browserJomar Milan
2026-06-08Remove passcodes and session listingJomar Milan
2026-06-08Use axum::response::ResultJomar Milan
2026-06-07Use RwLock for sessions in app stateJomar Milan
2026-06-07Respond with hand data after handshakeJomar Milan
2026-06-02Implement play websocket handshakeJomar Milan
2026-05-31Add websocket routeJomar Milan
2026-05-31Add suggested pre-commit hookJomar Milan
2026-05-30Add route to accept player hand updatesJomar Milan
2026-05-30Add unimplemented color selection boxJomar Milan
2026-05-30Store sessions in a hash mapJomar Milan
2026-05-29Start with basic session creationJomar Milan