WMCAlliance / BukkitIRCd

BukkitIRCd was an IRC bridge plugin for Minecraft servers running Bukkit. It creates individual 'bot' users for every player to allow seamless communication.
https://wma.im
Other
5 stars 6 forks source link

Avoid calling Bukkit API methods from IRCd thread #84

Closed glguy closed 11 years ago

glguy commented 11 years ago

These calls are unsafe and raise exceptions when thread scheduling causes collections to change while IRCd is handling link messages.

glguy commented 11 years ago

I made this PR against the wrong branch

WizardCM commented 11 years ago

Closed glguy wants to merge 2 commits into WMCAlliance:development from glguy:broadcastMessage

Are you sure? That looks correct to me...