aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/InventoryService/XInventoryService.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-07-24Add some optionsMelanie1-0/+11
2010-07-24Fix some inventory issuesMelanie1-0/+29
2010-07-14Fix obvious bug in XInventoryService.GetFolderItems() which was preventing ↵Justin Clark-Casey (justincc)1-2/+4
the iar module from being able to save single item iars
2010-06-29Buglet fix in HG inventory. Make sure that GetRootFolder for non-HG ↵Diva Canto1-1/+8
xinventory is the folder "My Inventory". Also changed the Suitcase folder name to "My Suitcase".
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-06-08Changed XInventoryData's CreatorID to a string.Diva Canto1-2/+2
2010-05-16Fixes mantis #4691Diva Canto1-1/+1
2010-04-29Started redoing HGInventoryBroker for XInventory and with multi-protocol in ↵Diva Canto1-3/+3
mind. Unfinished.
2010-04-27XInventory connector/handler showing signs of life. Tested, but needs more ↵Diva Canto1-4/+4
testing.
2010-02-08Create root inventory folder with proper type (9) instead of -1Melanie1-1/+1
2010-01-31* Bug fix in XInventoryData -- groupOwned is an int in the DBDiva Canto1-2/+8
* Bug fix in InventoryServerInConnector -- m_config
2010-01-31* Added a few files that were missing in the repo.Diva Canto1-25/+25
* New HGInventoryService which allows restricted access to inventory while outside
2010-01-04Finish conversion if XInventoryServiceMelanie1-12/+46
2010-01-04First stage port of the XInventoryServiceMelanie1-0/+474