promotional bannermobile promotional banner

Cerebro

Modern EPGP & Loot Distribution with native RCLootCouncil & Mythic+ integration.

File Details

v0.10.32

  • R
  • Mar 21, 2026
  • 5.79 MB
  • 99
  • 12.0.1+1
  • Retail

File Name

Cerebro-v0.10.32.zip

Supported Versions

  • 12.0.1
  • 11.2.7

Cerebro

v0.10.32 (2026-03-21)

Full Changelog

  • chore: Bump version to 0.10.32
    Harden format strings against Lua 5.1 integer overflow on corrupted millisecond timestamps. Add RCLC Import module for GP history rebuild from RCLootCouncil data.
  • docs: add RCLC_Import.lua to module tables in CEREBRO.md and AGENT_CONTEXT.md
  • fix(sync): harden format strings against Lua 5.1 integer overflow\n\nChange %d → %.0f in 4 format strings that receive lastUpdate timestamps.\nLua 5.1's %d maps to C int (32-bit signed, max 2.1B) which overflows on\ncorrupted millisecond timestamps like 1773967793200. %.0f uses double\nwhich handles values up to ~9×10¹⁵ safely.\n\nAffected sites:\n- ComputeRosterHash: hash input string for ep/gp/lastUpdate\n- /cb status: player debug output\n- MergeSelectionData: ACCEPTED/REJECTED debug logs