summaryrefslogtreecommitdiff
path: root/server.js
AgeCommit message (Expand)Author
2021-07-19Redirect to original URL after being prompted to log in.Tor Andersson
2021-07-19Only list public games that the owner has joined.Tor Andersson
2021-07-18Improve stats page.Tor Andersson
2021-07-18Wait until game is at least 1 hour old before sending turn reminder.Tor Andersson
2021-07-17Set game modified time when it is started.Tor Andersson
2021-07-16Redirect to error page instead of index.Tor Andersson
2021-07-16Automatically join rematches as the old role.Tor Andersson
2021-07-16Rewrite is_your_turn SQL statements.Tor Andersson
2021-07-13Poll for reminders more seldom.Tor Andersson
2021-07-13Tweak notification logic.Tor Andersson
2021-07-13Disable same-site on cookies to allow redirects from gmail, etc.Tor Andersson
2021-07-10Fix yellow "your turn" coloring in join and profile pages.Tor Andersson
2021-07-10Fix mail notifications when active goes from Both to specific.Tor Andersson
2021-07-07Add missing 'return' statement.Tor Andersson
2021-07-07Add pages to change your user name and email.Tor Andersson
2021-07-05Eqeqeq server code.Tor Andersson
2021-07-02Put user name in notification mail.Tor Andersson
2021-07-02Add list of players to mail notifications.Tor Andersson
2021-07-01Only start HTTPS server if the port is set.Tor Andersson
2021-06-29Fix change password missing variable.Tor Andersson
2021-06-28Clean up SQL and use table views.Tor Andersson
2021-06-26Split chats into separate table.Tor Andersson
2021-06-26Tweak email format.Tor Andersson
2021-06-26Set strict cookies.Tor Andersson
2021-06-26Handle deleted games in new join page.Tor Andersson
2021-06-25New and improved join page with server sent events.Tor Andersson
2021-06-24Add "exit" button to finished games and observer view.Tor Andersson
2021-06-24Rename some queries.Tor Andersson
2021-06-24There can be only one rematch per game.Tor Andersson
2021-06-19Case insensitive user name and email columns.Tor Andersson
2021-06-19Add password reset via email token.Tor Andersson
2021-06-19Add list of public games page at /games.Tor Andersson
2021-06-19Add mail notifications.Tor Andersson
2021-06-17Redirect to profile page after successful login and signup.Tor Andersson
2021-06-17Keep random flag after starting a game for rematch purposes.Tor Andersson
2021-06-15Add "Rematch" button for easier repeat match making.Tor Andersson
2021-06-14Don't leak chat to observers!Tor Andersson
2021-05-19server: Add a /stats page to show game result statistics.Tor Andersson
2021-05-16server: Validate user names.Tor Andersson
2021-05-16server: Random role selection.Tor Andersson
2021-05-16server: Use rolling session expiration.Tor Andersson
2021-05-06server: Save rotating HTTP access log.Tor Andersson
2021-05-06server: Don't crash when debug command to restart throws.Tor Andersson
2021-05-01Add server and lobby code.Tor Andersson