aboutsummaryrefslogtreecommitdiff
path: root/src/server/bnetserver
AgeCommit message (Expand)Author
2022-03-13Core/Config: Implement config override with env vars (#26811)Anton Popovichenko
2022-03-12Core/Misc: Fix mac buildShauren
2022-03-11Core/Network: Add option to allow/disallow saving IP addresses to database (#...Giacomo Pozzoni
2022-02-13Core/Misc: Cleanup unused includesShauren
2022-02-05Core/Authserver: Removal of sha_pass_hash, compatibility fields, and everythi...Treeston
2022-01-26Core/CrashHandler: #ifdef cleanup to make VS not choke when parsing, fixed fi...Shauren
2022-01-26Core/Authserver: Deprecation of sha_pass_hash (PR #25138)Treeston
2022-01-06Core/Misc: Properly close database connections when using --update-databases-...Shauren
2022-01-06Additional cmake entry for configsipriver
2022-01-01Added the ability to use TLS when connecting to a database. (#24348)myuzhobcplidtkieno
2021-12-18Core/Bnetserver: Added --update-databases-only console argument to bnetserverShauren
2021-12-18[3.3.5] Core/Authserver: TOTP rewrite: (PR #23633)Treeston
2021-12-02Core/conf: conf.dist typo & grammar corrections (#23190)Trond B. Krokli
2021-08-08Core/Misc: ASSERT() cleanup - followup of cherry pick 572eab1c355d9298ee640eb...Shauren
2021-05-24Core/Misc: Add another boost hack. Fixes bnetserver/worldserver -c command li...Shauren
2020-12-12Dep/Boost: Partial support for boost 1.74 - asioShauren
2020-09-04Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ...Shauren
2020-08-03Core/Authserver: Re-organize the `accounts` table (PR #25135)Treeston
2020-08-03Core/Authserver: Authserver cleanup (PR#25093)Treeston
2020-06-30Core/Misc: Changed GetLocaleByName to return invalid value on invalid input i...Shauren
2020-06-23Core/Misc: Replace Trinity::make_unique with std (#24869)Peter Keresztes Schmidt
2020-06-22DB/Account: update account_access table (#24788)ForesterDev
2020-05-09Core/Battlenet: Add club servicesShauren
2020-04-26Core: Fix clang 10 warningsShauren
2020-04-14Core/DBLayer: Implement async transaction completion callbacksShauren
2020-01-02New YearAokromes
2019-07-27Core/DBLayer: Prevent committing transactions started on a different databaseShauren
2019-07-27Core/DBLayer: Prevent using prepared statements on wrong databaseShauren
2019-07-21Core/bnetserver: Fixed crash happening when sending packets larger than 4096 ...Shauren
2019-04-14Core/Dep: Boost 1.70 compatibilityShauren
2019-01-09Core/Misc: Improved ip2location code and set it to disabled by defaultShauren
2019-01-09Common: Replace ip2nation by ip2location. (#21957)Gooyeth
2019-01-01Update copyright note for 2019vincent-michael
2018-12-09Merge branch 'bfa'Shauren
2018-11-05Core/Bnet: Updated protobuf messages and servicesShauren
2018-10-22Core/Bnet: Safeguard auth process against bad external db modificationsShauren
2018-04-18Core/Bnet: Improve client ban messages (#21837)Roc13x
2018-01-21Core/Bnet: Fixed crash that can happen when sending malformed requestsShauren
2018-01-06Core/Misc: Added compatibility layer for boost 1.66 and future std:: networki...Shauren
2018-01-01Update copyright note for 2018vincent-michael
2017-12-20Build: Inherit the features and warning flags privatelyNaios
2017-12-20Build: Use the cotire library for precompiled header handlingNaios
2017-10-17Core/Bnet: Fixed another uninitialized variable (just to shut up static analy...Shauren
2017-10-10Core/Bnet: Fixed uninitialized valueShauren
2017-10-03Warning fixShauren
2017-10-03Core/Bnet: Added support for -launcherlogin logins (external client launcher ...Shauren
2017-09-22Warning fixesShauren
2017-09-22Core/Bnet: Moved loading account info from rest service to sessionShauren
2017-09-21Build fixShauren
2017-09-21Core/Bnet: Implement a way to handle turn protobuf service calls into async r...Shauren