File Details
GuildRecruiterManagement V4.3.2.zip
- R
- Mar 15, 2026
- 28.07 MB
- 888
- 12.0.5+3
- MoP Classic + 2
File Name
GuildRecruiterManagement V4.3.2.zip
Supported Versions
- 12.0.5
- 12.0.1
- 5.5.3
- 2.5.5
v4.3.2
Fixes
- Raid Roster Sync — Offline Sign-ups:
- Fixed a critical issue where players coming online would not see sign-ups made while they were offline. The addon's network layer (prefix registration, message listener, sync requests) was only starting when the Raid Roster tab was opened. It now initializes at login, so sync data is received immediately — even before opening the tab.
- Roster Sync — Broken Timestamps:
- The full roster broadcast was transmitting an undefined field (`member.time`) instead of the actual stored timestamp (`member.ts`), causing every synced roster to carry a revision of zero. This broke the smart-diff comparison entirely, making the addon unable to tell who had newer data. Timestamps now transmit correctly.
- Roster Sync — Data Wipes on Sync:
- Removed the destructive `ROSTER_CLEAR` message that wiped the receiver's entire roster before new data arrived. If any follow-up data chunk was lost or delayed, this left players with an empty or incomplete roster. The addon now merges incoming sign-up data additively — duplicates are handled automatically.
- Roster Sync — Message Throttling:
-
- Full roster broadcasts previously fired all data chunks in a single burst, risking silent message drops from Blizzard's internal throttle. Outgoing chunks are now paced at 0.3-second intervals to ensure reliable delivery, even for large rosters.
-
Features
- Class Colours in Raid Roster:
- Player names in the sign-up raster (Tank, Healer, DPS, Bench, Tentative, Absent, No Show) now display in their WoW class colour. Makes it easy to see team composition at a glance without hovering or memorizing names.

