Titouan Rigoudy
|
1caed415af
|
Use read_value and write_value in packet read/write macros.
|
9 years ago |
Titouan Rigoudy
|
0bd1485296
|
Split MutPacket out of Packet, add OutBuf.
|
9 years ago |
Titouan Rigoudy
|
a44713473a
|
Remove read/write_port and comment proto::packet.
|
9 years ago |
Titouan Rigoudy
|
d59ac09ca0
|
Use ReadFromPacket and WriteToPacket traits to simplify packet I/O.
|
9 years ago |
Titouan Rigoudy
|
402e5a7619
|
Rename FromPacket to ReadFromPacket and move traits to packet.
|
9 years ago |
Titouan Rigoudy
|
a5654eddc9
|
Add RoomTickersResponse.
|
9 years ago |
Titouan Rigoudy
|
04d6713ef1
|
Use new try_to_packet! macro in ServerRequest::to_packet.
|
9 years ago |
Titouan Rigoudy
|
083459755e
|
Use new try_from_packet! macro in ServerResponse::from_packet.
|
9 years ago |
Titouan Rigoudy
|
5b42c64f5a
|
Rename UserJoinedRoom to RoomUserJoined.
|
9 years ago |
Titouan Rigoudy
|
4efd653431
|
Add RoomUserLeftResponse.
|
9 years ago |
Titouan Rigoudy
|
99f298f0c8
|
Add proto::UserNotFoundRequest/Response.
|
9 years ago |
Titouan Rigoudy
|
65c437a022
|
Add RoomLeaveResponse/Request, unhandled as yet.
|
9 years ago |
Titouan Rigoudy
|
d45193cc78
|
Rename JoinRoom to RoomJoin.
|
9 years ago |
Titouan Rigoudy
|
0faa323300
|
Rename SayRoom to RoomMessage.
|
9 years ago |
Titouan Rigoudy
|
b50cc29d58
|
Add proto::server::SayRoom{Request, Response}.
|
9 years ago |
Titouan Rigoudy
|
c232855047
|
Handle UserJoinedRoomResponse correctly.
|
9 years ago |
Titouan Rigoudy
|
f0a205a49b
|
Add UserJoinedRoomResponse, still unhandled.
|
9 years ago |
Titouan Rigoudy
|
6047e55c07
|
Zip together JoinRoomResponse's user_names and user_infos.
|
9 years ago |
Titouan Rigoudy
|
c4c293056e
|
Add country code to User struct.
|
9 years ago |
Titouan Rigoudy
|
9a5522f55d
|
Finish JoinRoomResponse::from_packet.
|
9 years ago |
Titouan Rigoudy
|
56c170c119
|
Refactor Error into result module, use it.
|
9 years ago |
Titouan Rigoudy
|
2d2cc9851d
|
Add preliminary support for joining rooms.
|
9 years ago |
Titouan Rigoudy
|
7285cf51c9
|
Add RoomMap, Client::server_send, Client::control_send.
|
9 years ago |
Titouan Rigoudy
|
6571960db1
|
Add FromPacket trait for uniformity.
|
9 years ago |
Titouan Rigoudy
|
d2194a7675
|
Initial support of controller JoinRoomRequest.
|
9 years ago |
Titouan Rigoudy
|
f1beb77e45
|
Rework Packet::read_array_with, add Packet::read_array.
|
9 years ago |
Titouan Rigoudy
|
c4a0a36561
|
Add Packet::read_ipv4_addr and read_port.
|
9 years ago |
Titouan Rigoudy
|
5cab350f78
|
Add PeerAddressResponse.
|
9 years ago |
Titouan Rigoudy
|
a0272c1d50
|
Add PeerAddressRequest.
|
9 years ago |
Titouan Rigoudy
|
e6c8338f7e
|
Refactor server code into its own module.
|
9 years ago |