23 Commits (65ef05ed06591767995401b23fe1b378350c5c7e)

Author SHA1 Message Date
  Titouan Rigoudy 65ef05ed06 Implement Proto{De,En}code for ServerRequest. 7 years ago
  Titouan Rigoudy 33464dec4e Implement Proto{De,En}code for remaining ServerRequest variants. 7 years ago
  Titouan Rigoudy c6b28958c0 Start implementing Proto{De,En}code for server requests. 7 years ago
  Titouan Rigoudy fbaa25d57e Run (deprecated, old, stable-compatible) rustfmt. 7 years ago
  Titouan Rigoudy 4bdab9bd32 Add FileSearchRequest, Response. 9 years ago
  Titouan Rigoudy 332a654a87 Implement most of the NAT traversal protocol, still no listening port. 9 years ago
  Titouan Rigoudy 82b4f36da0 Change WriteToPacket signature to use &self. 9 years ago
  Titouan Rigoudy 2c7b0bb2bc Change Packets to not special-case the code header. 9 years ago
  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 04d6713ef1 Use new try_to_packet! macro in ServerRequest::to_packet. 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 7285cf51c9 Add RoomMap, Client::server_send, Client::control_send. 9 years ago
  Titouan Rigoudy d2194a7675 Initial support of controller JoinRoomRequest. 9 years ago
  Titouan Rigoudy a0272c1d50 Add PeerAddressRequest. 9 years ago
  Titouan Rigoudy e6c8338f7e Refactor server code into its own module. 9 years ago