Daniel Gibbs
77d243482c
Merge pull request #1172 from JATO457/develop
Adds Channel support to Pushbullet alerts.
9 years ago
Daniel Gibbs
59890d162a
Merged branch hotfixes into develop
9 years ago
Daniel Gibbs
85a51d045a
Merged develop into hotfixes
9 years ago
Daniel Gibbs
bab3ef6403
Merged hotfix-pzserver into develop
9 years ago
Daniel Gibbs
f8ef089ae0
Merged branch hotfix-pzserver into master
9 years ago
Daniel Gibbs
2d653e7653
Version to remain the same with hotfixes
9 years ago
Marvin Lehmann
4092d49278
Fixed Project Zomboid config handling
- Corrected default config names
- Use service name for config and "server name"
- Added fn_check_cfgdir call to create non-existing config directory
9 years ago
Daniel Gibbs
b93af8ce7a
Merged branch hotfixes into master
9 years ago
UltimateByte
2ef211d0bc
Check variables first & remove lockfile earlier
9 years ago
Marvin Lehmann
904cd4cbec
Switched config branch and removed token message after install
9 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
abcb34ac53
hotfix for ts3 server pass
9 years ago
UltimateByte
9bf74b80c2
executable hotfix for Rust | fixes #1171
9 years ago
Daniel Gibbs
f0bd1bfc5c
Release/161113 ( #1185 )
* Fixes #991 (#1165 )
* stbuf will no longer be used on x64 #991
* Added BF1942 ncurses requirement to CentOS
* adding Call of Duty (#1118 )
* adding Call of Duty 2 (#1127 )
* Improvements up command_backup.sh
added backup trap and improved lockfile support
changes to the messages displayed on screen
renamed some functions
other misc changes
9 years ago
Daniel Gibbs
93fd712b7c
Merged release/161113 into develop
9 years ago
Daniel Gibbs
8e7574a039
Removed this config as not required
9 years ago
Daniel Gibbs
043b44d315
Added bypass for travis tests
9 years ago
Daniel Gibbs
c6f5aed2c1
Added config.lua for jc2 test
9 years ago
Marvin Lehmann
cf1584ebe8
Corrected name of Starbound config
9 years ago
Marvin Lehmann
cd6d644272
Corrected name of Starbound config
9 years ago
Daniel Gibbs
91fd6952e4
fix_cod2.sh not required
9 years ago
Daniel Gibbs
9a93dc3d2f
Release number updated
9 years ago
Daniel Gibbs
fe50133cef
Backup Improvements ( #1184 )
* Added last backup x days ago
* Added lock file creation to logs
* corrected trap display ...
* updated log messages
* Improvements up command_backup.sh
added backup trap and improved lockfile support
changes to the messages displayed on screen
renamed some functions
other misc changes
9 years ago
Daniel Gibbs
efcbc84a63
Updated test with new style
9 years ago
Daniel Gibbs
059cac1a0f
Corrected game name
9 years ago
Daniel Gibbs
96a34c9b07
Serverfiles now in order
9 years ago
Daniel Gibbs
e714e6a412
Merge branch 'develop'
Conflicts:
lgsm/functions/command_install.sh
lgsm/functions/fix.sh
lgsm/functions/fix_glibc.sh
lgsm/functions/install_config.sh
lgsm/functions/install_server_files.sh
9 years ago
Alexander Hurd
d8bd68e9c8
adding Call of Duty 2 ( #1127 )
* Added Call of Duty 2
9 years ago
Marvin Lehmann
8a21bfe48d
Fixes and improvements
- moved tick_rate to config
- corrected config info (port -> masterport)
- corrected default cluster.ini path
- added missing $ for variables
9 years ago
Marvin Lehmann
316509f3aa
Switched to dstserver-new branch
9 years ago
Marvin Lehmann
4ab4218fbc
Added missing "then"
9 years ago
Marvin Lehmann
d5b7c3cba6
Overhauled Don't Starve Together server
WORK IN PROGRESS
- use ip parameter and/or ip from config
- standardize fn_dstconfig() ?
- ..
9 years ago
UltimateByte
ade6d66a18
executable hotfix for Rust | fixes #1171
9 years ago
UltimateByte
ee6c6c920e
hotfix for ts3 server pass
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
JATO457
54d5760df5
Merge pull request #1 from JATO457/pushbullet-channelpush
Pushbullet Channel Support
9 years ago
JATO457
b845252e4d
Pushbullet Channel Support
Adds support to push to channels with alert_pushbullet.sh and strings
added to main server files
9 years ago
Alexander Hurd
7d16230522
adding Call of Duty ( #1118 )
* adding codserver Call of Duty 1
9 years ago
Daniel Gibbs
1e0215734d
Updated comment
9 years ago
Daniel Gibbs
c978dde5c9
Added BF1942 ncurses requirement to CentOS
9 years ago
Daniel Gibbs
dcd5fb72a8
Merged branch release-161030 into develop
9 years ago
UltimateByte
f7a2ec60fc
Fixes #991 ( #1165 )
* stbuf will no longer be used on x64 #991
9 years ago
Daniel Gibbs
c896c1b25d
backupcount=0 by default
Previous solution 1a5fc1471b
caused issue with the find command showing an error.
9 years ago
Daniel Gibbs
fb918470e4
removed return
9 years ago
Daniel Gibbs
1a5fc1471b
Fixes bug allowing backups to show when there are no backups
Backups were being displayed in details even if the backups dir did not contain backups
9 years ago
Daniel Gibbs
2de0de549d
Merge from Master
9 years ago
Daniel Gibbs
a3e98d0039
Release 161030 ( #1162 )
* If there are backups in backup dir. Fixes #1140
* mainly improves logging #1098
* Better logging, output & compatibility #1098
* fn_check_cfgdir for Rust fixes #1141
* fn_set_config_vars is not for every game
removing some games i know don't use it
* Install config if missing fixes #1142
* Clear more logs #1137
* Putting all this into functions & prepare noprompt
* noprompt & shutdownonbackup #1098
* fix syntax & messages #1098
* messages that make more sense #1098
* New backup vars
# Backup
maxbackups="4"
maxbackupdays="30"
stoponbackup="on"
* Should fix missing cached mem #1143
* fix the fix for #1143 (close double quote)
* move -type f before -mtime
* New gameservers & features (#1158 )
* Two # is now one block of settings & descriptions
* directories comments and logs naming
* dgibbs revision and root check
* update_steamcmd.sh Check is now done out of functions
* Better way to detect screen #1154 and #1156
* Backup function improvements (#1161 )
* Added no of days since last backup
* Added lock file creation to logs
* Improvements up command_backup.sh
Changes to the messages displayed on screen
added trap and improved lockfile support
renamed some functions
other misc changes
* Updated Version numbers
9 years ago
Daniel Gibbs
5e0edfddb0
Removed "Steam login not set. Using anonymous login."
No requirement for it to be displayed everytime
9 years ago
Daniel Gibbs
a1f102f823
Updated Version numbers
9 years ago
Daniel Gibbs
788886450c
Backup function improvements ( #1161 )
* Added no of days since last backup
Allows the number of days since last backup to be displayed
* Added last backup x days ago
Added a bracket in the last backup date stating how many days ago the last backup took place
* Added lock file creation to logs
* corrected trap display ...
* Updated comment
* updated log message
* Lockfile
* downloading ${filename}...
* Improvements up command_backup.sh
Changes to the messages displayed on screen
added trap and improved lockfile support
renamed some functions
other misc changes
9 years ago