From 63933632e6018efe805c4ac95995ddacf07d41ff Mon Sep 17 00:00:00 2001 From: Alexei Frolov Date: Sat, 18 May 2024 21:54:21 -0700 Subject: [PATCH 01/19] Create blert v0.1.0 --- plugins/blert | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 plugins/blert diff --git a/plugins/blert b/plugins/blert new file mode 100644 index 00000000000..c44c7d523a6 --- /dev/null +++ b/plugins/blert @@ -0,0 +1,4 @@ +repository=https://github.com/blert-io/plugin.git +commit=4bfe248f54f4c54520a8eeec44f0142553ef4774 +authors=frolv +warning=This plugin sends data about your raids to a third-party server not controlled by the RuneLite developers. From 5ff0577811924d28217bcb9f3a86d8882914a01c Mon Sep 17 00:00:00 2001 From: Alexei Frolov Date: Sun, 2 Jun 2024 13:35:31 -0700 Subject: [PATCH 02/19] Roll additional commits and update 3p deps --- package/verification-template/build.gradle | 9 + .../gradle/verification-metadata.xml | 180 +++++++++++++++++- plugins/blert | 2 +- 3 files changed, 187 insertions(+), 4 deletions(-) diff --git a/package/verification-template/build.gradle b/package/verification-template/build.gradle index 8cced634b2f..71fba773bf1 100644 --- a/package/verification-template/build.gradle +++ b/package/verification-template/build.gradle @@ -117,6 +117,15 @@ dependencies { thirdParty("org.java-websocket:Java-WebSocket:1.5.6") { because "wikisync" } + thirdParty("com.google.protobuf:protobuf-gradle-plugin:0.9.4") { + because "blert" + } + thirdParty("com.google.gradle:osdetector-gradle-plugin:1.7.3") { + because "blert" + } + thirdParty("kr.motd.maven:os-maven-plugin:1.7.1") { + because "blert" + } } task verifyCore { diff --git a/package/verification-template/gradle/verification-metadata.xml b/package/verification-template/gradle/verification-metadata.xml index b0ba6869f6a..b4cdb069466 100644 --- a/package/verification-template/gradle/verification-metadata.xml +++ b/package/verification-template/gradle/verification-metadata.xml @@ -289,6 +289,14 @@ + + + + + + + + @@ -372,6 +380,14 @@ + + + + + + + + @@ -579,6 +595,22 @@ + + + + + + + + + + + + + + + + @@ -603,6 +635,14 @@ + + + + + + + + @@ -666,6 +706,11 @@ + + + + + @@ -787,6 +832,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -826,6 +905,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -839,6 +962,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -876,6 +1025,21 @@ + + + + + + + + + + + + + + + @@ -922,12 +1086,12 @@ - - - + + + @@ -1167,6 +1331,11 @@ + + + + + @@ -1182,6 +1351,11 @@ + + + + + diff --git a/plugins/blert b/plugins/blert index c44c7d523a6..427d7ada5c5 100644 --- a/plugins/blert +++ b/plugins/blert @@ -1,4 +1,4 @@ repository=https://github.com/blert-io/plugin.git -commit=4bfe248f54f4c54520a8eeec44f0142553ef4774 +commit=df0acc8c47c87165f794d0577c75c05b97622bfd authors=frolv warning=This plugin sends data about your raids to a third-party server not controlled by the RuneLite developers. From d73c4b36f0a1650d4eb545a6f4d0bdac6d4a6937 Mon Sep 17 00:00:00 2001 From: Alexei Frolov Date: Sun, 2 Jun 2024 13:38:51 -0700 Subject: [PATCH 03/19] Verify additional missing protobuf dependency --- package/verification-template/build.gradle | 3 +++ .../verification-template/gradle/verification-metadata.xml | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/package/verification-template/build.gradle b/package/verification-template/build.gradle index 71fba773bf1..47a2d82eb6f 100644 --- a/package/verification-template/build.gradle +++ b/package/verification-template/build.gradle @@ -120,6 +120,9 @@ dependencies { thirdParty("com.google.protobuf:protobuf-gradle-plugin:0.9.4") { because "blert" } + thirdParty("com.google.protobuf:com.google.protobuf.gradle.plugin:0.9.4") { + because "blert" + } thirdParty("com.google.gradle:osdetector-gradle-plugin:1.7.3") { because "blert" } diff --git a/package/verification-template/gradle/verification-metadata.xml b/package/verification-template/gradle/verification-metadata.xml index b4cdb069466..c6271465ce6 100644 --- a/package/verification-template/gradle/verification-metadata.xml +++ b/package/verification-template/gradle/verification-metadata.xml @@ -370,6 +370,11 @@ + + + + + From 0da54bc1bcd9712591455d2ce1a04fe27d07f544 Mon Sep 17 00:00:00 2001 From: Alexei Frolov Date: Sun, 2 Jun 2024 13:55:59 -0700 Subject: [PATCH 04/19] Role additional commit to remove a dependency --- plugins/blert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/blert b/plugins/blert index 427d7ada5c5..f4e667963bd 100644 --- a/plugins/blert +++ b/plugins/blert @@ -1,4 +1,4 @@ repository=https://github.com/blert-io/plugin.git -commit=df0acc8c47c87165f794d0577c75c05b97622bfd +commit=9726c4b738a76e48a51a6b51a8a15a2127e41bbf authors=frolv warning=This plugin sends data about your raids to a third-party server not controlled by the RuneLite developers. From 7b3733333434a04a77e07816264968c3a4157aac Mon Sep 17 00:00:00 2001 From: Alexei Frolov Date: Sat, 8 Jun 2024 09:45:32 -0700 Subject: [PATCH 05/19] Replace protos submodule with files --- plugins/blert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/blert b/plugins/blert index f4e667963bd..5a192bbf0ab 100644 --- a/plugins/blert +++ b/plugins/blert @@ -1,4 +1,4 @@ repository=https://github.com/blert-io/plugin.git -commit=9726c4b738a76e48a51a6b51a8a15a2127e41bbf +commit=368c0e81a314bf91da7082182facb9bda166de30 authors=frolv warning=This plugin sends data about your raids to a third-party server not controlled by the RuneLite developers. From ad3a890126f19d0b3477f2c1adfd49dd0c548930 Mon Sep 17 00:00:00 2001 From: Alexei Frolov Date: Sat, 8 Jun 2024 09:54:04 -0700 Subject: [PATCH 06/19] Additional protobuf dependencies --- package/verification-template/build.gradle | 6 ++++++ .../gradle/verification-metadata.xml | 10 ++++++++++ 2 files changed, 16 insertions(+) diff --git a/package/verification-template/build.gradle b/package/verification-template/build.gradle index 47a2d82eb6f..6f44cdc1618 100644 --- a/package/verification-template/build.gradle +++ b/package/verification-template/build.gradle @@ -129,6 +129,12 @@ dependencies { thirdParty("kr.motd.maven:os-maven-plugin:1.7.1") { because "blert" } + thirdParty("com.google:google:1") { + because "blert" + } + thirdParty("com.google.protobuf:protoc:3.21.12") { + because "blert" + } } task verifyCore { diff --git a/package/verification-template/gradle/verification-metadata.xml b/package/verification-template/gradle/verification-metadata.xml index c6271465ce6..c4d955f7c0b 100644 --- a/package/verification-template/gradle/verification-metadata.xml +++ b/package/verification-template/gradle/verification-metadata.xml @@ -203,6 +203,11 @@ + + + + + @@ -419,6 +424,11 @@ + + + + + From e771759d9b0819657961e260ab73462c80c5e07a Mon Sep 17 00:00:00 2001 From: Alexei Frolov Date: Sat, 8 Jun 2024 10:07:18 -0700 Subject: [PATCH 07/19] Add protoc compiler digest --- package/verification-template/gradle/verification-metadata.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/verification-template/gradle/verification-metadata.xml b/package/verification-template/gradle/verification-metadata.xml index c4d955f7c0b..886da9e96c0 100644 --- a/package/verification-template/gradle/verification-metadata.xml +++ b/package/verification-template/gradle/verification-metadata.xml @@ -428,6 +428,9 @@ + + + From 7b771c36ee9384908e13a0cd3ed2a25c4871d622 Mon Sep 17 00:00:00 2001 From: Alexei Frolov Date: Sat, 8 Jun 2024 10:50:20 -0700 Subject: [PATCH 08/19] Correct protoc dependency name --- .../verification-template/gradle/verification-metadata.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/verification-template/gradle/verification-metadata.xml b/package/verification-template/gradle/verification-metadata.xml index 886da9e96c0..c807c3daac6 100644 --- a/package/verification-template/gradle/verification-metadata.xml +++ b/package/verification-template/gradle/verification-metadata.xml @@ -425,12 +425,12 @@ + + + - - - From 988e4c87d5ba1866213efc1dc7c33291af43d1e4 Mon Sep 17 00:00:00 2001 From: Alexei Frolov Date: Sat, 8 Jun 2024 10:55:34 -0700 Subject: [PATCH 09/19] Add LICENSE --- plugins/blert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/blert b/plugins/blert index 5a192bbf0ab..3da9da99021 100644 --- a/plugins/blert +++ b/plugins/blert @@ -1,4 +1,4 @@ repository=https://github.com/blert-io/plugin.git -commit=368c0e81a314bf91da7082182facb9bda166de30 +commit=28c96057f89dfe39d475f7f5d00c47cec441e0ef authors=frolv warning=This plugin sends data about your raids to a third-party server not controlled by the RuneLite developers. From ca802843f38957628593dc915e7cf478034fce4d Mon Sep 17 00:00:00 2001 From: Alexei Frolov Date: Sat, 8 Jun 2024 22:03:00 -0700 Subject: [PATCH 10/19] Roll plugin commit --- plugins/blert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/blert b/plugins/blert index 3da9da99021..750db883e83 100644 --- a/plugins/blert +++ b/plugins/blert @@ -1,4 +1,4 @@ repository=https://github.com/blert-io/plugin.git -commit=28c96057f89dfe39d475f7f5d00c47cec441e0ef +commit=2a1443ef1d3bd1bab7d8ae390c6b339d56848faf authors=frolv warning=This plugin sends data about your raids to a third-party server not controlled by the RuneLite developers. From 5d3a53474fda31159af5929f1256a25c4147df1c Mon Sep 17 00:00:00 2001 From: Alexei Frolov Date: Fri, 14 Jun 2024 16:24:15 -0700 Subject: [PATCH 11/19] Roll blert commit again --- plugins/blert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/blert b/plugins/blert index 750db883e83..502f8d83537 100644 --- a/plugins/blert +++ b/plugins/blert @@ -1,4 +1,4 @@ repository=https://github.com/blert-io/plugin.git -commit=2a1443ef1d3bd1bab7d8ae390c6b339d56848faf +commit=486ea8338dadc8ec82288c6600416d9689a614b0 authors=frolv warning=This plugin sends data about your raids to a third-party server not controlled by the RuneLite developers. From 67013d2a20de84bf7b4ce1a7d0a34d7ac2018f2e Mon Sep 17 00:00:00 2001 From: Alexei Frolov Date: Wed, 19 Jun 2024 23:08:57 -0700 Subject: [PATCH 12/19] Roll plugin commit --- plugins/blert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/blert b/plugins/blert index 502f8d83537..3267db72d90 100644 --- a/plugins/blert +++ b/plugins/blert @@ -1,4 +1,4 @@ repository=https://github.com/blert-io/plugin.git -commit=486ea8338dadc8ec82288c6600416d9689a614b0 +commit=e58bf32ecd9b5f990d469cb0026572e06f9516f2 authors=frolv warning=This plugin sends data about your raids to a third-party server not controlled by the RuneLite developers. From 1771738aeed27ab4217bbdc4aa4cdb0916963da6 Mon Sep 17 00:00:00 2001 From: Alexei Frolov Date: Wed, 19 Jun 2024 23:17:13 -0700 Subject: [PATCH 13/19] Fix build file indentation --- package/verification-template/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/verification-template/build.gradle b/package/verification-template/build.gradle index 89081ad490b..cd8172b8777 100644 --- a/package/verification-template/build.gradle +++ b/package/verification-template/build.gradle @@ -134,7 +134,7 @@ dependencies { } thirdParty("com.google.protobuf:protoc:3.21.12") { because "blert" - } + } thirdParty("org.tomlj:tomlj:1.1.1") { because "resource-packs" } From 6397e5e8f7dd6b82348e30336f9c07725631590a Mon Sep 17 00:00:00 2001 From: Alexei Frolov Date: Sat, 27 Jul 2024 12:27:30 -0700 Subject: [PATCH 14/19] Remove os-maven-plugin dep and roll commit --- package/verification-template/build.gradle | 3 --- .../gradle/verification-metadata.xml | 8 -------- plugins/blert | 2 +- 3 files changed, 1 insertion(+), 12 deletions(-) diff --git a/package/verification-template/build.gradle b/package/verification-template/build.gradle index cd8172b8777..b0f75e64fe8 100644 --- a/package/verification-template/build.gradle +++ b/package/verification-template/build.gradle @@ -126,9 +126,6 @@ dependencies { thirdParty("com.google.gradle:osdetector-gradle-plugin:1.7.3") { because "blert" } - thirdParty("kr.motd.maven:os-maven-plugin:1.7.1") { - because "blert" - } thirdParty("com.google:google:1") { because "blert" } diff --git a/package/verification-template/gradle/verification-metadata.xml b/package/verification-template/gradle/verification-metadata.xml index 48c64da3d1f..2a38b24c20a 100644 --- a/package/verification-template/gradle/verification-metadata.xml +++ b/package/verification-template/gradle/verification-metadata.xml @@ -653,14 +653,6 @@ - - - - - - - - diff --git a/plugins/blert b/plugins/blert index 3267db72d90..ffb6332f4b1 100644 --- a/plugins/blert +++ b/plugins/blert @@ -1,4 +1,4 @@ repository=https://github.com/blert-io/plugin.git -commit=e58bf32ecd9b5f990d469cb0026572e06f9516f2 +commit=8c6428fbf0a78fb1598739e8be4f305568436052 authors=frolv warning=This plugin sends data about your raids to a third-party server not controlled by the RuneLite developers. From 4d0cdb7eddc5320cf54616b52d40c1637056d041 Mon Sep 17 00:00:00 2001 From: Alexei Frolov Date: Sat, 27 Jul 2024 12:32:21 -0700 Subject: [PATCH 15/19] Remove shadowJar target --- plugins/blert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/blert b/plugins/blert index ffb6332f4b1..d5a20188d45 100644 --- a/plugins/blert +++ b/plugins/blert @@ -1,4 +1,4 @@ repository=https://github.com/blert-io/plugin.git -commit=8c6428fbf0a78fb1598739e8be4f305568436052 +commit=7d1c8a7dd296f2fb3dcc8b8a8d56472e47955d0a authors=frolv warning=This plugin sends data about your raids to a third-party server not controlled by the RuneLite developers. From 27a2b2e6fd4975e8394b49520be6c8e71deb24fc Mon Sep 17 00:00:00 2001 From: Alexei Frolov Date: Fri, 2 Aug 2024 14:51:42 -0700 Subject: [PATCH 16/19] Regenerate verification metadata --- .../gradle/verification-metadata.xml | 8 ++++++++ plugins/blert | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/package/verification-template/gradle/verification-metadata.xml b/package/verification-template/gradle/verification-metadata.xml index 2a38b24c20a..48c64da3d1f 100644 --- a/package/verification-template/gradle/verification-metadata.xml +++ b/package/verification-template/gradle/verification-metadata.xml @@ -653,6 +653,14 @@ + + + + + + + + diff --git a/plugins/blert b/plugins/blert index d5a20188d45..a5c6653c51a 100644 --- a/plugins/blert +++ b/plugins/blert @@ -1,4 +1,4 @@ repository=https://github.com/blert-io/plugin.git -commit=7d1c8a7dd296f2fb3dcc8b8a8d56472e47955d0a +commit=bd435cb5ed7ddaae1f96a6f12347ef7f23167edf authors=frolv warning=This plugin sends data about your raids to a third-party server not controlled by the RuneLite developers. From 3a1102b5ec7469422b9871fd7c58b1ad3629b549 Mon Sep 17 00:00:00 2001 From: Alexei Frolov Date: Sun, 4 Aug 2024 10:04:02 -0700 Subject: [PATCH 17/19] Small bugfix; update plugin version --- plugins/blert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/blert b/plugins/blert index a5c6653c51a..5406d8fa2c4 100644 --- a/plugins/blert +++ b/plugins/blert @@ -1,4 +1,4 @@ repository=https://github.com/blert-io/plugin.git -commit=bd435cb5ed7ddaae1f96a6f12347ef7f23167edf +commit=0b02890774d56caf85795c905a8556be92156ea6 authors=frolv warning=This plugin sends data about your raids to a third-party server not controlled by the RuneLite developers. From 4d9824f4aab3dd2960971acd5c92d0125b6302c9 Mon Sep 17 00:00:00 2001 From: Alexei Frolov Date: Fri, 18 Oct 2024 10:34:35 -0700 Subject: [PATCH 18/19] Update to version 0.2.0 --- plugins/blert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/blert b/plugins/blert index 5406d8fa2c4..782614b56c8 100644 --- a/plugins/blert +++ b/plugins/blert @@ -1,4 +1,4 @@ repository=https://github.com/blert-io/plugin.git -commit=0b02890774d56caf85795c905a8556be92156ea6 +commit=aa17aaa6909b87a1d5adaea187c11825f4e2e832 authors=frolv warning=This plugin sends data about your raids to a third-party server not controlled by the RuneLite developers. From 9afd0dfe7deb3cf65639d3ce1462af988e6cf976 Mon Sep 17 00:00:00 2001 From: Alexei Frolov Date: Sat, 23 Nov 2024 11:22:56 -0800 Subject: [PATCH 19/19] Roll game world filtering --- plugins/blert | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/blert b/plugins/blert index 782614b56c8..202c1d5d0ac 100644 --- a/plugins/blert +++ b/plugins/blert @@ -1,4 +1,4 @@ repository=https://github.com/blert-io/plugin.git -commit=aa17aaa6909b87a1d5adaea187c11825f4e2e832 +commit=a0b45a8a1cf06be8d08b7ae7f29b951d12ee8973 authors=frolv warning=This plugin sends data about your raids to a third-party server not controlled by the RuneLite developers.