aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Capabilities/Handlers/FetchInventory (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Mantis #7594. Fixing the broken code I just introduced.Diva Canto2015-06-011-1/+4
|
* More on mantis #7594, this a=time addressing the reported exception, which ↵Diva Canto2015-06-011-0/+3
| | | | seems to be a separate issue from the duplicate folders.
* Mantis #7594. This should be functionally equivalent to what it was, but ↵Diva Canto2015-06-011-2/+2
| | | | just in case mono has a bug in List<T>.Find, here is the Linq equivalent of distinct-ness.
* Improved comments on fetch inventory testsDiva Canto2015-05-101-1/+12
|
* Added unit tests for FetchInventoryDescendents ↵Diva Canto2015-05-104-0/+1257
http://wiki.secondlife.com/wiki/Linden_Lab_Official:Inventory_API#Fetch_Inventory_Descendents Also, consolidated the location of the files that handle inventory capabilities.