Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Folded HG regionhandle lookup into the normal RESTInterregionComms, to avoid ↵ | diva | 2008-12-31 | 2 | -87/+4 |
| | | | | proliferation of "modes". | ||||
* | * Remove mono compiler warnings | Justin Clarke Casey | 2008-12-30 | 1 | -3/+5 |
| | | | | | | * Leaving the 23 warnings in ChildAgentDataUpdate.cs for Diva to look at | ||||
* | Making the default choice for InterregionComms work, and removing an ↵ | diva | 2008-12-30 | 2 | -1/+4 |
| | | | | unnecessary console debug message. | ||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-12-30 | 2 | -382/+382 |
| | |||||
* | Changing the default Comms module to be RESTComms, in case none is specified ↵ | diva | 2008-12-29 | 2 | -2/+2 |
| | | | | in OpenSim.ini. RESTComms is a super-set of LocalComms. Calls to local regions do no use REST, they use internal function calls. | ||||
* | This is a beefy commit containing the communication modules that implement ↵ | diva | 2008-12-29 | 2 | -0/+382 |
SendChildAgentUpdate. This commit has only the modules, but not their usage. It should be harmless. |