mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
* In the interests of making life difficult for everyone, the Grid Server now actually checks your authentication keys rather than ignoring them.
This commit is contained in:
@@ -98,6 +98,7 @@ namespace OpenSim.Region.Communications.OGS1
|
||||
// Login / Authentication
|
||||
|
||||
GridParams["authkey"] = serversInfo.GridSendKey;
|
||||
GridParams["recvkey"] = serversInfo.GridRecvKey;
|
||||
GridParams["UUID"] = regionInfo.RegionID.ToString();
|
||||
GridParams["sim_ip"] = regionInfo.ExternalHostName;
|
||||
GridParams["sim_port"] = regionInfo.InternalEndPoint.Port.ToString();
|
||||
|
||||
Reference in New Issue
Block a user