aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2020-10-10Core/MMAPs: Restore single slope angle of 55°jackpoz
2020-09-27Dep/Boost: Support for boost 1.74 - heapShauren
2020-09-27Dep/Boost: Partial support for boost 1.74 - asioShauren
2020-09-26Core/Misc: nopch fixesShauren
2020-09-19Common/Metric: Fix build with PERFORMANCE_PROFILING and/or WITHOUT_METRICSAokromes
2020-09-12[3.3.5] Core/ChatCommands: Show error messages from argument parsers (PR #25443)Treeston
2020-09-11Dep/fmt: update fmt library to 7.0.3Winfidonarleyan
2020-09-10Core/ChatCommands: make ExactSequence more readableTreeston
2020-09-06Core/Authserver: Removal of sha_pass_hash, compatibility fields, and everythi...Treeston
2020-09-02Common/Util: Trinity::StringTo<double> support (PR #25364)Treeston
2020-09-02Core/Misc: Add support for custom link colors. Clean-up hyperlink validation,...Treeston
2020-08-29Core/Config: Restore ability to load additional config files for custom scriptsShauren
2020-08-29Core/Misc: Fix issues reported by static analysis (#25351)Giacomo Pozzoni
2020-08-28Common/Utilities: Make StringTo<bool>'s signature match that of the other int...Treeston
2020-08-28Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)Treeston
2020-08-27Common/Utilities: Properly read std::from_chars documentation and check for o...Treeston
2020-08-26cd30e0b follow-up (I could've sworn I pushed that to the PR branch. Sorry, Sh...Treeston
2020-08-26Common/Utilities: Centralize string -> T conversion in StringConvert.h (PR #2...Treeston
2020-08-24Revert "[3.3.5] Core/ChatCommands: C++17 cleanup (if constexpr + std::string_...Treeston
2020-08-24[3.3.5] Core/ChatCommands: C++17 cleanup (if constexpr + std::string_view)Treeston
2020-08-23Common/Utilities: Move EnumUtils' implementation struct from Trinity::Impl to...Treeston
2020-08-23Core/Misc: std::string -> std::string_view in a bunch of places, notably chat...Treeston
2020-08-20Core/Networking: Initialize MPSCQueueIntrusive dummy node without undefined b...Shauren
2020-08-20Core/Util: Added another template utility - find_type_ifShauren
2020-08-20Core/Util: Added new utilitiesShauren
2020-08-20Common/Misc: Clean-up a GCC sign comparison warningTreeston
2020-08-20Core/ChatCommands: Check whether a passed numeric enum value is valid (#25285)Peter Keresztes Schmidt
2020-08-16Core/ChatCommands: Add support for enum type arguments (PR #25242)Peter Keresztes Schmidt
2020-08-11Core/Warden: Warden refactors (PR #25235)Treeston
2020-08-07Core/CrashHandler: Skip logging stack trace of the thread writing the crash l...Shauren
2020-08-07Core/CrashHandler: Remove logging function variation depending on crash reaso...Shauren
2020-08-07Core/CrashHandler: NULL -> nullptrShauren
2020-08-07Core/CrashHandler: #ifdef cleanup to make VS not choke when parsing, fixed fi...Shauren
2020-08-07Core/CrashHandler: Attempt to extract C++ exception object in uncaught except...Shauren
2020-08-04Core/Common: Move old-style pointer+size HexStr methods to Trinity::Impl wher...Treeston
2020-08-04Core/Misc: Fix compile errors found with msvc /permissive-Shauren
2020-08-04Core/Metric: Require WITH_DETAILED_METRICS CMake flag for MMaps metricjackpoz
2020-08-03Core/Crypto: Initialize class member variables after crypto refactorShauren
2020-08-02Core/Authserver: Re-organize the `accounts` table (PR #25135)Treeston
2020-08-01Core/Common: Merge TimeTrackerSmall with TimeTrackerCarbenium
2020-08-01Core/Common: Add a std::chrono interface to TimeTrackerSmallCarbenium
2020-07-31Core/Misc: Fix static analysis issues (#25178)Giacomo Pozzoni
2020-07-31Core/Common: Allow config settings to be loaded as optional (PR #25137)Treeston
2020-07-29Core/Authserver: Split SRP6 into its own file (PR #25131)Treeston
2020-07-28Core/Metric: Add new metric in World::UpdateSessions()jackpoz
2020-07-28Core/Metric: Log detailed metrics about each opcode handler (#25153)Giacomo Pozzoni
2020-07-27Core/Metric: Add new cmake option WITH_DETAILED_METRICS to enable more metric...Giacomo Pozzoni
2020-07-27Core/EventProcessor: std::chrono-ify the remaining public APICarbenium
2020-07-27Core/EventProcessor: std::chrono-ify CalculateTimeCarbenium
2020-07-26Core/EventMap: Clarify documentation of ScheduleEventCarbenium