Commit Graph
719 Commits
Author SHA1 Message Date
Adam b6e17cd15e http-service: move several hardcoded urls to config
Also make an OkHttpClient bean and use it everywhere
2021-12-22 15:29:51 -05:00
Adam 7dd504fdf5 http-service: remove cache controller
This has never been used and just encourages misuse due to how expensive the requests are
2021-12-20 18:28:18 -05:00
Adam 46bb6f81bb Update logback to 1.2.9
logback-parent isn't really a bom but instead includes other unrelated
depenedncies like mockito and jodatime, and so I am just adding the
individual logback and slf4j dependencies themselves. Also add
slf4j-simple in dependencyManagement for the various test dependencies
we have on it.
2021-12-18 15:16:24 -05:00
Runelite auto updater 3c33d89a16 Bump for 1.8.8-SNAPSHOT 2021-12-16 11:55:12 +00:00
Runelite auto updater 53917cd343 Release 1.8.7 2021-12-16 11:55:09 +00:00
Hexagon 425d93ba81 Remove osb related http endpoints and client 2021-12-15 13:18:53 -05:00
Adam b3c4465e73 Move hiscore client to rl-client
Thie removes the http-service hiscore api, which we haven't used in
awhile and doesn't work in practice due to upstream rate limits, as well
as the xp tracker which also hasn't been used in a long time since there
are now multiple quality community run xptrackers.
2021-12-14 20:24:22 -05:00
Adam 1892adf6ca hiscore: add nex 2021-12-13 19:20:01 -05:00
Runelite auto updater 479de04b73 Bump for 1.8.7-SNAPSHOT 2021-12-09 14:34:23 +00:00
Runelite auto updater c45d7d41d7 Release 1.8.6 2021-12-09 14:34:20 +00:00
Adam a54b3d149f loot tracker: aggregate kills prior to inserting
In most cases this saves a number of queries since the loot tracker data
is submitted in 5 minute batches
2021-12-07 19:52:09 -05:00
Adam 9cd7060035 config service: avoid raising a json exception on non json input
The config service accepts in strings instead of json strings, however
this causes the normal control flow to throw a json parsing exception.
Since this happens so frequently it is using a measurable amount of CPU
time, so avoid it in the common case by testing if the string is json
first
2021-12-07 19:50:52 -05:00
Runelite auto updater cf07c5d257 Bump for 1.8.6-SNAPSHOT 2021-12-01 12:37:15 +00:00
Runelite auto updater 0f3fcaac9a Release 1.8.5 2021-12-01 12:37:12 +00:00
Runelite auto updater bfc04fe4a3 Bump for 1.8.5-SNAPSHOT 2021-11-24 11:55:57 +00:00
Runelite auto updater 6be35a6e9d Release 1.8.4 2021-11-24 11:55:54 +00:00
Runelite auto updater 48b12dcf67 Bump for 1.8.4-SNAPSHOT 2021-11-17 11:56:06 +00:00
Runelite auto updater 49749e5873 Release 1.8.3 2021-11-17 11:55:58 +00:00
Runelite auto updater e1e46f4ee9 Bump for 1.8.3-SNAPSHOT 2021-11-10 11:54:00 +00:00
Runelite auto updater c8823b41fd Release 1.8.2 2021-11-10 11:53:57 +00:00
Runelite auto updater 1456e10e66 Bump for 1.8.2-SNAPSHOT 2021-11-03 11:42:00 +00:00
Runelite auto updater dd09a4cee5 Release 1.8.1 2021-11-03 11:41:57 +00:00
Runelite auto updater cefb80a37b Bump for 1.8.1-SNAPSHOT 2021-10-28 19:51:13 +00:00
Runelite auto updater 6a5fae2666 Release 1.8.0 2021-10-28 19:51:10 +00:00
Adam ed2594a055 Bump to 1.8.0-SNAPSHOT 2021-10-28 13:59:59 -04:00
Runelite auto updater 4f7571a6b3 Bump for 1.7.28-SNAPSHOT 2021-10-20 10:41:41 +00:00
Runelite auto updater 526be8148a Release 1.7.27 2021-10-20 10:41:38 +00:00
Runelite auto updater e118ffc06e Bump for 1.7.27-SNAPSHOT 2021-10-13 13:34:28 +00:00
Runelite auto updater a09f53c855 Release 1.7.26 2021-10-13 13:34:24 +00:00
Runelite auto updater 4322c372ec Bump for 1.7.26-SNAPSHOT 2021-10-06 11:02:57 +00:00
Runelite auto updater 96047e26de Release 1.7.25 2021-10-06 11:02:54 +00:00
Adam 642677d6e2 http-service: assign name to scheduler thread 2021-09-21 11:02:15 -04:00
Adam 1505f34ace Update okhttp to 3.14.9 2021-09-21 10:58:56 -04:00
Adam df231d1ff9 xtea: skip unknown map regions
The client will include keys 0,0,0,0 for unknown map regions, which should just be skipped over instead of failing the entire request
2021-09-16 17:12:49 -04:00
Runelite auto updater 4b2afca434 Bump for 1.7.25-SNAPSHOT 2021-09-12 16:16:54 +00:00
Runelite auto updater 87c5873c02 Release 1.7.24 2021-09-12 16:16:51 +00:00
Runelite auto updater 49ecbab6b6 Bump for 1.7.24-SNAPSHOT 2021-09-09 10:53:19 +00:00
Runelite auto updater affceb5403 Release 1.7.23 2021-09-09 10:53:16 +00:00
Runelite auto updater cc3b6550a9 Bump for 1.7.23-SNAPSHOT 2021-09-06 17:53:41 +00:00
Runelite auto updater 56d0aae57d Release 1.7.22 2021-09-06 17:53:37 +00:00
Adam 2cdd1be7d8 pom: remove source/target configuration on maven-compiler-plugin
On Java 11, which we require for building, the compiler accepts
--release 8 and no longer requires -source or -target, so these are
unnecessary
2021-09-05 16:10:37 -04:00
Adam 719022c044 Update world types for seasonal deadman 2021-08-25 08:06:40 -04:00
Runelite auto updater 76641df8af Bump for 1.7.22-SNAPSHOT 2021-08-25 09:58:48 +00:00
Runelite auto updater 38159e4c17 Release 1.7.21 2021-08-25 09:58:40 +00:00
Runelite auto updater d530400238 Bump for 1.7.21-SNAPSHOT 2021-08-19 18:05:56 +00:00
Runelite auto updater 196bdcd4e5 Release 1.7.20 2021-08-19 18:05:51 +00:00
Adam c68bf31f6b redis pool: don't reuse broken jedis instances 2021-08-08 11:39:53 -04:00
Adam 912a68effa http service: add pets list length check
0 length lists cause a redis exception from sadd, which I think is not being handled correctly by jedis and leaking the error into further commands
2021-08-04 17:19:49 -04:00
Runelite auto updater d577ddc570 Bump for 1.7.20-SNAPSHOT 2021-08-04 10:45:47 +00:00
Runelite auto updater 6ac66bf6ae Release 1.7.19 2021-08-04 10:45:44 +00:00