mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Remove "login disable", "login enable" and "login status" commands.
This commit is contained in:
@@ -388,12 +388,6 @@ namespace OpenSim.Framework.Communications.Tests
|
||||
}
|
||||
}
|
||||
|
||||
#region ILoginRegionsConnector Members
|
||||
public bool RegionLoginsEnabled
|
||||
{
|
||||
get { return true; }
|
||||
}
|
||||
|
||||
public void LogOffUserFromGrid(ulong regionHandle, OpenMetaverse.UUID AvatarID, OpenMetaverse.UUID RegionSecret, string message)
|
||||
{
|
||||
}
|
||||
@@ -454,8 +448,6 @@ namespace OpenSim.Framework.Communications.Tests
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -32,7 +32,6 @@ namespace OpenSim.Framework
|
||||
{
|
||||
public interface ILoginServiceToRegionsConnector
|
||||
{
|
||||
bool RegionLoginsEnabled { get; }
|
||||
void LogOffUserFromGrid(ulong regionHandle, UUID AvatarID, UUID RegionSecret, string message);
|
||||
bool NewUserConnection(ulong regionHandle, AgentCircuitData agent, out string reason);
|
||||
RegionInfo RequestClosestRegion(string region);
|
||||
|
||||
Reference in New Issue
Block a user