aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2022-05-03Apply lintingHEADmasterCypher
2022-05-03use stack lts-18.8Cypher
Update text handling to keep uptodate with changes with string conversion, using 'encodeUtf' and 'decodeUtf' where necessary. One update uses an odd encoding to and from JSON, which must be looked at later.
2020-05-28Fix compile time errorHaskell Guy
2020-05-28Fix Room hostingHaskell Guy
- Use the correct RPC handler for when the 'host-room' command is used. - Avoid making clients hang up by returning OK when the rpc endpoint call is unknown.
2020-05-28Make slightly less verboseHaskell Guy
Remove not needed printing to stdout and replace 'print's with putStrLn to avoid surrounding output with quotation marks.
2020-05-26initial commitHaskell Guy