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
AnthonyAMC
9b325c7c26
fix(perms): corrects tab ( #3531 )
Removes erroneous TAB character.
Fixes #3530
4 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
abaa614cad
feat: general code standards improvements ( #2730 )
* add missing space in ; then
* standardise command if
* standardised True if the length of "STRING" is non-zero.
* changed -e to -f
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
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
e3a94dccf6
correct comment
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
a79feaf34c
feat(update): Update command refactor
* Update update_factorio.sh
* feat(core): add error eol message
* fix(alert): resolve typo with script messages
* fix(check): add debug to executable check
* fix(general): correct commandname
* fix(general): change to lowercase
* fix(general): remove not required exitcodes
* fix(general): remove not required exitcodes
fix(general): remove not required exitcodes
* fix(check): a minor refactor
* feat(linuxgsm): Clear tmp directory
added script log
* feat(update: Factorio update now checks current build from executable
* feat(update: Factorio update now checks current build from executable
sqush
* moved executable dir
* feat(update): refactor of fctrserver updater
* changed to directory
squash
* corrected build details in log file
* corrected build details in log file
* more changes to logging
* altered log messages
* Re-worded current>local latest>remote
* Re-worded current>local latest>remote
* corrected logging
* corrected fn_script_log_fatal
* altered message to error from fatal
* improves messages
* minor tidy
* correct script log message
* code tidy
* feat(mumble): refactor mumble updater
* feat(mtaserver): refactor mtaserver updater
* feat(mcserver): refactor mcserver updater
* feat(fctrserver): refactor fctrserver updater
* tidy up script wording
* corrected function name
* bug fixes for mcserver updater
* add sleep to allow mcserver time to generate log file
* increase timer to 30 seconds
* increased to 60 seconds
* changed back to red
* add check for log file delay to allow time to generate
* further refactor improvements
* mtaserver: curl now uses to get info from version.h
* minor tidy
* refactor ts3 updater
* corrected server arch
* refactor
* refactor updaters
* refactor updaters
* removed app_info_print
6 years ago
Bourne-ID
31371c98de
fix(install): Sudo prompt on auto-install mode
Changed sudo -v to sudo -n true in ai mode to prevent password prompt
6 years ago
Daniel Gibbs
fc4028296f
refactor(docs): change all urls from the old wiki to new docs ( #2122 )
refactor(docs): change all urls from the old wiki to new docs (#2122 )
6 years ago
Daniel Gibbs
430997bd40
refactor(docs): change all urls from the old wiki to new docs ( #2122 )
6 years ago
Daniel Gibbs
c05d51fec3
Dependency checking can run as root ( #2032 )
* Only dependency checks will run as root user when starting the installer e.g `./csgoserver install`
* If running dep check as root LinuxGSM will remove any files in `lgsm` that belong to root
* Master server check will not run if jq missing
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
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
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
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
7a4438e8d0
sys permission fix only upon server start
fixes #1303
8 years ago
Daniel Gibbs
c1579de5e8
Permissions alert will only happen during monitor
Monitor needs to alert about permissions issues as the admin may not be around while this issue os occuring.
8 years ago
Daniel Gibbs
4376a540fc
Added permissions alert
an alert will go out if there is a permissions issue
8 years ago
Daniel Gibbs
11696acf5a
Renamed LGSM to LinuxGSM
For consistant branding.
8 years ago
UltimateByte
6d63023ac2
fn_print_ok_nl "Automatically fixing ...
8 years ago
UltimateByte
f09274abc8
better output & logging
8 years ago
UltimateByte
f54e5af264
output improvements
8 years ago
UltimateByte
81848996ff
log_info instead of warn
otherwise fails even if fixed because of exitcode from log_warn
8 years ago
UltimateByte
51f6a5b25a
warn & error in the right places
8 years ago
UltimateByte
63d58bccb4
better output with sleeps
8 years ago
UltimateByte
cc8273d24f
missing chmod
8 years ago
UltimateByte
369f5cc951
comments location & func name
8 years ago
UltimateByte
416d15e76e
Ordering/naming to make more sense
8 years ago
UltimateByte
0ba392d490
typo fixes
8 years ago
UltimateByte
6bcf93e218
fixes & rework perms on /sys
8 years ago
UltimateByte
462a653b36
attempt for permission errors in /sys fix||alert
8 years ago
UltimateByte
a96b547488
Reverted changes
8 years ago
UltimateByte
b126bc6584
Cleaning message
8 years ago
UltimateByte
858f1f24b8
Executable not found message
8 years ago
Daniel Gibbs
f3b128a002
Bad spelling: directories not directorys
9 years ago
Daniel Gibbs
4aa8544dfa
Its called folders in Windows & directorys in Linux
9 years ago
UltimateByte
3aa5242cc5
syntax
9 years ago
UltimateByte
4b4477199d
closing ) is better after opening
9 years ago
UltimateByte
745254777a
more elegant execname
9 years ago
UltimateByte
a36e646bf7
new line, now nice output
9 years ago
UltimateByte
3484854959
refresh values for second check
9 years ago