Christian
dc420668a2
fix(deps): fix java and rng dependency for pz and rw ( #3911 )
3 years ago
Marcin Jakubowski
9fc6244fc3
fix(bt): missing user data directory ( #3916 )
3 years ago
Christian
bf46fdcfc6
feat(mods): update sourcemod to 1.11 ( #3919 )
3 years ago
Neouni
27ab0923ab
feat(st): switch parameters to loadlatest ( #3924 )
There are some unforseen issues if you both specify load and new together.
Loadlatest will also grab the last backup of that same save.
3 years ago
dependabot[bot]
8f68989a16
build(deps): bump release-drafter/release-drafter from 5.20.0 to 5.20.1 ( #3950 )
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter ) from 5.20.0 to 5.20.1.
- [Release notes](https://github.com/release-drafter/release-drafter/releases )
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.20.0...v5.20.1 )
---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected] >
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Christian
7be12c41b5
fix(squad): fix to use the proper default config ( #3954 )
3 years ago
Christian
920657e774
fix(vints): refactor to fix it when there is no config for the server ( #3955 )
3 years ago
Christian
ff606a5968
feat(fctr): add function to get the server version via the details command ( #3956 )
3 years ago
Christian
f3ad2f1655
fix(deps): remove duplicate dependencys what was added with 490cd3fa5a
( #3957 )
3 years ago
Christian
09698492ae
fix(csgo): move away old libgcc_s.so.1 file to fix server with ubuntu 22.04 ( #3959 )
3 years ago
Christian
50c2cef8a6
fix(bd): install loop due old condition and config ( #3962 )
3 years ago
Daniel Gibbs
635f4bce52
chore: use prettier for code tidy ( #3901 )
* feat: start using prettier linter
https://prettier.io/
* feat: prettier code formatting
* feat: add super linter
3 years ago
Daniel Gibbs
1c771795ae
update .editorconfig
3 years ago
Neouni
fd4a8a4fb0
fix(st): Networking and server rebuild update ( #3898 )
Networking and the server has been rebuild from scratch many commands have been lost and shutdown has changed.
# Description
Added:
servername
Modified:
startparameters changed, transfered over commands to new format.
stopmode changed, it needs a quit command now in the console.
Removed:
clearinterval
default.ini got removed, it's now all in setting.xml
# Comment
Server has been rebuild from scratch commands and dependencies have changed as a result.
3 years ago
Daniel Gibbs
38592424c8
rename Arch to Architecture
3 years ago
Daniel Gibbs
21277aa827
Merge branch 'release/v22.1.0'
3 years ago
Daniel Gibbs
bdb3fd5b0c
Merge branch 'release/v22.1.0' into develop
3 years ago
Daniel Gibbs
f34bae849b
Release v22.1.0
3 years ago
Marcin Jakubowski
74020fb111
fix(arma3): rework parsing of config ( #3886 )
3 years ago
Christian
c68394ff62
feat(newserver): Arma Reforger ( #3871 )
* feat(newserver): Arma Reforger
* feat(armarserver): Add server profile name
* feat(armarserver): Add fix for create profile directory
* feat(armar): limit fps for the server to fix the performance
* feat(armar): add dependencys
Co-authored-by: FliesWithWind <[email protected] >
* feat(armar): move queryport to config parser and add adminpass
* feat(armar): fix dependencys
* change ss command for armar
* add battleeyeport
* bug
* tcp
Co-authored-by: Marcin Jakubowski <[email protected] >
Co-authored-by: FliesWithWind <[email protected] >
Co-authored-by: Daniel Gibbs <[email protected] >
3 years ago
Christian
6816d396f8
fix(ark): rework parsing of config ( #3878 )
3 years ago
Christian
14ca894cdc
feat(mcb): allow to set hard a version for the server ( #3881 )
3 years ago
Christian
37ea2c99bc
fix(mcb): fix renaming whitelist to allowlist ( #3883 )
3 years ago
dependabot[bot]
f78d707f2a
build(deps): bump github/issue-labeler from 2.4 to 2.5 ( #3862 )
Bumps [github/issue-labeler](https://github.com/github/issue-labeler ) from 2.4 to 2.5.
- [Release notes](https://github.com/github/issue-labeler/releases )
- [Commits](https://github.com/github/issue-labeler/compare/v2.4...v2.5 )
---
updated-dependencies:
- dependency-name: github/issue-labeler
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
d86a7095e5
build(deps): bump release-drafter/release-drafter from 5.19.0 to 5.20.0 ( #3854 )
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter ) from 5.19.0 to 5.20.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases )
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.19.0...v5.20.0 )
---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
nathannaveen
20eb96e837
chore: Set permissions for GitHub actions ( #3849 )
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ )
Signed-off-by: nathannaveen <[email protected] >
3 years ago
Jonah Hirsch
ed12e6c8a0
fix: tfcserver/_default.cfg Ip flag ( #3859 )
`_ip` => `+ip`
3 years ago
Christian
9e77ca2dd1
refactor: move steammaster check to info_game ( #3821 )
3 years ago
Daniel Gibbs
0342adaa40
feat(new server): Project Cars 2 ( #3842 )
3 years ago
Chris
60ae41da62
fix (arma3server): prevent multiple loading mods failing due to accidental line termination ( #3845 )
Fixes loading multiple mods failing due to accidental line termination in the mod string when following the documentation. (Observed on Ubuntu 20.10)
3 years ago
Jens
1d6d94d7a3
feat(mods): csgo mods - scraping latest versions for GOKZ and MovementAPI ( #3841 )
3 years ago
Christian
4844b695dc
fix(ns2): change mods commandline ( #3760 )
3 years ago
Jay Oster
00cdee22de
fix(sdtdserver): monitor command fails ( #3764 )
* Fix monitor command for SDTD
- Closes #3619
- Related to #3701
* Fix semantic pull request
3 years ago
Christian
3fb3ccc824
fix(ns2): remove login ( #3759 )
3 years ago
Christian
95e9498330
fix(deps): change openjdk to version 17 for debian 11 ( #3825 )
3 years ago
Christian
50d485ff05
fix(squad): fix variable for queryport ( #3824 )
3 years ago
Christian
522bb2d3c3
fix(av): fix port for config info ( #3826 )
3 years ago
Daniel Gibbs
3693521ee6
Merge remote-tracking branch 'origin/master' into develop
3 years ago
Daniel Gibbs
8253bdf476
Update config for lock v3
3 years ago
dependabot[bot]
a8061d7bf0
build(deps): bump actions/checkout from 2 to 3 ( #3803 )
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
e9fe47395f
build(deps): bump release-drafter/release-drafter from 5.15.0 to 5.19.0 ( #3810 )
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter ) from 5.15.0 to 5.19.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases )
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.15.0...v5.19.0 )
---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
eaa2ee9d2c
build(deps): bump dessant/lock-threads from 2.1.2 to 3 ( #3785 )
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads ) from 2.1.2 to 3.
- [Release notes](https://github.com/dessant/lock-threads/releases )
- [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dessant/lock-threads/compare/v2.1.2...v3 )
---
updated-dependencies:
- dependency-name: dessant/lock-threads
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
be04256904
build(deps): bump webfactory/ssh-agent from 0.5.3 to 0.5.4 ( #3781 )
Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent ) from 0.5.3 to 0.5.4.
- [Release notes](https://github.com/webfactory/ssh-agent/releases )
- [Changelog](https://github.com/webfactory/ssh-agent/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webfactory/ssh-agent/compare/v0.5.3...v0.5.4 )
---
updated-dependencies:
- dependency-name: webfactory/ssh-agent
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
ef583bdf33
build(deps): bump dessant/lock-threads from 2.1.2 to 3 ( #3782 )
* Create dependabot.yml
* build(deps): bump dessant/lock-threads from 2.1.2 to 3
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads ) from 2.1.2 to 3.
- [Release notes](https://github.com/dessant/lock-threads/releases )
- [Changelog](https://github.com/dessant/lock-threads/blob/master/CHANGELOG.md )
- [Commits](https://github.com/dessant/lock-threads/compare/v2.1.2...v3 )
---
updated-dependencies:
- dependency-name: dessant/lock-threads
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: Daniel Gibbs <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
dependabot[bot]
ff7a9e788f
build(deps): bump release-drafter/release-drafter from 5.15.0 to 5.18.1 ( #3783 )
* Create dependabot.yml
* build(deps): bump release-drafter/release-drafter from 5.15.0 to 5.18.1
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter ) from 5.15.0 to 5.18.1.
- [Release notes](https://github.com/release-drafter/release-drafter/releases )
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.15.0...v5.18.1 )
---
updated-dependencies:
- dependency-name: release-drafter/release-drafter
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: Daniel Gibbs <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Daniel Gibbs
a52d3d4638
Create dependabot.yml
3 years ago
Daniel Gibbs
9737de5086
Merge branch 'hotfix/v21.5.1' into develop
3 years ago
Daniel Gibbs
fdfeae1fcd
Merge branch 'hotfix/v21.5.1'
3 years ago
Daniel Gibbs
437ebfaed7
Release v21.5.1
3 years ago
StudioEtrange
fc97f5b696
feat(core): allow to set github details at runtime with env vars ( #3708 )
3 years ago