27 Commits (1caed415af903efe7a8413dcef173ec5f053a3c3)

Author SHA1 Message Date
  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 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 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 e6c8338f7e Refactor server code into its own module. 9 years ago
  Titouan Rigoudy c12f2d44f0 Add SetListenPortRequest. 9 years ago
  Titouan Rigoudy 25940439d0 Sort response structs by alphabetical order. 9 years ago
  Titouan Rigoudy 5abb77aa72 Add ConnectToPeerResponse. 9 years ago
  Titouan Rigoudy ec648a1a75 Refactor Packet::read_array_with. 9 years ago
  Titouan Rigoudy adc4e40566 Add PrivilegedUsersResponse. 9 years ago
  Titouan Rigoudy 1fe2cba5eb Add WishlistIntervalResponse. 9 years ago
  Titouan Rigoudy 737d6aa5c1 Add ParentSpeedRatioResponse and derive Debug for ServerResponse. 9 years ago
  Titouan Rigoudy 4955bb1840 Refactor RoomListResponse parsing. 9 years ago
  Titouan Rigoudy 5e1c019de8 Minor fix to LoginResponse parsing, other tiny cleanups. 9 years ago
  Titouan Rigoudy ad6965f934 Detect when packets are incompletely parsed. 9 years ago
  Titouan Rigoudy c2c69a3e1a Add ParentMinSpeedResponse. 9 years ago
  Titouan Rigoudy 0c77e989d4 Clean up warnings. 9 years ago
  Titouan Rigoudy 2925b81d6f Add RoomListResponse. 9 years ago
  Titouan Rigoudy d4ab1f2ae7 Add RoomListRequest. 9 years ago
  Titouan Rigoudy c779780eac Add WriteToPacket trait. 9 years ago
  Titouan Rigoudy ff640b69d9 Refactor ServerConnection to implement Handler. 9 years ago
  Titouan Rigoudy 353d926383 Refactor proto module. 9 years ago
  Titouan Rigoudy c93e2675d0 Rename proto::message to proto::server. 9 years ago
  Titouan Rigoudy b07fd93219 Refactor packet parsing/creating code. 9 years ago