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-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
2021-06-24
There can be only one rematch per game.
Tor Andersson
2021-06-19
Case insensitive user name and email columns.
Tor Andersson
2021-06-19
Add password reset via email token.
Tor Andersson
2021-06-19
Add list of public games page at /games.
Tor Andersson
2021-06-19
Add mail notifications.
Tor Andersson
2021-06-17
Redirect to profile page after successful login and signup.
Tor Andersson
2021-06-17
Keep random flag after starting a game for rematch purposes.
Tor Andersson
2021-06-15
Add "Rematch" button for easier repeat match making.
Tor Andersson
2021-06-14
Don't leak chat to observers!
Tor Andersson
2021-05-19
server: Add a /stats page to show game result statistics.
Tor Andersson
2021-05-16
server: Validate user names.
Tor Andersson
2021-05-16
server: Random role selection.
Tor Andersson
2021-05-16
server: Use rolling session expiration.
Tor Andersson
2021-05-06
server: Save rotating HTTP access log.
Tor Andersson
2021-05-06
server: Don't crash when debug command to restart throws.
Tor Andersson
2021-05-01
Add server and lobby code.
Tor Andersson
[prev]