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
852feec520
fix: standardise and refactor comment headers ( #3198 )
4 years ago
Daniel Gibbs
ee515b7786
feat(alerts): add rocket.chat and alerts refactor ( #3051 )
* update linuxgsm alert logo
* add Rocket.chat alert option
* Refactor of post details by removing pastebin and hastebin
* Improved alert standardisation
Co-authored-by: Alasdair Haig <[email protected] >
Co-authored-by: Alasdair Haig <[email protected] >
Co-authored-by: AlasdairHaig <[email protected] >
5 years ago
Daniel Gibbs
66bf5e059e
feat(log): refactor log handling ( #2859 )
* standardise module identifiers
* renamed logs.sh to core_logs.sh
* improve stats log
* remove local
* functionselfname rename
5 years ago
Daniel Gibbs
f76cd6b266
fix(logs): resolve modulename not showing in logs ( #2818 )
5 years ago
Daniel Gibbs
d106384e28
feat: convert commandname to modulename ( #2728 )
5 years ago
Daniel Gibbs
835fdee88e
feat(core): convert ${curlpath} to using curl and improve code standards ( #2616 )
5 years ago
Daniel Gibbs
b4290a3c96
feat(linuxgsm): depricate servicename variable ( #2594 )
servicename has been now completely replaced with selfname
5 years ago
Daniel Gibbs
e27143946f
fix(config): standardise design and bug fixes various issues with _default.cfg files ( #2582 )
5 years ago
Daniel Gibbs
7059d9a6cf
feat(linuxgsm): various ui improvements ( #2554 )
* added column to debug
* added colour to header
* colourised LinuxGSM header text
* updated donate message
* ascii logo
* warn colour and altered header
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
frisasky1
6e48c66e18
fix(bsserver): fix launch issue and add GSLT support ( #2276 )
Co-authored-by: [email protected]
* fix launch problem
* add gslt parameter
* blade symphony now requires gslt
6 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
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
77f1f9ea23
changed to new domain linuxgsm.com
7 years ago
Daniel Gibbs
0b6d5dfb28
SC2162
7 years ago
Daniel Gibbs
1db34297d0
Updated GSLT
7 years ago
Daniel Gibbs
fdbc6fc73c
updated function_selfname to help with issue #1425
8 years ago
Marvin Lehmann
839b6b4e3e
Improved sed safety
8 years ago
Marvin Lehmann
b1493a5e9a
Fixed GSLT installation
8 years ago
Daniel Gibbs
40c36615cd
code tidy then
8 years ago
Daniel Gibbs
11696acf5a
Renamed LGSM to LinuxGSM
For consistant branding.
8 years ago
Daniel Gibbs
f2901c0e94
Tower Unite bypasses GSLT input and only informs user
8 years ago
Daniel Gibbs
ee392a3359
Counter Strike is now Counter-Strike
Fixed game names
9 years ago
Daniel Gibbs
d02b6a83f0
#1006 CS Source Requires now GSLT
9 years ago
Daniel Gibbs
46941def99
function_selfname + fixes
9 years ago
Daniel Gibbs
21512494fa
module name has been split
now named
commandname and command action
command name is used in logs
command action is used on-screen.
Also alterations to function_selfname now called just selfname
9 years ago
Daniel Gibbs
b8f44749a0
Ditched lgsm_version as not used
added
local modulename="Function"
local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
to all functions
9 years ago
Daniel Gibbs
97864ef769
updated log messages
9 years ago
Daniel Gibbs
b6c117bca6
local modulename may be required after all
9 years ago
Daniel Gibbs
e880fda8fe
Removed local from module name as for functions only
9 years ago
Daniel Gibbs
adfbaa49f3
updated fn_scriptlog to fn_script_log
Bringing in line with other function names
9 years ago
Daniel Gibbs
bf03a08f06
Version 210516
9 years ago
Daniel Gibbs
5401972356
Corrected = separator length
9 years ago
Daniel Gibbs
65bc10074c
Changed http to https on LGSM links
9 years ago
Daniel Gibbs
841a65b2f7
moved functions to lgsm dir
9 years ago
Daniel Gibbs
d9f9e76ad9
Added module name to all install functions
9 years ago
Daniel Gibbs
364856e819
Optimised function
9 years ago
Daniel Gibbs
5f290fd3b8
Updates all version numbers
9 years ago
Daniel Gibbs
f005da0fe8
Renamed all functions test required now
9 years ago
Daniel Gibbs
860126bf7d
Initial renaming
creating new branch to test renaming
9 years ago
Daniel Gibbs
39e963fb13
Change to function version to variable
9 years ago
Daniel Gibbs
51eceba913
added more info for auto install
9 years ago
Daniel Gibbs
188c583209
Added auto install mode for GSLT
9 years ago
Daniel Gibbs
ee9885fb01
Added installer instuctions for GSLT
9 years ago