aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory (unfollow)
Commit message (Expand)AuthorFilesLines
2014-06-16Manual change as per patch in mantis #7212. (the patch failed to apply, but t...Diva Canto1-1/+1
2014-04-23Removed GetUserInventory(). It wasn't being used, and was creating warnings b...Oren Hurvitz4-51/+1
2014-03-25Run slow operations in a separate thread, instead of using FireAndForget (whi...Oren Hurvitz1-2/+2
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)1-1/+1
2013-07-06Some more fixes on strange behaviors of Unknown User, esp. related to large m...Diva Canto1-13/+14
2013-07-06MORE DEBUG. DON"T USE THIS.Diva Canto1-3/+3
2013-06-30Same fix to LocalInventoryServiceConnector.csDiva Canto1-1/+2
2013-06-29More on mantis #6625Diva Canto1-1/+2
2013-06-15Add the standard OpenSimulator copyright notice to the top of InventoryCache.csJustin Clark-Casey (justincc)1-1/+28
2013-06-15Adjust the locking on InventoryCache. Locking for r/w of the ExpiringCache i...Justin Clark-Casey (justincc)1-14/+23
2013-06-05Strengthen some assumptions.Diva Canto1-0/+5
2012-11-13Last 27 modules' directives (service connectors out).Diva Canto3-0/+6
2012-07-25Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.Justin Clark-Casey (justincc)1-1/+1
2012-04-06Finish the implementation of GetUserInventory, even though it's still not used.Diva Canto3-12/+97
2012-03-27Let grided simulators retrieve the user's inventory skeletonDiva Canto1-1/+1
2012-03-09More on inventory transfer hold ups:Diva Canto2-2/+77
2011-12-29Added UserManagementModule.IsLocalGridUser(UUID) to be used throughout region...Diva Canto1-2/+2
2011-12-29Deleted two obsolete files in Inventory modules.Diva Canto2-460/+0
2011-11-14minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-2/+1
2011-09-15Shuffle order of code in invnetory connector GetFolderContent() calls to avoi...Justin Clark-Casey (justincc)2-12/+18
2011-09-09Use a copy of the inventory items list to register users in the thread starte...Justin Clark-Casey (justincc)2-2/+8
2011-09-07When a region is added to the HG Inventory Broker, also pass this through to ...Justin Clark-Casey (justincc)3-21/+41
2011-09-06Add temporary debugging in HGInventoryBroker and RemoveXInventoryServiceConne...Justin Clark-Casey (justincc)2-17/+33
2011-09-05Allow the HGInventoryBroker to set the UserManager when it instantiates a Rem...Justin Clark-Casey (justincc)2-3/+15
2011-08-23remove mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2011-08-17For now, supress 'OH NOES' warnings given by HGInventoryBroker.CacheInventory...Justin Clark-Casey (justincc)1-5/+5
2011-07-08stop the local inventory services connector from logging an error when an ite...Justin Clark-Casey (justincc)1-3/+3
2011-05-27HG inventory transfers over the profile working.Diva Canto1-2/+9
2011-05-24Added necessary code to drop inventory on hg friends using the profile window...Diva Canto1-0/+16
2011-04-25Made things consistent between LocalInventoryServiceConnector and RemoteXInve...Diva Canto2-11/+32
2011-02-04Added an additional debug message, and removed a bunch of files that weren't ...Diva Canto2-362/+5
2010-11-21Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto2-3/+46
2010-10-31Removed a couple of very verbose debug messages.Diva Canto1-2/+2
2010-09-12Formatting cleanup.Jeff Ames3-3/+3
2010-09-08Made the HG asset and inventory brokers use the Helo service in order to inst...Diva Canto1-6/+9
2010-09-04Move code that allows llGiveInvetory() to move item into appropriate system f...Justin Clark-Casey (justincc)2-53/+1
2010-09-04Create Scene.Inventory.cs.AddInventoryItem(InventoryItemBase item)Justin Clark-Casey (justincc)1-3/+3
2010-09-03minor: remove mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2010-08-24Add automated test at the opensim 'api' level to check that a given item goes...Justin Clark-Casey (justincc)2-3/+21
2010-08-23Add system lookup folder fix to the RemoveXInventoryServiceConnector as well ...Justin Clark-Casey (justincc)1-0/+17
2010-08-23Fix bug in llGiveInventory() where items were disappearing on relogJustin Clark-Casey (justincc)2-9/+18
2010-08-23Remove various warnings and improve logging messages. No functional changes.Justin Clark-Casey (justincc)4-5/+11
2010-08-13minor: remove mono compiler warningsJustin Clark-Casey (justincc)2-6/+4
2010-07-14Removed some more debug messages.Diva Canto1-18/+16
2010-07-05Fixes additional bug reported in mantis #4841.Diva Canto1-6/+6
2010-06-11Revert "Allow IInventoryService.GetFolder(folderId, userId) as well as GetFol...Justin Clark-Casey (justincc)5-33/+11
2010-06-11Allow IInventoryService.GetFolder(folderId, userId) as well as GetFolder(Inve...Justin Clark-Casey (justincc)5-11/+33
2010-05-02Renamed HGInventoryBroker2 to HGInventoryBroker.Diva Canto1-2/+2
2010-05-02Deleted HGInventoryBroker, so that the new one can take its name.Diva Canto1-540/+0
2010-05-02Switched everything to XInventory by default. The old Inventory is still ther...Diva Canto1-83/+28