aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Commands/cs_ban.cpp
AgeCommit message (Expand)Author
2025-04-10Core/Commands: Allow non-const reference arguments in chat command handlersShauren
2025-04-09Core/Network: Move to separate projectShauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2022-03-11Scripts/Commands: Minor improvements in .pinfo and .unban character commands ...Gildor
2022-03-05Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
2022-02-27[3.3.5] ChatCommands, the other half: chat command resolution refactor (PR #2...Treeston
2022-02-11Core/Misc: Optimize ChatCommand includes (include only where neccessary)Shauren
2021-12-22Core/Server: correct timestamp format for shutdown/restart notification broad...ForesterDev
2021-12-15Scripts/Commands: .account ban no longer fails if an account containing the s...Treeston
2021-04-15Core/Misc: Replace time(NULL) with GameTime::GetGameTime()jackpoz
2021-04-05Core/Misc: Change all unix time columns in character database to bigint (signed)Shauren
2020-09-04Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ...Shauren
2020-08-14Core/Misc: Replace NULL with nullptrShauren
2020-01-02New YearAokromes
2019-07-27Core/DBLayer: Prevent using prepared statements on wrong databaseShauren
2019-07-21Core/Misc: Moved CharacterInfo out of world to separate classxinef1
2019-07-21Core: add some missing Player Name normalization on input dataariel-
2019-07-21Few small optimizations here and there (#18684)xinef1
2019-01-01Update copyright note for 2019vincent-michael
2018-04-18Core/Accounts: prevent existing account ban from being updated (#21836)Roc13x
2018-01-01Update copyright note for 2018vincent-michael
2017-07-16Core/Misc: Fix static analysis issuesjackpoz
2017-06-04Core/Game: Include cleanup part 5Shauren
2017-05-18Core/Game: Include cleanupShauren
2017-01-01Update copyright note for 2017vincent-michael
2016-01-01Update copyright note for 2016Vincent-Michael
2015-10-22Core/Commands: Refactored chat command script hook, fixes a crash when buildi...Shauren
2015-01-01Update copyright note for 2015Vincent-Michael
2014-11-12Core/World: hold deleted characters in character storejoschiwald
2014-10-23Core/Entities: Second part of required database changes for migrating guids t...Shauren
2014-10-22Core/Entities: Second part of removing GetGUIDLow() usesShauren
2014-10-18Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
2014-10-18Core/ObjectAccessor: don't use singleton when calling static methodsjoschiwald
2014-09-20Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
2014-09-19Core/Commands: Fix displaying in .baninfo character command.xjose93
2014-09-06Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-09-05Scripts/Commands: Move cs_misc command output hardcoded strings to DB so they...Odyssey
2014-08-15Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Shauren
2014-08-14Core/Creature: update creature_template and some other small thingsjoschiwald
2014-07-19Merge remote-tracking branch 'origin/master' into 4.3.4Shauren
2014-07-16Merge branch 'master' of github.com:TrinityCore/TrinityCore into boostleak
2014-07-14Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-07-14Scripts/Commands: Fix warnings vs2014 ctp (no support)Vincent-Michael
2014-06-22Replaced all ACE_OS::localtime_r callsleak
2014-05-06Core/Battle.net: Implemented authserverShauren
2014-04-29Core/Misc: Remove obsolete C++11 backward compatibility macrosDehravor
2014-01-21Misc: Minor cosmetic changes here and thereVincent_Michael
2014-01-17Show Kick, Mute and Ban in worldZabustak
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-09-27Core/RBAC: Move RBAC code to namespace rbacSpp