mirror of
https://github.com/runelite/plugin-hub.git
synced 2026-04-22 07:48:46 -04:00
update embargo-clan-plugin to v1.4.1 (#7924)
* Update Embargo to 1.4.1
- Bump version to 1.4.1
- Add timeout to isUserRegistered method in case of API failures
- If the API was down, the plugin would freeze due to looping requests. Reduce timeout to 2 seconds, add a minute cooldown on the API call
- Populate untradable item icons in the side panel by having the API pass itemIDs for them instead of names
- Change default side panel to match what it used to be (not signed in, log in to send data to Embargo) + reset it on logOut() as intended
- Only add wiki link to items that are found. This prevents "EHB/EHP/| items" from linking to nonsense wikipedia links
* Bump Embargo Plugin version to 1.4.2
- Refactor check registration to be async
- Prevent spamming of prevent registration by setting a variable
- Enqueue network calls to prevent locking due to execute
- Change logging to be a little more verbose/precise
- Properly check registration based on body response
Looks like the formatter kinda went crazy too
---------
Co-authored-by: Sharpienero <sharpienero@protonmail.com>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
repository=https://github.com/Sharpienero/Embargo-Plugin.git
|
||||
commit=4bfc2cb0349ade278305d553df4ccc4cb194e34b
|
||||
commit=2498e02856a93cbf7f720bf6411b4f1a995e0b66
|
||||
warning=This plugin sends player data (including IP address) to a 3rd party server not controlled by RuneLite or Jagex. To see the full list of data this plugin collects, check out project's README on Github
|
||||
Reference in New Issue
Block a user