mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
Massive tab and trailing space cleanup
This commit is contained in:
@@ -113,7 +113,7 @@ namespace OpenSim.Services.Connectors.Hypergrid
|
||||
return "homeagent/";
|
||||
}
|
||||
|
||||
// The Login service calls this interface with fromLogin=true
|
||||
// The Login service calls this interface with fromLogin=true
|
||||
// Sims call it with fromLogin=false
|
||||
// Either way, this is verified by the handler
|
||||
public bool LoginAgentToGrid(GridRegion source, AgentCircuitData aCircuit, GridRegion gatekeeper, GridRegion destination, bool fromLogin, out string reason)
|
||||
@@ -159,7 +159,7 @@ namespace OpenSim.Services.Connectors.Hypergrid
|
||||
}
|
||||
|
||||
public void SetClientToken(UUID sessionID, string token)
|
||||
{
|
||||
{
|
||||
// no-op
|
||||
}
|
||||
|
||||
@@ -416,7 +416,7 @@ namespace OpenSim.Services.Connectors.Hypergrid
|
||||
|
||||
XmlRpcRequest request = new XmlRpcRequest("get_online_friends", paramList);
|
||||
// string reason = string.Empty;
|
||||
|
||||
|
||||
// Send and get reply
|
||||
List<UUID> online = new List<UUID>();
|
||||
XmlRpcResponse response = null;
|
||||
@@ -497,7 +497,7 @@ namespace OpenSim.Services.Connectors.Hypergrid
|
||||
hash["userID"] = userID.ToString();
|
||||
|
||||
hash = CallServer("get_server_urls", hash);
|
||||
|
||||
|
||||
Dictionary<string, object> serverURLs = new Dictionary<string, object>();
|
||||
foreach (object key in hash.Keys)
|
||||
{
|
||||
@@ -516,7 +516,7 @@ namespace OpenSim.Services.Connectors.Hypergrid
|
||||
Hashtable hash = new Hashtable();
|
||||
hash["userID"] = userID.ToString();
|
||||
|
||||
hash = CallServer("locate_user", hash);
|
||||
hash = CallServer("locate_user", hash);
|
||||
|
||||
string url = string.Empty;
|
||||
|
||||
@@ -574,7 +574,7 @@ namespace OpenSim.Services.Connectors.Hypergrid
|
||||
{
|
||||
// We can not use m_ServerURL here anymore because it causes
|
||||
// the HTTP request to be built without a host name. This messes
|
||||
// with OSGrid's NGINX and can make OSGrid avatars unable to TP
|
||||
// with OSGrid's NGINX and can make OSGrid avatars unable to TP
|
||||
// to other grids running recent mono.
|
||||
response = request.Send(m_ServerURLHost, 10000);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user