Tom
b95b2abe0f
[Crate] Enforce formatting in CI ( #46 )
...
* [CI] Check formatting
* Format all files
2023-06-10 18:15:12 +03:00
CosminPerRam
e0830bdae5
[Protocol] Replace IpAddr with SocketAddr in protocols ( #44 )
...
* [Crate] Replace IpAddr with SocketAddr in protocols
* [Crate] Remove usage of address.to_string in socket
* [Crate] Update CHANGELOG.md
2023-06-02 01:06:24 +03:00
Tom
3f654e0dfd
[Protocol] Enable the use of Ipv6 addresses ( #41 )
...
Replace usages of Ipv4Addr with IpAddr which allows the use of either Ipv4 or Ipv6.
This patch essentially consists of running:
"sed -i 's/Ipv4Addr/IpAddr/g' src/**/*.rs examples/*"
and fixing the errors.
2023-05-29 11:10:21 +03:00
CosminPerRam
e620398615
[Crate] Changed all address &str to &Ipv4Addr
2023-05-27 00:41:41 +03:00
CosminPerRam
348147b415
[Game] Add Frontlines: Fuel of War support. ( #31 )
...
* [Game] Add initial files
* [Game] Initial support
* [Game] Add response struct
* [Game] Add query_with_timeout
* [Game] FFOW: Added some doc comments
2023-04-22 20:03:30 +03:00