Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-30 | Log IP access. | Tor Andersson | |
2023-10-21 | Add color themes. | Tor Andersson | |
2023-10-13 | Fix SQL game view to show games with no owner. | Tor Andersson | |
2023-10-07 | Fix sending out ready to start reminders. | Tor Andersson | |
2023-10-05 | Revert "Add match making." | Tor Andersson | |
This reverts commit b5a31813aa284b8b64bfd2660ea3a048275cee89. | |||
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 | Avoid "natural" joins for future proofing schema changes. | Tor Andersson | |
2023-09-21 | Only update ELO if at least 5 moves were made. | Tor Andersson | |
2023-09-20 | Add pace property to games. | Tor Andersson | |
Currently unenforced and only visual effect in game listings.- Future time control and user penalty features may make use of it. | |||
2023-09-20 | Move mtime and active into games table. | Tor Andersson | |
Avoid joining with game_state for all the game list views. | |||
2023-09-13 | Calculate Elo ratings. | Tor Andersson | |
Primarily for use with future matchmaking system to provide better games for everyone. Show top 5 players of each game on the game pages. | |||
2023-09-13 | Set player_count in database for faster and easier logic. | Tor Andersson | |
Track ready to start and unjoined games in "active" header. | |||
2023-09-13 | Add mail verification. | Tor Andersson | |
2023-09-13 | Don't recreate forum FTS search tables every time we update the schema. | Tor Andersson | |
2023-09-12 | Notification system improvements. | Tor Andersson | |
Enable webhook notification support with .env WEBHOOKS=1 Send notifications when invited to a game. Use notification "too soon" logic for webhooks as well. Try sending webhooks 3 times before giving up. Check if player is on the join page instead of the funky "offline" check when sending "your game is ready" notification. Only show mail/webhook notification settings if they are enabled. | |||
2023-07-13 | Add trigger to prune game data when archiving a game. | 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-01 | Add "snapshot" replay view during play. | Tor Andersson | |
Snapshots store game state without undo and only log length. Combined with the final game state's log we can recreate the view from any snapshot quickly. Move replay code into separate script file, loaded only when used. Prefix system "setup", "resign", and "restore" actions with a period. | |||
2023-05-23 | Improve replay id handling. | Tor Andersson | |
Use a without rowid table and create the replay_id dynamically. This saves a lot of database space and performance as it removes the need for a separate index. | |||
2023-04-28 | Rename game "description" to "notice". | Tor Andersson | |
2023-04-18 | Make date and time handling usable with both julianday and datetime. | Tor Andersson | |
Use datetime instead of julianday when not performance sensitive. Keep julianday for logins. | |||
2023-04-18 | Forum search using FTS5. | Tor Andersson | |
2023-03-17 | Update Webhooks to allow custom JSON property for message content. | Tor Andersson | |
Support Slack and others. | |||
2023-03-05 | Update schema. | Tor Andersson | |
2023-02-26 | Count invites as active games in header. | Tor Andersson | |
2023-02-26 | Invite player system. | Tor Andersson | |
2023-02-01 | Add Webhook notifications. | Tor Andersson | |
2023-01-31 | Move user dynamic info into SQL view. | Tor Andersson | |
2022-11-14 | Log deleted user names. | Tor Andersson | |
2022-10-05 | Track read status of in-game chat messages. | Tor Andersson | |
2022-10-05 | Track forum thread read/unread status for logged in users. | Tor Andersson | |
2022-10-05 | Use julianday time stamps. | Tor Andersson | |
2022-10-05 | Add contact list with friends and blacklisted users. | Tor Andersson | |
2022-10-05 | Remove foreign key syntax. | Tor Andersson | |
Use explicit triggers instead. | |||
2022-10-05 | Add "delete account" screen. | Tor Andersson | |
2022-10-05 | Add notepad. | Tor Andersson | |
2022-10-05 | Set affinity of json columns back to "text". | Tor Andersson | |
2022-08-02 | Moderation tools for admin user. | Tor Andersson | |
Ban and unban users. Delete forum posts and threads. | |||
2022-06-21 | Some more mobile friendly layout tuning. | Tor Andersson | |
2022-06-16 | Drop time column from game replay table. | Tor Andersson | |
2022-06-09 | Allow users to leave and join active games. | Tor Andersson | |
Add "Need replacement" list of games. | |||
2022-04-15 | Don't log IP addresses. | Tor Andersson | |
2022-04-15 | Drop IP blacklist. Just use iptables instead. | Tor Andersson | |
2022-03-05 | Use JSON type in schema. | Tor Andersson | |
2022-02-15 | Drop table roles. | Tor Andersson | |
2022-01-01 | Don't hardwire card drop shadow and behavior in grid.css | Tor Andersson | |
2021-12-31 | Parameterize site name and domain. | Tor Andersson | |