rust-gamedig/examples
CosminPerRam d302d1173f
[Protocol] Add quake protocols. (#35)
* [Protocol] Initial packet receive implementation

* [Protocol] Add key extraction

* [Protocol] Fix new Ipv4Addr query address and get string with unended

* [Protocol] Properly parse the received data

* [Protocol] Add parse players

* [Protocol] Add bots

* [Protocol] Extract into functions

* [Protocol] Remove quotes from player name

* [Protocol] Add two and three files

* [Protocol] Make quake queries very modular

* [Protocol] Remove the need of a client instance

* [Protocol] Revesed if statement

* [Protocol] Apply clippy fixes and replace String by &str in get send header

* [Protocol] Add one and three implementations

* [Protocol] Add quake2 and quake3 to master_querant

* [Protocol] Fix Q2 implementation

* [Protocol] Change from Ipv4Addr to IpAddr

* [Protocol] Fix Q3 response header

* [Protocol] Fix Q3 response

* [Crate] Add Q1, 2 and 3 to changelog and protocols

* [Protocol] Extract client into separate file and add some docs
2023-05-30 15:33:41 +03:00
..
master_querant.rs [Protocol] Add quake protocols. (#35) 2023-05-30 15:33:41 +03:00
minecraft.rs [Crate] Changed all address &str to &Ipv4Addr 2023-05-27 00:41:41 +03:00
tf2.rs [Crate] Changed all address &str to &Ipv4Addr 2023-05-27 00:41:41 +03:00
valve_master_server_query.rs [Service] Fix tests 2023-05-08 15:34:59 +03:00