| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-21 | Core/Networking: Set SO_REUSEADDR on *nix platforms | jackpoz | |
| (cherry picked from commit 46f2595f511011d577be0ecee3d9f44c980ddc92) | |||
| 2021-11-21 | Core/Networking: Fix memory leak (#22923) | Giacomo Pozzoni | |
| Fix memory leak reported by ASan happening when ports fail to bind in Authserver (cherry picked from commit 57d7b194522d6d44f4d2e9400c03cfc13d5a706a) | |||
| 2021-10-22 | Core/Packets: Reduce memory footprint of cached queries (#22297) | jackpoz | |
| Ensure only the minimum required memory is used by caching query packets by calling shrink_to_fit() (cherry picked from commit deabd4ab453ee8cf1f515bdb32bf9cf9de7f0591) | |||
| 2021-10-11 | Core/Scenes: Implemented spell created SceneObjects | Shauren | |
| 2021-10-01 | Core/Misc: Fix appleclang 12 warnings | Shauren | |
| 2021-03-14 | Revert "Core/DataStores: Implemented [] operator on DB2Storage (#20494)" | Shauren | |
| This reverts commit c8974a91a6dadaad6985c5a958541a210370eb58. | |||
| 2021-02-06 | Core/Misc: Fix static analysis issues | jackpoz | |
| (cherry picked from commit 9b7c73a19df66849ec829fc5a94875aa9593934d) | |||
| 2020-12-12 | Dep/Boost: Partial support for boost 1.74 - asio | Shauren | |
| Ref #25470 (cherry picked from commit 155e37831e9c581c6a8ebba34fe70d3459301d0a) | |||
| 2020-09-06 | Core/PacketIO: Fixed ByteBuffer auto-flush after ↵ | Shauren | |
| b23190393248455f04d3a06def030a1ec7efad1e | |||
| 2020-09-04 | Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ↵ | Shauren | |
| port | |||
| 2020-08-14 | Core/Misc: Replace NULL with nullptr | Shauren | |
| 2020-08-03 | Core/Authserver: Re-organize the `accounts` table (PR #25135) | Treeston | |
| - no longer use sha_pass_hash for anything else core-side (.account, SOAP, RA) - salt/verifier/session_key are now binary - old s/v/sha_pass_hash fields kept around for backwards compatibility - sha_pass_hash is still updated (for now), s/v are not - sha_pass_hash is only read if s/v have been manually changed - SRP6 b now uses the full 32 bytes of randomness (instead of randomly only using 19) (cherry picked from commit 3164b58c7d170810b69378950c0891e5f5b8678b) | |||
| 2020-08-03 | Core/Authserver: Authserver cleanup (PR#25093) | Treeston | |
| - Fix a handful of 1/256 bugs with most significant byte zero in BigNumber - Get rid of (most of) the C-style arrays in authserver - CryptoRandom as a unified source for cryptographic randomness - Bring our other crypto APIs into 2020 - BigNumber usability improvements - Authserver is now actually readable as a result of all of the above (cherry picked from commit 210176fd915cf4ba16f428d3c1a249a71f4aa7a7) | |||
| 2020-07-13 | Core/DataStores: Replace harcoded prepared statement offsets with named ↵ | Shauren | |
| constants | |||
| 2020-07-01 | Core/DataStores: Fixed sending localized hotfixes and improved db2 loading ↵ | Shauren | |
| error messages | |||
| 2020-06-29 | Core/Misc: Remove unused variables | Shauren | |
| 2020-06-29 | Core/DataStores: Fixed loading db2 strings | Shauren | |
| Closes #24916 | |||
| 2020-06-27 | Core/DataStores: Simplified string memory allocation in db2 files, dropped ↵ | Shauren | |
| unneccessary level of indirection | |||
| 2020-06-23 | Core/Misc: Replace Trinity::make_unique with std (#24869) | Peter Keresztes Schmidt | |
| 2020-06-14 | Core/Globals: add more AIName and MovementType checks to ObjectMgr | ariel- | |
| - Ninja fix AI factories (restores prev behaviour of not selecting stuff with PERMIT_BASE_NO) Closes #19831 (cherry picked from commit d56a28afee19741c582ed8e16dbf8e30311f68ea) | |||
| 2020-06-14 | Core/AI: Factory functions cleanup | ariel- | |
| - Get rid of fugly void pointers - Streamlined AI selection code, using Permissible as it should've been instead of harcoded checks on the selector code - Moved IdleMovementGenerator singleton to factory code (cherry picked from commit ce3787f190d28c1e981598eef2cd24c622a2cbae) | |||
| 2020-06-06 | Core/DataStores: Allow custom hotfixes (VerifiedBuild <= 0, has loading ↵ | Shauren | |
| priority) to coexist with sniffed data (VerifiedBuild > 0) | |||
| 2020-06-01 | Core/DataStores: Fixed loading hotfixes crash when compiled with strict ↵ | Shauren | |
| database type checking Closes #24716 | |||
| 2020-05-20 | Core/Misc: Add extra ByteBuffer and WorldPacket constructors allowing to set ↵ | Shauren | |
| size immediately | |||
| 2020-04-26 | Core: Fix clang 10 warnings | Shauren | |
| 2020-04-25 | Core/DataStores: Speedup loading hotfix database and change hotfix database ↵ | Shauren | |
| character set to utf8mb4 | |||
| 2020-03-17 | Core/PacketIO: Updated auction packets to newer build | Shauren | |
| 2020-01-02 | New Year | Aokromes | |
| 2019-12-07 | Core/Realms: Move build info (and auth seeds) to database | Shauren | |
| 2019-12-04 | Core: Updated allowed build to 8.2.5.32722 | Shauren | |
| 2019-11-28 | Core/DataStores: Work around buggy client db2 metadata | Shauren | |
| 2019-11-23 | Core: Updated allowed build to 8.2.5.32638 | Shauren | |
| 2019-11-20 | Core: Updated allowed build to 8.2.5.32580 | Shauren | |
| 2019-08-24 | Core/ByteBuffer: Replace throw() with noexcept | Shauren | |
| 2019-07-27 | Core/DBLayer: Prevent using prepared statements on wrong database | Shauren | |
| 2019-06-12 | Core/DataStores: Fixed crash when loading additional db2 locales | Shauren | |
| 2019-06-08 | Core/DataStores: Updated db2 structures to 8.1.5 | Shauren | |
| 2019-06-08 | Core/PacketIO: Rewrite updatefield handling | Shauren | |
| 2019-06-08 | Core/PacketIO: Updated packet structures to 8.1.5 | Shauren | |
| 2019-04-14 | Core/Dep: Boost 1.70 compatibility | Shauren | |
| 2019-04-01 | Core/PacketIO: Removed old and unused ByteBuffer functions | Shauren | |
| 2019-01-01 | Update copyright note for 2019 | vincent-michael | |
| auto happy = new year(2019); | |||
| 2018-11-05 | Core/PacketIO: Updated packet structures to 8.0.1 | Shauren | |
| 2018-09-16 | Core/DataStores: Implemented WDC2 | Shauren | |
| 2018-07-21 | Core/ByteBuffer: Fixed output truncation in ByteBuffer::hexlike | Shauren | |
| 2018-05-12 | Core/DataStores: Fixed loading db2 locale strings | Shauren | |
| 2018-03-25 | Tools: Moved db2 metadata structures to a location shared by all tools | Shauren | |
| 2018-03-07 | Core/DataStores: Fixed writing hotfix packet for structures with uint64 | Shauren | |
| Closes #21522 | |||
| 2018-02-18 | Core/DataStores: Updated db2 structures to 7.3.5.25996 | Shauren | |
| 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 | |||
