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 (
Collapse
)
Author
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
If it's not set, use HTTP. If it's set, use HTTP server to redirect to HTTPS.
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
Allow only alphanumeric characters and apostrophe, dash and underscore.
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