aboutsummaryrefslogtreecommitdiff
path: root/src/server/proto
AgeCommit message (Collapse)Author
2022-03-05Core/Proto: cleanup double newlines in generated codeShauren
2022-02-11Core/Misc: proto PCH tuningShauren
2021-09-29Core/Bnet: Updated protobuf messages and servicesShauren
2020-05-09Core/Battlenet: Add club servicesShauren
2020-05-08Core/protobuf: Remove unneccessary methods from generated servicesShauren
2020-01-02New YearAokromes
2019-07-27Core/Proto: Update client protobuf messagesShauren
2019-01-01Update copyright note for 2019vincent-michael
auto happy = new year(2019);
2018-11-05Core/Bnet: Updated protobuf messages and servicesShauren
2018-01-01Update copyright note for 2018vincent-michael
auto happy = new year(2018);
2017-12-20Build: Disable warnings in protobuf projectsNaios
2017-12-20Build: Use the cotire library for precompiled header handlingNaios
* Required for handling flags inherited by linked projects correctly in the corresponding precompiled header. * Reduces the maintenance effort for precompiled headers (cherry picked from commit 92f96fc10e70b2d62cce832837477d958e2afbe3)
2017-12-20Build: Use interface targets for inheriting flags and definitionsNaios
* Remove the usage of global flags and definitions set through the CMAKE_CXX_FLAGS variable. * Use cmake target compile features for setting the CXX standard automatically. * Make C++14 globally available in the project * Closes #21033 (cherry picked from commit e60c1f84a7e13577a82046b02b214f9466d20a7c)
2017-10-03Core/Bnet: Added support for -launcherlogin logins (external client launcher ↵Shauren
required)
2017-09-21Core/Bnet: Implement a way to handle turn protobuf service calls into async ↵Shauren
requests
2017-06-15Core/PacketIO: Updated bnet packet structures to 7.2.5Shauren
2017-06-08Buildsystem: Minor PCH building changesShauren
* *PCH.cpp are now only compiled with MSVC, other compilers use custom helper commands to generate the precompiled header * Don't call the linker for pch helpertargets
2017-06-03Core/Proto: Fixed silencing warnings in when generating proto PCHShauren
2017-06-03Core: Updated PCH contentsShauren
2017-01-19Core/Proto: Generate new protobuf filesShauren
CID 1354572 to 1354592, 1354597
2017-01-01Update copyright note for 2017vincent-michael
Happy new year
2016-04-16Core/Proto: Convert the proto project to a standalone shared libraryNaios
* Fixes issues with dynamic linking on linux * Closes #16981
2016-04-05Buildsystem: Initial changes to support building with vs clang toolsetShauren
2016-03-28Core: Updated to 6.2.4Shauren
* Rewrite bnetserver for new authentication protocol
2016-03-26Contrib: Updated protoc plugin to generate service classes suitable for ↵Shauren
dynamic linking
2016-03-26Clang build fixShauren
2016-03-26Core/Shared: Added generated protobuf sourcesShauren