- Peer picker UI with class colors, level, and last-seen freshness.
- Floating session indicator (drag-to-reposition) showing live pts, +XP, and kill count without opening the main UI.
- Full dashboard: Weekly Total / Today / Current Session cards, history tab, leaderboard tab.
- Admin tools: per-session override (approve / deny / delete), low-confidence audit flagging, weekly tunables (warmup,
caps, scoring exponent, level-weight clamp).
- Guild-wide rule sync: admin's rule changes auto-push to all addon users (~2 s debounce) and are accepted only if
signed by a hardcoded admin key.
- Blizzard options panel + minimap button via LibDBIcon.
- Session debug log + slash commands for inspection.
- Pet/companion damage attribution via COMBATLOG_OBJECT_AFFILIATION_MINE.
- XP/MOB race-resistant: late-XP recovery buffer (5 s window) means quest XP and rest ticks don't kill scoring when
timing slips.
Slash commands
/gboost toggle UI
/gboost sync open peer picker
/gboost invite <Name> <booster|recipient>
/gboost accept accept pending invite
/gboost decline decline pending invite
/gboost leave leave current session
/gboost cancel cancel pending outbound invite
/gboost status print sync state
/gboost confirm confirm last session
/gboost dispute [reason] dispute last session
/gboost available on|off toggle presence broadcast
/gboost options open Blizzard options
/gboost debug on|off toggle debug logging
/gboost debug session dump session stats
/gboost debug stats wire traffic counters
/gboost debug peers list known peers
/gboost debug log dump in-memory log buffer
/gboost help list commands
What this addon is NOT
- Not a paid-boost marketplace, matchmaker, or advertising tool.
- Not cross-guild — by design it only sees guildmates running the addon.
- Not a gameplay automator — no targeting, no movement, no combat input.
- Does not exfiltrate data — all wire traffic is on the WoW addon channel (GBOOSTC prefix), nothing leaves the game.
Hard prohibitions (enforced by spec)
- No real-money systems, ads, or premium tiers.
- No gameplay automation.
- No data exfiltration outside the addon channel.
Requirements
- WoW Classic Era / Hardcore (Interface 11508 or newer).
- Embedded libraries: LibStub, LibDataBroker-1.1, LibDBIcon-1.0 (bundled).
- All participating guildmates must have the addon installed.

