aboutsummaryrefslogtreecommitdiff
path: root/src/server/bnetserver/Realms
AgeCommit message (Collapse)Author
2016-03-26Core/Misc: Moved RealmList to sharedShauren
2016-03-20Core/Dep: Removed ZMQ dependency in preparation for future changesShauren
2016-01-01Update copyright note for 2016Vincent-Michael
Happy new year (Again new year with idiots ...)
2015-10-06Core/Battle.net:Shauren
* Changed packet structures to mirror client names * Simplified ToString Building * Removed deprecated structures World: Cleaned up duplicate realm info 'realm' and 'realmHandle' variables (realmHandle was removed, that data is fully contained in realm)
2015-09-21Core: Added ABORT() macro to prevent the usage of ASSERT(false) as a quick ↵StormBytePP
hack to crash the core misusing assert
2015-08-15Core/Bnetserver: Catch and log an exception that happens when ↵DDuarte
WorldserverListenPort is already used Closes #15284
2015-04-11Core/Bnet: Fixed crash on shutdown happening when there were still players ↵Shauren
connected
2015-01-01Update copyright note for 2015Vincent-Michael
Happy new year
2014-12-28Core/Battle.net: Fixed another client crash happening when logging out to ↵Shauren
character list
2014-12-24Core/Battle.net: Fixed client crashes happening when reconnecting too soon ↵Shauren
after being kicked
2014-11-09Core/NetworkIO: Added second connection to WorldSession, handle ↵Shauren
AuthContinuedSession and enabled ConnectTo and ResumeComms
2014-10-17Core: Implemented IPC (Inter-process communication) between worldserver and ↵Shauren
bnetserver using ZeroMQ library. * Implemented ToonReady and ToonLoggedOut battle.net packets
2014-10-12Core/Battle.net: Improved logging - use separate filters instead of throwing ↵Shauren
everything to one logger
2014-10-12Core: Fix non pch buildVincent-Michael
2014-10-11Core/Battle.net: Removed remaining authserver referencesShauren
2014-10-11Core/Battle.net: Implemented updating realm list after initial loginShauren
2014-10-10Core/Auth: Moved battle.net handling to separate projectShauren