• Mahmoud Aglan's avatar
    fix(tournaments): a double no-show is no longer a free point for Black · aa75a0c8
    Mahmoud Aglan authored
    When neither player opened their board, the sweep called
    tournamentForfeitPairing with the white player's id as the absentee. That
    helper awards the point to whichever seat is NOT the one named, so every game
    nobody turned up for was recorded as black_wins — a full point, in a rated
    event, for a player who also did not appear. It fired on all four boards of a
    round during testing.
    
    An unnamed absentee now records the pairing as 'aborted', which
    chessResultPoints already scores 0-0, and the standings count it as a loss for
    both rather than falling through to the draw branch.
    Co-Authored-By: 's avatarClaude Opus 5 (1M context) <noreply@anthropic.com>
    aa75a0c8
Name
Last commit
Last update
..
achievements.php Loading commit data...
activity.php Loading commit data...
ads.php Loading commit data...
analysis.php Loading commit data...
auth.php Loading commit data...
avatar.php Loading commit data...
backgammon-match.php Loading commit data...
battlepass.php Loading commit data...
bots.php Loading commit data...
branding.php Loading commit data...
challenges.php Loading commit data...
chat.php Loading commit data...
config.php Loading commit data...
cron.php Loading commit data...
daily-reward.php Loading commit data...
domino-match.php Loading commit data...
domino.php Loading commit data...
friends.php Loading commit data...
game.php Loading commit data...
groups.php Loading commit data...
leaderboard.php Loading commit data...
ludo-match.php Loading commit data...
ludo.php Loading commit data...
match-chat.php Loading commit data...
match-cleanup.php Loading commit data...
match-history.php Loading commit data...
matchmaking.php Loading commit data...
multiplayer.php Loading commit data...
notifications.php Loading commit data...
org-apply.php Loading commit data...
orgs.php Loading commit data...
profile.php Loading commit data...
puzzles.php Loading commit data...
ratings.php Loading commit data...
shop.php Loading commit data...
swiss.php Loading commit data...
theme.php Loading commit data...
tournament-admin.php Loading commit data...
tournament-match.php Loading commit data...
tournaments.php Loading commit data...