Graham
0cd8be87ca
Add support for JOGL artifact links in early HD era loaders
...
Signed-off-by: Graham <gpe@openrs2.org>
11 months ago
Graham
2aff6e56b7
Extract links from pre-HD new engine loaders
...
Signed-off-by: Graham <gpe@openrs2.org>
1 year ago
Graham
71c6f5821b
Log IDs of artifacts as they are refreshed
...
Signed-off-by: Graham <gpe@openrs2.org>
1 year ago
Graham
1083839720
Add --skip-errors flag to client import command
...
Signed-off-by: Graham <gpe@openrs2.org>
1 year ago
Graham
774a92b289
De-duplicate artifact sources
...
Signed-off-by: Graham <gpe@openrs2.org>
1 year ago
Graham
d9f91bc0e7
Add file name and timestamp to artifact_sources table
...
Signed-off-by: Graham <gpe@openrs2.org>
1 year ago
Graham
fe5cde0290
Add loginapplet and passapplet support
...
Signed-off-by: Graham <gpe@openrs2.org>
1 year ago
Graham
ca3a7645b7
Add link to RS-Hacking
...
Signed-off-by: Graham <gpe@openrs2.org>
1 year ago
Graham
32daae09a8
Parse signlink build in clients as well as loaders
...
This should allow us to identify the build of the 194 client.
Signed-off-by: Graham <gpe@openrs2.org>
1 year ago
Graham
67762dd226
List sources on each artifact page
...
Signed-off-by: Graham <gpe@openrs2.org>
1 year ago
Graham
3932debd92
Add artifact_sources table
...
Signed-off-by: Graham <gpe@openrs2.org>
1 year ago
Graham
3da5bb0786
Allow unlimited reconnections if we make progress
...
Signed-off-by: Graham <gpe@openrs2.org>
1 year ago
Graham
856696a703
Reconnect in JS5 downloader if any I/O error occurs
...
Signed-off-by: Graham <gpe@openrs2.org>
1 year ago
Graham
2a0401a35e
Add Mach-O support
...
Signed-off-by: Graham <gpe@openrs2.org>
1 year ago
Graham
f6324198ef
Add support for OSRS beta caches and server_version param
...
Signed-off-by: Graham <gpe@openrs2.org>
1 year ago
Graham
8052561dcf
Improve server_version support
...
- It's now used for OSRS as well as NXT.
- We retain buildMinor if buildMajor == server_version, so we don't have
to keep retrying minor versions.
Signed-off-by: Graham <gpe@openrs2.org>
1 year ago
Graham
1f83b8668d
Fix detection of build 503
...
removeAll removes all instances of an item in the right list from the
left list, but we only want to remove a single instance.
Signed-off-by: Graham <gpe@openrs2.org>
1 year ago
Graham
5b44a4bca6
Improve client build number matching
...
The regex captures too much if there's a NEW prior to the NEW client
instruction.
Signed-off-by: Graham <gpe@openrs2.org>
1 year ago
Graham
6412b70343
Remove Discord discriminator
...
Signed-off-by: Graham <gpe@openrs2.org>
1 year ago
Graham
b56092585c
Add link to Moparisthebest's archive
...
I've now imported most of the oldrs directory.
Signed-off-by: Graham <gpe@openrs2.org>
1 year ago
Graham
6fe155540a
Convert namePointer from RVA to raw data pointer
...
This previously worked by chance with the PE32 executables we saw, but
it didn't work with the PE32+ executables we saw.
Signed-off-by: Graham <gpe@openrs2.org>
1 year ago
Graham
6b18461297
Fix games_id_seq value in V10__variants.sql migration
...
Signed-off-by: Graham <gpe@openrs2.org>
1 year ago
Graham
73e959a3cb
Add initial support for archiving clients
...
There are still some gaps but I want to get this committed and possibly
deployed before doing further work.
Remaining items include:
- Mach-O support
- New engine loader ArtifactLink support
- Post-668 client support
- FunOrb support
Signed-off-by: Graham <gpe@openrs2.org>
1 year ago
Graham
c65cc2ff59
Allow server_version from jav_config to override build number
...
Signed-off-by: Graham <gpe@openrs2.org>
1 year ago
Graham
ba72e14313
Add manual source_type
...
Signed-off-by: Graham <gpe@openrs2.org>
1 year ago
Graham
71b1ac8e20
Rename XteaKey to SymmetricKey
...
It's now used for both XTEA and ISAAC keys, and there's nothing
XTEA-specific about it so there's no need to duplicate it.
Signed-off-by: Graham <gpe@openrs2.org>
1 year ago
Graham
d85c01d045
Remove extraneous semicolon
...
Signed-off-by: Graham <gpe@openrs2.org>
1 year ago
Graham
0b6610c062
Replace use of deprecated static/resources methods
...
Signed-off-by: Graham <gpe@openrs2.org>
1 year ago
Graham
651b2f8b5f
Update Guice
...
Signed-off-by: Graham <gpe@openrs2.org>
1 year ago
Graham
dfb1f3c0e6
Skip containers that already exist during import
...
I'm hoping this will speed up importing large RS3 caches.
Signed-off-by: Graham <gpe@openrs2.org>
1 year ago
Graham
28a9667471
Add support for resolving files/groups between old and new engine caches
...
Signed-off-by: Graham <gpe@openrs2.org>
1 year ago
Graham
97b53c5695
Remove use of wildcard import
...
Signed-off-by: Graham <gpe@openrs2.org>
1 year ago
Graham
a5dfbdd691
Remove PolarKeyDownloader
...
Polar's site no longer hosts XTEA keys.
Signed-off-by: Graham <gpe@openrs2.org>
1 year ago
Graham
5b8cd2964f
Download names from Pazaz's repository
...
Signed-off-by: Graham <gpe@openrs2.org>
1 year ago
Graham
8cd73a926b
Remove redundant type parameter
...
Signed-off-by: Graham <gpe@openrs2.org>
2 years ago
Graham
69ea1ac7ab
Add beta HTTP js5 endpoint
...
Signed-off-by: Graham <gpe@openrs2.org>
2 years ago
Graham
9463a70520
Catch KeyDownloader::getMissingUrls exceptions
...
Signed-off-by: Graham <gpe@openrs2.org>
2 years ago
Graham
33ecd68654
Simplify CORS handling
...
This makes caching simpler to reason about (no Vary header) and more
efficient (also because there is no Vary header).
Signed-off-by: Graham <gpe@openrs2.org>
2 years ago
Graham
ddfc472c84
Switch to Ktor's Jetty backend
...
We've now found both the CIO and Netty backends to be problematic in
certain cases (CIO with lots of concurrent requests, Netty with
backpressure). Hopefully Jetty is a bit more battle-tested!
Signed-off-by: Graham <gpe@openrs2.org>
2 years ago
Graham
962716524e
Fix lint error
...
Signed-off-by: Graham <gpe@openrs2.org>
2 years ago
Graham
54f2a44eab
Move assignment outside if
...
Signed-off-by: Graham <gpe@openrs2.org>
2 years ago
Graham
ba5c285a47
Remove defunct OpenOSRS key downloader and link
...
Signed-off-by: Graham <gpe@openrs2.org>
2 years ago
Graham
ea9ec62e6e
Add support for fetching master index from the API
...
Signed-off-by: Graham <gpe@openrs2.org>
2 years ago
Graham
62df015ad5
Always sort empty rows to the bottom of the table
...
Signed-off-by: Graham <gpe@openrs2.org>
2 years ago
Graham
55072a5102
Sort build column numerically
...
Signed-off-by: Graham <gpe@openrs2.org>
2 years ago
Graham
0814443bc5
Add total size of all caches to the caches page
...
Signed-off-by: Graham <gpe@openrs2.org>
2 years ago
Graham
2d7b235f15
Add support for the new OSRS short code map format
...
Signed-off-by: Graham <gpe@openrs2.org>
2 years ago
Graham
8f4d28393e
Download XTEA keys from HDOS
...
Signed-off-by: Graham <gpe@openrs2.org>
2 years ago
Graham
eebb54dd60
Disable formatting in all migrations
...
If the checksum changes in the future then the flyway_schema_history
table needs to be adjusted, which is awkward.
Signed-off-by: Graham <gpe@openrs2.org>
2 years ago
Graham
4ca7fab636
Add blank line between is blocks
...
Seems to be a recent change in the IDEA formatter.
Signed-off-by: Graham <gpe@openrs2.org>
2 years ago