aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/RemoteInventoryServiceConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out ↵Diva Canto2009-08-221-0/+12
| | | | | | folders were never being removed from trash when they were singled out for purging in trash. They were being removed when Trash was purged as a whole. That behavior is now fixed for the new InventoryService set. * Removed left-overs from AssetInventoryServer.
* Added MoveItems, which is most useful upon viewer-delete inventory ↵Diva Canto2009-08-191-0/+10
| | | | operation. Moving a batch of items is a 1-time operation. Made it async anyway, so that the viewer doesn't wait in case the DB layer is dumb (which is the case currently).
* Async purge so that the client thread doesn't wait.Diva Canto2009-08-191-5/+5
|
* A better purge of trash folder.Diva Canto2009-08-191-4/+6
|
* GetFolderItems implemented. It's not being called, but it might.Diva Canto2009-08-181-1/+2
|
* 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.