aboutsummaryrefslogtreecommitdiff
path: root/src/server/bnetserver/Packets
AgeCommit message (Collapse)Author
2016-03-28Core: Updated to 6.2.4Shauren
* Rewrite bnetserver for new authentication protocol
2016-01-01Update copyright note for 2016Vincent-Michael
Happy new year (Again new year with idiots ...)
2015-10-12Core/Battle.net: Fixed warnings about uninitialized valuesShauren
2015-10-10Core/Battle.net: Updated packet enums and added new build dataShauren
2015-10-07Core/Bnetserver: Fixed copypaste mistake for packet namesShauren
2015-10-06Core/Bnetserver: Fix warnings caused through non virtual destructors.Naios
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-10-04Core/Battle.netShauren
* Updated game account flags * Fixed infinite loop in ReadFourCC if value in packet was 0 * Corrected ClosingReason enum in ConnectionClosing
2015-07-22Core/Misc: Add a few consts to methodsDDuarte
2015-04-20Core/Misc: Removed gcc specific packing pragma syntax - only unsupported ↵Shauren
(now) versions required it
2015-04-02Add missing override keyword in bnetserverDaniel M. Weeks
2015-03-08Core/Misc: Cleaned up data truncation warningsShauren
2015-01-01Update copyright note for 2015Vincent-Michael
Happy new year
2014-12-29Core/Scripts: multiple changesjoschiwald
- fixed non pch build - fixed some warnings - fixed some coverity issues - some random things here and there
2014-12-20Core/Battle.net: Decrypt remainder of the packet that arrives together with ↵Shauren
EnableEncryption
2014-12-07Core: fixed few coverity issues and warningsjoschiwald
2014-11-19BNet GetStreamItemsRequest::ReadMorganaOP
Wrong call
2014-11-14Core/Packets: CMSG_CREATURE_QUERY and SMSG_CREATURE_QUERY_RESPONSE handlerIntel
2014-11-09Core/Battle.net: Fixed a copypaste mistake in packet name loggingShauren
2014-10-20Battle.net: Fixed JoinRequestV2 and JoinResponseV2 structuresShauren
2014-10-18Merge branch '4.3.4' of https://github.com/TrinityCore/TrinityCore into 6.xShauren
Conflicts: dep/PackageList.txt src/server/bnetserver/Packets/WoWRealmPackets.cpp src/server/bnetserver/Server/Session.cpp
2014-10-18More build fixes, everyone loves pchShauren
2014-10-18Fixed nopch buildShauren
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-14Battle.net: Removed not implemented comment from stream items opcodesShauren
2014-10-13Battle.net: Implemented cache stream itemsShauren
2014-10-12Battle.net/Packets: Added packet name mapping for loggingShauren
2014-10-12Bnet/Friends: Send the "proper" error message in ↵Sebastian Valle Herrera
SocialNetworkCheckConnectedResult
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: Handle ConnectionClosingShauren
2014-10-11Core/Battle.net: Implemented updating realm list after initial loginShauren
2014-10-10Core/Battle.net: Added missing includes and changed default config file nameShauren
2014-10-10Core/Auth: Moved battle.net handling to separate projectShauren