aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/HGInventoryBroker.cs (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 Hurvitz1-23/+0
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)1-1/+1
2013-06-05Strengthen some assumptions.Diva Canto1-0/+5
2012-11-13Last 27 modules' directives (service connectors out).Diva Canto1-0/+2
2012-04-06Finish the implementation of GetUserInventory, even though it's still not used.Diva Canto1-5/+38
2012-03-09More on inventory transfer hold ups:Diva Canto1-2/+18
2011-12-29Added UserManagementModule.IsLocalGridUser(UUID) to be used throughout region...Diva Canto1-2/+2
2011-09-07When a region is added to the HG Inventory Broker, also pass this through to ...Justin Clark-Casey (justincc)1-3/+24
2011-09-06Add temporary debugging in HGInventoryBroker and RemoveXInventoryServiceConne...Justin Clark-Casey (justincc)1-14/+22
2011-09-05Allow the HGInventoryBroker to set the UserManager when it instantiates a Rem...Justin Clark-Casey (justincc)1-2/+9
2011-08-17For now, supress 'OH NOES' warnings given by HGInventoryBroker.CacheInventory...Justin Clark-Casey (justincc)1-5/+5
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-02-04Added an additional debug message, and removed a bunch of files that weren't ...Diva Canto1-0/+5
2010-09-08Made the HG asset and inventory brokers use the Helo service in order to inst...Diva Canto1-6/+9
2010-09-03minor: remove mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
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)1-10/+5
2010-06-11Allow IInventoryService.GetFolder(folderId, userId) as well as GetFolder(Inve...Justin Clark-Casey (justincc)1-5/+10
2010-05-02Renamed HGInventoryBroker2 to HGInventoryBroker.Diva Canto1-2/+2
2010-04-30* XInventory fairly tested, including for HG. Almost ready to switch.Diva Canto1-137/+75
2010-04-29Simplified RemoteXInventoryServiceConnector and HGBroker (2) by a lot.Diva Canto1-221/+250
2010-04-29Started redoing HGInventoryBroker for XInventory and with multi-protocol in m...Diva Canto1-34/+83
2010-03-19Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...Dan Lake1-2/+2
2010-01-30Bug fix: change HGBroker to a INonSharedRegionModuleDiva Canto1-66/+69
2010-01-29On the way to making HG inventory work. Inventory can now be accessed again. ...Diva Canto1-110/+66
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto1-1/+1
2010-01-10NetworkServersInfo removed from CommsManager.Diva Canto1-3/+5
2010-01-10* OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto1-38/+43
2010-01-08Inching ahead... This compiles, but very likely does not run.Diva Canto1-1/+0
2009-12-21Bug fix: in standalone, HGInventoryBroker needs to get the local inventory se...Diva Canto1-2/+13
2009-10-12* Fixes http://opensimulator.org/mantis/view.php?id=4225Diva Canto1-0/+2
2009-09-26Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c...Diva Canto1-2/+7
2009-08-22* Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo...Diva Canto1-0/+17
2009-08-19Added MoveItems, which is most useful upon viewer-delete inventory operation....Diva Canto1-0/+17
2009-08-19A better purge of trash folder.Diva Canto1-7/+11
2009-08-18GetFolderItems implemented. It's not being called, but it might.Diva Canto1-2/+9
2009-08-18jhurliman's patch in http://opensimulator.org/mantis/view.php?id=4024Diva Canto1-2/+1
2009-08-16Making attachments work again. Tons of debug more. This needs more testing an...Diva Canto1-1/+1
2009-08-14Changed the way to get to the profile service. Changed GetSystemsFolder in HG...Diva Canto1-2/+14
2009-08-14Doing session lookup in the right way.Diva Canto1-4/+5
2009-08-14Additional debug messages, and bug fix in RemoteInventoryServiceConnector.cs,...Diva Canto1-1/+10
2009-08-13Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.Diva Canto1-4/+13
2009-08-13Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...Diva Canto1-4/+4
2009-08-12* Added two new packet handler implementations for inventory ops. This is sta...Diva Canto1-23/+29
2009-08-11Improved test for system folders. Removed log messages.Diva Canto1-3/+3
2009-08-11System folders inventory cache added to OUT inventory modules. This tracks ag...Diva Canto1-12/+56
2009-08-10Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo...Diva Canto1-0/+26