Commit graph

139 commits

Author SHA1 Message Date
Cain
6e5279b529 fix(MSRV docs): add lib readme in VERSIONS.md and change lib readme to 1.85.1 msrv 2026-02-22 18:56:10 +00:00
Cain
94772752e6 chore(lib): bump version to 0.9.0 and update changelog 2026-02-22 18:35:45 +00:00
Cain
79fc1db14c fix(MSRV): update to 1.85.1 across the project 2026-02-22 18:19:48 +00:00
Cain
b0725834e4 chore(deps): update dependency versions and clean up cargo.toml 2026-02-22 18:11:47 +00:00
Cain
4ea333f16b fix(clippy): add lifetime annotations to various methods and structs (mismatched_lifetime_syntaxes) 2026-02-22 17:47:05 +00:00
Paul Hansen
61ff780470 Fix minecraft EncoderException error 2026-02-21 14:20:49 -06:00
Cain
080f327ab6
Maintenance: dep updates and clippy fixs (#243)
* chore(deps): update crc32fast to v1.5

* chore(deps): update ureq to v2.12

* chore(deps): update phf to v0.13

* chore(deps): update clap to v4.5

* chore(deps): update lazy_static to v1.5

* chore(deps): update thiserror to v2.0.16

* chore(deps): update clap to v4.5

* chore(deps): update bson to v2.15

* chore(deps): update base64 to v0.22

* chore(deps): update quick-xml to v0.38

* chore(deps): update webbrowser to v1.0

* chore(clippy): fix a load of "variables can be used directly"

* chore(ci): update MSRV toolchain to 1.82.0

* chore(pre-commit): update MSRV to 1.82.0

* chore(README): update Minimum Supported Rust Version to 1.82.0

* chore(VERSIONS): update MSRV to 1.82.0

* chore(cli): bump version to 0.4.0 and update MSRV to 1.82.0

* chore(release): bump version to 0.8.0 and update MSRV to 1.82.0
2025-08-25 12:52:54 +01:00
Cain
b44c85c118 chore(changelog): update cli and lib with changes 2025-04-23 21:48:59 +01:00
Cain
fddfd830b7 chore(lib): bump to 0.7.0 2025-04-20 23:19:30 +01:00
Cain
8160a866b0 chore(format): with new config 2025-04-20 23:06:55 +01:00
Cain
b7144e015d chore(clippy): clean up warnings 2025-04-20 22:59:46 +01:00
Cain
4c5ffde2e5 chore(msrv): bump to 1.81.0 2025-04-20 22:44:19 +01:00
Cain
8ebb685b33 chore(changelog): follow format for arma 3 change 2025-04-20 22:30:40 +01:00
Cain
13814ee6e3 chore(changelog): add arma 3 2025-04-20 22:27:27 +01:00
Thomas
b3ae7b7fb1 Applied formatting to valve.rs 2025-04-18 09:03:54 +02:00
Thomas
6953840af9 Fix wrong app id in Valve game query modules 2025-04-17 19:00:53 +02:00
Thomas
3588b97b83 Added arma 3 2025-04-17 18:57:14 +02:00
Cain
07bfd69961 chore(lib): add patch to semver and update changelog 2024-12-05 21:29:54 +00:00
Kae
b6696e1af3 Add Starbound support 2024-12-01 18:31:02 +11:00
Cain
961f57d6ec chore(msrv): bump to 1.71.1 2024-11-26 13:50:01 +00:00
Cain
4fb0d24a4e chore(lib): bump to 0.6.0 2024-11-26 13:17:59 +00:00
Cain
0321cfb34f chore(lib): update changelog 2024-11-26 13:17:02 +00:00
Cain
e539104a8a chore(readme): update msrv 2024-11-26 13:14:00 +00:00
Cain
102e48914b chore(lib): bump msrv 1.65.0 -> 1.67.0 for linux deps 2024-11-26 12:36:41 +00:00
Paul Hansen
a2fe00e1c4 Use both the app id and dedicated app id for the forest 2024-11-25 11:45:12 -06:00
Paul Hansen
d66fe6baf4 Change the app id for the forest so it doesn't fail
Changes it to use the app id of the game instead of the dedicated
server.
2024-11-25 01:35:12 -06:00
CosminPerRam
bcc92d17df
feat: minetest support (#218)
* feat: initial minetest support

* move player to master, remove comments

* add markdown lines

* oops, change player namespace

* fix some edge cases

* add entry to responses, tweak field names
2024-10-30 13:24:40 +02:00
CosminPerRam
664cf8b2db feat: bump version to 0.5.2 2024-10-20 20:43:52 +03:00
Cain
c446bcab54 chore(lib): update changelog 2024-10-13 20:40:53 +01:00
Cain
e4baf07e48
Fix: match port on epic protocol (#225) 2024-10-13 20:09:57 +01:00
Cain
3964735af8 fix(lib socket): feature gate local_addr to capture 2024-09-26 23:23:42 +01:00
Cain
4784e0a281 chore(buf): format a line for ci 2024-09-07 00:58:27 +01:00
Cain
786e9dad94 fix(buf): use correct len fn on OOB check 2024-09-07 00:53:21 +01:00
Cain
e39b880364 refactor(buf): clean up out of bounds err msg 2024-09-07 00:33:53 +01:00
Cain
73f39510fe fix(buf): add error for out of bounds panic on read string 2024-09-07 00:23:57 +01:00
CosminPerRam
41a3d88fb5
feat: add minetest master server service (#209)
* feat: add minetest master server service"

* restore tf2 example

* chore: replace default with None

* fix: make it available only on TLS and serde

* docs: update changelog
2024-07-21 03:01:10 +03:00
Cain
d51e54452f
Merge pull request #205 from gamedig/dependabot/cargo/crates/lib/pnet_packet-0.35 2024-07-01 18:18:18 +01:00
CosminPerRam
79aeec8df6
chore: apply clippy suggestions (#208)
* perf: apply clippy suggestions

* allow some unused imports, remove unused import
2024-06-29 21:51:15 +03:00
CosminPerRam
942ce2b601
feat: add Soulmask support (#207) 2024-06-22 03:28:30 +03:00
dependabot[bot]
c18c6f202c
chore(deps): update pnet_packet requirement in /crates/lib
Updates the requirements on [pnet_packet](https://github.com/libpnet/libpnet) to permit the latest version.
- [Release notes](https://github.com/libpnet/libpnet/releases)
- [Commits](https://github.com/libpnet/libpnet/compare/v0.34.0...v0.35.0)

---
updated-dependencies:
- dependency-name: pnet_packet
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-31 13:41:17 +00:00
CosminPerRam
e52d7fbd6f feat: bump version to 0.5.1 2024-05-12 21:42:11 +03:00
CosminPerRam
1481cfd41a feat: bump crc32fast, ureq and clap lib deps 2024-05-12 21:33:02 +03:00
CosminPerRam
49b95861f0 feat: add abiotic factor support 2024-05-11 21:49:17 +03:00
CosminPerRam
e57efb392d
feat: nova-life amboise support (#203) 2024-05-05 23:52:43 +03:00
CosminPerRam
50ccac3cc9 feat: replace reduntant closure for method call 2024-05-01 18:55:20 +03:00
CosminPerRam
78b52c0d23 feat: replace two cases of not using fun call on unwrapping 2024-05-01 18:51:48 +03:00
CosminPerRam
c2f6a68648 feat: make GameMode::as_str constant 2024-05-01 18:50:05 +03:00
CosminPerRam
32c267621e feat: add eq where partialeq is already and is possible 2024-05-01 18:48:11 +03:00
CosminPerRam
1877a16457 feat: use Self instead of struct name whereas applicable 2024-05-01 18:46:37 +03:00
CosminPerRam
829ab5b7f2
feat: add arma reforger support (#202) 2024-04-28 23:47:17 +03:00