aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Framework/InterregionComms.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* First commit in a series of commits for Interregion REST comms. This one ↵diva2008-12-291-111/+0
| | | | simply deletes the skeleton module that Melanie kindly placed for me to start working on this.
* Demonstration code for modular comms. No user functionalityMelanie Thielker2008-12-281-4/+33
|
* Addinf InterregionData.cs IInterregionComms.cs and InterregionComms.csMelanie Thielker2008-12-231-0/+82
Creates a nonshared region module publishing IInterregionComms, to send data of type InterregionData to another region directly.