index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-28T12:01:02Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
shared
Age
Commit message (
Expand
)
Author
2025-04-09
Core/Network: Move to separate project
Shauren
2025-04-08
Core/Network: Socket refactors
Shauren
2025-01-09
Core/Grids: Modernize TypeContainer with variadic template
Shauren
2025-01-03
Core/Database: Added std::span based functions to Field and PreparedStatement
Shauren
2024-12-20
Core/PacketIO: Fixed writing exactly 32 bits
Shauren
2024-12-20
Core/PacketIO: Improved bit functions - no longer writes each bit separately
Shauren
2024-12-20
Core/PacketIO: Read directly into output variable for numeric ByteBuffer::ope...
Shauren
2024-12-20
Core/PacketIO: Fixed endian conversions for array operations
Shauren
2024-12-20
Core/PacketIO: Remove overriding Underlying type from ByteBuffer reads in fav...
Shauren
2024-12-20
Core/Misc: Apply consistent formatting in ByteBuffer
Shauren
2024-12-12
Dep: Replace basic_deadline_timer with std::chrono based basic_waitable_timer
Shauren
2024-12-01
Core/Misc: Port std::ranges::contains from c++23
Shauren
2024-11-13
Core/JSON: Prevent out of bounds memory accesses in json deserialization
Shauren
2024-11-12
Core/Networking: Support IPv6
Shauren
2024-09-21
Build: Add WITH_WARNINGS_AS_ERRORS cmake option that turns compile warnings i...
Shauren
2024-09-12
Core/DataStores: Refactor DBStorageIterator to make it usable with more std::...
Shauren
2024-08-30
Core/Client Builds: Refactor build_info structure to support any client variants
Shauren
2024-08-30
Core/Client Builds: Move build info out of RealmList class
Shauren
2024-08-30
Build fix for libstdc++-11
Shauren
2024-08-30
Core/Auth: Refactor client auth key storage to support more future client var...
Shauren
2024-08-29
Core: Allow macOS arm64 client to connect (#30173)
Motive
2024-08-18
Core/Realms: Realmlist refactors
Shauren
2024-08-17
Core/PacketIO: Fixed handling CMSG_UPDATE_ACCOUNT_DATA - compressed value is ...
Shauren
2024-08-04
Core/PacketIO: Use std::string_view to read strings from ByteBuffer
Shauren
2024-07-31
Core/Misc: Reduce amount of virtual functions and copypasting in Reference<> ...
Shauren
2024-07-18
Build: Fixed CMake 3.30 FindBoost deprecation warning
Shauren
2024-07-18
Build: CMake cleanup
Shauren
2024-06-24
Core/Packets: ported ByteBuffer changes which had been sneaked in with 468a06...
Ovahlord
2024-06-20
Core/Crypto: Rename our Argon2 to avoid possible conflict with library file o...
Shauren
2024-06-15
Core/PacketIO: increased allowed storage size of ByteBuffer from ~10mb to ~10...
Ovahlord
2024-05-28
Core/Networking: Fixed Socket::DelayedCloseSocket not working if write queue ...
Shauren
2024-03-28
Core: port sneaky fixes from "Core: Updated to 10.2.6.53840"
funjoker
2023-12-26
Core/Bnet: Implemented new SRP6 variants, and migrate old sha_pass_hash in ba...
Shauren
2023-12-18
Core/Bnet: Add new loggers to config file template, fixed request/response co...
Shauren
2023-12-17
Core/Bnet: Rewrite LoginRESTService using boost::beast instead of gsoap as ht...
Shauren
2023-12-16
Core/Misc: Minor refactors in BaseEncoding and SslSocket to prepare for futur...
Shauren
2023-12-08
Core/Misc: Minor code modernization - kill std::bind
Shauren
2023-11-21
Core/Calendar: Implement different timezone support for ingame calendar
Shauren
2023-10-18
Core/Misc: Remove incorrect (and unused) equality operator overloads from Lin...
Shauren
2023-10-05
Core/Realms: Replaced hardcoded realm category list with Cfg_Categories.db2
Shauren
2023-08-24
Core/Misc: Modernize comparison operators
Shauren
2023-08-03
Core/Realms: Minor refactor to realm address storage (remove LocalSubnetMask ...
Shauren
2023-07-15
Core/Network: Refactor local/remote ip address selection code and allow using...
Shauren
2023-07-15
Core/Network: Cleanup asio using directives
Shauren
2023-04-29
Core/Realms: Remove duplicate realm names storage
Shauren
2023-04-27
Core/DataStores: Optimized DB2Storage::begin to remove searching for lowest i...
Shauren
2023-04-06
Core/Misc: Modernize code a bit by replacing std::tie with either structured ...
Shauren
2023-01-31
Core/Misc: Fixed clang 15 warnings
Shauren
2023-01-08
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2023-01-07
Core/Misc: Include cleanup, 2023 edition
Shauren
[next]