]> git.cworth.org Git - empires-server/shortlog
empires-server
2020-05-20 Carl WorthAdd "express-session" as a dependency
2020-05-20 Carl Worthlmno: Be forgiving in game ID values received from...
2020-05-17 Carl Worthempires: Serve the actual game file from the root of...
2020-05-17 Carl WorthIncorporate empires.js as a sub-app within lmno.js
2020-05-17 Carl WorthRemove old placeholder code for sending "Hello World"
2020-05-17 Carl Worthempires: Return immediately from reveal_next if we...
2020-05-17 Carl WorthRename server.js to empires.js
2020-05-17 Carl WorthAdd a new server: lmno.js
2020-05-11 Carl WorthImplement a more correct response to /reset
2020-05-11 Carl WorthSend multiple game-state events (if needed) when a...
2020-05-10 Carl WorthImplement the /reveal,/start endpoints as well as the...
2020-05-10 Carl WorthRename a variable from "player_string" to "player_data"
2020-05-10 Carl WorthRename player-register/player-deregister to player...
2020-05-10 Carl WorthReplace "Example app" with "Empires server" in the...
2020-05-10 Carl WorthSend a comment to every connected client every 15 seconds
2020-05-10 Carl WorthRename broadcast() to broadcast_event() supported by...
2020-05-10 Carl WorthFix typo in comment
2020-05-04 Carl WorthPerform broadcasts of deregister and capture events
2020-05-03 Carl WorthAdd an API for server-sent events at `/events`
2020-05-03 Carl WorthAdd some linting fixes
2020-05-03 Carl WorthUse the cors package to set a permissive CORS header
2020-05-03 Carl WorthAdd a dependency on the cors package
2020-05-03 Carl WorthAdd simple testing for the entire API
2020-05-03 Carl WorthImplement the rest of the API
2020-05-02 Carl WorthAdd an ID value to each player
2020-04-26 Carl Worthfixup errant newline
2020-04-26 Carl WorthBe a bit more berbose in variable names.
2020-04-26 Carl WorthMake the server store a list of players
2020-04-26 Carl WorthExtend our simple web API with a new /register endpoint
2020-04-26 Carl WorthAdd dependency on body-parser package
2020-04-26 Carl Worthstash: add gitignore (for 'Add dependency for express')
2020-04-26 Carl WorthAdd Hello World node app
2020-04-26 Carl WorthAdd resolved dependencies in package-lock.json file
2020-04-26 Carl WorthAdd dependency for express package
2020-04-26 Carl WorthAdd new package.json for the families app