UltimateByte
ea8cc95c6e
Fixes validate function
appid var was set to an unset variable for unknown reason
7 years ago
Daniel Gibbs
edb3838a44
Fix for issue #1887
7 years ago
Daniel Gibbs
e219af6c3b
Merge pull request #1863 from GlennKintscher/feature/ecoserver
Add Eco server
7 years ago
Daniel Gibbs
bd66f2f07d
Merge branch 'feature/ecoserver' into feature/ecoserver
7 years ago
Daniel Gibbs
6de42480be
removed double quotes as per #1881
7 years ago
Daniel Gibbs
889198a0f9
Merge remote-tracking branch 'origin/develop' into develop
7 years ago
Daniel Gibbs
32eccb8cbd
Merge pull request #1874 from dessant/patch-1
Fix support bot config
7 years ago
Daniel Gibbs
c99e53810a
Merge branch 'feature/tmux-180416' into develop
7 years ago
Daniel Gibbs
0fe368fb93
space
7 years ago
UltimateByte
0a575f666d
Fixed & simplified log rotation changes from my previous commit
7 years ago
UltimateByte
aa31cdb74b
Better place to remove the lockfile
7 years ago
UltimateByte
aed05e2dc1
You can remain quiet now tmux, we know you're here
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
476320095e
Remaining -t= to clean
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
0bd1a5b5d1
Merge branch 'hotfix/console-180415'
7 years ago
UltimateByte
cddf624f74
Merge branch 'hotfix/console-180415' into develop
7 years ago
UltimateByte
e665e87531
Merge branch 'hotfix/180313-teamspeak3' into develop
7 years ago
UltimateByte
3882ab51d4
Merge remote-tracking branch 'origin/develop' into develop
7 years ago
UltimateByte
5129bae13b
Merge branch 'hotfix/console-180415'
7 years ago
UltimateByte
0bef9209e6
Merge branch 'hotfix/console-180415' into develop
7 years ago
UltimateByte
5e1dcdab17
-t= won't work with some tmux versions
7 years ago
UltimateByte
c64d1dac74
Properly attach tmux session
7 years ago
Daniel Gibbs
1e2cbe0859
cr
7 years ago
Daniel Gibbs
cce3a7d710
Merge branch 'hotfix/180409.5'
7 years ago
Daniel Gibbs
c4c521eaff
Merge branch 'hotfix/180409.5' into develop
7 years ago
Daniel Gibbs
7c33d2753f
Hotfix 180409.5
Fixed stabound server trying to query even if query is disabled
7 years ago
Daniel Gibbs
b7e121ee72
updated dev command headers
7 years ago
Daniel Gibbs
5e4ce94e6e
added command_dev_clear_functions.sh
7 years ago
Daniel Gibbs
b84f5dc701
added missing cmd_dev_clear_functions
7 years ago
Daniel Gibbs
8a1778a22b
added checkip to query raw
7 years ago
Daniel Gibbs
3bfdd298be
Merge branch 'hotfix/180409.4'
7 years ago
Daniel Gibbs
758dbf5c3a
Merge branch 'hotfix/180409.4' into develop
7 years ago
Daniel Gibbs
8227aada16
Hotfix 180409.4
Reverted some tmux changes for tmux send
7 years ago
Daniel Gibbs
0f94503675
Merge branch 'hotfix/180409.3'
7 years ago
Daniel Gibbs
1dd8c00589
Merge branch 'hotfix/180409.3' into develop
7 years ago
Daniel Gibbs
254007905c
Merge branch 'hotfix/180409.3' into develop
7 years ago
Daniel Gibbs
6993d344c7
Hotfix 180409.3
added missing query port for Rust
7 years ago
Daniel Gibbs
f0846ea234
Merge branch 'hotfix/180409.2'
7 years ago
Daniel Gibbs
e4cdc693fa
Merge branch 'hotfix/180409.2' into develop
7 years ago
Daniel Gibbs
722526ce67
Hotfix 180409.2
Added missing queryport to source engine games
7 years ago
Daniel Gibbs
4cbeae26e3
Merge branch 'hotfix/180409.1'
7 years ago
Daniel Gibbs
02adb7f373
Merge branch 'hotfix/180409.1' into develop
7 years ago
Daniel Gibbs
655b908a77
Hotfix 180409.1
Re-added function that was accedently removed
7 years ago
Armin Sebastian
01d640e0fd
Fix support bot config
7 years ago
Daniel Gibbs
543fa19872
Merge branch 'release/180409'
7 years ago
Daniel Gibbs
2b5dcd92f8
Merge branch 'release/180409' into develop
7 years ago
Daniel Gibbs
d472532c32
Merge branch 'release/180409' into develop
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
305b5b0403
discord now uses extip instead of ip.
7 years ago