Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-12 | Core/Networking: Support IPv6 | Shauren | |
2023-08-03 | Core/Realms: Minor refactor to realm address storage (remove LocalSubnetMask ↵ | Shauren | |
as it is now unused, db field kept for table structure compatibility with 3.3.5 branch) | |||
2023-07-15 | Core/Network: Refactor local/remote ip address selection code and allow ↵ | Shauren | |
using hostnames in LoginREST bnetserver config options | |||
2023-01-08 | Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard ↵ | Shauren | |
compatible api) | |||
2020-01-02 | New Year | Aokromes | |
2019-01-01 | Update copyright note for 2019 | vincent-michael | |
auto happy = new year(2019); | |||
2018-01-06 | Core/Misc: Added compatibility layer for boost 1.66 and future std:: ↵ | Shauren | |
networking stuff * Based on work done by @dimiandre in PR #21173 Closes #21171 Closes #21173 | |||
2018-01-01 | Update copyright note for 2018 | vincent-michael | |
auto happy = new year(2018); | |||
2017-05-13 | Core/Grids: Ported cmangos/mangos-wotlk@ea99457e50790acde8928aa0f3dc4a9c096b4a8c | Shauren | |
2017-05-13 | Core/Packets: Implemented CMSG_QUERY_REALM_NAME and SMSG_REALM_QUERY_RESPONSE | joschiwald | |
2017-05-13 | Core/Shared: Include cleanup | Shauren | |
2017-01-01 | Update copyright note for 2017 | vincent-michael | |
Happy new year | |||
2016-03-28 | Build fixes | Shauren | |
2016-03-28 | Core: Updated to 6.2.4 | Shauren | |
* Rewrite bnetserver for new authentication protocol | |||
2016-01-01 | Update copyright note for 2016 | Vincent-Michael | |
Happy new year (Again new year with idiots ...) | |||
2015-10-06 | Core/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-01-01 | Update copyright note for 2015 | Vincent-Michael | |
Happy new year | |||
2014-11-09 | Core/NetworkIO: Added second connection to WorldSession, handle ↵ | Shauren | |
AuthContinuedSession and enabled ConnectTo and ResumeComms |