index
:
server
master
Rally the Troops server
Tor
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
schema.sql
Age
Commit message (
Expand
)
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
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
2023-09-20
Move mtime and active into games table.
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
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
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
2023-05-23
Improve replay id handling.
Tor Andersson
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
2023-04-18
Forum search using FTS5.
Tor Andersson
2023-03-17
Update Webhooks to allow custom JSON property for message content.
Tor Andersson
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
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
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
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