This website requires JavaScript.
Explore
Help
Sign in
hanafuda
/
server
Watch
1
Star
1
Fork
You've already forked server
0
Code
Issues
Pull requests
Releases
Wiki
Activity
bfb86a6a0d
server
/
src
History
Tissevert
555e4386e3
Use the Show instance of IDs to improve debug
2019-12-26 19:31:43 +01:00
..
App.hs
Revert "Switch session logging out and relaying the log-out message to keep the sessionID accessible until the end" : the solution was to handle cases when the player wasn't logged in separately
2019-11-20 18:27:41 +01:00
Automaton.hs
Remove handling from LogOut messages that are no longer sent by client but by the server
2019-12-24 00:35:45 +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
Handle Player log out with multiple sessions and get rid of the too simple «logOut» function
2019-12-24 00:39:56 +01:00
Messaging.hs
Stop broadcasting to clients not yet logged in
2019-12-23 09:23:32 +01:00
Player.hs
Use the Show instance of IDs to improve debug
2019-12-26 19:31:43 +01:00
RW.hs
Rename poorly named module Data to RW
2019-10-13 21:55:15 +02:00
Server.hs
Handle Player log out with multiple sessions and get rid of the too simple «logOut» function
2019-12-24 00:39:56 +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