Daniel Gibbs
54aa34a405
v21.2.4
4 years ago
Daniel Gibbs
d3768620ab
fix(steamcmd): resolve disk write failure bug ( #3483 )
4 years ago
Daniel Gibbs
2a7fd6f2dd
fix(mc): add Java 16 as a dependency requirement for Ubuntu 20.04 and above ( #3482 )
* Added java info to details for game servers that require it
* added openjdk-16-jre option for Ubuntu server
4 years ago
Daniel Gibbs
8ea23f49f1
remove +server.levelurl from parameters
4 years ago
Daniel Gibbs
079ec1e8d4
feat(wipe): resolve random seed and simplify wipe ( #3420 )
merge
merge
merge
merge
merge
merge
MERGE
merge
merge
merge
merge
message about Rust+ data
merge
merge
merge
merge
merge
mertge
merge
merge
merge
merge
merge
merge
4 years ago
Daniel Gibbs
669e2c9227
Release v21.2.3
4 years ago
Daniel Gibbs
53fdf7c705
fix(rust): resolve rust seed not loading to server ( #3407 )
4 years ago
jobhh
5a5a12525b
feat(etl): update ET: Legacy to 2.77.1 ( #3417 )
4 years ago
Daniel Gibbs
631c22a1ee
feat(mcbserver): gamedig is now supported ( #3389 )
Make sure gamedig is updated
4 years ago
Daniel Gibbs
efacb78370
fix(rust): increase rust query delay ( #3412 )
5 mins is not enough for some servers to load and query to become available
4 years ago
Daniel Gibbs
4c9ea848a0
fix(alert): correct discord avatar from png to jpg ( #3410 )
4 years ago
Daniel Gibbs
0068857b93
fix(arma3): increase glibc requirement to 2.27 ( #3408 )
4 years ago
Daniel Gibbs
5ad8422784
Release v21.2.2
4 years ago
Christian
641109750a
fix(valheim): disable queryport if public is set to 0 ( #3374 )
4 years ago
Daniel Gibbs
1df5f0bbbd
fix(start): revert commit removing quotes from tmux
This reverts commit 3d396049a6
.
This commit broke start parameters
4 years ago
Christian
06e348a2b6
fix(ts3): regression from #3283 ( #3369 )
4 years ago
Daniel Gibbs
dd2ab39170
Revert "fix(vhserver): add escaped quotes to Valheim startparams to account for spaces ( #3272 )" ( #3370 )
This reverts commit 8db3b6d487
.
Co-authored-by: Brandon <[email protected] >
4 years ago
Daniel Gibbs
3eeaf8fcc7
Release v21.1.1
4 years ago
Daniel Gibbs
a5785c4a67
feat(ut99): update to 469b ( #3364 )
4 years ago
Daniel Gibbs
5981accf02
feat(etl): update ET: Legacy to 2.76 ( #3363 )
4 years ago
Christian
7a30e36de4
fix(deps): add detection for lxc container add hostname dependency ( #3350 )
4 years ago
Christian
5fc8953bdc
fix(details): fix to show last backup ( #3348 )
4 years ago
Christian
47d0de16c8
fix(fastdl): add missing file extention vmt and vtf ( #3349 )
4 years ago
Christian
9ecc950922
feat(rust): add option to set gamemode for server ( #3343 )
4 years ago
Christian
3942ff6101
fix: regression from #3328 for tmux version ( #3342 )
4 years ago
Christian
40625a7892
fix: startparameters set instead of parms and call function to eval parms once ( #3340 )
4 years ago
Daniel Gibbs
f5bc105114
Release v21.2.0
4 years ago
Daniel Gibbs
bb994660f7
fix(config): resolves issue with settings not always picked up in start parameter ( #3320 )
4 years ago
Nick Mayer
3d396049a6
fix(start): remove double quote from tmux ( #3333 )
#3239
Quoting the command and arguments causes tmux to treat it as a single command with spaces in it. Remove the quotes so tmux properly runs the command and passes arguments.
4 years ago
Bryan Jeter
389964f739
Force $lastbackup to use latest date.
Use ls -1tr in place of find
* produce a simple list,
* one item per line,
* sorted by date reverse.
4 years ago
Daniel Gibbs
6c377f5e9d
fix(post-details): prevent password showing in start parameters ( #3315 )
* remove remaining fn_parms
* remove ${parms}
* updated UI and comments
* add server date and other details improvements
* fix(post-details): prevent serverpassword showing in start parameters
4 years ago
Alex Handlovits
794cde8980
fix(info): get most recent backup instead of oldest ( #3319 )
4 years ago
Daniel Gibbs
8582b0a629
fix(ut2k4): depricate dependencys for ut2k4 and ut99 ( #3309 )
* removed ut2k4 and ut99 dependencys and tmux detection refactor
4 years ago
Christian
4e5984ddc0
fix(ts3): add fix to detect accounting file and delete if possible ( #3204 )
4 years ago
Christian
7640496726
feat(newserver): add PaperMC Server and Waterfall ( #3292 )
* feature(newserver): add PaperMC Server and Waterfall
PaperMC is a Minecraft server fork of spigot (which is a fork of Bukkit) with some improvement and also an API to check when update is needed
It support version selection via the API
Co-authored-by: Daniel Gibbs <[email protected] >
4 years ago
Daniel Gibbs
0ca6c8a0fb
feat(send): new command send ( #3288 )
The send command will appear for any game servers that support sending commands within the console i.e interactive console.
Note: This is not rcon support
Co-authored-by: Daniel Gibbs <[email protected] >
Co-authored-by: DUDU54 <[email protected] >
4 years ago
Brandon
8db3b6d487
fix(vhserver): add escaped quotes to Valheim startparams to account for spaces ( #3272 )
4 years ago
RuioWolf
2310d9e510
feat(alert): add an option to use a reverse proxied Telegram API server. ( #3228 )
4 years ago
Kirill Shamilin
4b86df305f
fix(ts3server): correct arch var in if statement ( #3283 )
fix update TS3.
without these changes i can't use the update function on my i686 system.
Did not test it on other systems then Debian 10 i686
4 years ago
Christian
ce1fe2955a
feat(core_dl): add more hashing methods ( #3280 )
4 years ago
Cryotize
1aa07bbf60
feat(arkserver): updated default map comment ( #3285 )
Added TheCenter, Extinction, Valguero_P and Genesis as default maps.
4 years ago
SimoFiuz
93d3b1e45c
feat(install): add support for Pop!OS! dependency checks ( #3274 )
Fix for #3264
4 years ago
Lee Robert
9e30f4f19f
fix:(vhserver) Add support for changing savedir in valheim ( #3266 )
4 years ago
plieblang
7413f304d1
fix:(mods): update Metamod:Source stable version ( #3227 )
4 years ago
Daniel Gibbs
32320a6a03
Release v21.1.3
4 years ago
Daniel
c743e2017d
feat(vhserver): add hint to valheim password length ( #3216 )
* Add hint to valheim password length
Add hint to default config file. If password is shorten than 5 characters the server did not start.
4 years ago
Daniel Gibbs
ab4fc05218
feat(vhserver): add server query
add query port to details
correct inbound direction
4 years ago
Daniel Gibbs
8bcfc7ee7f
fix(vhserver): update start parameters for multi word server names
aaa
4 years ago
Daniel Gibbs
90a75aedd5
Release v21.1.2
4 years ago
Daniel Gibbs
3347c70c3a
fix(backup): resolve issues with lockfile check and creation ( #3214 )
* check lockfile has been fixed
* lockfile is only created once compression starts
4 years ago