Age | Commit message (Expand) | Author |
2023-10-07 | Shuffle or shift player roles for rematches. | Tor Andersson |
2023-10-05 | Revert "Add match making." | Tor Andersson |
2023-10-05 | Add match making. | Tor Andersson |
2023-10-05 | Add game "setups" for automated match making and tournaments. | Tor Andersson |
2023-10-05 | Change some URLs to be more consistent. | Tor Andersson |
2023-10-05 | Avoid "natural" joins for future proofing schema changes. | Tor Andersson |
2023-09-20 | Add pace property to games. | Tor Andersson |
2023-09-20 | Move mtime and active into games table. | Tor Andersson |
2023-09-20 | Batch game state related database updates into transactions. | Tor Andersson |
2023-09-18 | Tweak title globals. | Tor Andersson |
2023-09-18 | Optimize game options parsing and formatting. | Tor Andersson |
2023-09-18 | Don't show "ready to start" games on public game list. | Tor Andersson |
2023-09-18 | Enforce limits on how many games you can create and join. | Tor Andersson |
2023-09-15 | Fix crash when updating unread chats if anonymous observers are present. | Tor Andersson |
2023-09-15 | Improve sync error handling. | Tor Andersson |
2023-09-13 | Calculate Elo ratings. | Tor Andersson |
2023-09-13 | Set player_count in database for faster and easier logic. | Tor Andersson |
2023-09-13 | Don't show private open games on user page. | Tor Andersson |
2023-09-13 | Add mail verification. | Tor Andersson |
2023-09-13 | Don't return unused replay_id from put_replay. | Tor Andersson |
2023-09-12 | Notification system improvements. | Tor Andersson |
2023-08-12 | Use synchronization cookie to prevent action de-sync errors. | Tor Andersson |
2023-08-11 | Remove backup dance. | Tor Andersson |
2023-08-10 | Fix rematch button. | Tor Andersson |
2023-07-13 | Handle websocket errors. | Tor Andersson |
2023-07-13 | Add "xtime" column for games to record finish date when state is missing. | Tor Andersson |
2023-07-13 | Use sequential per-game chat ids. | Tor Andersson |
2023-07-13 | Use status constants. | Tor Andersson |
2023-07-01 | Add "snapshot" replay view during play. | Tor Andersson |
2023-06-25 | Parse strings as GMT for "human_date" formatting. | Tor Andersson |
2023-06-16 | Update user last seen when connecting to websocket. | Tor Andersson |
2023-06-05 | Remove stale stuff. | Tor Andersson |
2023-05-23 | Improve replay id handling. | Tor Andersson |
2023-05-08 | Format 1-player option. | Tor Andersson |
2023-05-05 | Trigger backup from main database process. | Tor Andersson |
2023-04-28 | Parse game options before passing to "roles" callback. | Tor Andersson |
2023-04-28 | Rename game "description" to "notice". | Tor Andersson |
2023-04-28 | Don't crash if event streams are still listening when deleting a game. | Tor Andersson |
2023-04-18 | Rename "game_over" to "game_finished" in server. | Tor Andersson |
2023-04-18 | Fix ESLint issues. | Tor Andersson |
2023-04-18 | Some cleanups. | Tor Andersson |
2023-04-18 | Make date and time handling usable with both julianday and datetime. | Tor Andersson |
2023-04-18 | Remove chat log pages. | Tor Andersson |
2023-04-18 | Generate JSON for replay view in SQL. | Tor Andersson |
2023-04-18 | Only send required information in "players" message. | Tor Andersson |
2023-04-18 | Forum search using FTS5. | Tor Andersson |
2023-03-27 | Don't spam "Ready to start!" webhook notifications. | Tor Andersson |
2023-03-17 | Avoid action name collision with debugging command "restore". | Tor Andersson |
2023-03-17 | Update Webhooks to allow custom JSON property for message content. | Tor Andersson |
2023-03-01 | Send presence as an array instead of an object! | Tor Andersson |