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
Cain
1b13d39856
[Crate] Add formatting ( #22 )
...
* chore: add standard for formatting
* chore: manually tidy up imports and format
* chore: remove vscode and add to gitignore
* chore: alphabetically order and fix
* chore: format
* chore: fix format issue with payload
* chore: format as merge had unformatted code
* [format] Fix comments, change max width and binop operator
---------
Co-authored-by: CosminPerRam <cosmin.p@live.com>
2023-03-14 10:31:37 +02:00
CosminPerRam
59994bc086
[Games] Use port.unwrap_or instead of matching it
2023-03-03 18:02:54 +02:00
CosminPerRam
150bc1762e
[Protocol] Valve: support app and dedicated app id
2023-02-18 21:44:17 +02:00
CosminPerRam
caa7329a68
Added socket timeout capability and reduced PACKET_SIZE to 1400 as specified from protocol
2022-11-15 21:07:15 +02:00
CosminPerRam
d3a1dba3c1
Restructured app format, goldsrc full support and added implementation for Day of Defeat and Counter-Strike: Condition Zero ( #5 )
...
* [valve_app_restructure] Initial change
* [valve_app_restructure] Some GoldSrc split packet changes
* [valve_app_restructure] Counter-Strike: Condition Zero implementation.
* [valve_app_restructure] Docs changes
* [valve_app_restructure] Added obsolete gold src response
* [valve_app_restructure] Day of Defeat implementation.
2022-10-27 01:01:11 +03:00
cosminperram
9df4bddc09
Modularized reusable structs and changed files structure a bit
2022-10-23 17:34:22 +03:00
cosminperram
3ac6a8b603
Changed uses to have a better structure
2022-10-23 14:03:59 +03:00
cosminperram
c0d07cf6f9
Valve Protocol now support anonymously querying
2022-10-23 13:34:40 +03:00
cosminperram
8e2d76ecfb
Insurgency: Modern Infantry Combat implementation.
2022-10-23 12:39:23 +03:00