From 1eaa3754f378e2b30dee0ac5eefa308705dc6a1d Mon Sep 17 00:00:00 2001 From: Andreas Antonsen <49310598+andreasx23@users.noreply.github.com> Date: Sat, 2 Aug 2025 05:27:57 +0200 Subject: [PATCH] update guild-spam-filter (#8680) * Update guild-spam-filter * Revert * Updated Guild Spam Filter We now support PK broadcasts and we can now decide ourselves which collection log to filter out * Update guild-spam-filter * Update guild-spam-filter * Update guild-spam-filter * Update guild-spam-filter * Update guild-spam-filter * Update guild-spam-filter * Update guild-spam-filter * Update guild-spam-filter * Update guild-spam-filter * Update guild-spam-filter * Update guild-spam-filter * Update guild-spam-filter * Update guild-spam-filter * Update guild-spam-filter * Update guild-spam-filter * Update guild-spam-filter * Update guild-spam-filter * Updated Clan Spam Filter Fixed bugs which was coursed by Jagex messing broadcast messages. We now always remove a broadcast if the setting is set to true and we couldn't find the right indexes to search by Also I updated to latest RuneLite version * Updated Clan Spam Filter It is now possible through CSV to select which player names should always be allowed for broadcasts. Also updated to latest version of RL. * Update guild-spam-filter * Updated ClanSpamFilter Fixed an issue which caused all raid drops to filtered no matter the value inserted * Update guild-spam-filter * Update guild-spam-filter * Update guild-spam-filter * Updated Clan Spam Filter Fixed a bug which caused the UI Thread to be blocked and then causing an exception which caused the entire plugin to stop functioning * Update guild-spam-filter * Update guild-spam-filter * Update guild-spam-filter * Update guild-spam-filter Fixed a bug where if a user would type a player name with a space e.g. "Biceps Btw" in always included player broadcasts it would not work as the space somehow didn't get checked correctly * Updated Clan Spam Filter to contain League 5 broadcast filtering * Updated proper placement in the config for "League" detection * Updated Clan Spam Filter The Clan Spam Filter now correctly filters XP drops, level-ups, and combat level-ups. Additionally, combat tasks are now filtered using the Combat Achievement filter options. * Updated Clan Spam Filter Updated my internal collection log dictionary to include newest bosses such as Yama * Updated Clan Spam Filter Updated my internal Collection Log data string (the previous commit had a bug) * Clan Spam Filter 1. Cleaned up my code to make it easier to maintain the plugin 2. Added a icon for my plugin 3. Updated names and descriptions of different configuration settings 4. Added new setting "Filter Combat Diary Tasks" * Updated Clan Spam Filter Fixed a bug where we didn't extract the correct total level up * Fixed "Clan Spam Filter" to work with ObjectStack instead of StringStack Fixed "Clan Spam Filter" to work with ObjectStack instead of StringStack * Updated Clan Spam Filter 1. Fixed a bug where if the player optained a pet and it got into their backpack it wouldn't be filtered by "filterPets()" function 2. Updated the internal collection log map to contain the new bosses --- plugins/guild-spam-filter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/guild-spam-filter b/plugins/guild-spam-filter index f9146e1c5..58ded622d 100644 --- a/plugins/guild-spam-filter +++ b/plugins/guild-spam-filter @@ -1,3 +1,3 @@ repository=https://github.com/andreasx23/GuildSpamFilter.git -commit=4b9c63141a7add748af9d3d70edb3ea8a074049d +commit=a08ab11b1079a1007f29553b4d21db1f6e082a35 authors=andreasx23