aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Inventory/XInventoryConnector.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-06-11Revert "Allow IInventoryService.GetFolder(folderId, userId) as well as ↵Justin Clark-Casey (justincc)1-5/+0
GetFolder(InventoryFolderBase folder)" This reverts commit 3525195bc9b5fdfd9799411edd452981ef1f4ebd.
2010-06-11Allow IInventoryService.GetFolder(folderId, userId) as well as ↵Justin Clark-Casey (justincc)1-0/+5
GetFolder(InventoryFolderBase folder) This involves no wire changes since the methods often just construct an InventoryFolderBase under the hood. This is in line with other methods that alraedy allow requests via uuid
2010-04-30* XInventory fairly tested, including for HG. Almost ready to switch.Diva Canto1-65/+54
* Removed a few buglets and added better exception handling.
2010-04-27XInventory connector/handler showing signs of life. Tested, but needs more ↵Diva Canto1-50/+78
testing.
2010-04-26RemoteXInventoryServiceConnector, the plugin region module. Not active in ↵Diva Canto1-0/+29
default configs yet.
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-1/+1
2010-03-09* Typo fixesJohn Hurliman1-1/+1
* Performance improvement in the expensive GenerateClientFlags()
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
XInventoryInConnector
2010-01-05Add the XInventoryServicesConnector, a new inventory connector without the cruftMelanie1-13/+185
of the old one that makes inventory crash on folder creation. This is just the connector part, the handler is still ont he todo list.
2010-01-05Add the unfinished XInventoryConnector. Intermediate commit, will NOT compile!Melanie1-0/+317