• Joined on 2023-07-25
marco pushed to master at marco/mchess-server 2024-05-12 13:48:23 +00:00
0f71743598 Merge pull request 'Some more changes for the new game handling api and also rate limiting' (#13) from game-handler into master
97ad45e505 Rate limit websocket connection
4207a0ed72 forgot files
fc088a04fe More work for introducing a new game handler, also: ratelimiter
58002a1b38 Groundwork for handler that allows reconnecting
Compare 5 commits »
marco merged pull request marco/mchess-server#13 2024-05-12 13:48:23 +00:00
Some more changes for the new game handling api and also rate limiting
marco created pull request marco/mchess-server#13 2024-05-12 13:48:18 +00:00
Some more changes for the new game handling api and also rate limiting
marco pushed to game-handler at marco/mchess-server 2024-05-12 13:42:50 +00:00
97ad45e505 Rate limit websocket connection
marco pushed to game-handler at marco/mchess-server 2024-05-12 13:38:01 +00:00
4207a0ed72 forgot files
marco pushed to game-handler at marco/mchess-server 2024-05-12 13:36:44 +00:00
fc088a04fe More work for introducing a new game handler, also: ratelimiter
marco pushed to game-handler at marco/mchess-server 2024-05-11 20:58:42 +00:00
58002a1b38 Groundwork for handler that allows reconnecting
marco created branch game-handler in marco/mchess-server 2024-05-11 20:58:42 +00:00
marco created branch simple-color-fixing in marco/mchess-server 2024-05-11 20:38:58 +00:00
marco pushed to simple-color-fixing at marco/mchess-server 2024-05-11 20:38:58 +00:00
38b4614c74 introduce some simple methods to set/get a player's color
marco pushed to master at marco/mchess-client 2024-05-11 18:50:01 +00:00
marco pushed to master at marco/mchess-client 2024-05-11 18:43:27 +00:00
b31bf83c4b Fix warning regarding serviceWorker variable
ffeaf6608a Revert "Fix warnings when building web version"
Compare 2 commits »
marco pushed to master at marco/mchess-client 2024-05-11 18:16:32 +00:00
d4b38075a5 Fix warnings when building web version
marco pushed to master at marco/mchess-client 2024-05-11 18:01:28 +00:00
618102dd67 Merge pull request 'Fix colors and make passphrase submittable via Enter' (#10) from fix-dialog-colors into master
32caf86f7f Fix colors and make passphrase submittable via Enter
Compare 2 commits »
marco merged pull request marco/mchess-client#10 2024-05-11 18:01:26 +00:00
Fix colors and make passphrase submittable via Enter
marco created pull request marco/mchess-client#10 2024-05-11 18:01:21 +00:00
Fix colors and make passphrase submittable via Enter
marco pushed to fix-dialog-colors at marco/mchess-client 2024-05-11 18:00:55 +00:00
32caf86f7f Fix colors and make passphrase submittable via Enter
marco created branch fix-dialog-colors in marco/mchess-client 2024-05-11 18:00:55 +00:00
marco pushed to master at marco/mchess-server 2024-05-11 17:17:51 +00:00
829a80d62a Merge pull request 'Replace old websocket library with gorilla's one' (#12) from introduce-gorilla-ws into master
42dc4e5af8 go mod tidy
65dc2ebd24 Replace old websocket library with the gorilla one
Compare 3 commits »
marco merged pull request marco/mchess-server#12 2024-05-11 17:17:51 +00:00
Replace old websocket library with gorilla's one