aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/RemoteInventoryServiceConnector.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo...Diva Canto2009-08-221-0/+12
* Added MoveItems, which is most useful upon viewer-delete inventory operation....Diva Canto2009-08-191-0/+10
* 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 GetSession....Diva Canto2009-08-141-0/+8
* Changed the way to get to the profile service. Changed GetSystemsFolder in HG...Diva Canto2009-08-141-3/+5
* 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 RemoteInventoryServiceConnector.cs,...Diva Canto2009-08-141-1/+2
* 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' starting...Diva Canto2009-08-131-2/+2
* * Added two new packet handler implementations for inventory ops. This is sta...Diva Canto2009-08-121-23/+29
* System folders inventory cache added to OUT inventory modules. This tracks ag...Diva Canto2009-08-111-20/+13
* Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo...Diva Canto2009-08-101-0/+38
* 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
* Renamed Region/CoreModules/ServiceConnectors to Region/CoreModules/ServiceCon...diva2009-06-141-0/+279