Daniel Gibbs
1b7f2f9626
Alerts will postdetails to allow more info in alert
8 years ago
Daniel Gibbs
9c29197c45
removed fn_details_gameserver
8 years ago
Daniel Gibbs
d4af776a9f
added fn_info_logs
8 years ago
Daniel Gibbs
952e29c2f1
Email and details working with info_messages.sh
8 years ago
Daniel Gibbs
8aa35e4929
details being moved to info messages.sh
8 years ago
Daniel Gibbs
e99dc8b594
added message summery
8 years ago
Daniel Gibbs
110ee36644
minor message change
8 years ago
Daniel Gibbs
2b6bacad9b
minor message updates
8 years ago
Daniel Gibbs
a1ab4c6f4b
further improvements to alerts
8 years ago
Daniel Gibbs
0bfbdbc01f
Got rid of double returns
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
b3bf65c424
fixes #1152
8 years ago
Daniel Gibbs
6a7ad3db7f
filesdir is now serverfiles
8 years ago
Daniel Gibbs
11696acf5a
Renamed LGSM to LinuxGSM
For consistant branding.
8 years ago
Marvin Lehmann
3db82db867
Corrected overlooked maxplayers variables
I hope I shouldn't have created a branch for that.. Just a small dev
hotfix.
8 years ago
Daniel Gibbs
012e37640c
Changed slots to Maxplayers #1036
see issue #1036
8 years ago
Daniel Gibbs
9168387277
os has become distroname
also added distroversion to identify the distro version number
9 years ago
Marvin Lehmann
6b26e2437d
Changed Teamspeak to TeamSpeak
- added fix for TeamSpeak 3 scripts using gamename="Teamspeak 3"
(core_functions.sh)
9 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
82686dc616
nl
9 years ago
Daniel Gibbs
6928a32476
removed nl
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
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
jakubsuchybio
176919c2c8
Add variable to set email's sender 'emailfrom'
9 years ago
Daniel Gibbs
bf03a08f06
Version 210516
9 years ago
Daniel Gibbs
fdd4a72b89
Backward compatibility
9 years ago
Daniel Gibbs
885d3b118b
notifications are now called alerts
Added pushbullet support to all servers
9 years ago
Daniel Gibbs
e9ed446618
Setting up notification feature
Improved email feature and adding support for pushbullet
9 years ago