Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
- 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.
|
|
Remove not needed printing to stdout and replace 'print's with putStrLn
to avoid surrounding output with quotation marks.
|
|
|