Skip to content

log-adviser: bump commit, plugin now makes no network requests#12011

Merged
riktenx merged 1 commit into
runelite:masterfrom
SFranciscoSouza:bump-log-adviser-no-network
May 18, 2026
Merged

log-adviser: bump commit, plugin now makes no network requests#12011
riktenx merged 1 commit into
runelite:masterfrom
SFranciscoSouza:bump-log-adviser-no-network

Conversation

@SFranciscoSouza
Copy link
Copy Markdown
Contributor

Follow-up to the merged Log Adviser submission, replacing #12010.

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

The plugin has since been changed to make zero network requests at all:

  • TempleOsrsClient (TempleOSRS collection-log fetch) — removed
  • HiscoreRankFetcher (the secure.runescape.com Hiscores fetch) — also removed, along with the sidebar rank / slots-logged display that depended on it

All data now ships bundled with the plugin, and collection-log progress is tracked purely from in-game events (the "new item" chat message and the collection-log widget). Nothing is sent anywhere.

New plugin commit: SFranciscoSouza/LogAdviser@22e5be5

This PR:

  • Bumps commit= to 22e5be5e94569dae8c83252679c54a349b139d20
  • Drops the warning= line, which no longer applies (no third-party — or any — network access)

🤖 Generated with Claude Code

The plugin now makes zero network requests. Both the TempleOSRS
collection-log fetch and the secure.runescape.com Hiscores fetch have
been removed; all data is bundled and progress is tracked from in-game
events only. The previous third-party warning therefore 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-m 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..22e5be5e94569dae8c83252679c54a349b139d20

@runelite-github-app
Copy link
Copy Markdown

This plugin requires reviews from Plugin Hub reviewers. The reviewer will request any additional changes if needed.


Internal use only: Reviewer details Maintainer details

@riktenx riktenx merged commit 1006de6 into runelite:master May 18, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants