Titouan Rigoudy
|
6dee714bfd
|
Run cargo fmt.
|
6 years ago |
Titouan Rigoudy
|
caebbc52c4
|
Use crossbeam channel instead of std::sync::mpsc.
|
6 years ago |
Titouan Rigoudy
|
f78448d3e8
|
Upgrade to Rust 2018 edition.
|
6 years ago |
Titouan Rigoudy
|
8daeb74b53
|
Run cargo fmt.
|
7 years ago |
Titouan Rigoudy
|
da6aa38593
|
Run rustfmt.
|
7 years ago |
Titouan Rigoudy
|
7008d6eee9
|
Move User struct to proto module.
|
8 years ago |
Titouan Rigoudy
|
fbaa25d57e
|
Run (deprecated, old, stable-compatible) rustfmt.
|
8 years ago |
Titouan Rigoudy
|
538578233f
|
Add UserListRequest and RoomLeaveResponse struct.
|
9 years ago |
Titouan Rigoudy
|
c65910a221
|
Notify controller when users join/leave rooms.
|
10 years ago |
Titouan Rigoudy
|
12e7e01009
|
Add UserInfoResponse, both proto and control sides.
|
10 years ago |
Titouan Rigoudy
|
5db8544d81
|
Switch from websocket crate to ws crate.
|
10 years ago |
Titouan Rigoudy
|
3a7715a33f
|
Fix typo.
|
10 years ago |
Titouan Rigoudy
|
99d5f286b3
|
Add control::RoomLeaveRequest/Response and handle them.
|
10 years ago |
Titouan Rigoudy
|
164ef67336
|
Remove unused imports.
|
10 years ago |
Titouan Rigoudy
|
d45193cc78
|
Rename JoinRoom to RoomJoin.
|
10 years ago |
Titouan Rigoudy
|
0faa323300
|
Rename SayRoom to RoomMessage.
|
10 years ago |
Titouan Rigoudy
|
92e3db274d
|
Store received messages, refactor joining code into room module.
|
10 years ago |
Titouan Rigoudy
|
16b9936f1a
|
Handle SayRoomRequest and Response.
|
10 years ago |
Titouan Rigoudy
|
56c170c119
|
Refactor Error into result module, use it.
|
10 years ago |
Titouan Rigoudy
|
2d2cc9851d
|
Add preliminary support for joining rooms.
|
10 years ago |
Titouan Rigoudy
|
dec759a475
|
Comment control::request and control::response.
|
10 years ago |
Titouan Rigoudy
|
7285cf51c9
|
Add RoomMap, Client::server_send, Client::control_send.
|
10 years ago |
Titouan Rigoudy
|
4eca84f468
|
Add {Connect, Disconnect}Notification.
|
10 years ago |
Titouan Rigoudy
|
d2194a7675
|
Initial support of controller JoinRoomRequest.
|
10 years ago |
Titouan Rigoudy
|
b2b0e86ac9
|
Handle RoomListRequest.
|
10 years ago |
Titouan Rigoudy
|
d1d6981a43
|
Refactor ControlRequest and ControlResponse.
|
10 years ago |
Titouan Rigoudy
|
9facd88362
|
Add RoomListResponse, refactor control, room.
|
10 years ago |
Titouan Rigoudy
|
9c21951753
|
Refactor control module.
|
10 years ago |