OpenSimMirror/OpenSim/Services/InventoryService
Justin Clark-Casey (justincc) 01a2b0b289 Fix various issues with http inventory
1) The return messages were being wrongly populated with the names of asset, inventory and sale types when their corresponding integers should have been used instead.
2) Folders with links were including the linked items in the descendents figure, when only the links should be included.
3) Links and linked items in link folders were not being included in the return data, and not in the correct order.

Now that these issues have been addressed, outfits and attachments appear to work consistently when HTTP inventory is enabled (as is now the default).
2012-06-02 04:57:10 +01:00
..
InventoryService.cs Fix give inventory tests to use different users rather than (accidentally) the same user. Extend TestGiveInventoryItem() to test giving back the same item. 2011-06-04 02:39:26 +01:00
InventoryServiceBase.cs Changed the inventory service so that is uses exactly one DB plugin, not many. The composition of plugins can be done at the service and connector levels. 2009-06-11 13:46:44 +00:00
LibraryService.cs For default everyone permissions on library items, make notecards and scripts non-modifiable (but still copyable, etc). 2011-07-23 02:18:23 +01:00
XInventoryService.cs Fix various issues with http inventory 2012-06-02 04:57:10 +01:00