aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/IAvatarService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* plumbing for multiple inventory servers. Mostly done on the region server side. MW2008-06-281-0/+21
TODO next is to make the login server read/write a users inventory from the correct server (the inventory url set in a userprofile) On the region side, although not tested with multiple servers it should work if that inventory url was set, and the inventory servers urls have been added to the CommunicationsManager, using CommunicationsManager.AddInventoryService(string hostUrl)