Carlos Silva
208f478416
Update _default.cfg
INFO
Server owners: update query ports!
As mentioned above, server owners need to define a dedicated query port and game port with this update. Failure to do so will result in players potentially not being able to see or connect to your server. These can no longer share the same port:
server.port
server.queryport
Example of a good config:
server.port 28015
server.queryport 28016
OR
server.port 28016
server.queryport 28015
Example of a bad config:
server.port 28015
server.queryport 28015
By default, if server.queryport is not set, the server will use the port above the game port as the query port. The queryport and the rcon port should be able to share the same port.
3 years ago
Daniel Gibbs
ba0e1144a1
feat(docker): add docker image list to csv
3 years ago
dependabot[bot]
930c7c8cac
build(deps): bump webfactory/ssh-agent from 0.5.4 to 0.7.0 ( #4009 )
Bumps [webfactory/ssh-agent](https://github.com/webfactory/ssh-agent ) from 0.5.4 to 0.7.0.
- [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.4...v0.7.0 )
---
updated-dependencies:
- dependency-name: webfactory/ssh-agent
dependency-type: direct:production
update-type: version-update:semver-minor
...
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
dependabot[bot]
5bf35975b8
build(deps): bump release-drafter/release-drafter from 5.21.0 to 5.21.1 ( #4006 )
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter ) from 5.21.0 to 5.21.1.
- [Release notes](https://github.com/release-drafter/release-drafter/releases )
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.21.0...v5.21.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
Daniel Gibbs
76392b54a3
revert: find -L causing infinate loop
#4015
3 years ago
Daniel Gibbs
a6ae012f12
Release v22.2.1
3 years ago
Daniel Gibbs
9a9491d6fd
Release v22.2.1
3 years ago
Daniel Gibbs
2257be4a8e
fix: add docker compatibility
fix: allow find to search in symlinks
3 years ago
Daniel Gibbs
501798943e
update actions
3 years ago
Daniel Gibbs
55694a0a88
Merge branch 'release/v22.2.0'
3 years ago
Daniel Gibbs
4c52885ae3
Release v22.2.0
3 years ago
Christian
bf1fc1833b
feat(newserver): add Velocity Proxy ( #3904 )
3 years ago
Xenorio
d3cdf63d94
fix(wmcserver): fix not being able to read query port ( #3982 )
queryport was being overwritten with rconpassword or "NOT SET"
3 years ago
Frisasky
b291066c2c
fix(zmr): Update to beta 6 ( #3965 )
* Update install_server_files.sh
* Update install_server_files.sh
3 years ago
Christian
9984f956b3
feat(ts3): add check-update function ( #3967 )
3 years ago
Christian
28101a7295
fix(query_gsquery): fix regression from 81998f73c7
( #3966 )
3 years ago
dependabot[bot]
819a4b3ec3
build(deps): bump release-drafter/release-drafter from 5.20.1 to 5.21.0 ( #3985 )
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter ) from 5.20.1 to 5.21.0.
- [Release notes](https://github.com/release-drafter/release-drafter/releases )
- [Commits](https://github.com/release-drafter/release-drafter/compare/v5.20.1...v5.21.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] >
Signed-off-by: dependabot[bot] <[email protected] >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
ethzero
8871030ca2
fix(em): update default map ( #3977 )
Changed defaultmap value from "emp_district" to "con_district402" as this map was renamed years ago and would otherwise cause the server to fail on startup.
3 years ago
Christian
4bc349c362
feat(ts3): check checksum for downloaded file ( #3969 )
3 years ago
Daniel Gibbs
2e10fba8f1
Merge remote-tracking branch 'origin/develop' into develop
3 years ago
Daniel Gibbs
7b408a7e93
Merge branch 'master' into develop
3 years ago
Daniel Gibbs
04262324ae
feat(cod4): update server download to v21.2 ( #3963 )
3 years ago
Daniel Gibbs
6838d1d4bd
chore: add recommended extensions for vscode
3 years ago
Daniel Gibbs
8571d9f374
chore: update licence and add prettier
3 years ago
eggplants
81998f73c7
fix: replace deprecated optparse with argparse ( #3913 )
3 years ago
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