Daniel Gibbs
31db555ecb
changes to stop start
6 years ago
Daniel Gibbs
7c9a4f7d82
feat(stop): stop type can now be set in _default.cfg ( #2520 )
6 years ago
Christian
bcd585bae9
feat(newserver): Soldat ( #2445 )
Co-authored-by: Christian Birk <[email protected] >
6 years ago
Daniel Gibbs
e0acffad80
feat: Refactor comments to follow standards ( #2389 )
6 years ago
Daniel Gibbs
fa6cfe4086
feat(ui): add message display setting ( #2357 )
* setting to change the time in seconds messages are displayed. Default 0.5s
* Travis-CI messages have a 0s delay to speed up testing.
6 years ago
Daniel Gibbs
3a6881ae3d
fix(stop): correct minor print error
6 years ago
Daniel Gibbs
43a69debd5
fix(stop): sdtd telnet stop will now work with no password set
6 years ago
Daniel Gibbs
b957af66ec
feat(stop): update telent message to include port
6 years ago
Daniel Gibbs
cfbc460667
refactor: shortname variable change ( #2088 )
* change `${gamename}` to `${shortname}`
* apply shellcheck recommendations
6 years ago
Daniel Gibbs
7c3074ea08
Fixed exitbypass not working for install fixes
7 years ago
Daniel Gibbs
2965c8a7c8
Wurm: Unlimited ( #2041 )
* added wurmserver
* debug mode does not function with Wurm: Unlimited
* gamedig does not function with Wurm: Unlimted, however gsquery does work
* fixed ansi function not using colours correctly
7 years ago
Bourne-ID
2ac82b9698
Fix Ctrl C in tmux
tmux was sending the -t argument into the session instead of parsing it.
7 years ago
Daniel Gibbs
6848c9dbf7
Revert " SC2168: 'local' is only valid in functions."
This reverts commit 062ca4236c
.
7 years ago
Daniel Gibbs
616e976251
Revert "SC2168: 'local' is only valid in functions."
This reverts commit aaa971c0ad
.
7 years ago
Daniel Gibbs
aaa971c0ad
SC2168: 'local' is only valid in functions.
7 years ago
Daniel Gibbs
062ca4236c
SC2168: 'local' is only valid in functions.
7 years ago
UltimateByte
aa31cdb74b
Better place to remove the lockfile
7 years ago
UltimateByte
97c87a9d56
Fixed tmux sessions killed when they should not
When graceful works, probably because of pipe-pane or for whatever reason, the tmux session dies. But fn_stop_tmux was ran anyways, which then caused a command like
tmux kill-session -t csgoserver
to affect the closest matching alternate, like csgoserver-2 tmux session.
With this change, we make sure to run the session kill only when required.
7 years ago
UltimateByte
01919f2830
Major cleaning of tmux handling
- Improved tmux session listing
- Removed redundant checks
- Reorganized tests orders
- Added a missing space
7 years ago
UltimateByte
5e1dcdab17
-t= won't work with some tmux versions
7 years ago
Daniel Gibbs
8227aada16
Hotfix 180409.4
Reverted some tmux changes for tmux send
7 years ago
Daniel Gibbs
fff8e0a2f5
Release 180409
* Added new server Rising World
* Added new server ET: Legacy
* Added support for node-gamedig
* Updated Factorio to glibc 2.18
* Changed apt-get to apt
* Changed many sleep timers from 1 second to 0.5 to speed up LinuxGSM
* Fix for issue #1784 Tmux closing wrong session
* Fixed dependency requirements for CoD 2 and CoD:UO #1866
* Discord now uses external IP over standard IP
* Code tidy/improvements with guidance from Shellcheck
* Added development command query-raw
* Added development command clear-functions
* Added development log dev-debug-function-order.log
* Added fctrserver to Travis CI tests
* Updates to GitHub Issues; Added bots and updated templated
* Fixed waffle.io button no longer working
* Corrected Query Port for UT3 (Query Port does not work btw)
7 years ago
Daniel Gibbs
d5a0853d8c
Fix issue #1784 Tmux closing wrong session
7 years ago
Daniel Gibbs
64701aceae
Shellcheck code tidy
SC2164
SC2086
SC2062
SC2046
SC2143
SC2086
SC2164
7 years ago
Daniel Gibbs
b6acd56063
SC2046
7 years ago
Daniel Gibbs
f09769bd21
SC2062
7 years ago
Daniel Gibbs
77f1f9ea23
changed to new domain linuxgsm.com
7 years ago
Daniel Gibbs
a4140cbca6
SC2046
7 years ago
Daniel Gibbs
bbcf07603d
removed which command as per shellcheck
command is a POSIX and will exclusivly use this moving forward. https://github.com/koalaman/shellcheck/wiki/SC2230
7 years ago
Casper
8faffe4ab8
Revert "Changed the target-session of all tmux commands to use exact matching."
This reverts commit 14efacbdac
.
7 years ago
Daniel Gibbs
f3de875324
added graceful shutdown for NS2 and NS2C
7 years ago
Daniel Gibbs
817b15a02f
added avalanche engines to CTRL+c exit
7 years ago
Casper
14efacbdac
Changed the target-session of all tmux commands to use exact matching.
7 years ago
Daniel Gibbs
fdbc6fc73c
updated function_selfname to help with issue #1425
8 years ago
Marvin Lehmann
e6bd1a12f0
Added graceful stop support for Project Zomboid
8 years ago
Marvin Lehmann
c1c976002b
Combined similar graceful stop functions into one
by making the console command and timeout parameters.
8 years ago
Niels Kräupl
a5e4d51092
fixed syntax error [: missing `]'
fixed [ .... ] Stopping sdtdserver: Graceful: telnet: 127.0.0.1/home/sdtdserver/lgsm/functions/command_stop.sh: line 91: [: missing `]'
8 years ago
Daniel Gibbs
a7e79a5350
renamed scriptlog to lgsmlog
Since there are so many types of logs beign used now changing script to lgsm will clarify what you are working with
8 years ago
Marvin Lehmann
e82deb4a91
Compare gamename instead of engine for MC and MTA
- removed unneeded checks
- corrected comments
8 years ago
Marvin Lehmann
441ff90712
Fixed graceful select order
8 years ago
Marvin Lehmann
8008501f5a
Added graceful shutdown for Terraria
8 years ago
Daniel Gibbs
980aae42ff
corrected if
8 years ago
Daniel Gibbs
73770c5696
fixes #880
if no telnet password is set it sets one. This will cause the telnet login attempt to fail rather than stall.
8 years ago
Daniel Gibbs
ec82b62493
added 2>/dev/null to all command if statements
8 years ago
Daniel Gibbs
6fbd530633
renamed filesdir to serverfiles
makign it easier to understand by changing the var to serverfiles (the actual name of the directory
8 years ago
UltimateByte
98854eacff
Fixed function syntax breaking Ark stop
Fixes #1335
8 years ago
Daniel Gibbs
73a44719ae
Added several more games to graceful shutdown
8 years ago
Daniel Gibbs
9f1c03da94
Imrprovements to graceful shutdown
quake servers now also do graceful shutdown
8 years ago
Daniel Gibbs
11696acf5a
Renamed LGSM to LinuxGSM
For consistant branding.
8 years ago
Daniel Gibbs
4f75192b6c
Added graceful stop for all unreal engine servers
8 years ago