aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Inventory/InventoryServiceConnector.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* minor: Correct some inventory corrector log messages and add more identifying...Justin Clark-Casey (justincc)2009-11-181-19/+20
* minor: correct error messages when queryfolder failsJustin Clark-Casey (justincc)2009-11-181-4/+1
* * Removed verbose debug messageDiva Canto2009-10-061-7/+0
* Remove the methods for full inventory fetch from the connector. Remove testsMelanie2009-09-171-35/+1
* Fixes seven leaky .BeginInvoke() callsJohn Hurliman2009-09-031-0/+2
* Closed the web request and stream in SynchronousRestSessionObjectPoster -- ma...Diva Canto2009-08-251-0/+5
* * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo...Diva Canto2009-08-221-2/+21
* Added a more sane InventoryServerMoveItemsHandler. Changed SynchronousRestObj...Diva Canto2009-08-211-3/+18
* Makes the inventory connectors fully compatible with the old Grid.InventorySe...Diva Canto2009-08-191-29/+35
* Added MoveItems, which is most useful upon viewer-delete inventory operation....Diva Canto2009-08-191-0/+42
* A better purge of trash folder.Diva Canto2009-08-191-3/+6
* GetFolderItems implemented. It's not being called, but it might.Diva Canto2009-08-181-0/+17
* Added some padding to the remote inventory connector so that it tries to oper...Diva Canto2009-08-171-4/+70
* Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.Diva Canto2009-08-131-15/+34
* Fixes a race condition in EQ processing that was making EQs pop up again upon...Diva Canto2009-08-111-14/+14
* Some more hammering on the head of the obsolete rest inventory handlers, just...Diva Canto2009-08-111-10/+14
* Re-adding a conditional in UserManager that was removed with arthusv's commit...Diva Canto2009-08-111-2/+2
* Disabling the remote call for the time being, so that I can test it on a grid...Diva Canto2009-08-111-10/+11
* Added http handlers for the two new inventory operations.Diva Canto2009-08-111-4/+4
* System folders inventory cache added to OUT inventory modules. This tracks ag...Diva Canto2009-08-111-3/+3
* Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo...Diva Canto2009-08-101-0/+44
* Patch from RemedyTomm: A failed inventory request would block any furtherMelanie Thielker2009-07-261-5/+44
* * minor: Make GridCommon.ini.example refer to inventory service rather than a...Justin Clarke Casey2009-07-101-1/+1
* Heart surgery no.2: the inventory service hooks. diva2009-06-101-2/+2
* First draft of inventory service connectors, and service implementation. No h...diva2009-06-071-0/+343