Commit Graph

263 Commits

Author SHA1 Message Date
Alexander Savchuk
3d6f46ec66
Bump version to 0.9.9 2018-10-10 22:35:05 +13:00
Alexander Savchuk
e7d649ff4f
Bump version to 0.9.8 2018-10-04 23:29:24 +13:00
Ben Pflueg
dc290582eb Fix downloading latest file for minecraft jargroup
- Use 'jq' as json interpreter instead of grep regex
- Use latest package format
2018-10-01 19:44:06 +02:00
Ben Pflueg
2f1796bf86 Fix code indentions; Show path to eula.txt when it is not accepted yet 2018-10-01 19:35:31 +02:00
Alexander Savchuk
0311691f9b Try releasing a new version to fix version.json issue 2018-07-20 14:45:59 +12:00
Danaak
3d2224591b
Update to handle the new server urls
aws pathing is no longer being updated. This grabs the latest package file and extracts the server jar
2018-06-25 15:22:53 +07:00
M-D-M
59b137e8f5 Update version number to 0.9.5 to support #346
Update version number to 0.9.5 to support pull #346
2017-04-18 14:35:40 -04:00
Vladimir Kirov
06207153ac Quoting to avoid expansion
Should address #330 #327 and #319
2016-10-26 22:01:14 +03:00
Tristan Donkers
6a48129c0e bumped version and update changelog 2015-10-07 17:20:38 +11:00
Tristan Donkers
299d2b0b00 Prevent info about unset server version being printed during logroll or config command 2015-09-22 03:07:00 +10:00
Tristan Donkers
556733d192 Fix bug where in some situations $SERVER_PATH was being prepended to $*_PATH variables unnecessarily. 2015-09-12 13:16:59 +10:00
Tristan Donkers
7646dfa403 Missed a ; in the versionable_properties list. Damn it. 2015-09-06 13:03:18 +10:00
Tristan Donkers
911ba13b05 Change case of local versionable_properties to match precedence. 2015-09-06 12:59:13 +10:00
Tristan Donkers
c41ba62dab Defined a list of properties that can be versioned, the regex filter was not strict enough. 2015-09-06 12:37:46 +10:00
Tristan Donkers
d38a328324 Merge branch 'versionable_properties' 2015-08-29 15:20:44 +10:00
Tristan Donkers
66c60976b5 Applied the 'script /dev/null' fix to the screen -r command in the command_server_console() function. 2015-08-29 14:43:09 +10:00
Tristan Donkers
af13191bb2 refactor of server_set_property(), move content of if block into the case statement and check if path is already absolute. 2015-08-28 23:25:28 +10:00
Tristan Donkers
0a637b82b7 Call read_server_conf() when reading set_property lines in versioning files. This allows overrides of version properties in the server.properties. 2015-08-23 11:32:02 +10:00
Tristan Donkers
f4d0c14aab Moved the server.properties checking to it's own function, read_server_conf(). 2015-08-23 11:26:30 +10:00
Tristan Donkers
ef2a6c537c Code re-factoring: Move case statment applying post-changes to values to the server_set_property() function. 2015-08-23 11:18:38 +10:00
Tristan Donkers
64e14e5b16 Only return 0 if this is a CONSOLE_ variable. 2015-08-23 10:08:59 +10:00
Tristan Donkers
9b60033c24 Change if conditions so versioning files are read for *_PATH as well as CONSOLE_* variables. 2015-08-23 10:07:31 +10:00
Tristan Donkers
3e9e72e128 Move the if block for making paths absolute into the server_set_property() function. 2015-08-23 10:06:14 +10:00
Tristan Donkers
4f85edb958 Use the server_set_property() function to set property values in all cases. 2015-08-23 10:00:51 +10:00
Tristan Donkers
a0850d7595 Add set_property() function to load properties from versioning files. 2015-08-23 09:56:54 +10:00
Blaine Motsinger
ce0ea447a4 bumped version 2015-08-22 11:04:57 -05:00
Tristan Donkers
73d4782e6e No longer required now tail has --follow=name --retry 2015-08-15 04:19:26 +10:00
Tristan Donkers
d6c7a08126 Hide errors from tail if server log get rolled during command_server_cmdlog(), server_log_get_line() or server_log_dots_for_lines(). 2015-08-15 04:13:55 +10:00
Tristan Donkers
d2467fba9a Add retry to tail, for cases where server rolls own log. 2015-08-15 02:39:47 +10:00
Tristan Donkers
6386814d46 Fix escaping fail on awk command in log_line_get_time() 2015-08-15 02:37:07 +10:00
Tristan Donkers
621963cf1c Update awk comand for time_string to support pre and post 1.7 log format 2015-08-15 01:28:28 +10:00
Tristan Donkers
c8c4788091 Moved LOG_REGEX variable to versioning file. 2015-08-14 02:46:28 +10:00
Marcus Whybrow
4f90d9453a Don't exit if single server is blocked by EULA 2015-07-26 01:22:08 +01:00
Marcus Whybrow
09ac4a93fc Correct grammar for "an EULA" message 2015-07-25 08:00:17 +01:00
Marcus Whybrow
ffff59c6cb Remove unnecessary whitespace (thanks Atom) 2015-07-25 07:48:56 +01:00
Marcus Whybrow
0455eb0236 Use error_exit() to report eula error message 2015-07-25 07:47:58 +01:00
Blaine Motsinger
d8e24f28a3 Added check for eula=true, as discussed in Issue #271 2015-07-25 04:31:33 +00:00
Blaine Motsinger
c9c4b2e55f Corrected logic in init/msm to allow for download of release or snapshot, while maintaining backwards compatibility. 2015-07-22 21:29:16 +00:00
Blaine Motsinger
2ddcf9286d bumper version number for patch changes 2015-07-22 13:18:20 +00:00
Blaine Motsinger
6a68e2b50c bumped version to 0.9.0 2015-07-20 02:39:34 +00:00
Blaine Motsinger
34c20dd869 Updated links for movement of repo, as discussed in #291. Although the links still work without issue, forwarded from the old address, I don't want to make the assumption this will continue into the future. 2015-07-15 16:36:16 +00:00
Blaine Motsinger
fa9736b247 Merge branch 'master' into install_stable_vanilla 2015-07-14 13:27:56 +00:00
kbmorris
03f36ec777 Reverted spellings identified as correct in comments
Reverted upper-case to uppercase; lower-case to lowercase;
and time-stamp to timestamp.
2014-03-05 21:07:41 -05:00
kbmorris
7578a9e34c Correct misspellings in comments and output of msm 2014-03-04 21:46:08 -05:00
Dan Brown
bc840aabbe Add rsync backups. 2014-02-08 16:53:15 -05:00
Akythius
3877587da7 Fixed path returned during jargroup getlatest.
When running `msm jargroup getlatest <name>`, msm was returning path of (removed) downloaded jar instead of existing jar when already up to date.
2013-11-25 21:50:18 +00:00
boozaa
00ec57f814 Add rdiff-backup optional backup worlds
Add some settings in msm.conf :
- boolean flags to enable or not zip original backup system or
rdiff-backup
- path where to store rdiff-backup world backups
- number of days to keep
- nice parameter
2013-11-03 01:14:35 +01:00
Max Bruckner
44af5bd8f5 added systemd service file
just put msm.service in /etc/systemd/system/ and make sure you have msm
accessible via /usr/local/bin

enable:  systemctl enable msm.service
disable: systemctl disable msm.service
start:   systemctl start msm.service
stop:    systemctl stop msm.service
2013-10-03 14:52:53 +02:00
Dan Berglund
23e3fbcd05 check for release or snapshot and get latest appropriate version 2013-09-23 11:40:55 -07:00
Zach Latta
f8434debea Merge pull request #196 from IronTetsubo/issue117
Fixes issue #117 - msm restart properly says server message for restart,...
2013-09-13 19:22:56 -07:00