aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* System folders inventory cache added to OUT inventory modules. This tracks ↵Diva Canto2009-08-114-37/+207
| | | | agents in and out of *sims* in order to fetch/drop their system folders from the cache. Also added region-side support for fetching the system folders from the inventory service. Nothing of this is called yet.
* Added two new methods to IIventoryService -- GetFolderForType and ↵Diva Canto2009-08-103-0/+75
| | | | GetFolderContent. Some meat to it, but not completed. None of this code is called anywhere yet.
* Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-08-103-3/+3
|\
| * Replace the Replaceable modules nameMelanie2009-08-103-3/+3
| |
* | Changed RequestRootFolder to GetRootFolderDiva Canto2009-08-103-4/+4
|/
* Remove waiting in TestReplicateArchivePathToUserInventory() since local ↵Justin Clark-Casey (justincc)2009-08-051-1/+0
| | | | | | inventory loading is synchronous Insert a little more debugging info in case the occasional failure reoccurs
* Committing the interface change and the addition to the modules to getMelanie Thielker2009-07-103-0/+15
| | | | | | the ball rolling on replacable modules. No user functionality yet
* Renamed Region/CoreModules/ServiceConnectors to ↵diva2009-06-143-0/+966
Region/CoreModules/ServiceConnectorsOut. No functional changes.