aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/InventoryCache.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-1/+12
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-28/+56
* Finish the implementation of GetUserInventory, even though it's still not used.Diva Canto2012-04-061-0/+51
* More on inventory transfer hold ups:Diva Canto2012-03-091-0/+59
* Deleted two obsolete files in Inventory modules.Diva Canto2011-12-291-237/+0
* Formatting cleanup.Jeff Ames2010-09-121-1/+1
* Remove various warnings and improve logging messages. No functional changes.Justin Clark-Casey (justincc)2010-08-231-0/+7
* Fix a null ref from trying to access a dictionary that was never initialized.Melanie2010-04-301-1/+2
* Started redoing HGInventoryBroker for XInventory and with multi-protocol in m...Diva Canto2010-04-291-0/+51
* Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...Dan Lake2010-03-191-1/+1
* Try to cache system folders if they aren't already there when one is requestedJustin Clark-Casey (justincc)2009-08-281-0/+13
* Pull out distinct cache system folders and drop cache methods in InventoryCacheJustin Clark-Casey (justincc)2009-08-281-13/+34
* Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-08-121-1/+28
|\
| * Formatting cleanup. Add copyright headers.Jeff Ames2009-08-131-1/+28
* | Redirected all calls to CachedUserProfile methods to the inventory service. R...Diva Canto2009-08-121-0/+1
|/
* * Added two new packet handler implementations for inventory ops. This is sta...Diva Canto2009-08-121-4/+5
* Better test for dropping inventory cache and writing out debug messages.Diva Canto2009-08-121-16/+21
* Fixed test for detecting when user is no longer in sim.Diva Canto2009-08-111-3/+5
* System folders inventory cache added to OUT inventory modules. This tracks ag...Diva Canto2009-08-111-0/+108