aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/InventoryService/XInventoryService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Commented verbose debug message.Diva Canto2011-04-241-1/+1
|
* Added creator info across the board -- TaskInventoryItems and InventoryItems ↵Diva Canto2010-11-211-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).
* Fix cast issueMelanie2010-09-021-1/+1
|
* Allow increasing the version in system foldersMelanie2010-09-021-1/+7
|
* Update: Allow the version to increase onlyMelanie2010-09-021-1/+2
|
* Disallow modification of system folders. Prevent changing the type of foldersMelanie2010-09-021-1/+16
| | | | and prevent resetting the version number
* Fix bug in llGiveInventory() where items were disappearing on relogJustin Clark-Casey (justincc)2010-08-231-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
* Remove various warnings and improve logging messages. No functional changes.Justin Clark-Casey (justincc)2010-08-231-1/+6
|
* Allow the trash folder itself to be passed to PurgeFolderMelanie Thielker2010-08-061-0/+3
|
* Add some optionsMelanie2010-07-241-0/+11
|
* Fix some inventory issuesMelanie2010-07-241-0/+29
|
* Fix obvious bug in XInventoryService.GetFolderItems() which was preventing ↵Justin Clark-Casey (justincc)2010-07-141-2/+4
| | | | the iar module from being able to save single item iars
* Buglet fix in HG inventory. Make sure that GetRootFolder for non-HG ↵Diva Canto2010-06-291-1/+8
| | | | xinventory is the folder "My Inventory". Also changed the Suitcase folder name to "My Suitcase".
* Changed XInventoryData's CreatorID to a string.Diva Canto2010-06-081-2/+2
|
* Fixes mantis #4691Diva Canto2010-05-161-1/+1
|
* Started redoing HGInventoryBroker for XInventory and with multi-protocol in ↵Diva Canto2010-04-291-3/+3
| | | | mind. Unfinished.
* XInventory connector/handler showing signs of life. Tested, but needs more ↵Diva Canto2010-04-271-4/+4
| | | | testing.
* Create root inventory folder with proper type (9) instead of -1Melanie2010-02-081-1/+1
|
* * Bug fix in XInventoryData -- groupOwned is an int in the DBDiva Canto2010-01-311-2/+8
| | | | * Bug fix in InventoryServerInConnector -- m_config
* * Added a few files that were missing in the repo.Diva Canto2010-01-311-25/+25
| | | | * New HGInventoryService which allows restricted access to inventory while outside
* Finish conversion if XInventoryServiceMelanie2010-01-041-12/+46
|
* First stage port of the XInventoryServiceMelanie2010-01-041-0/+474