update guild-spam-filter to v1.5 (#9805)

* 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

* Updated PB broadcast message to match the new jagex text

Updated PB broadcast message to match the new jagex text

* Updated Clan Spam Filter to V1.5

1. Updated the total level message and default value to match the new total level of 2376
2. Updated the internal collection log data string to contain the new sailing collection logs
This commit is contained in:
Andreas Antonsen
2025-12-11 01:22:46 +01:00
committed by GitHub
parent d7e4ea078c
commit 4442c2906c

View File

@@ -1,3 +1,3 @@
repository=https://github.com/andreasx23/GuildSpamFilter.git
commit=99ef21c79985fa42983a5d4276d334f69b04b0a8
commit=6eae4bd6407e1afb09860e3e6213bc67a0323e14
authors=andreasx23