Commit Graph

373 Commits

Author SHA1 Message Date
Marcus Whybrow
3c9ac6fdba Add MSM install script 2012-08-12 02:46:50 +01:00
Marcus Whybrow
fcf4d69e72 Don't download files as root user, so deletion is easier 2012-08-12 02:45:15 +01:00
Marcus Whybrow
2534d2e89b Bump version to 0.8.7 2012-08-12 01:56:53 +01:00
Marcus Whybrow
04a30f4b31 Improve update cleanup to prevent auth messages after every command 2012-08-12 01:55:18 +01:00
Marcus Whybrow
7affffda32 Bump version to 0.8.6 2012-08-12 01:48:34 +01:00
Marcus Whybrow
9a485f0b89 Prevent always requiring root user on exiting script
fix #77, fix #78
2012-08-12 01:46:18 +01:00
Marcus Whybrow
416ac12bfd Bump version to 0.8.5 2012-08-12 01:34:33 +01:00
Marcus Whybrow
ed4d0bc53b Fix update output showing created when only updating 2012-08-12 01:26:11 +01:00
Marcus Whybrow
532b592589 Bump version to 0.8.4 2012-08-12 01:22:21 +01:00
Marcus Whybrow
b7630e369a Fix update code not updating! 2012-08-12 01:21:03 +01:00
Marcus Whybrow
a728685f6c Bump version to 0.8.3 2012-08-12 01:03:27 +01:00
Marcus Whybrow
377e8185c8 Fix bug in update checks 2012-08-12 01:02:22 +01:00
Marcus Whybrow
d80f212fb3 Bump version to 0.8.2 2012-08-12 00:59:16 +01:00
Marcus Whybrow
3e40faf2df Improve update output 2012-08-12 00:57:54 +01:00
Marcus Whybrow
0b47c6c7e1 Bump version to 0.8.1 2012-08-12 00:45:16 +01:00
Marcus Whybrow
b90fbba906 Add recursive update ability
Allows the update command to be updated + removed refusal to check for
updates if the versions are the same.
2012-08-12 00:43:04 +01:00
Marcus Whybrow
58ca70cf0a Add "update" to bash auto completion 2012-08-12 00:41:08 +01:00
Marcus Whybrow
5a85800d1a Improve 0.8.0 change log message 2012-08-11 23:54:42 +01:00
Marcus Whybrow
21b725856a Fix changelog link
fix #43, fix #58, fix #59, fix #60, fix #61, fix #63, fix #67, fix #68
2012-08-11 23:50:43 +01:00
Marcus Whybrow
8aba5416fb Bump version to 0.8.0 2012-08-11 23:44:34 +01:00
Marcus Whybrow
a42993889f Integrate versioning files with server commands 2012-08-11 23:18:42 +01:00
Marcus Whybrow
ed5cee18f0 Fix regex for 1.3 connected command output 2012-08-11 23:17:43 +01:00
Marcus Whybrow
4a5c1a04d5 Rename test $SCRIPT to $TEST_SCRIPT
The test.sh file's $SCRIPT variable now clashes with the new init/msm
file's $SCRIPT var. So I renamed it
2012-08-11 22:27:41 +01:00
Marcus Whybrow
0fbb6c7d47 Add output for 1.3 gamemode command 2012-08-11 22:26:23 +01:00
Marcus Whybrow
c19c5add8c Fix console event "START" definition in versioning 2012-08-11 22:26:00 +01:00
Marcus Whybrow
674071d6e7 Add connected command to versioning files 2012-08-11 22:25:22 +01:00
Marcus Whybrow
8618de4edb Add versioning files to upgrade command.
Also add preview of which files will be updated and created.
2012-08-10 04:13:06 +01:00
Marcus Whybrow
5fa9d343fe WIP: Use new server_command wrapper func
Also improve download code to also download versions
2012-08-10 02:41:49 +01:00
Marcus Whybrow
5fbb6c649d WIP: Add versioning determination + get closest version func
Simplified confirmation server settings to accept just "expected
output"  and not have multiple settings for each command, such as
"success", "failure1" and "failure2".
2012-08-09 13:13:58 +01:00
Marcus Whybrow
65c55de586 Add update command + new command element <flags> 2012-08-08 17:36:42 +01:00
Marcus Whybrow
de8f405b25 Add VERSIONING_STORAGE_PATH setting 2012-08-08 15:22:23 +01:00
Marcus Whybrow
5f1861a681 Add variables for locating other MSM files 2012-08-08 15:21:59 +01:00
Marcus Whybrow
19e0f84c71 Bump version to 0.7.5 2012-08-08 01:33:04 +01:00
Marcus Whybrow
a749f8e866 Fix #69, tab completion quitting session 2012-08-08 01:30:56 +01:00
Marcus Whybrow
8af7d32eec Remove commented code from bash completion 2012-08-08 01:26:18 +01:00
Marcus Whybrow
1974d9812e Bumped version to 0.7.4. 2012-08-02 10:41:42 +01:00
Marcus Whybrow
92c9395423 Fix #64, prevent tab completion crash when server name all is used 2012-08-02 10:31:15 +01:00
Marcus Whybrow
dd30caaa1d Bumped version to 0.7.3. 2012-07-24 22:17:35 +01:00
Marcus Whybrow
00b39ec017 Fixed global start and stop commands from failing.
Added lazy loading of necessary server properties.
2012-07-24 22:15:24 +01:00
Marcus Whybrow
44bab2fcec Bumped version to 0.7.2. 2012-07-24 14:54:40 +01:00
Marcus Whybrow
cbb8d2f616 Added three missing server username lazy loads. 2012-07-24 14:19:37 +01:00
Marcus Whybrow
381b627bb6 Bumped version to 0.7.1. 2012-07-22 08:08:15 +01:00
Marcus Whybrow
7e89f4dd12 Fixes #54. Loads server username inside the server_set_jar function. 2012-07-22 08:05:20 +01:00
Marcus Whybrow
a3dc7c6865 Bumped version to 0.7.0. 2012-07-20 10:16:30 +01:00
Marcus Whybrow
fe8687f546 Added tests for offline server commands up to <server> jar. 2012-07-20 10:14:51 +01:00
Marcus Whybrow
d48bd7c577 Created dirty properties functions which force variables to be loaded again. 2012-07-20 10:14:05 +01:00
Marcus Whybrow
54fdd5bb9b Prevent log roll error when log had not been created. 2012-07-20 10:13:31 +01:00
Marcus Whybrow
7a8a91992c Added output for worlds list command, when there are no worlds. 2012-07-20 09:17:25 +01:00
Marcus Whybrow
4185db1e59 Fixed world id bug when whorl name was not found.
The ID would accidentally be left as -1, which would cause problems
when loading world properties.
2012-07-20 08:15:42 +01:00
Marcus Whybrow
a5d0fc80b1 Added extra server_property calls needed. 2012-07-20 07:51:01 +01:00