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
Christian
a82ac53618
fix(fix_steamcmd): fix to use link for steamclient.so via link ( #3695 )
* fix(steamcmd): steamclient.so hardlink instead of copy
3 years ago
Daniel Gibbs
852feec520
fix: standardise and refactor comment headers ( #3198 )
4 years ago
Christian
6de6d900ed
feat(newserver): Colony Survival ( #3075 )
4 years ago
Christian
afe2b70cae
feat(new server): pvrserver ( #2384 )
4 years ago
Christian
901b7c3a16
fix(insserver): fix steamclient.so error ( #3062 )
5 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
H3o66
a6d564ccbe
refactor(fix): move steamclient.so fix to a seperate function
5 years ago
Daniel Gibbs
d961b05de3
fix(sdtdserver): fixes to sdtd ( #3041 )
* fix sdtd config handling for the port
* add steamclient.so fix to sdtd
* removed logfile from parameters to allow console display
* steamclient.so bug fix
* allow accurate ip to be set for webadminip in most cases
* master server query will loop through server ip addresses
* more accurate details on telnet IP address
* minor tidy up of details web admin and telnet
* sdtd does not have an interactive console
* correct steamclient.so fix
* remove x86 binary as no longer present
* more changes to steamclient.so
Co-authored-by: H3o66 <[email protected] >
5 years ago
Christian
cb03c16539
fix(pzserver): fix missing steamclient.so ( #3029 )
* further standardisation of steamclient.so fixes
Co-authored-by: Daniel Gibbs <[email protected] >
5 years ago
Christian
6fcd8d78f4
feat(newserver): Chivalry: Medieval Warfare ( #2880 )
Co-authored-by: Daniel Gibbs <[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
8f14f97ec5
feat(steamcmd): move steamcmd dir to standard location ( #2822 )
* improvements to steamclient.so fix
* added fix to install inconsistent location across distros
* added dev/null for master server
* XDG_DATA_HOME
* prevent check_last_update from restarting server if stopped
5 years ago
Daniel Gibbs
f76cd6b266
fix(logs): resolve modulename not showing in logs ( #2818 )
5 years ago
Daniel Gibbs
9ab09d9e9d
add alterative location for steamclient.so
5 years ago
Daniel Gibbs
4f383912be
fix(steamcmd): update steamcmd symbolic links
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
1fabc01356
feat(newserver): Barotrauma ( #2400 )
Co-authored-by: Yann Kraetzschmann <[email protected] >
6 years ago
Daniel Gibbs
5058214388
fix(fix): re-add fix_tf2 and minor fix refactor ( #2279 )
6 years ago
Daniel Gibbs
cfbc460667
refactor: shortname variable change ( #2088 )
* change `${gamename}` to `${shortname}`
* apply shellcheck recommendations
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
77f1f9ea23
changed to new domain linuxgsm.com
7 years ago
Daniel Gibbs
fdbc6fc73c
updated function_selfname to help with issue #1425
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
Daniel Gibbs
287475b491
A good tidy up
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
Daniel Gibbs
11696acf5a
Renamed LGSM to LinuxGSM
For consistant branding.
8 years ago
Marvin Lehmann
ac6df84900
Added steamclient.so fix
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
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
b32bb17ae4
functions_selfname is now just selfname
Also commented out any selfname that causes issues.
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
678f8b83f8
Removed trailing spaces from files
Added "trim_trailing_white_space_on_save": true in to my sublime
text install to make sure trailing spaces get removed.
9 years ago
Daniel Gibbs
bf03a08f06
Version 210516
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
5d6cf92630
Code tidy
9 years ago
Daniel Gibbs
995a4c584d
Optimised fixes
removed un-needed code
9 years ago
Daniel Gibbs
ece19b3355
Updated messages func names
Update al messages function names to make is easier to read
9 years ago
Daniel Gibbs
2629a9bbde
Removed gmod libsteam.so fix as per #596
9 years ago
Daniel Gibbs
dbc0832894
renamed function
9 years ago
Daniel Gibbs
7b31105b66
improved messages
9 years ago
Daniel Gibbs
8cccdfdccd
removed newline
9 years ago
Daniel Gibbs
eb6c4cbe0f
Added another message to scriptlog
9 years ago
Daniel Gibbs
a79c4bf1fb
outputs copy to logs instead of screen
9 years ago