aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Hypergrid/HGGridServices.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-01-03Another interregion comms change that will not work well with previous ↵diva1-18/+37
versions. This commit moves InformRegionOfChildAgent from OGS1 to RESTComms, effectively having the complete child agent life cycle over REST: create=POST, update=PUT, close=DELETE. Additional changes include more functions in the IHyperlink interface, and some refactorings in the HG code for better reuse in RESTComms.
2008-12-31Minor bug fix in HG home regions management, removing the use of ↵diva1-8/+15
m_knownRegions.Count for creating the local handler. Local handlers are now created using a random number generator.
2008-12-24Better error handling for expect_hg_user on the HG.diva1-1/+10
2008-11-25Update svn properties.Jeff Ames1-1294/+1294
2008-11-25* minor: eliminate mono compiler warningsJustin Clarke Casey1-3/+3
2008-11-25* Apply http://opensimulator.org/mantis/view.php?id=2640Justin Clarke Casey1-0/+1294
* This is Diva's hypergrid patch, as perviously discussed on the opensim-dev mailing list * Applied some minor prebuild.xml jiggling to resolve a dependency issue * Thanks Diva!