aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Collapse)Author
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-28Remove 'connect' argumentHaskell Guy
Only support useful subcommands to avoid confusing users. Keep the Connect code there for future use.
2020-05-26initial commitHaskell Guy