aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared
AgeCommit message (Expand)Author
2012-08-07Core/Authserver: Fix logging crash at startupNay
2012-08-06Update src/server/shared/Logging/AppenderDB.cppkandera
2012-08-06Core/Logging: Use prepared statements in AppenderDBSpp
2012-08-06Core/SQL: Kill core if error 1064 is triggered (error code 1064 you have an e...Spp
2012-08-06Core/Logging: Implement logging to databaseSpp
2012-08-06Core/Logging: Try to simplify configuration of loggers and appendersSpp
2012-08-06Core/Logging: Reload Logging options when .reload config is usedSpp
2012-08-06Core/Logging: Move player delete logging to new type LOG_FILTER_PLAYER_DELETE...Spp
2012-08-05Core/Logging: Add option to remove timestamp, Log Level and Log Filter Type f...Spp
2012-08-05Core/Commands:Vincent-Michael
2012-08-05Core/ByteBuffer: Print stack trace in ByteBufferException::PrintError.LordJZ
2012-08-04Core/Logging: Use config LogsDir to save log files (re-added)joschiwald
2012-08-03Add missing Copyright headers and some clarification to config files... ¬¬Spp
2012-08-03Fix compile under windowsSpp
2012-08-03Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...Spp
2012-08-02Some codestyle changes.Alternative
2012-08-02Added disable commands.Alternative
2012-07-19Core/AuctionHouse: Refactored and corrected building auction mail messagesShauren
2012-07-13Core/Player: Fix issues with 'ignore this slot' option on equipment manager u...NNN666
2012-07-13Core/Warden: Workaround for an OpenSSL bug in the ARC4 stream cipher initiali...leak
2012-06-30Core: Minor code style correctionsShauren
2012-06-29Core/SpellScripts: Changed OnUnitTargetSelect hook to OnObjectAreaTargetSelec...Shauren
2012-06-07Core/Maps: Moved object respawn time storage from global to map level. This r...Shauren
2012-05-12Core: Tweaked ASSERT macro a bit - removed library assert as on Windows platf...Shauren
2012-05-06Core/Accounts: Delete all bans related to an account when it has been deleted.kaelima
2012-04-30Core/DBLayer: CHAR_DEL_CHAR_AURA_FROZEN query should be asynchronouskaelima
2012-04-21Core/Errors: Improved OS detection for windows crash reportingShauren
2012-04-13Scripts/Icecrown CitadelShauren
2012-04-12Removed unused fileShauren
2012-04-11Core/DBLayer: incorrect use of va_startfaramir118
2012-04-09Cmake: Remove no longer existing */dep/mersennetwister includekaelima
2012-04-09Core/DBLayer: Fix two crashes when using pdump commandkaelima
2012-04-08Fix non-PCH build and GitExtensions screwup from last changesetMachiavelli
2012-04-08Core/Shared: Move container functions to shared project under Trinity::Contai...Machiavelli
2012-04-07Core/Tickets: Add report time and current latency to lag_reports tableNay
2012-04-06Core&DB/Spells: Fix DK T8 4p bonusNay
2012-04-03Core/World: Add character name data after loading PlayerDumpShauren
2012-04-02Core/Database: Some extended debug output for Field::GetXXX logs.kaelima
2012-04-01Core/DBLayer: More type fixesNay
2012-03-31Core/DBLayer: Delete a triplicated prepared statement (LoginDatabase)Nay
2012-03-31Core/Logging: Fix a typo in DebugLogFilters - Database & AINay
2012-03-31Core/DBLayer: Added missing prepared statement implementation for uint8/16Shauren
2012-03-30Merge pull request #5933 from GyxTom/masterShocker
2012-03-29Core/DBLayer: More prepared statement correctionsShauren
2012-03-29Core/Misc: Code style and remove unused define.Gyx
2012-03-28SQL: Auth db data type cleanup `logs`, `realmcharacters`, `realmlist`, `uptim...leak
2012-03-28Partially revert a36a0a77ef75e66933ac5b8802a9ec7906acfd0b.click
2012-03-27Core/DB Layer: Fix helgrind errors on some concurrent access to resultset aut...Machiavelli
2012-03-27Core/DB Layer: - Fix "Thread #1 unlocked a not-locked lock at 0x6D56E90" helg...Machiavelli
2012-03-27Core: Remove the MersenneTwiser-library (SFMT is now considered stable enough...click