aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Inventory (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-19/+43
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-128/+277
* Change exception log messages in XInventoryService connector to error rather ...Justin Clark-Casey (justincc)2012-08-011-9/+8
* If we're fetching active gestures via the XInventoryServiceConnector, then pr...Justin Clark-Casey (justincc)2012-07-301-1/+1
* Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect the...Justin Clark-Casey (justincc)2012-05-091-0/+0
* Finish the implementation of GetUserInventory, even though it's still not used.Diva Canto2012-04-061-8/+39
* More on inventory transfer hold ups:Diva Canto2012-03-091-3/+7
* Addresses mantis #5449 -- crashing exception in SendInventoryFolderDetails.Diva Canto2011-04-251-6/+4
* Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to Open...Diva Canto2011-04-121-1/+0
* Added an additional debug message, and removed a bunch of files that weren't ...Diva Canto2011-02-044-1253/+0
* Fix some crashes caused by the addition of the CreatorData columnMelanie2010-11-231-1/+8
* Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto2010-11-211-0/+3
* Formatting cleanup.Jeff Ames2010-09-121-1/+1
* * XInventory fairly tested, including for HG. Almost ready to switch.Diva Canto2010-04-301-65/+54
* XInventory connector/handler showing signs of life. Tested, but needs more te...Diva Canto2010-04-271-50/+78
* RemoteXInventoryServiceConnector, the plugin region module. Not active in def...Diva Canto2010-04-261-0/+29
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-101-1/+1
* * Typo fixesJohn Hurliman2010-03-091-1/+1
* Finished implementing the XInventory connector. Untested.Diva Canto2010-02-071-10/+10
* The first 2 handlers for the XInventory system.Melanie2010-01-081-2/+2
* Complete the XInventoryConnector. Flesh out the skeleton for theMelanie2010-01-061-2/+48
* Add the XInventoryServicesConnector, a new inventory connector without the cruftMelanie2010-01-051-13/+185
* Add the unfinished XInventoryConnector. Intermediate commit, will NOT compile!Melanie2010-01-051-0/+317
* 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
* * Fixes http://opensimulator.org/mantis/view.php?id=4225Diva Canto2009-10-121-0/+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-224-2/+45
* 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-194-0/+62
* A better purge of trash folder.Diva Canto2009-08-194-7/+10
* GetFolderItems implemented. It's not being called, but it might.Diva Canto2009-08-183-0/+37
* 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-134-16/+54
* Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...Diva Canto2009-08-131-2/+2
* 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-113-6/+6
* Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo...Diva Canto2009-08-104-0/+113
* Changed RequestRootFolder to GetRootFolderDiva Canto2009-08-101-1/+1
* Patch from RemedyTomm: A failed inventory request would block any furtherMelanie Thielker2009-07-261-5/+44
* minor: remove some mono compiler warningsJustin Clarke Casey2009-07-151-4/+4
* * minor: Make GridCommon.ini.example refer to inventory service rather than a...Justin Clarke Casey2009-07-101-1/+1