| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-01-13 | Core/DBLayer: Convert async queries to new query callbacks and remove old ↵ | Shauren | |
| callback handling | |||
| 2017-01-01 | Update copyright note for 2017 | vincent-michael | |
| Happy new year | |||
| 2016-11-28 | Core/Debugging: Partially revert e0fb4445cd2f5f4bb94ea23122548debddc41ba6, ↵ | Shauren | |
| the cmake hack to build wheaty directly into executable is still needed as it is impossible to have it initialize before every other static variable when it resides in dll (dynamic linking only) | |||
| 2016-11-28 | Core/Debugging: Added wheaty everywhere and modified it to always reliably ↵ | Shauren | |
| report issues during static initialization | |||
| 2016-11-26 | Core/Bnet: Fixed an issue that allowed client to enter ↵ | Shauren | |
| Battlenet::Session::ReadDataHandler with an invalid header Closes #18312 | |||
| 2016-09-24 | Core/Bnet: correct a typo in enum (#17991) | tkrokli | |
| The enum LOGIN_DEL_BNET_EXPERIED_ACCOUNT_BANNED should be LOGIN_DEL_BNET_EXPIRED_ACCOUNT_BANNED to avoid confusion and not need any interpretation. | |||
| 2016-09-24 | Core/Bnetserver: Re-enable ban on wrong password | Kevin Plestan | |
| Closes #17937 Closes #17969 | |||
| 2016-07-17 | Tools: Added universal TrinityCore banner with git version info to all tools | Shauren | |
| 2016-06-06 | Core/Misc: Fixed coverity issues | Shauren | |
| Uninitialized fields: CID 1354593, 1354595, 1354738 Unchecked return value: CID 1354558 Out of bounds access: CID 1352989, 1352993 Null pointer dereference: CID 1296286 | |||
| 2016-06-06 | Core/Misc: Fixed uninitialized field | Shauren | |
| Coverity CID 1354596 | |||
| 2016-05-10 | Core/Common: Move the query callback header to the database project | Naios | |
| * Also renames the header to it's correct name QueryCallback (cherry picked from commit d4d199d7654a95c53c77e30e6bd9203ee70b9373) | |||
| 2016-04-28 | Core/authserver.conf.dist: missing description line (#17038) | Trond B Krokli | |
| This line is missing from authserver.conf.dist : `# MySQL server and their own thread on the MySQL server.` I have copied this description text line from the matching description in `worldserver.conf.dist` (line 108 in the 3.3.5 worldserver source file). This line is also missing in bnetserver.conf.dist , but the files are different in line number, filename and folder, so bnetserver needs a separate commit. (cherry picked from commit 329006d31095ec4d151d37d11db5b994f381fab8) # Conflicts: # src/server/authserver/authserver.conf.dist | |||
| 2016-04-18 | Core/Scripting: Use the path of the worldserver executable to search for the ↵ | Naios | |
| scripts dir * Fixes issues when starting the worldserver not in the bin directory or the CMAKE_INSTALL_PREFIX directory using the -c option. (cherry picked from commit 86b0fcf67aadc0d313253befb0590d00efd085bc) | |||
| 2016-04-16 | Core/Bnet: Fixed LoginREST.* address selection | Shauren | |
| 2016-04-12 | Config: Extended description of LoginREST.*Address values | Shauren | |
| 2016-04-10 | Add missing configuration key LoginDatabase.SynchThreads. | Gacko | |
| 2016-04-10 | Add missing configuration key BanExpiryCheckInterval. | Gacko | |
| 2016-04-10 | Renamed PublicKeyFile -> CertificatesFile | Shauren | |
| 2016-04-10 | Make private key and public key configurable. | Gacko | |
| Defaults to the files installed to the bin directory. | |||
| 2016-04-05 | Buildsystem: Initial changes to support building with vs clang toolset | Shauren | |
| 2016-04-04 | Core/Bnet: Add return LoginREST.ExternalAddress when LoginREST.LocalAddress ↵ | Shauren | |
| is configured to localhost but client connects from a different machine in the network | |||
| 2016-03-28 | Core: Fixed VS 2013 build | Shauren | |
| 2016-03-28 | Clang build fixes | Shauren | |
| 2016-03-28 | Build fixes | Shauren | |
| 2016-03-28 | Core: Updated to 6.2.4 | Shauren | |
| * Rewrite bnetserver for new authentication protocol | |||
| 2016-03-28 | Typo fix 423bded9a61e3f1c51ba00327898126c4e3a3f53 | DDuarte | |
| 2016-03-28 | Core/Network: Change SocketMgr.StartNetwork to take the thread count by arg ↵ | DDuarte | |
| instead of config AuthSocketMgr doesn't need "Network.Threads" config Fixes "Missing name Network.Threads in config file authserver.conf" Ref #16859 (cherry picked from commit 980f28d2ce099f524abdb6faed3fe59ce4c0963a) # Conflicts: # src/server/authserver/Server/AuthSocketMgr.h # src/server/game/Server/WorldSocketMgr.cpp | |||
| 2016-03-26 | Core/Misc: Moved RealmList to shared | Shauren | |
| 2016-03-20 | Core/Dep: Removed ZMQ dependency in preparation for future changes | Shauren | |
| 2016-03-19 | CMake: Use inherited dependencies in worldserver and authserver | Naios | |
| * Closes #1679 (cherry picked from commit 03d249f0631c3561070ebbdd7301115507c68876) | |||
| 2016-03-16 | Dep/CppFormat: Update cppformat to cppformat/cppformat@5174b8c | Naios | |
| (cherry picked from commit f52495c66b1b219f82729221e8023a86b28d54bf) | |||
| 2016-03-11 | Core/Database: Move singleton instances into compilation units | Naios | |
| * Fixes issues when building shared libraries (prevents gcc and clang from providing several instance) * Also instantiate the database worker pools in DatabaseEnv.cpp now. | |||
| 2016-03-11 | Core/Common: Generalize platform specific includes in common/Platform | Naios | |
| 2016-03-03 | Core/Misc: fix build | MitchesD | |
| 2016-03-03 | Core/Debugging: Make abort() less bad on windows by forcing crash log generation | Shauren | |
| 2016-02-21 | Core/Common: Add a generic config helper to access built-in overwriteable paths. | Naios | |
| * Adds CMAKE_COMMAND and CMAKE_BINARY_DIR to revision_data.h * Move the source and mysql exe path handling out of the DBUpdater. * Make some Config methods const for correctness. * Remove C & CXX flags from revision_data.h (was unused and didn't capture all cxx vars) * Reorder the link order to prevent `ld` from ignoring the file * Ref #15671 | |||
| 2016-02-19 | Core/Networking: Rewrite networking threading model | Shauren | |
| Each network thread has its own io_service - this means that all operations on a given socket except queueing packets run from a single thread, removing the need for locking Sending packets now writes to a lockfree intermediate queue directly, encryption is applied in network thread if it was required at the time of sending the packet | |||
| 2016-02-16 | Core/Bnet: Moved expiring bans to background task running every minute by ↵ | Shauren | |
| default (configurable) - no longer executed during login. | |||
| 2016-01-01 | Update copyright note for 2016 | Vincent-Michael | |
| Happy new year (Again new year with idiots ...) | |||
| 2015-12-19 | Config/BNetServer: Rename yet unused config key to match others. | Gacko | |
| 2015-12-19 | Config/BNetServer: Move Wrong.Password.Login.Logging to Auth Server Settings ↵ | Gacko | |
| section. | |||
| 2015-11-21 | Core: Updated to 6.2.3.20726 | Shauren | |
| 2015-11-16 | Server/Config: Fix typo in bnetserver.conf.dist | Gacko | |
| 2015-10-24 | Core/Misc: Fix for builds linked with libc++ instead of libstdc++ | Shauren | |
| 2015-10-12 | Core/Battle.net: Fixed warnings about uninitialized values | Shauren | |
| 2015-10-12 | Core/Battle.net: Fix "comparison of integers of different signs" warning | Naios | |
| 2015-10-10 | Core/Battle.net: Updated packet enums and added new build data | Shauren | |
| 2015-10-09 | Update bnetserver.conf.dist | Sean Rhone | |
| - New line for consistency - Same as https://github.com/TrinityCore/TrinityCore/pull/15628 only for 6.x | |||
| 2015-10-07 | Core/Bnetserver: Fixed copypaste mistake for packet names | Shauren | |
| 2015-10-06 | Core/Bnetserver: Fix warnings caused through non virtual destructors. | Naios | |
