aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed GetUserInventory(). It wasn't being used, and was creating warnings b...Oren Hurvitz2014-04-234-51/+1
* Run slow operations in a separate thread, instead of using FireAndForget (whi...Oren Hurvitz2014-03-251-2/+2
* refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)2013-11-151-1/+1
* Some more fixes on strange behaviors of Unknown User, esp. related to large m...Diva Canto2013-07-061-13/+14
* MORE DEBUG. DON"T USE THIS.Diva Canto2013-07-061-3/+3
* Same fix to LocalInventoryServiceConnector.csDiva Canto2013-06-301-1/+2
* More on mantis #6625Diva Canto2013-06-291-1/+2
* Add the standard OpenSimulator copyright notice to the top of InventoryCache.csJustin Clark-Casey (justincc)2013-06-151-1/+28
* Adjust the locking on InventoryCache. Locking for r/w of the ExpiringCache i...Justin Clark-Casey (justincc)2013-06-151-14/+23
* Strengthen some assumptions.Diva Canto2013-06-051-0/+5
* Last 27 modules' directives (service connectors out).Diva Canto2012-11-133-0/+6
* Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.Justin Clark-Casey (justincc)2012-07-251-1/+1
* Finish the implementation of GetUserInventory, even though it's still not used.Diva Canto2012-04-063-12/+97
* Let grided simulators retrieve the user's inventory skeletonDiva Canto2012-03-271-1/+1
* More on inventory transfer hold ups:Diva Canto2012-03-092-2/+77
* Added UserManagementModule.IsLocalGridUser(UUID) to be used throughout region...Diva Canto2011-12-291-2/+2
* Deleted two obsolete files in Inventory modules.Diva Canto2011-12-292-460/+0
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2011-11-141-2/+1
* Shuffle order of code in invnetory connector GetFolderContent() calls to avoi...Justin Clark-Casey (justincc)2011-09-152-12/+18
* Use a copy of the inventory items list to register users in the thread starte...Justin Clark-Casey (justincc)2011-09-092-2/+8
* When a region is added to the HG Inventory Broker, also pass this through to ...Justin Clark-Casey (justincc)2011-09-073-21/+41
* Add temporary debugging in HGInventoryBroker and RemoveXInventoryServiceConne...Justin Clark-Casey (justincc)2011-09-062-17/+33
* Allow the HGInventoryBroker to set the UserManager when it instantiates a Rem...Justin Clark-Casey (justincc)2011-09-052-3/+15
* remove mono compiler warningsJustin Clark-Casey (justincc)2011-08-231-1/+1
* For now, supress 'OH NOES' warnings given by HGInventoryBroker.CacheInventory...Justin Clark-Casey (justincc)2011-08-171-5/+5
* stop the local inventory services connector from logging an error when an ite...Justin Clark-Casey (justincc)2011-07-081-3/+3
* HG inventory transfers over the profile working.Diva Canto2011-05-271-2/+9
* Added necessary code to drop inventory on hg friends using the profile window...Diva Canto2011-05-241-0/+16
* Made things consistent between LocalInventoryServiceConnector and RemoteXInve...Diva Canto2011-04-252-11/+32
* Added an additional debug message, and removed a bunch of files that weren't ...Diva Canto2011-02-042-362/+5
* Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto2010-11-212-3/+46
* Removed a couple of very verbose debug messages.Diva Canto2010-10-311-2/+2
* Formatting cleanup.Jeff Ames2010-09-123-3/+3
* Made the HG asset and inventory brokers use the Helo service in order to inst...Diva Canto2010-09-081-6/+9
* Move code that allows llGiveInvetory() to move item into appropriate system f...Justin Clark-Casey (justincc)2010-09-042-53/+1
* Create Scene.Inventory.cs.AddInventoryItem(InventoryItemBase item)Justin Clark-Casey (justincc)2010-09-041-3/+3
* minor: remove mono compiler warningsJustin Clark-Casey (justincc)2010-09-031-1/+1
* Add automated test at the opensim 'api' level to check that a given item goes...Justin Clark-Casey (justincc)2010-08-242-3/+21
* Add system lookup folder fix to the RemoveXInventoryServiceConnector as well ...Justin Clark-Casey (justincc)2010-08-231-0/+17
* Fix bug in llGiveInventory() where items were disappearing on relogJustin Clark-Casey (justincc)2010-08-232-9/+18
* Remove various warnings and improve logging messages. No functional changes.Justin Clark-Casey (justincc)2010-08-234-5/+11
* minor: remove mono compiler warningsJustin Clark-Casey (justincc)2010-08-132-6/+4
* Removed some more debug messages.Diva Canto2010-07-141-18/+16
* Fixes additional bug reported in mantis #4841.Diva Canto2010-07-051-6/+6
* Renamed HGInventoryBroker2 to HGInventoryBroker.Diva Canto2010-05-021-2/+2
* Deleted HGInventoryBroker, so that the new one can take its name.Diva Canto2010-05-021-540/+0
* Switched everything to XInventory by default. The old Inventory is still ther...Diva Canto2010-05-021-83/+28
* Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-04-302-142/+78
|\
| * * XInventory fairly tested, including for HG. Almost ready to switch.Diva Canto2010-04-302-142/+78
* | Fix a null ref from trying to access a dictionary that was never initialized.Melanie2010-04-301-1/+2
|/