mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Finalized the client's TCP IP address verification process for HG1.5.
This commit is contained in:
@@ -49,6 +49,7 @@ namespace OpenSim.Services.Interfaces
|
||||
public interface IUserAgentService
|
||||
{
|
||||
bool LoginAgentToGrid(AgentCircuitData agent, GridRegion gatekeeper, GridRegion finalDestination, out string reason);
|
||||
void SetClientToken(UUID sessionID, string token);
|
||||
void LogoutAgent(UUID userID, UUID sessionID);
|
||||
GridRegion GetHomeRegion(UUID userID, out Vector3 position, out Vector3 lookAt);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user