summaryrefslogtreecommitdiff
path: root/src/server/shared/Realms
AgeCommit message (Collapse)Author
2025-11-14fix(docs/license): use GPLv2 as MaNGOS-based project (#23655)Francesco Borzì
2024-12-22refactor(Core/Time): Introduce GetExpirationTime instead of calculati… ↵Kitzunu
(#21006)
2024-12-19refactor(Core/Misc): Use steady_timer instead of deadline_timer (#20940)Kitzunu
2024-11-01refactor(src/common|server): remove unused import (big part 2) (#20388)Francesco Borzì
2024-10-31refactor(src/common|server): remove unused import (big part 1) (#20377)Francesco Borzì
* refactor(src/common|server): remove unused import (big part 1) * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: attempt to fix damn linkin error
2024-10-28refactor(src/server/database|shared): remove unused import (#20316)Francesco Borzì
2024-09-29refactor(src/server/apps|database|shared): remove unused imports (#19505)Francesco Borzì
2024-07-30refactor(src/common): remove unused imports (#19506)Francesco Borzì
* refactor(src/common): remove unused imports * fix: build * chore: fix build * chore: size_t -> std::size_t * chore: fix fuckup from previous commit * chore: fix build * chore: fix build * chore: fix build * chore: fix build with std::size_t * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build * chore: fix build
2024-02-25chore(Core/Shared): little cleanup (#18385)Winfidonarleyan
2022-10-10feat(Core/DB): add support range loop for mysql result (#13355)Kargatum
2022-02-05feat(Core/DBLayer): replace `char const*` to `std::string_view` (#10211)Kargatum
* feat(Core/DBLayer): replace `char const*` to `std::string_view` * CString * 1 * chore(Core/Misc): code cleanup * cl * db fix * fmt style sql * to fmt * py * del old * 1 * 2 * 3 * 1 * 1
2022-01-27refactor(Core/Logging): switch to fmt style for LOG_ (#10366)Kargatum
* feat(Core/Common): add support fmt style for ASSERT and ABORT * correct CheckCompactArrayMaskOverflow * 1 * Update src/server/game/Spells/Spell.cpp * rework logging * add fmt replace logs * logging * FMT_LOG_ * settings * fix startup * 1 * 2 * 3 * 4 * 5 * fmt::print * to fmt
2022-01-17refactor(Core): apply clang-tidy modernize-* (#9975)Francesco Borzì
Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2021-09-30feat(License): add new headers information about license (#7941)Kargatum
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
2021-07-16feat(Core): replace ACE network with Boost.Asio (#6574)Kargatum
2021-06-22feat(Core/Database): port TrinityCore database API (#5611)Kargatum
2021-05-27feat(Core/RealmList): port TrinityCore realm api (#5626)Kargatum
* feat(Core/RealmList): port TrinityCore realm api * 1 * whitespace cleanup * Update data/sql/updates/pending_db_auth/rev_1620114805872279900.sql Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com> * 1 * 2 * Update data/sql/updates/pending_db_auth/rev_1620114805872279900.sql Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com> * ` * 1 * small corrects * finish maybe * realm.Id.Realm * ws * 1 Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2021-04-17feat(Core/Logging): rework logging (#4692)Kargatum
* feat(Core/Logging): rework logging * correct level for sql.sql * del unused config options * Correct build * correct after merge * whitespace 20:29:37 1. 'Player.cpp'. Replace (1) 20:29:37 2. 'ObjectMgr.cpp'. Replace (3) * 1 * correct logging * correct affter merge * 1 * 2 * LOG_LEVEL_WARN * #include "AppenderDB.h" * 3 * 4 * 5 * 1. 'WorldSocket.cpp'. Replace (1) * 6 * 1
2021-03-17fix(Core/License): issue with old files license (#4762)Francesco Borzì
2021-02-24refactor(Core): sort #includes alphabetically (#4579)Kitzunu
2020-12-07refactor(Core): apply clang-tidy modernize-use-default-member-init (#3827)Francesco Borzì
2020-12-07refactor(Core): apply clang-tidy modernize-use-equals-default (#3834)Francesco Borzì
2020-12-06refactor(Core): apply clang-tidy modernize-use-nodiscard (#3835)Francesco Borzì
2020-09-11chore(Core/Shared): restyle shared lib with astyle (#3462)Kargatum
2020-08-31refactor(Core): NULL -> nullptr (#3275)Kitzunu
* NULL to nullptr * NULL to nullptr * NULL to nullptr * NULL to nullptr * NULL to nullptr Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com> Co-authored-by: Stefano Borzì <stefanoborzi32@gmail.com>
2019-12-21feat(Core/Misc): remove and replace ACE_Singleton (#2418)Kargatum
2019-11-15feat(Core/Shared): added new library - shared (#2416)Kargatum