aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/RemoteInventoryServiceConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Returning UUID.Zero is scene and user profile service are null in ↵Diva Canto2009-08-141-0/+8
| | | | GetSession. This doesn't fix the underlying problem of these things being null -- they shouldn't be.
* Changed the way to get to the profile service. Changed GetSystemsFolder in ↵Diva Canto2009-08-141-3/+5
| | | | HGBroker.
* More debug messages.Diva Canto2009-08-141-0/+7
|
* Doing session lookup in the right way.Diva Canto2009-08-141-4/+6
|
* Additional debug messages, and bug fix in ↵Diva Canto2009-08-141-1/+2
| | | | RemoteInventoryServiceConnector.cs, where the scene reference wasn't being set.
* Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.Diva Canto2009-08-131-4/+6
|
* Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' ↵Diva Canto2009-08-131-2/+2
| | | | starting to get on my nerves.
* * Added two new packet handler implementations for inventory ops. This is ↵Diva Canto2009-08-121-23/+29
| | | | | | | starting to work! - but can't be activated incrementally, the flip needs to be global for all inventory ops. * Added a base inventory connector that does common processing of inventory among all reference connector implementations. E.g. AddItem requires additional processing before being forwarded to service. * Added if (m_Enabled) upon RemoveRegion
* System folders inventory cache added to OUT inventory modules. This tracks ↵Diva Canto2009-08-111-20/+13
| | | | agents in and out of *sims* in order to fetch/drop their system folders from the cache. Also added region-side support for fetching the system folders from the inventory service. Nothing of this is called yet.
* Added two new methods to IIventoryService -- GetFolderForType and ↵Diva Canto2009-08-101-0/+38
| | | | GetFolderContent. Some meat to it, but not completed. None of this code is called anywhere yet.
* Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-08-101-1/+1
|\
| * Replace the Replaceable modules nameMelanie2009-08-101-1/+1
| |
* | Changed RequestRootFolder to GetRootFolderDiva Canto2009-08-101-1/+1
|/
* Committing the interface change and the addition to the modules to getMelanie Thielker2009-07-101-0/+5
| | | | | | the ball rolling on replacable modules. No user functionality yet
* Renamed Region/CoreModules/ServiceConnectors to ↵diva2009-06-141-0/+279
Region/CoreModules/ServiceConnectorsOut. No functional changes.