index
:
rahanna
main
A P2P chess game, co-op 2vs2
dcariotti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2025-04-18
Add type on messages between peers
Santo Cariotti
2025-04-18
Use connections made by a struct of `net.Conn` and address
Santo Cariotti
2025-04-18
Store peer addresses too
Santo Cariotti
2025-04-18
Use playname-n for peers instead of peer-1 and peer-2
Santo Cariotti
2025-04-18
Close connection on end game
Santo Cariotti
2025-04-18
Log sent messages
Santo Cariotti
2025-04-17
Move internal/network package to pkg/p2p
Santo Cariotti
2025-04-17
Logger with also stdout and move logic to network.Me() instead of network.Peer()
Santo Cariotti
2025-04-17
Show icon for win/lose/draw on play landing page
Santo Cariotti
2025-04-17
Handle abandon game
Santo Cariotti
2025-04-17
Outcome for a game
Santo Cariotti
2025-04-17
Split moves by '\n'
Santo Cariotti
2025-04-17
Style moves list like the game list on play page
Santo Cariotti
2025-04-17
Show only the last 10 moves
Santo Cariotti
2025-04-17
Use a better UI to show moves
Santo Cariotti
2025-04-17
Fix "Q" space for game
Santo Cariotti
2025-04-17
Split views on subfiles
Santo Cariotti
2025-04-17
Reset filter every new move
Santo Cariotti
2025-04-17
Choose a move
Santo Cariotti
2025-04-16
Send messages for randomm chess move
Santo Cariotti
2025-04-16
Remove topics on network
Santo Cariotti
2025-04-13
Create adversary's server
Santo Cariotti
2025-04-09
fix: format for errors print
Santo Cariotti
2025-04-09
Fix auth_test.go
Santo Cariotti
2025-04-09
Call paginator total pages setter once
Santo Cariotti
2025-04-09
ci: remove coverage
Santo Cariotti
2025-04-08
Game list
Santo Cariotti
2025-04-08
Add endpoint to get play
Santo Cariotti
2025-04-08
Bigger form width
Santo Cariotti
2025-04-08
Show new/enter play only on landing page
Santo Cariotti
2025-04-08
Start new server on new play
Santo Cariotti
2025-04-08
Use logger with zap only
Santo Cariotti
2025-04-08
Log on file
Santo Cariotti
2025-04-08
Use internal/pkg structure
Santo Cariotti
2025-04-08
Remove relay package
Santo Cariotti
2025-04-07
Join a game
Santo Cariotti
2025-04-07
Start new play
Santo Cariotti
2025-04-05
Play model
Santo Cariotti
2025-04-05
Start with play model if already logged
Santo Cariotti
2025-04-05
Switch models
Santo Cariotti
2025-04-04
Signup page
Santo Cariotti
2025-04-03
Use TUI instead of Web
Santo Cariotti
2025-04-03
Fix login and register
Santo Cariotti
2025-04-02
Init login and frontend
Santo Cariotti
2025-03-29
ci: remove `-race`
Santo Cariotti
2025-03-29
Add network module to establish a TCP full-duplex connection
Santo Cariotti
2025-03-27
Ignore some folders on coverage
Santo Cariotti
2025-03-27
Init relay
Santo Cariotti
[prev]