index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-10-28T17:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
Handlers
/
TradeHandler.cpp
Age
Commit message (
Expand
)
Author
2018-01-01
Update copyright note for 2018
tkrokli
2017-12-30
[3.3.5] CastSpell unclusterfucking (that's a word now) (#21123)
Treeston
2017-06-19
Core: ported headers cleanup from master branch
ariel-
2017-01-25
Core/Packets: updated some contactlist packets
joschiwald
2017-01-02
Update Copyright notice for 2017
tkrokli
2016-10-11
Core/Items: Defined all item flags
Shauren
2016-01-01
Update copyright note for 2016
Rushor
2015-11-16
Core/Misc: Fixed memory leak in trade handler
Shauren
2015-11-14
Core/Player: Move TradeData to its own file
Carbenium
2015-09-22
Map local guids 6.x -> 3.3.35:
pete318
2015-07-25
Core: Header cleanup in game/*/*.cpp
Vincent-Michael
2015-01-01
Update copyright note for 2015
Vincent-Michael
2014-12-21
Merge PR https://github.com/TrinityCore/TrinityCore/pull/13702 into 3.3.5
jackpoz
2014-12-21
Core/RBAC: Add two side trade to RBAC
mthsena
2014-09-18
Core/Trade: Fixed enchanting soulbound items in trade
Shauren
2014-09-14
Core/Entities: Use ObjectGuid class in game project
Shauren
2014-08-09
Core/Trade: Fixed putting soulbound items to "will not be traded" slot
Shauren
2014-08-02
Core/Trade: Fix warnings
Vincent-Michael
2014-08-01
Core/Trade: Replaced SendNotification hacks with proper trade packets
Shauren
2014-05-15
Fix various warnings. The core, the scripts and the tools now compile without...
Praetonus
2014-05-09
Core/Trade: It's no longer possible to fake the amount of gold put into the t...
Discover-
2014-04-25
Core/Trade: Correction of distance checking
Dehravor
2014-01-01
Update copyright note for 2014.
Vincent_Michael
2013-12-25
Core/Scripting: Replace casted with cast as casted is not a word.
Malcrom
2013-11-08
Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ...
Spp
2013-09-27
Core/RBAC: Move RBAC code to namespace rbac
Spp
2013-06-11
Core: Some function renaming.
Malcrom
2013-05-13
Core/Logging: Performance-related tweaks to logging system
Spp
2013-03-08
Core/RBAC: Fix multiple permissions and remove multiple config options that a...
Spp
2013-02-25
Core/RBAC: Remove couple of harcoded checks for GM level and use Permission '...
Spp
2013-02-25
Core/RBAC: Add new Permission "Log gm trade". Config option still active, but...
Spp
2013-02-01
Core/Players: Prevent trading, taking gold from mail and withdrawing from gui...
Shauren
2013-01-01
Update copyright note for 2013.
Vincent_Michael
2012-11-27
Core/Misc: Set mode 0644 for files
Spp
2012-10-24
Core/Misc: reduced amount of string memory allocations (Step I)
Spp
2012-08-03
Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...
Spp
2012-05-26
Core/Session: Fixed error "received unexpected opcode CMSG_CANCEL_TRADE" when...
kaelima
2012-03-29
Core/Game: Code style.
Gyx
2012-03-09
Some random cleanup here and there
Spp
2012-02-03
Core/Misc: Rename UNIT_STAT_* enums to UNIT_STATE_*
Shocker
2012-01-26
Core: Change Handlers location
Spp