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
Cain
84af4230f7
[Crate] Add feature: serde ( #21 )
...
* feat(serde): add additional derives
* fix: remove attr on internal enum
* fix add missing derive
2023-03-13 16:51:33 +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
ff789fcb90
Valve: Rename players-related fields
2023-01-13 19:36:03 +02:00
CosminPerRam
50012dd49f
Change Valve Protocol Rules to HashMap<String, String>
2023-01-12 23:04:57 +02:00
CosminPerRam
a1d42af2df
Simplified some map uses
2022-11-28 01:16:30 +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
96c2c8a335
Fixed uncomplete the ship player struct and added some docs...
2022-10-23 18:09:13 +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
88a4c82158
Removed examples, added a master_querant change gather_settings to none (representing all)
2022-10-22 23:50:32 +03:00
CosminPerRam
a5f9e755ff
Added Day of Defeat: Source support and renamed The_Ship to TS
2022-10-21 12:45:30 +03:00