Skip to content

Add OSRS Algo (GE log)#13012

Merged
runelite-github-app[bot] merged 4 commits into
runelite:masterfrom
RichardLechko:add-osrs-algo-ge-log
Jun 29, 2026
Merged

Add OSRS Algo (GE log)#13012
runelite-github-app[bot] merged 4 commits into
runelite:masterfrom
RichardLechko:add-osrs-algo-ge-log

Conversation

@RichardLechko

Copy link
Copy Markdown
Contributor

Adds OSRS Algo (GE log). A plugin that auto-logs Grand Exchange offer state (place / partial / fill / cancel) to a user-configured URL, defaulting to http://127.0.0.1:5000 (localhost). Intended to pair with a personal local backend for flip/arbitrage tracking; the warning= field discloses the external POST behavior.

Source: https://github.com/RichardLechko/osrs-algo-ge-log

@runelite-github-app

runelite-github-app Bot commented Jun 28, 2026

Copy link
Copy Markdown

@runelite-github-app

runelite-github-app Bot commented Jun 28, 2026

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

@riktenx

riktenx commented Jun 28, 2026

Copy link
Copy Markdown
Member
  • use of thread sleep is not allowed; use a scheduled executor etc. instead
  • use of thread interrupt is not allowed

@riktenx riktenx added the waiting for author waiting for the pr author to make changes or respond to questions label Jun 28, 2026
@runelite-github-app runelite-github-app Bot removed the waiting for author waiting for the pr author to make changes or respond to questions label Jun 28, 2026
@RichardLechko

Copy link
Copy Markdown
Contributor Author
  • use of thread sleep is not allowed; use a scheduled executor etc. instead

    • use of thread interrupt is not allowed

Fixed. BackendClient no longer uses Thread.sleep or Thread.interrupt. postEvent now makes a single HTTP attempt and queues on failure; retries happen via the existing ScheduledExecutorService drain timer in OsrsAlgoPlugin.

@runelite-github-app runelite-github-app Bot merged commit eade308 into runelite:master Jun 29, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants