server/src
2019-11-20 18:26:23 +01:00
..
App.hs Remove deprecated comment 2019-11-18 17:09:12 +01:00
Automaton.hs Completely replace App.server by App.get, a function applying a projector to the server 2019-11-18 17:09:00 +01:00
Config.hs First draft, basic session handling 2018-04-11 13:26:41 +02:00
Game.hs Completely replace App.server by App.get, a function applying a projector to the server 2019-11-18 17:09:00 +01:00
Keys.hs Adapt code to new PublicGame data structure, output messages in the new format and break everything doing so 2019-10-18 19:01:46 +02:00
Main.hs Switch session logging out and relaying the log-out message to keep the sessionID accessible until the end 2019-11-18 17:11:05 +01:00
Messaging.hs Stop sending an error and simply ignore relay from an unauthenticated player because that should only happen on immediate logout for which there's nothing to do 2019-11-18 17:13:32 +01:00
Player.hs Separate PlayerIDs from SessionIDs and simplify protocol accordingly 2019-11-12 23:25:00 +01:00
RW.hs Rename poorly named module Data to RW 2019-10-13 21:55:15 +02:00
Server.hs Separate PlayerIDs from SessionIDs and simplify protocol accordingly 2019-11-12 23:25:00 +01:00
Session.hs Use the newest requirements in lib to define an ID prefix for the Session type 2019-11-20 18:26:23 +01:00