aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/InventoryService/XInventoryService.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-04-24Commented verbose debug message.Diva Canto1-1/+1
2010-11-21Added creator info across the board -- TaskInventoryItems and InventoryItems ↵Diva Canto1-2/+2
themselves. Tested. Seems to be working, main tests pass. Nothing done for IARs or HG transfers yet -- this only works for OARs for the time being. New migration in inventory table in order to make CreatorID varchar(255).
2010-09-02Fix cast issueMelanie1-1/+1
2010-09-02Allow increasing the version in system foldersMelanie1-1/+7
2010-09-02Update: Allow the version to increase onlyMelanie1-1/+2
2010-09-02Disallow modification of system folders. Prevent changing the type of foldersMelanie1-1/+16
and prevent resetting the version number
2010-08-23Fix bug in llGiveInventory() where items were disappearing on relogJustin Clark-Casey (justincc)1-1/+13
This was a regression - the code to look up the correct type folder was no longer being called if items were added without a parent folder set This may have been broken since commit bd49985a on 2010-05-02
2010-08-23Remove various warnings and improve logging messages. No functional changes.Justin Clark-Casey (justincc)1-1/+6
2010-08-06Allow the trash folder itself to be passed to PurgeFolderMelanie Thielker1-0/+3
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