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
|
67333ffeb9
|
feat(console): allow console to state if verbose and/or interactive (#3000)
|
5 years ago |
Daniel Gibbs
|
be0c448896
|
feat(steamcmd): refactor how SteamCMD server downloads are handled (#2959)
Handling of SteamCMD and error checking
|
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
|
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
|
1d41bc66d3
|
feat(refactor): general refactor of if statements (#2492)
* Codacy recommendation fixes
|
6 years ago |
Daniel Gibbs
|
77f1f9ea23
|
changed to new domain linuxgsm.com
|
7 years ago |
Daniel Gibbs
|
11696acf5a
|
Renamed LGSM to LinuxGSM
For consistant branding.
|
8 years ago |
Marvin Lehmann
|
3eee2b3690
|
Fixed some typos and improved descriptions
These changes do not affect the functionality of the code.
|
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
|
3833aed5fa
|
updated commend
|
9 years ago |
Daniel Gibbs
|
4716aeb182
|
exitcode trap
designed to give and exit code at anytime if ctrl-c is pressed
|
9 years ago |