Commit graph

563 commits

Author SHA1 Message Date
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
dependabot[bot]
f66b33f113
chore(deps): update thiserror requirement from 1.0.43 to 2.0.0 in /crates/cli 2024-11-07 23:36:21 +00:00
Cain
6aa900671e
chore(deps): update quick-xml requirement from 0.36.0 to 0.37.0 in /crates/cli 2024-11-07 23:33:06 +00: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
dependabot[bot]
24134d6f23
chore(deps): update quick-xml requirement in /crates/cli
Updates the requirements on [quick-xml](https://github.com/tafia/quick-xml) to permit the latest version.
- [Release notes](https://github.com/tafia/quick-xml/releases)
- [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md)
- [Commits](https://github.com/tafia/quick-xml/compare/v0.36.0...v0.37.0)

---
updated-dependencies:
- dependency-name: quick-xml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-29 20:44:20 +00:00
CosminPerRam
30ae60e4dc
ci: fix audit failing by generating cargo lock file before running it (#229) 2024-10-29 22:42:33 +02:00
CosminPerRam
664cf8b2db feat: bump version to 0.5.2 2024-10-20 20:43:52 +03:00
GitHub Action
1b1ecc651e Add/Update badge 2024-10-15 03:43:09 +00: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
GitHub Action
344622629e Add/Update badge 2024-10-08 03:43:07 +00:00
GitHub Action
c7451b098b Add/Update badge 2024-10-01 03:47:27 +00:00
Cain
480ff2b531
Fix: Unused var in most features #224 2024-09-26 23:43:12 +01:00
Cain
3964735af8 fix(lib socket): feature gate local_addr to capture 2024-09-26 23:23:42 +01:00
Cain
c82dc7d653
chore(workflow deps): #223 bump audit-check from 1.4.1 to 2.0.0 2024-09-25 15:27:58 +01:00
dependabot[bot]
4866003252
chore(deps): bump rustsec/audit-check in /.github/workflows
Bumps [rustsec/audit-check](https://github.com/rustsec/audit-check) from 1.4.1 to 2.0.0.
- [Release notes](https://github.com/rustsec/audit-check/releases)
- [Changelog](https://github.com/rustsec/audit-check/blob/main/CHANGELOG.md)
- [Commits](https://github.com/rustsec/audit-check/compare/v1.4.1...v2.0.0)

---
updated-dependencies:
- dependency-name: rustsec/audit-check
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-24 13:54:01 +00:00
GitHub Action
16fd486208 Add/Update badge 2024-09-17 03:36:58 +00:00
Cain
ada3c548f0
Merge pull request #221 from gamedig/fix/read-string-may-panic-index-out-of-range 2024-09-07 11:55:30 +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
GitHub Action
70571218b6 Add/Update badge 2024-09-03 03:38:23 +00:00
GitHub Action
486ae3b52c Add/Update badge 2024-08-20 03:37:50 +00:00
GitHub Action
11088e7786 Add/Update badge 2024-07-23 03:39:39 +00: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
397817b6d6
fix(cli): release-profile (#216
Fix CLI release profile
2024-07-19 23:24:38 +01:00
Cain
3300c65b07 fix(cli): add explicit cargo config for crate 2024-07-16 22:49:09 +01:00
Cain
3aaa32edb8
chore: release gamedig-cli v0.1.1 (#215) 2024-07-15 20:20:37 +01:00
Cain
1af2d146f3 chore(cli): bump semver with changes 2024-07-15 11:58:18 +01:00
Cain
5e5d5ab05e chore(cli): update readme 2024-07-15 11:42:38 +01:00
Cain
81c81e929c
Merge pull request #214 from gamedig/dependabot/cargo/crates/cli/quick-xml-0.36.0 2024-07-10 10:09:47 +01:00
dependabot[bot]
1a023d62eb
chore(deps): update quick-xml requirement in /crates/cli
Updates the requirements on [quick-xml](https://github.com/tafia/quick-xml) to permit the latest version.
- [Release notes](https://github.com/tafia/quick-xml/releases)
- [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md)
- [Commits](https://github.com/tafia/quick-xml/compare/v0.35.0...v0.36.0)

---
updated-dependencies:
- dependency-name: quick-xml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-09 13:23:46 +00:00
GitHub Action
cac5c234ee Add/Update badge 2024-07-09 03:36:13 +00:00
Cain
927c4dc30d
Merge pull request #213 from gamedig/dependabot/cargo/crates/cli/quick-xml-0.35.0 2024-07-01 18:19:28 +01: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
dependabot[bot]
723461399a
chore(deps): update quick-xml requirement in /crates/cli
Updates the requirements on [quick-xml](https://github.com/tafia/quick-xml) to permit the latest version.
- [Release notes](https://github.com/tafia/quick-xml/releases)
- [Changelog](https://github.com/tafia/quick-xml/blob/master/Changelog.md)
- [Commits](https://github.com/tafia/quick-xml/compare/v0.31.0...v0.35.0)

---
updated-dependencies:
- dependency-name: quick-xml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-01 13:41:22 +00: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
GitHub Action
27840e3ff3 Add/Update badge 2024-06-25 03:36:16 +00:00
GitHub Action
6f358340f1 Add/Update badge 2024-06-22 00:29:06 +00:00
CosminPerRam
942ce2b601
feat: add Soulmask support (#207) 2024-06-22 03:28:30 +03:00
CosminPerRam
14a4475d51 docs: add deps.rs shield badge 2024-06-22 03:13:39 +03:00
GitHub Action
2663cf950d Add/Update badge 2024-06-18 03:36:56 +00: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
111cdd5eae Merge branch 'main' of github.com:gamedig/rust-gamedig 2024-05-12 21:35:32 +03:00
CosminPerRam
196d7121de feat: bump clap to 4.5.4 on cli 2024-05-12 21:34:00 +03:00
CosminPerRam
1481cfd41a feat: bump crc32fast, ureq and clap lib deps 2024-05-12 21:33:02 +03:00
GitHub Action
48aa0ec221 Add/Update badge 2024-05-11 18:49:58 +00:00
CosminPerRam
49b95861f0 feat: add abiotic factor support 2024-05-11 21:49:17 +03:00