aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Inventory (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-19/+43
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-128/+277
2012-08-01Change exception log messages in XInventoryService connector to error rather ...Justin Clark-Casey (justincc)1-9/+8
2012-07-30If we're fetching active gestures via the XInventoryServiceConnector, then pr...Justin Clark-Casey (justincc)1-1/+1
2012-05-09Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect the...Justin Clark-Casey (justincc)1-0/+0
2012-04-06Finish the implementation of GetUserInventory, even though it's still not used.Diva Canto1-8/+39
2012-03-09More on inventory transfer hold ups:Diva Canto1-3/+7
2011-04-25Addresses mantis #5449 -- crashing exception in SendInventoryFolderDetails.Diva Canto1-6/+4
2011-04-12Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to Open...Diva Canto1-1/+0
2011-02-04Added an additional debug message, and removed a bunch of files that weren't ...Diva Canto4-1253/+0
2010-11-23Fix some crashes caused by the addition of the CreatorData columnMelanie1-1/+8
2010-11-21Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto1-0/+3
2010-09-12Formatting cleanup.Jeff Ames1-1/+1
2010-06-11Revert "Allow IInventoryService.GetFolder(folderId, userId) as well as GetFol...Justin Clark-Casey (justincc)2-10/+0
2010-06-11Allow IInventoryService.GetFolder(folderId, userId) as well as GetFolder(Inve...Justin Clark-Casey (justincc)2-0/+10
2010-04-30* XInventory fairly tested, including for HG. Almost ready to switch.Diva Canto1-65/+54
2010-04-27XInventory connector/handler showing signs of life. Tested, but needs more te...Diva Canto1-50/+78
2010-04-26RemoteXInventoryServiceConnector, the plugin region module. Not active in def...Diva Canto1-0/+29
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-1/+1
2010-03-09* Typo fixesJohn Hurliman1-1/+1
2010-02-07Finished implementing the XInventory connector. Untested.Diva Canto1-10/+10
2010-01-08The first 2 handlers for the XInventory system.Melanie1-2/+2
2010-01-06Complete the XInventoryConnector. Flesh out the skeleton for theMelanie1-2/+48
2010-01-05Add the XInventoryServicesConnector, a new inventory connector without the cruftMelanie1-13/+185
2010-01-05Add the unfinished XInventoryConnector. Intermediate commit, will NOT compile!Melanie1-0/+317
2009-11-18minor: Correct some inventory corrector log messages and add more identifying...Justin Clark-Casey (justincc)1-19/+20
2009-11-18minor: correct error messages when queryfolder failsJustin Clark-Casey (justincc)1-4/+1
2009-10-12* Fixes http://opensimulator.org/mantis/view.php?id=4225Diva Canto1-0/+1
2009-10-06* Removed verbose debug messageDiva Canto1-7/+0
2009-09-17Remove the methods for full inventory fetch from the connector. Remove testsMelanie1-35/+1
2009-09-03Fixes seven leaky .BeginInvoke() callsJohn Hurliman1-0/+2
2009-08-25Closed the web request and stream in SynchronousRestSessionObjectPoster -- ma...Diva Canto1-0/+5
2009-08-22* Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo...Diva Canto4-2/+45
2009-08-21Added a more sane InventoryServerMoveItemsHandler. Changed SynchronousRestObj...Diva Canto1-3/+18
2009-08-19Makes the inventory connectors fully compatible with the old Grid.InventorySe...Diva Canto1-29/+35
2009-08-19Added MoveItems, which is most useful upon viewer-delete inventory operation....Diva Canto4-0/+62
2009-08-19A better purge of trash folder.Diva Canto4-7/+10
2009-08-18GetFolderItems implemented. It's not being called, but it might.Diva Canto3-0/+37
2009-08-17Added some padding to the remote inventory connector so that it tries to oper...Diva Canto1-4/+70
2009-08-13Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.Diva Canto4-16/+54
2009-08-13Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...Diva Canto1-2/+2
2009-08-11Fixes a race condition in EQ processing that was making EQs pop up again upon...Diva Canto1-14/+14
2009-08-11Some more hammering on the head of the obsolete rest inventory handlers, just...Diva Canto1-10/+14
2009-08-11Re-adding a conditional in UserManager that was removed with arthusv's commit...Diva Canto1-2/+2
2009-08-11Disabling the remote call for the time being, so that I can test it on a grid...Diva Canto1-10/+11
2009-08-11Added http handlers for the two new inventory operations.Diva Canto1-4/+4
2009-08-11System folders inventory cache added to OUT inventory modules. This tracks ag...Diva Canto3-6/+6
2009-08-10Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo...Diva Canto4-0/+113
2009-08-10Changed RequestRootFolder to GetRootFolderDiva Canto1-1/+1
2009-07-26Patch from RemedyTomm: A failed inventory request would block any furtherMelanie Thielker1-5/+44