Commit graph

316 commits

Author SHA1 Message Date
Geoff Bourne
629156e1b3
auto-cf: provide option to force reinstall modpack's modloader (#2633) 2024-02-04 18:57:04 -06:00
Geoff Bourne
6ae59e61fa
Support 1.20.3 change to ping description structure (#2628) 2024-02-03 16:32:17 -06:00
Geoff Bourne
6ea7d5851d
modrinth: report error when project version not available for requested constraints (#2614) 2024-01-27 15:07:25 -06:00
Geoff Bourne
ca393c4fcf
Directly attach stdin of server process by default (#2605) 2024-01-20 13:13:26 -06:00
Geoff Bourne
815608929c
cf: allow for browser named files in final output (#2596) 2024-01-15 16:02:07 -06:00
Geoff Bourne
7cb2c0ddc7
Support local Modrinth modpack files (#2594) 2024-01-15 11:43:38 -06:00
Kaiede
aec644dc3f
Add SSH remote console support (#2576) 2024-01-06 09:55:14 -06:00
Geoff Bourne
7fa522853f
neoforge: support 1.20.2+ (#2564) 2023-12-28 21:52:53 -06:00
Geoff Bourne
422db18b20
neoforge: handle malformed version entry in maven metadata (#2557) 2023-12-23 13:31:57 -07:00
Geoff Bourne
6363949bda
Use Forge shim jar as entrypoint for >= 1.20.4 (#2543) 2023-12-13 20:06:53 -06:00
Geoff Bourne
c0c6e6d78d
modrinth: support excluding mods from modpack (#2524) 2023-12-03 14:13:40 -06:00
Geoff Bourne
2507028193
modrinth: report error when no matching modpack version is available (#2520) 2023-12-01 14:21:52 -06:00
Geoff Bourne
2917af8ca4
Provide support for patching TOML files (#2512) 2023-11-25 18:44:45 -06:00
Geoff Bourne
9d7232c8b8
Process rcon password as regular user (#2511) 2023-11-25 18:30:18 -06:00
Geoff Bourne
5dc833c108
For Auto CurseForge etc, increase default connection pool acquire timeout (#2497) 2023-11-17 14:25:23 -06:00
Geoff Bourne
feb6a41c11
Stream file downloads to avoid 2GB limit (#2493) 2023-11-14 12:42:02 -06:00
Geoff Bourne
37a5d50f70
Process placeholders in server properties values (#2484) 2023-11-12 13:21:16 -06:00
Geoff Bourne
eb279d0fa0
Allow pre-escaping unicode in server.properties (#2483) 2023-11-11 19:53:41 -06:00
Geoff Bourne
f5c332736d Provide option to escape unicode in server.properties 2023-11-10 22:46:25 -06:00
Geoff Bourne
bf621356c1
Gracefully handle corrupt/invalid auto-install manifest files (#2476) 2023-11-10 10:43:31 -06:00
Geoff Bourne
951a55707d
build: upgrade easy-add built with Go 1.20.10 (#2462)
Also
* upgrade mc-monitor to Go 1.20.10
* upgrade restify to use Go 1.20.10
* upgrade rcon-cli to use Go 1.20.10
* upgrade mc-server-runner to use Go 1.20.10
2023-11-03 12:16:15 -05:00
Geoff Bourne
2dca9220e2
auto-cf: support excluding files from overrides (#2456) 2023-10-26 21:05:53 -05:00
Geoff Bourne
5642b8db35
auto-cf: for manual downloads, provide file page (#2444) 2023-10-18 21:19:52 -05:00
Geoff Bourne
8cdf4d0072
Ensure server.properties is processed as UTF-8 (#2437) 2023-10-15 23:09:51 -05:00
Geoff Bourne
e5f818bdf1
Sanitize mod file subpath in Modrinth modpacks (#2429) 2023-10-10 17:44:03 -05:00
Geoff Bourne
ec539a5dd2
autopause: allow for DEBUG to be enabled (#2418) 2023-10-07 17:36:05 -05:00
Geoff Bourne
f15cbb4ca1
Allow for custom server properties (#2414) 2023-10-07 13:26:27 -05:00
Geoff Bourne
fa235e97c5
Added support for NeoForge (#2408) 2023-10-03 18:00:24 -05:00
Geoff Bourne
411391baa1
Properly resolve latest file URLs from bukkit (#2402) 2023-09-30 12:14:31 -05:00
Geoff Bourne
d8ad2e5721
modrinth: provide dependencies download options (#2375) 2023-09-09 08:37:46 -05:00
Geoff Bourne
2097702daa
modrinth: support plugin lookups that are compatible with selected loader (#2372) 2023-09-06 21:23:05 -05:00
DanielN
bb57d7e99f
Disable healthcheck for unsupported versions (#2360) 2023-08-27 09:41:42 -05:00
Geoff Bourne
8fd1495795
Support skipping existing whitelist/ops files and restore as default (#2358) 2023-08-22 21:34:47 -05:00
Geoff Bourne
cdec1c0c19
modrinth: allow installer to ignore missing files (#2352) 2023-08-20 09:11:55 -05:00
Geoff Bourne
3aa0dd2db6
modrinth: resolve issue with null versionId in manifest (#2349) 2023-08-18 18:37:19 -05:00
Geoff Bourne
356c1af046
modrinth: ensure requested loader for modpack is optional (#2347) 2023-08-17 17:14:08 -05:00
Geoff Bourne
6bd4de3af5
Fixed copying of OPS_FILE and WHITELIST_FILE (#2346) 2023-08-17 16:12:12 -05:00
Geoff Bourne
4040e971f5
Improve whitelist/ops handling with caching, UUID, and offline support (#2342) 2023-08-16 19:41:22 -05:00
Geoff Bourne
1cc0c8a0fc
modrinth: resolve "only DEFLATED entries can have EXT" (#2332) 2023-08-12 09:48:18 -05:00
Geoff Bourne
c59414c5c1
packwiz: cache maven metadata (#2329) 2023-08-10 22:06:18 -05:00
Geoff Bourne
55df8b3d87
Set mc-monitor timeout less than health check timeout (#2326) 2023-08-08 11:02:37 -05:00
Geoff Bourne
95d15555f4
Added CURSEFORGE_FILES support (#2322) 2023-08-06 15:12:29 -05:00
Geoff Bourne
2fbe2bbe68
auto-cf: updated API parsing for NeoForge mod loader type (#2308) 2023-07-30 09:15:14 -05:00
Geoff Bourne
374fa9ad5b
auto-cf: clarify why some mods need to be manually downloaded (#2288) 2023-07-13 08:06:52 -05:00
Geoff Bourne
7d8f70635c
auto-cf: stop startup with info when manual mod downloads are needed (#2286) 2023-07-12 08:45:49 -05:00
Geoff Bourne
fc14b79a29
Use CXF compatible with Java 8 (#2277)
Also
- modrinth modpack support when optional env is absent
2023-07-07 16:58:14 -05:00
Geoff Bourne
7f4cf0fc48
misc: upgrade all Go tools to Go 1.20 (#2270) 2023-07-05 09:34:15 -05:00
Geoff Bourne
98e939d937
auto_cf: write mods needing manual download to file (#2263) 2023-07-02 09:22:12 -05:00
Geoff Bourne
495c4440fd
Update rcon-cli to remove config file loading message (#2258) 2023-06-26 08:43:26 -05:00
Geoff Bourne
d0f5227f58
modrinth: reduce API pressure with initial bulk get of projects (#2243) 2023-06-21 22:12:16 -05:00
Geoff Bourne
c9c6147960
auto_cf: allow explicit inclusions to override default exclusions (#2240)
Also
- removed carry-on from default exclusions
2023-06-19 12:03:37 -05:00
Geoff Bourne
e5fe913a74
Ensure VERSION is resolved from existing Fabric install (#2235)
Also
* Cleaned up some of the deployment docs info
2023-06-18 15:31:39 -05:00
Geoff Bourne
a566f99018
Fix up-to-date handling of MODS/PLUGINS/MODS_FILE (#2234) 2023-06-18 09:44:31 -05:00
Geoff Bourne
87e2f2b177
Switch Quilt and Purpur to image helper (#2229) 2023-06-17 13:00:22 -05:00
Geoff Bourne
83fa659b4d
Use mc-image-helper for Purpur (#2215) 2023-06-13 21:35:09 -05:00
Geoff Bourne
fc7d48e33f
Switch to mc-image-helper for installing Paper/Folia (#2211) 2023-06-13 09:24:37 -05:00
Geoff Bourne
a5b7f8ac90
Improved handling of MODS and PLUGINS lists (#2197) 2023-06-10 12:51:49 -05:00
Florian Freudiger
bab381d058
Include Log4jPatcher javaagent (#2148) 2023-05-28 11:38:54 -05:00
Geoff Bourne
b64cf0b84f
auto-cf: handle download repo files with + for spaces (#2146) 2023-05-24 22:19:10 -05:00
Geoff Bourne
a6139a48aa
Support Quilt mod loader for Modrinth modpacks (#2132) 2023-05-15 22:57:48 -05:00
Geoff Bourne
cd63fc882a
Updated Modrinth modpacks to use VERSION and support id, name, or number for project version (#2130) 2023-05-15 18:23:43 -05:00
Geoff Bourne
54f310e50f
Added support for Modrinth modpacks as a server type (#2128) 2023-05-14 13:09:54 -05:00
Geoff Bourne
c635a7dcdb
autocf: allow manifest JSON to be provided (#2111) 2023-04-30 21:25:07 -05:00
Geoff Bourne
bad30b5022
autocf: add support for mods downloads repo (#2106) 2023-04-29 20:30:59 -05:00
Geoff Bourne
982f40e4b4
Add JSON5 support for patch files (#2105) 2023-04-28 22:29:00 -05:00
Geoff Bourne
ac62fdeec8
modrinth: ensure non-required dependency doesn't mask explicit project request (#2094) 2023-04-23 17:27:11 -05:00
Geoff Bourne
8abe26ab3d
autocf: avoid extra parallelism while resolving modpack content (#2083) 2023-04-14 08:25:03 -05:00
Geoff Bourne
3019388864
forge: support 1.11.2 installer ID format (#2076) 2023-04-11 22:24:24 -05:00
Geoff Bourne
326c43e544
autocf: use VERSION resolved from modpack (#2072) 2023-04-08 19:03:46 -05:00
Geoff Bourne
f6ab2aaab3
By default, generate random RCON password at startup (#2071) 2023-04-07 20:05:09 -05:00
Geoff Bourne
45d5fd1a97 Fetch connection pool max idle timeout configurable 2023-04-04 22:07:15 -05:00
Geoff Bourne
0599fa64c2
With AUTO_CURSEFORGE handle modpacks not allowed for distribution by author (#2059) 2023-04-02 18:19:42 -05:00
Geoff Bourne
94df6cca20
Redacts sensitive headers from debugs like with AUTO_CURSEFORGE (#2058) 2023-04-01 21:34:00 -05:00
Geoff Bourne
6fb34cd256
Downloads handle content disposition filename with RFC 2047 encoding (#2057) 2023-04-01 14:12:56 -05:00
Geoff Bourne
909ea4e214
autocf: determine mod file availability from downloadUrl (#2046) 2023-03-30 08:03:39 -05:00
Geoff Bourne
106996f06f
autocf: switch to official CurseForge API, but needs CF_API_KEY (#2043) 2023-03-29 21:00:39 -05:00
Geoff Bourne
d672b3878f
autocf: ensure modpack query is not cached too much (#2040) 2023-03-27 21:20:38 -05:00
Geoff Bourne
bee51671bf
forge: support version discovery of 1.5, 1.7 installer (#2032) 2023-03-25 14:10:26 -05:00
Metalcape
e7084c233e
Fix autopause not working in java8 (#2025) 2023-03-21 13:37:55 -05:00
Geoff Bourne
7f3c3b2d64
autocf: fixed issue where exclude file alone was ignored (#2024) 2023-03-21 08:13:21 -05:00
Geoff Bourne
f6493892e5
autocf: allow for exclude/include file and list (#2019) 2023-03-19 20:00:01 -05:00
Geoff Bourne
e01fe46645
autocf: improve error message when modpack file is missing manifest (#2015) 2023-03-17 21:29:36 -05:00
Geoff Bourne
8ae707954b
Extract versions from provided Forge installer (#2012) 2023-03-17 08:40:21 -05:00
Geoff Bourne
08d8472579
Allow for latest Forge version to be behind vanilla version (#2006) 2023-03-14 22:10:21 -05:00
Metalcape
e217ac503e
Use modified knockd to set a cooldown on port 19132 (#2003) 2023-03-12 13:40:35 -05:00
Geoff Bourne
e43669d792
Clarify in docs to not port forward RCON unless secure (#2004) 2023-03-12 11:58:43 -05:00
Geoff Bourne
cf4fed616a
Unzip Modrinth files that are zips (#1992) 2023-03-05 16:22:01 -06:00
Geoff Bourne
6d5b7b4362
Fix Modrinth download when no version files are primary (#1991) 2023-03-05 12:47:20 -06:00
Geoff Bourne
9b538267a1
Ensure Modrinth support specifies paper/purpur loader as needed (#1990) 2023-03-05 08:55:19 -06:00
Geoff Bourne
b7e93e56e5
Revert "modrinth: adapt version lookup to API changes (#1987)" (#1989)
This reverts commit 3624dc02a3.
2023-03-05 08:25:35 -06:00
Geoff Bourne
3624dc02a3
modrinth: adapt version lookup to API changes (#1987) 2023-03-04 09:34:09 -06:00
Geoff Bourne
705e266f76
autocf: modpack fileName included in manifest (#1977) 2023-02-25 10:18:34 -06:00
Geoff Bourne
a18a274c6c
autocf: ensure modpack listing API always provides up to date (#1974) 2023-02-23 12:58:12 -06:00
Geoff Bourne
9dbc210caf
autocf: longer default request timeout (#1966) 2023-02-19 15:41:45 -06:00
Geoff Bourne
812b64045d
auto_cf: allow networking timeouts to be configured (#1961) 2023-02-13 20:51:10 -06:00
Geoff Bourne
d9b738f670
Handle interpolating sync'ed files when value has dollar sign (#1954) 2023-02-05 16:55:03 -06:00
Geoff Bourne
b8a7bf5a1d
Use mc-image-helper for checking autopause interface (#1952) 2023-02-04 20:53:46 -06:00
Geoff Bourne
822bf929c9
auto-cf: properly handle mod URLs with unicode (#1950) 2023-02-04 13:16:16 -06:00
Geoff Bourne
1c670815d2
auto-cf: correctly handle modpack slug that clashes with mod slug (#1947) 2023-02-03 13:54:50 -06:00
Geoff Bourne
184d5b50d2
Handle installation of older Fabric versions (#1945) 2023-02-02 21:05:54 -06:00