summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-18Add type on messages between peersSanto Cariotti
2025-04-18Use connections made by a struct of `net.Conn` and addressSanto Cariotti
2025-04-18Store peer addresses tooSanto Cariotti
2025-04-18Use playname-n for peers instead of peer-1 and peer-2Santo Cariotti
2025-04-18Close connection on end gameSanto Cariotti
2025-04-18Log sent messagesSanto Cariotti
2025-04-17Move internal/network package to pkg/p2pSanto Cariotti
2025-04-17Logger with also stdout and move logic to network.Me() instead of network.Peer()Santo Cariotti
2025-04-17Show icon for win/lose/draw on play landing pageSanto Cariotti
2025-04-17Handle abandon gameSanto Cariotti
2025-04-17Outcome for a gameSanto Cariotti
2025-04-17Split moves by '\n'Santo Cariotti
2025-04-17Style moves list like the game list on play pageSanto Cariotti
2025-04-17Show only the last 10 movesSanto Cariotti
2025-04-17Use a better UI to show movesSanto Cariotti
2025-04-17Fix "Q" space for gameSanto Cariotti
2025-04-17Split views on subfilesSanto Cariotti
2025-04-17Reset filter every new moveSanto Cariotti
2025-04-17Choose a moveSanto Cariotti
2025-04-16Send messages for randomm chess moveSanto Cariotti
2025-04-16Remove topics on networkSanto Cariotti
2025-04-13Create adversary's serverSanto Cariotti
2025-04-09fix: format for errors printSanto Cariotti
2025-04-09Fix auth_test.goSanto Cariotti
2025-04-09Call paginator total pages setter onceSanto Cariotti
2025-04-09ci: remove coverageSanto Cariotti
2025-04-08Game listSanto Cariotti
2025-04-08Add endpoint to get playSanto Cariotti
2025-04-08Bigger form widthSanto Cariotti
2025-04-08Show new/enter play only on landing pageSanto Cariotti
2025-04-08Start new server on new playSanto Cariotti
2025-04-08Use logger with zap onlySanto Cariotti
2025-04-08Log on fileSanto Cariotti
2025-04-08Use internal/pkg structureSanto Cariotti
2025-04-08Remove relay packageSanto Cariotti
2025-04-07Join a gameSanto Cariotti
2025-04-07Start new playSanto Cariotti
2025-04-05Play modelSanto Cariotti
2025-04-05Start with play model if already loggedSanto Cariotti
2025-04-05Switch modelsSanto Cariotti
2025-04-04Signup pageSanto Cariotti
2025-04-03Use TUI instead of WebSanto Cariotti
2025-04-03Fix login and registerSanto Cariotti
2025-04-02Init login and frontendSanto Cariotti
2025-03-29ci: remove `-race`Santo Cariotti
2025-03-29Add network module to establish a TCP full-duplex connectionSanto Cariotti
2025-03-27Ignore some folders on coverageSanto Cariotti
2025-03-27Init relaySanto Cariotti