summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
6 daysAdd busy timeout to purge script.Tor Andersson
8 daysSet page titles.Tor Andersson
8 daysShow play stats on user pages.Tor Andersson
Timeout and move time. Most played games.
8 daysLink to own user page from profile.Tor Andersson
8 daysAttach archive.db to access archived games.Tor Andersson
9 daysUse constant K value for Elo rankings.Tor Andersson
9 daysUse begin immediate transactions.Tor Andersson
9 daysUse detail/summary styling as popup menu only for header.Tor Andersson
Add common checkbox menu styling.
9 daysFix multi-active tracking in client player list.Tor Andersson
10 daysSupport multi-active player states for 3p+ games.Tor Andersson
10 daysTrack time to move per user.Tor Andersson
10 daysTrack all game timeouts.Tor Andersson
10 daysGames that time out should result in "None" instead of resign.Tor Andersson
Clean up resignation handling. Prepare for collectively abandoning games as well.
10 daysUse state.active to detect finished games.Tor Andersson
Instead of looking for (state.state === "game_over"). Add is_active_role helper function.
10 daysUse exports.default_scenario to set default selection.Tor Andersson
10 daysSplit and clean up user table into more sub-tables.Tor Andersson
2025-02-07Log the blacklists when creating a tournament.Tor Andersson
2025-02-07Minor fixes.Tor Andersson
2025-02-04delete unused save/restore debugging stuffTor Andersson
2025-02-04show waiting game count in title of active games pageTor Andersson
2025-02-02Use mark in browser title instead of blinking text.Tor Andersson
2025-02-02Tweak handling of multi-argument actions in patch-game validation.Tor Andersson
2025-02-02Add some more tournament block designs.Tor Andersson
2025-02-01Disable resigning from 3p+ games.Tor Andersson
2025-01-29Rename "Join" to "Wait" for Future games.Tor Andersson
2025-01-29Enable/disable timeouts from .env configuration.Tor Andersson
2025-01-29Fix notification setting on profile page when mail is not verified.Tor Andersson
2025-01-18Anti-AI/LLM robots.txtTor Andersson
2025-01-18Use Altcha to hinder bots spamming account creation.Tor Andersson
2025-01-18Require mail to be verified to enable notifications.Tor Andersson
2025-01-17List private games on user page when finished as well as active.Tor Andersson
2025-01-05Allow admin to force-start games.Tor Andersson
2024-12-06Set "go to next game" shortcut to opposed games only.Tor Andersson
2024-12-02Tweak layout of tournament lists (registrations and active in same group)Tor Andersson
2024-12-02Allow bulk import with import-game.jsTor Andersson
2024-11-24Add "dont snap" callback to prevent snapshot creation.Tor Andersson
Use it for Columbia simultaneous card selection states to prevent the "duplicate" snapshot when going from both player selecting to the remaining player only.
2024-11-24Add log entry for all timed out tournament games.Tor Andersson
2024-11-23Pause inactive users from tournament queue.Tor Andersson
Remove very inactive users from tournament queue. Count tournaments as "open" while they still have players queued.
2024-11-18Clear "result" when rewinding games.Tor Andersson
2024-11-18handle deleted players in tournament pool displayTor Andersson
2024-11-15Sending game "started - your turn" notifications.Tor Andersson
This reverts commit 46c3fddba7038c9472a2c7b1d04d8118c275ab65.
2024-11-14Always show "Open" category on game pages.Tor Andersson
2024-11-07fix crash when timing out tournament gamesTor Andersson
2024-11-07Stop sending "game started" notifications.Tor Andersson
2024-11-07Bump "no time limit" expiry to 3 weeks.Tor Andersson
2024-11-05Improve tournament sorting order.Tor Andersson
2024-11-04Bust Chrome's annoying bfcache that ignores Cache-control: no-store.Tor Andersson
2024-11-03Optimize tournament blacklist query.Tor Andersson
Only include contacts where both players are in the queue.
2024-11-03Don't show pool size in "Registered" panel.Tor Andersson
2024-11-03Fix player links on rematch page.Tor Andersson