aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Hypergrid/HypergridHandlers.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-1/+6
2016-12-09HG: add missing information on GetRegionUbitUmarov1-0/+1
2016-11-27BUG fix encoding or region size on HG LinkRegionRequest responseUbitUmarov1-2/+2
2016-11-20HG LinkRegion sends region size alsoUbitUmarov1-1/+5
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-2/+18
2014-04-06When preparing a Hypergrid teleport, tell the receiving grid which user is ↵Oren Hurvitz1-1/+8
entering the grid. This can affect which region to use. E.g., returning users may be allowed to enter any region, whereas users from other grids will have to enter a gateway region. Previously per-user decisions were only made later, but by then it's too late to change which region the user enters.
2014-04-03When teleporting using Hypergrid, show more informative error messages in ↵Oren Hurvitz1-1/+8
case of error
2014-01-24varregion: pass region size in more HG services.Robert Adams1-1/+3
2010-05-03Assorted bug fixes in hypergrid linking.Diva Canto1-0/+3
2010-01-28HG 1.5 is in place. Tested in standalone only.Diva Canto1-33/+0
2010-01-27Added ExternalName config on Gatekeeper.Diva Canto1-1/+3
2010-01-24Integrated the hyperlinking with the GridService.Diva Canto1-33/+1
2010-01-18* Towards enabling hyperlinks at grid-level.Diva Canto1-1/+33
* Updated grid configs
2010-01-18* Added missing GatekeeperServiceConnectorDiva Canto1-0/+33
* Added basic machinery for teleporting users home. Untested.
2010-01-17Agent gets there through the Gatekeeper, but still a few quirks to fix.Diva Canto1-32/+9
2010-01-17HG agent transfers are starting to work. Gatekeeper handlers are missing.Diva Canto1-1/+1
2010-01-17* Added ServiceURLs to AgentCircuitData.Diva Canto1-2/+0
* Fixed a configuration buglet introduced yesterday in StandaloneHypergrid.ini.
2010-01-16Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ↵Diva Canto1-0/+140
yet.