aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/InventoryCache.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-1/+12
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-28/+56
2012-04-06Finish the implementation of GetUserInventory, even though it's still not used.Diva Canto1-0/+51
2012-03-09More on inventory transfer hold ups:Diva Canto1-0/+59
2011-12-29Deleted two obsolete files in Inventory modules.Diva Canto1-237/+0
2010-09-12Formatting cleanup.Jeff Ames1-1/+1
2010-08-23Remove various warnings and improve logging messages. No functional changes.Justin Clark-Casey (justincc)1-0/+7
2010-04-30Fix a null ref from trying to access a dictionary that was never initialized.Melanie1-1/+2
2010-04-29Started redoing HGInventoryBroker for XInventory and with multi-protocol in m...Diva Canto1-0/+51
2010-03-19Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...Dan Lake1-1/+1
2009-08-28Try to cache system folders if they aren't already there when one is requestedJustin Clark-Casey (justincc)1-0/+13
2009-08-28Pull out distinct cache system folders and drop cache methods in InventoryCacheJustin Clark-Casey (justincc)1-13/+34
2009-08-12Redirected all calls to CachedUserProfile methods to the inventory service. R...Diva Canto1-0/+1
2009-08-13Formatting cleanup. Add copyright headers.Jeff Ames1-1/+28
2009-08-12* Added two new packet handler implementations for inventory ops. This is sta...Diva Canto1-4/+5
2009-08-12Better test for dropping inventory cache and writing out debug messages.Diva Canto1-16/+21
2009-08-11Fixed test for detecting when user is no longer in sim.Diva Canto1-3/+5
2009-08-11System folders inventory cache added to OUT inventory modules. This tracks ag...Diva Canto1-0/+108