aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/IAvatarService.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-08-19Attachment persistence!!! Patch #9169 (Mantis #1171)Melanie Thielker1-5/+0
Attachments now save to MySQL. No reattach on login yet.
2008-07-06Copyright notices and formatting cleanup.Jeff Ames1-1/+28
2008-06-30Update svn properties.Jeff Ames1-21/+21
2008-06-28plumbing for multiple inventory servers. Mostly done on the region server side. MW1-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)