| Commit message (Expand) | Author | Age | Files | Lines |
* | Change exception log messages in XInventoryService connector to error rather ... | Justin Clark-Casey (justincc) | 2012-08-01 | 1 | -9/+8 |
* | If we're fetching active gestures via the XInventoryServiceConnector, then pr... | Justin Clark-Casey (justincc) | 2012-07-30 | 1 | -1/+1 |
* | Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect the... | Justin Clark-Casey (justincc) | 2012-05-09 | 1 | -0/+0 |
* | Finish the implementation of GetUserInventory, even though it's still not used. | Diva Canto | 2012-04-06 | 1 | -8/+39 |
* | More on inventory transfer hold ups: | Diva Canto | 2012-03-09 | 1 | -3/+7 |
* | Addresses mantis #5449 -- crashing exception in SendInventoryFolderDetails. | Diva Canto | 2011-04-25 | 1 | -6/+4 |
* | Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to Open... | Diva Canto | 2011-04-12 | 1 | -1/+0 |
* | Added an additional debug message, and removed a bunch of files that weren't ... | Diva Canto | 2011-02-04 | 4 | -1253/+0 |
* | Fix some crashes caused by the addition of the CreatorData column | Melanie | 2010-11-23 | 1 | -1/+8 |
* | Added creator info across the board -- TaskInventoryItems and InventoryItems ... | Diva Canto | 2010-11-21 | 1 | -0/+3 |
* | Formatting cleanup. | Jeff Ames | 2010-09-12 | 1 | -1/+1 |
* | * XInventory fairly tested, including for HG. Almost ready to switch. | Diva Canto | 2010-04-30 | 1 | -65/+54 |
* | XInventory connector/handler showing signs of life. Tested, but needs more te... | Diva Canto | 2010-04-27 | 1 | -50/+78 |
* | RemoteXInventoryServiceConnector, the plugin region module. Not active in def... | Diva Canto | 2010-04-26 | 1 | -0/+29 |
* | Formatting cleanup. Add copyright notices. | Jeff Ames | 2010-03-10 | 1 | -1/+1 |
* | * Typo fixes | John Hurliman | 2010-03-09 | 1 | -1/+1 |
* | Finished implementing the XInventory connector. Untested. | Diva Canto | 2010-02-07 | 1 | -10/+10 |
* | The first 2 handlers for the XInventory system. | Melanie | 2010-01-08 | 1 | -2/+2 |
* | Complete the XInventoryConnector. Flesh out the skeleton for the | Melanie | 2010-01-06 | 1 | -2/+48 |
* | Add the XInventoryServicesConnector, a new inventory connector without the cruft | Melanie | 2010-01-05 | 1 | -13/+185 |
* | Add the unfinished XInventoryConnector. Intermediate commit, will NOT compile! | Melanie | 2010-01-05 | 1 | -0/+317 |
* | minor: Correct some inventory corrector log messages and add more identifying... | Justin Clark-Casey (justincc) | 2009-11-18 | 1 | -19/+20 |
* | minor: correct error messages when queryfolder fails | Justin Clark-Casey (justincc) | 2009-11-18 | 1 | -4/+1 |
* | * Fixes http://opensimulator.org/mantis/view.php?id=4225 | Diva Canto | 2009-10-12 | 1 | -0/+1 |
* | * Removed verbose debug message | Diva Canto | 2009-10-06 | 1 | -7/+0 |
* | Remove the methods for full inventory fetch from the connector. Remove tests | Melanie | 2009-09-17 | 1 | -35/+1 |
* | Fixes seven leaky .BeginInvoke() calls | John Hurliman | 2009-09-03 | 1 | -0/+2 |
* | Closed the web request and stream in SynchronousRestSessionObjectPoster -- ma... | Diva Canto | 2009-08-25 | 1 | -0/+5 |
* | * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out fo... | Diva Canto | 2009-08-22 | 4 | -2/+45 |
* | Added a more sane InventoryServerMoveItemsHandler. Changed SynchronousRestObj... | Diva Canto | 2009-08-21 | 1 | -3/+18 |
* | Makes the inventory connectors fully compatible with the old Grid.InventorySe... | Diva Canto | 2009-08-19 | 1 | -29/+35 |
* | Added MoveItems, which is most useful upon viewer-delete inventory operation.... | Diva Canto | 2009-08-19 | 4 | -0/+62 |
* | A better purge of trash folder. | Diva Canto | 2009-08-19 | 4 | -7/+10 |
* | GetFolderItems implemented. It's not being called, but it might. | Diva Canto | 2009-08-18 | 3 | -0/+37 |
* | Added some padding to the remote inventory connector so that it tries to oper... | Diva Canto | 2009-08-17 | 1 | -4/+70 |
* | Added GetAssetPermissions. Few last bugs nixed. This is ready for testing. | Diva Canto | 2009-08-13 | 4 | -16/+54 |
* | Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting... | Diva Canto | 2009-08-13 | 1 | -2/+2 |
* | Fixes a race condition in EQ processing that was making EQs pop up again upon... | Diva Canto | 2009-08-11 | 1 | -14/+14 |
* | Some more hammering on the head of the obsolete rest inventory handlers, just... | Diva Canto | 2009-08-11 | 1 | -10/+14 |
* | Re-adding a conditional in UserManager that was removed with arthusv's commit... | Diva Canto | 2009-08-11 | 1 | -2/+2 |
* | Disabling the remote call for the time being, so that I can test it on a grid... | Diva Canto | 2009-08-11 | 1 | -10/+11 |
* | Added http handlers for the two new inventory operations. | Diva Canto | 2009-08-11 | 1 | -4/+4 |
* | System folders inventory cache added to OUT inventory modules. This tracks ag... | Diva Canto | 2009-08-11 | 3 | -6/+6 |
* | Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo... | Diva Canto | 2009-08-10 | 4 | -0/+113 |
* | Changed RequestRootFolder to GetRootFolder | Diva Canto | 2009-08-10 | 1 | -1/+1 |
* | Patch from RemedyTomm: A failed inventory request would block any further | Melanie Thielker | 2009-07-26 | 1 | -5/+44 |
* | minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-07-15 | 1 | -4/+4 |
* | * minor: Make GridCommon.ini.example refer to inventory service rather than a... | Justin Clarke Casey | 2009-07-10 | 1 | -1/+1 |
* | Update svn properties. | Jeff Ames | 2009-06-22 | 1 | -241/+241 |
* | Moving these nice HG connectors to their homes. | diva | 2009-06-15 | 1 | -0/+241 |