mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
Go Home works. With security!!
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
*/
|
||||
|
||||
using System;
|
||||
using System.Net;
|
||||
using System.Collections.Generic;
|
||||
|
||||
using OpenSim.Framework;
|
||||
@@ -43,4 +44,14 @@ namespace OpenSim.Services.Interfaces
|
||||
GridRegion GetHomeRegion(UUID userID, out Vector3 position, out Vector3 lookAt);
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// HG1.5 only
|
||||
/// </summary>
|
||||
public interface IHomeUsersSecurityService
|
||||
{
|
||||
void SetEndPoint(UUID sessionID, IPEndPoint ep);
|
||||
IPEndPoint GetEndPoint(UUID sessionID);
|
||||
void RemoveEndPoint(UUID sessionID);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -43,6 +43,7 @@ namespace OpenSim.Services.Interfaces
|
||||
GridRegion GetRegionByName(string name);
|
||||
List<GridRegion> GetRegionsByName(string name);
|
||||
List<GridRegion> GetRegionRange(int xmin, int xmax, int ymin, int ymax);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user