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
c4bef41367
SC2162
7 years ago
Daniel Gibbs
fdbc6fc73c
updated function_selfname to help with issue #1425
8 years ago
Daniel Gibbs
0bfbdbc01f
Got rid of double returns
8 years ago
UltimateByte
dd55ccf979
fn_print_header
As per #1035
8 years ago
Daniel Gibbs
11696acf5a
Renamed LGSM to LinuxGSM
For consistant branding.
8 years ago
s-eam
0901753364
Abstract Y/N Prompt Logic
- Modularize prompt logic into separate function (fn_prompt_yn)
- Refactor scripts to utilize fn_prompt_yn
- Enhance Y/N prompt interface for usability
8 years ago
UltimateByte
2ce6e91e44
hotfix for ts3 server pass
Issue: other functions were triggering core_exit.sh
Fix: bypass them
bonus: better output
Sample output:
http://hastebin.com/quxulezila.rb
9 years ago
UltimateByte
20de638b79
hotfix for ts3 server pass
Issue: other functions were triggering core_exit.sh
Fix: bypass them
bonus: better output
Sample output:
http://hastebin.com/quxulezila.rb
9 years ago
Daniel Gibbs
13ed1ea590
I cannot spell! updated "Information"
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
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
b013b20aa8
function_selfname is now local
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
3f22dc1ef5
converted more to exitcodes
9 years ago
Daniel Gibbs
b077588f36
More alterations for exitcodes
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
f373fe1201
code presentation
9 years ago
Daniel Gibbs
5401972356
Corrected = separator length
9 years ago
Daniel Gibbs
eb903e5145
info_ts3status.sh deprecated
9 years ago
Daniel Gibbs
96c86e8b6d
corrected [y/N]
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
ece19b3355
Updated messages func names
Update al messages function names to make is easier to read
9 years ago
Daniel Gibbs
cfa3ffa409
date
9 years ago
Daniel Gibbs
2ce3389e31
word server
9 years ago
Daniel Gibbs
656746f2cd
More interface changes
9 years ago
Daniel Gibbs
e056fc2b31
added nl
9 years ago
Daniel Gibbs
a4a6d16953
corrected messages
9 years ago
Daniel Gibbs
1c60dc3b6a
updated warning message
9 years ago
Daniel Gibbs
63589ee53e
Streamlined the command
* Streamlined the command to use command_start
* made interface mor like command_console and command_backup
9 years ago
Daniel Gibbs
f08f9a5477
Shortened the command name
Shortened form password to use pass
9 years ago
UltimateByte
9386317a77
adding ts3 functions
9 years ago
UltimateByte
94149361e6
Added ts3_server_password
9 years ago