Skip to content

log-adviser: remove third-party warning (TempleOSRS call removed)#12010

Closed
SFranciscoSouza wants to merge 1 commit into
runelite:masterfrom
SFranciscoSouza:remove-log-adviser-warning
Closed

log-adviser: remove third-party warning (TempleOSRS call removed)#12010
SFranciscoSouza wants to merge 1 commit into
runelite:masterfrom
SFranciscoSouza:remove-log-adviser-warning

Conversation

@SFranciscoSouza
Copy link
Copy Markdown
Contributor

Follow-up to the merged Log Adviser submission.

In review, @riktenx added a warning= line because the plugin fetched the player's collection log from TempleOSRS (a third-party server), exposing IP + RSN.

That integration has now been completely removed from the plugin (SFranciscoSouza/LogAdviser@7606822): TempleOsrsClient is deleted along with the warm-start path and its config item. The plugin now makes a single outbound call — to Jagex's own secure.runescape.com Hiscores endpoint, the same one RuneLite core uses — so no IP/RSN reaches any third-party server.

This PR therefore:

  • Bumps commit= to the new 760682235de42179c3167960d6ce7ca9718db5bc
  • Removes the now-unnecessary warning= line

🤖 Generated with Claude Code

The TempleOSRS collection-log fetch has been removed from the plugin.
It now only calls Jagex's own secure.runescape.com Hiscores endpoint
(the same one RuneLite core uses), so no IP/RSN is sent to any
third-party server and the warning no longer applies.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@runelite-github-app runelite-github-app Bot added plugin change size-s warning change an existing plugin install warning was changed labels May 18, 2026
@runelite-github-app
Copy link
Copy Markdown

Plugin warning has changed

log-adviser: dd321187b6707ea418d102de1e2c5be40051dcba..760682235de42179c3167960d6ce7ca9718db5bc

@runelite-github-app
Copy link
Copy Markdown

This plugin requires a review from a Plugin Hub maintainer. The reviewer will request any additional changes if needed.


Internal use only: Reviewer details Maintainer details

@SFranciscoSouza
Copy link
Copy Markdown
Contributor Author

Closing in favour of a fresh PR: the plugin now makes zero network requests at all (the OSRS Hiscores call has also been removed, not just TempleOSRS), so the bump points at a new commit. Superseded by an incoming PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

plugin change size-s warning change an existing plugin install warning was changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant