index
:
server
master
Rally the Troops server
Tor
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server.js
Age
Commit message (
Expand
)
Author
2021-11-14
Limit number of finished games shown.
Tor Andersson
2021-11-14
Reduce default chat history.
Tor Andersson
2021-11-14
Don't leak mail addresses to clients.
Tor Andersson
2021-11-14
Chat log.
Tor Andersson
2021-11-13
Massive SQL cleanup.
Tor Andersson
2021-11-09
Handle missing users.
Tor Andersson
2021-11-09
Send new message notifications by mail.
Tor Andersson
2021-11-09
Show user profiles.
Tor Andersson
2021-11-09
Messages.
Tor Andersson
2021-11-09
Add forum.
Tor Andersson
2021-11-07
Add options to game setup.
Tor Andersson
2021-11-06
Tweak HTTPS setup stuff.
Tor Andersson
2021-10-28
Add PRNG seed to game state.
Tor Andersson
2021-10-22
server: Skip reminder notifications if mailer is not loaded.
Tor Andersson
2021-10-22
Print mail sent log messages.
Tor Andersson
2021-10-21
Favicon stuff.
Tor Andersson
2021-10-07
server: Remove password reminder debugging log messages.
Tor Andersson
2021-10-07
server: Remove your turn reminder debugging log messages.
Tor Andersson
2021-10-07
server: Remove join-events debugging log messages.
Tor Andersson
2021-08-05
Use sqlite in WAL mode.
Tor Andersson
2021-08-05
Set cookie SameSite: Lax.
Tor Andersson
2021-07-29
Bump max number of open games.
Tor Andersson
2021-07-19
Redirect to original URL after being prompted to log in.
Tor Andersson
2021-07-19
Only list public games that the owner has joined.
Tor Andersson
2021-07-18
Improve stats page.
Tor Andersson
2021-07-18
Wait until game is at least 1 hour old before sending turn reminder.
Tor Andersson
2021-07-17
Set game modified time when it is started.
Tor Andersson
2021-07-16
Redirect to error page instead of index.
Tor Andersson
2021-07-16
Automatically join rematches as the old role.
Tor Andersson
2021-07-16
Rewrite is_your_turn SQL statements.
Tor Andersson
2021-07-13
Poll for reminders more seldom.
Tor Andersson
2021-07-13
Tweak notification logic.
Tor Andersson
2021-07-13
Disable same-site on cookies to allow redirects from gmail, etc.
Tor Andersson
2021-07-10
Fix yellow "your turn" coloring in join and profile pages.
Tor Andersson
2021-07-10
Fix mail notifications when active goes from Both to specific.
Tor Andersson
2021-07-07
Add missing 'return' statement.
Tor Andersson
2021-07-07
Add pages to change your user name and email.
Tor Andersson
2021-07-05
Eqeqeq server code.
Tor Andersson
2021-07-02
Put user name in notification mail.
Tor Andersson
2021-07-02
Add list of players to mail notifications.
Tor Andersson
2021-07-01
Only start HTTPS server if the port is set.
Tor Andersson
2021-06-29
Fix change password missing variable.
Tor Andersson
2021-06-28
Clean up SQL and use table views.
Tor Andersson
2021-06-26
Split chats into separate table.
Tor Andersson
2021-06-26
Tweak email format.
Tor Andersson
2021-06-26
Set strict cookies.
Tor Andersson
2021-06-26
Handle deleted games in new join page.
Tor Andersson
2021-06-25
New and improved join page with server sent events.
Tor Andersson
2021-06-24
Add "exit" button to finished games and observer view.
Tor Andersson
2021-06-24
Rename some queries.
Tor Andersson
[next]