From 7df36fb2382e65b52bb5f003774eff3dd1ad0f04 Mon Sep 17 00:00:00 2001 From: voltmaister <45509916+voltmaister@users.noreply.github.com> Date: Sun, 4 May 2025 00:33:33 +0300 Subject: [PATCH] update collection-tracker (#7928) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Create collection-tracker Collection Tracker is a plugin that fetches your collection log from TempleOSRS api and shows it in the game chat with icons using !log boss name just like the old collection log plugin did * Update collection-tracker updated api calls to have specific user agent * Update collection-tracker Fixed Gson injection with Plugin Hub rules * Update collection-tracker Fixed more (and hopefully final) Gson injection to apply to Plugin hub rules * Update collection-tracker Added license of BSD clause 2 * Update collection-tracker Fixed review comments for okhttp client log.info → log.debug added the warning about third party saved executor and added class for the h2 instance * Update collection-tracker Corrected warning location * Update collection-tracker Changed !log → !col so that people with runeprofile don't have problems. * Update collection-tracker Fixed the explicit dependency on gson * Update collection-tracker changed logging from jul to slf4j * Update collection-tracker changed everything in pull request "you don't need to invoke chatMessageManager.queue on the swing threadyou should save the database inside the RuneLite.RUNELITE_DIR" also some of the optional ones * Update collection-tracker * Update collection-tracker * Update collection-tracker fixed issues with names with spaces as senders --- plugins/collection-tracker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/collection-tracker b/plugins/collection-tracker index 0361a1570..6bdd6bb3b 100644 --- a/plugins/collection-tracker +++ b/plugins/collection-tracker @@ -1,3 +1,3 @@ repository=https://github.com/voltmaister/collection-tracker.git -commit=c751e64c525b8201b74f5ed8bfcbcc9a113a01df +commit=8e22d93eabb571122dcf8f528b2c0ace728a71b0 warning=This plugin submits your username and IP address to a server not controlled or verified by the RuneLite developers.