aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
AgeCommit message (Collapse)Author
2015-09-05DB/Bnet: Fix typo in 663cff2195900fe4cf24473a25eec7613a163bd1Vincent-Michael
2015-09-05Core: Updated to 6.2.2.20444.Shauren
* This includes all known packet structures, nothing has been disabled. * worldserver still expects 6.2.0 DBC/DB2 files - do not reextract
2015-08-26Core/Player: implemented ToyboxMitchesD
* now you can use all the things in toybox - add new toys, set them as favorite and use them
2015-07-29DB/BattleNet: Update wow build to 20338Vincent-Michael
2015-07-16DB/BattleNet: Update wow build to 20253Vincent-Michael
2015-07-14TDB 6.0.2 - 2015/07/14TDB6.02DDuarte
2015-07-08Core/Support: Drop parts of the support system since Blizz switched to a ↵Carbenium
browser based ticket system
2015-07-08DB/BattleNet: Update wow build to 20216Vincent-Michael
2015-07-06DB/BattleNet: Update wow build to 20201Vincent-Michael
2015-07-02DB: Updated build data to 20182Shauren
2015-05-02SQL: Update auth_databaseVincent-Michael
2015-05-02Core/Commands: Added .go quest command to teleport your character to first ↵Vincent-Michael
quest poi
2015-04-21Core/Player: Added character templatesCarbenium
* Characters with predefined levels can be created * Avaiable factions and classes can be configured * Valid values for `factionGroup` in table `character_template_class` are 3 (Alliance) or 5 (Horde) * Added new permission RBAC_PERM_USE_CHARACTER_TEMPLATES - has to be set, to allow the usage of the templates Closes #13952
2015-04-11Core/Battle.net: Query optimizations part2 - made all queries asynchronousShauren
2015-04-11Core/Misc:Vincent-Michael
- Drop locales_npc_text - Update npc_text for WoD - Implemented Quest Greeting - Sync auth database
2015-04-10Core/Misc:Vincent-Michael
- Update LocaleConstant enum - Update Quest locale system for WoD - Fix some rnd typo in quest template
2015-04-08Core/Scenes: added .debug send playscene command for testing purposesRat
2015-04-06DB/BattleNet: Update to 6.1.2 19865Vincent-Michael
2015-04-04Update to 6.1.2 19831Carbenium
2015-03-29Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into 6.xRat
Conflicts: src/server/game/Handlers/MiscHandler.cpp src/server/game/Server/Protocol/Opcodes.cpp
2015-03-26Core/Misc: Update base stuff for V6.1.2 build 19802Carbenium
2015-03-24Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into 6.xRat
Conflicts: src/server/collision/Management/MMapManager.cpp src/server/game/Conditions/ConditionMgr.cpp src/server/game/Conditions/ConditionMgr.h
2015-03-21TDB 6.0.1 - 2015/03/21TDB6.01Nayd
Closes #13816 Closes #13792 Ref #14139
2015-03-21Core/Updates: Add an automatic database update system. Automatically detects ↵Naios
new and edited sql updates through file lists and hashing. Detects renames, deletes and is able to create and auto import full databases. * cleanups in main.cpp of world & bnetserver * refactoring in DatabaseWorkerPool.h & MySQLConnection.cpp Make sure you re-run cmake, because boost::iostreams was added as dependency. Maybe you need to install libboost-iostreams1.55-dev on unix as well. Import every update manual until (included) those INSERT IGNORE updates for each database. Thanks DDuarte and Shauren for your amazing ideas, help and advises. In hope that nobody gets a "Your database structure is not up to date..." anymore ,-) Signed-off-by: Naios <naios-dev@live.de> Signed-off-by: Nayd <dnpd.dd@gmail.com>
2015-03-16Core/Phases: Ported new phasing system from 4.3.4 branch and fixed some map ↵Rat
swap logic
2015-03-10Core/Support: Update the support/ticket system to 6.xCarbenium
Core/Mail: fix a logic error introduced in 829e11b6623f967672143d79cd8d31772f54866d
2015-03-01Core/Misc: Update base stuff for V6.1.0 build 19702Vincent-Michael
2015-02-22Core/Database: Removed locales_item from world database (use ↵Shauren
item_sparse_locale in hotfixes database)
2014-12-28Rename fileNayd
2014-12-28DB/Auth: Add more locales to battlenet_componentsNayd
Thanks @Luhzinha Closes #13800
2014-12-27Core/RBAC: Add two side trade to RBACmthsena
(cherry-picked from commit 3ee2f0d2bf9d5f859c8022ca49f1889c35584ffe)
2014-12-25Core/DataStores: Moved broadcast_text handling to DB2StorageShauren
2014-12-20DB/BattleNet: Update wow build to 19342Vincent-Michael
2014-12-19Core/Spells: Implemented using dbc spellpower/ap coeffiecients for spellsShauren
2014-12-10Core/RBAC: Allow setting different default security level roles to different ↵Nyeriah
realms (cherry picked from commit c79af3f16f84d0d26bd69b5d06dd8754643ddc7f)
2014-12-05DB/BattleNet: Update wow build to 19243Vincent-Michael
2014-11-25DB/Schema/Auth: Also change `battlenet_accounts`.`os` to varchar(4)Nayd
Ref 59bb9c20f345544310369f3074fd0e716cc8092c
2014-11-23DB/Schema/Auth: Change `account`.`os` to varchar(4)Nayd
Windows and Mac 64 bit clients send "Wn64" and "Mc64", respectively, and that does not fit in a varchar(3)
2014-11-11Scripts/Commands: mod xp commandHeihachi
Closes #13476 (cherry picked from commit 3e03e546d3106bf8930e30ab9c2008b0e696e125) Conflicts: sql/base/auth_database.sql src/server/scripts/Commands/cs_modify.cpp
2014-11-10Core/Commands: implement .pvpstats commandDDuarte
Shows number of battleground victories in the last 7 days Closes #13460 Conflicts: sql/base/auth_database.sql sql/updates/auth/2014_11_10_00_auth.sql src/server/game/Accounts/RBAC.h (cherry picked from commit fd0b96178174e624510a10f5bc27b60af406d901)
2014-11-10Core/Commands: Battle.net account command changesShauren
* All commands renamed from "battlenetaccount" to "bnetaccount" * bnetaccount create now also creates and links initial game account * Added new commands bnetaccount link/unlink to manage relations between existing accounts
2014-11-09SQL: Updated the base build with changes in 2d74ee9141828721Kinzcool
2014-11-09DB/Realmlist: Updated the required build to the actual base buildKinzcool
2014-11-04SQL: Updated battlenet_components to current buildShauren
2014-11-03Core/NetworkIO: implemented undelete opcodes and moved char create/delete ↵joschiwald
packets to new packet classes
2014-10-26Core/Entities: Changed object lowguid to uint64Shauren
2014-10-20SQL: Removex 6x from file namesShauren
2014-10-19Core/NetworkIO: *Fixed basic auth packetsSovak
Fixed basic character packets Nulled all opcodes Thanks to @Shauren for pointing some derps out Signed-off-by: Sovak <sovak007@gmail.com>
2014-10-19Merge remote-tracking branch 'origin/4.3.4' into 6.xDDuarte
2014-10-19TDB 434.09 - 2014/10/19TDB434.09DDuarte