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.
|
|
Only support useful subcommands to avoid confusing users. Keep the
Connect code there for future use.
|
|
Remove not needed printing to stdout and replace 'print's with putStrLn
to avoid surrounding output with quotation marks.
|
|
|