index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-16T00:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
Handlers
/
AuctionHouseHandler.cpp
Age
Commit message (
Expand
)
Author
2016-02-05
Implement AuctionHouse features: GetAll scan and search throttling
pete318
2016-01-01
Update copyright note for 2016
Rushor
2015-12-14
Improved Auction house deposit handling.
pete318
2015-10-11
Resolve coverity #1023086
pete318
2015-09-28
Auction house changes:
pete318
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-10-26
Core/AH: Code cleanup
jackpoz
2014-09-17
Core/Spells: consider spell speed in SPELL_EFFECT_CHARGE
joschiwald
2014-09-14
Core/Entities: Use ObjectGuid class in game project
Shauren
2014-04-23
Core/AuctionHouse: Fix AuctionHouse exploit
jackpoz
2014-01-01
Update copyright note for 2014.
Vincent_Michael
2013-12-16
Core/AH: Fix memory leak
jackpoz
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-10
Core/Auctionhouse: Fix crash when reloading AH items
kaelima
2013-05-17
Core/Misc: Fixed a bunch of issues found by static analysis
Shauren
2013-05-13
Core/Logging: Performance-related tweaks to logging system
Spp
2013-05-07
Core/AuctionHouse: Fixed field type mismatches when saving auction to databas...
Shauren
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-01-01
Update copyright note for 2013.
Vincent_Michael
2012-12-18
Core/AuctionHouse: Partially revert 3cf260068809 to keep compatibility with t...
Nay
2012-12-18
Core/AuctionHouse: Fix a possible auctionhouse crash
MrSmite
2012-11-27
Core/Misc: Random changes here and there to minimize differences with 4.3.4 b...
Spp
2012-11-27
Core/Misc: Set mode 0644 for files
Spp
2012-11-20
Core/Misc: Reduction of header dependencies - Step II
Spp
2012-11-02
Core/Guild: Code Refactor
Spp
2012-10-24
Core/Misc: reduced amount of string memory allocations (Step I)
Spp
2012-09-18
Core/Achievements: Force all calls to AchievementMgr be done through Player f...
Spp
2012-08-21
Core/Logging: Fix incorrect error level for some warden messages
Spp
2012-08-03
Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...
Spp
2012-07-19
Core/AuctionHouse: Refactored and corrected building auction mail messages
Shauren
2012-06-30
Core: Minor code style corrections
Shauren
2012-03-25
Core/DBLayer: Convert PAppend() queries to prepared statements No.1
leak
2012-03-14
Revert "Core: more more cleanup" - Build test anyone?
leak
2012-03-14
Core: more more cleanup
thomas33
2012-02-27
Core/Auction House: Delete item_instance entries correctly, prevent invalid e...
Elron103
2012-02-26
Core/Auction House: Fix item loss issue when inserting multiple stacks (by El...
Shocker
2012-02-23
Core: Random cleanup + compile fix
Shauren
2012-02-18
Core: Clean up whitespace and tabs in the base sourcetree
click
2012-02-17
Core/AuctionHandler: Move the MAX_AUCTION_ITEMS check to where it actually do...
Subv
2012-02-14
Fixed a typo
Subv
2012-02-14
Core/AuctionHouse: Updated CMSG_AUCTION_SELL_ITEM to allow new 3.3.5a features.
Subv
2012-02-03
Core/Misc: Rename UNIT_STAT_* enums to UNIT_STATE_*
Shocker
2012-01-26
Core: Change Handlers location
Spp