310 Commits

Author SHA1 Message Date
Fez Vrasta
c756e4e2ed Merge pull request #151 from FezVrasta/1.3-dev
1.3 dev
2015-09-01 10:43:04 +02:00
Fez Vrasta
d242fa18f9 Merge pull request #143 from klightspeed/master#hotfix-201c887
Fix typo in doUpgrade
2015-08-07 13:34:53 +02:00
Fez Vrasta
cc4d4cf9b4 Merge pull request #144 from klightspeed/1.3-dev#MapModId
1.3-dev mod support
2015-08-07 13:33:55 +02:00
Ben Peddell
0aa7546b06 Add '-MapModId' support
Specifying the Modded Map by ModID was added in 193.0
This adds support for this, and backups should work with it.
2015-08-07 21:23:15 +10:00
Ben Peddell
2e8e3b6aaa Fix map name extraction
Fixes: f6d402b (Add support for custom modded maps)
2015-08-07 21:22:15 +10:00
Ben Peddell
be21a03dda Fix typo in doUpgrade
Fixes: 201c887 (added upgrade command, added support for release channels)
2015-08-07 21:09:48 +10:00
Fez Vrasta
2e5aaf8c09 Merge pull request #137 from klightspeed/1.3-dev#multiserver
1.3 dev features
2015-08-02 12:38:09 +02:00
Ben Peddell
562bb93126 Add useconfig arkmanager command to specify config 2015-08-02 19:26:30 +10:00
Ben Peddell
2e65228607 Inform the user which command was not recognized 2015-08-02 19:26:30 +10:00
Ben Peddell
b52770f236 Support multiple commands in a single invocation 2015-08-02 19:26:30 +10:00
Ben Peddell
f58645cc1a Support special "--me" user-install 2015-08-02 19:26:02 +10:00
Fez Vrasta
3d635fa4c0 Merge pull request #131 from klightspeed/1.3-dev#process
1.3 dev stop/restart
2015-07-26 20:55:02 +02:00
Ben Peddell
f2ff580a90 Reduce restart delay to 1 second 2015-07-26 14:55:27 +10:00
Ben Peddell
ac41f14700 Wait for server to stop 2015-07-26 14:55:27 +10:00
Ben Peddell
3759904f12 Change isTheServerRunning to be consistent with doStop 2015-07-26 14:55:27 +10:00
Ben Peddell
2110bc7fa6 User SIGINT instead of SIGKILL to stop server 2015-07-26 14:55:27 +10:00
Marius Linge
93d9883ced Merge pull request #119 from Sispheor/1.3-dev
update readme.
2015-07-18 14:56:42 +02:00
Marius Linge
8c9d9f1f7f Merge pull request #121 from klightspeed/1.3-dev
Make backup function more robust
2015-07-18 14:54:54 +02:00
Ben Peddell
f6d402b6fe Add support for custom modded maps 2015-07-18 10:28:22 +10:00
Ben Peddell
a14f410fc9 Add last-ditch backup attempt 2015-07-18 08:33:19 +10:00
Ben Peddell
44fa13cdc6 Make backup function more robust 2015-07-18 05:33:39 +10:00
Marcq Nicolas
8339b8e6a3 fix admin command URL. Now use steam community 2015-07-17 14:37:25 +02:00
Fez Vrasta
99e7110494 Merge pull request #120 from Lihis/patch-1
Fix: typo in usage
2015-07-17 14:13:08 +02:00
Lihis
3b3be70ee5 Fix: typo in usage
There should be space between arkmanager and [OPTION].
2015-07-17 13:40:58 +03:00
Sispheor
aec137e7bf fix readme 2015-07-16 23:01:15 +02:00
Sispheor
9e23213b2d remove unused variables 2015-07-16 22:20:52 +02:00
Sispheor
2171913d1d update readme, add rcon 2015-07-16 22:19:12 +02:00
Fez Vrasta
3ca424f63b Merge pull request #116 from FezVrasta/master
Merge hotfixes from master into 1.3-dev
2015-07-15 00:10:44 +02:00
Fez Vrasta
88d38ba8c3 Merge pull request #114 from StuartWhelan/preserve_timestamp_on_copy
Preserve timestamps when copying the server files during backup
2015-07-13 11:47:17 +02:00
Stuart Whelan
ecffdc6293 Preserve timestamps when copying the server files during backup 2015-07-13 12:19:43 +12:00
Fez Vrasta
5f026a8fd4 Merge pull request #113 from klightspeed/1.3-dev#rcon
RCON and Server Query implementation
2015-07-11 14:53:49 +02:00
Fez Vrasta
8f494982fa Merge pull request #112 from StuartWhelan/check_arkserverroot
Moved arkserverroot parent directory check to the install function
2015-07-11 14:52:09 +02:00
Ben Peddell
61068b203e Add rconcmd arkmanager command 2015-07-11 22:04:16 +10:00
Ben Peddell
accc3d4612 Hide response to broadcast command
Server responds with:
  Server received, But no response!!
2015-07-11 22:04:16 +10:00
Ben Peddell
120df3d0db Add server info to status output 2015-07-11 22:04:16 +10:00
Ben Peddell
d34f2ac336 Add simple RCON client implementation 2015-07-11 22:04:02 +10:00
Stuart Whelan
b4a4ecbfd4 Moved check for being able to write to the arkserverroot parent directory to the install function 2015-07-11 18:18:04 +12:00
Marius Linge
0673866d48 Adds iptables rule for RCON port 2015-07-10 17:40:18 +02:00
Marius Linge
029f8bd622 Merge pull request #107 from klightspeed/1.3-dev
Merge Hotfixes from master into 1.3-dev
2015-07-10 16:45:17 +02:00
FezVrasta
fe158508fa fixed typo 2015-07-10 14:55:58 +02:00
FezVrasta
2d32aa55f2 fixed readme 2015-07-10 13:52:50 +02:00
Fez Vrasta
6cdd71a65c Merge pull request #101 from FezVrasta/1.2-dev
release 1.2
2015-07-10 13:40:21 +02:00
FezVrasta
50d8633fed fixed typo 2015-07-10 13:40:13 +02:00
FezVrasta
4a1ac5af59 fixed safeupdate
fixes #104
2015-07-10 13:39:12 +02:00
Marius Linge
faefbf88c7 Merge pull request #103 from Atriusftw/1.2-dev
Adds RCON specific arguments to support the RCON Protocol
2015-07-09 18:33:50 +02:00
Marius Linge
39e2c7b8d2 Adds RCON specific arguments to support the RCON Protocol 2015-07-09 18:31:30 +02:00
FezVrasta
6ca7625d50 fixed two typos 2015-07-09 13:49:54 +02:00
FezVrasta
d192a1fe64 forceupdate replaced by update --force and added documentation about the new backup command 2015-07-08 15:05:56 +02:00
Fez Vrasta
14978d7064 Merge pull request #99 from klightspeed/1.2-dev
Add ark backup feature
2015-07-08 14:56:15 +02:00
Ben Peddell
c8f8ae87f6 Add ark backup feature 2015-07-08 22:26:13 +10:00