summaryrefslogtreecommitdiff
path: root/src/gameserver.rs
AgeCommit message (Expand)Author
2020-09-26include timestamps in logstroido
2020-09-24turned sprite, playerid and roomid into tuple structstroido
2020-09-24even more serde stufftroido
2020-09-23don't escape chat characterstroido
2020-04-23hash the password server-side tootroido
2020-04-23added option to join the server without joining the game (just for the chat)troido
2020-04-23tell users when they use a guest account and inform them about server admintroido
2020-04-23accept authentication messages, and validate registrationstroido
2020-04-21improved message parsing. Use Result instead of InvalidMessagetroido
2020-04-14only allow letters, numbers and connector punctuation in usernamestroido
2020-04-08reject player if the savefile player id does not match actual player idtroido
2020-02-23more consistent importstroido
2020-02-18refactored with cargo clippytroido
2020-02-16added playerid to avoid stringly typingtroido
2020-02-09refactoring using cargo clippytroido
2020-02-03don't crash on invalid actionstroido
2020-01-31systems can create entities (sort of)troido
2020-01-28player is now controllabletroido
2020-01-28added player entity; changed json librarytroido
2020-01-27started using specs for a roomtroido
2019-09-23picking up the project again. Not sure what I changed, but it seemed wise to ...troido
2019-01-24made gameserver its own filetroido