mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
HG Friends: allow the establishment of HG friendships without requiring co-presence in the same sim. Using avatar picker, users can now search for names such as "first.last@grid.com:9000", find them, and request friendship. Friendship requests are stored if target user is offline. TESTED ON STANDALONE ONLY.
This commit is contained in:
@@ -52,6 +52,11 @@ namespace OpenSim.Server.Handlers.Hypergrid
|
||||
// MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
private IUserAgentService m_HomeUsersService;
|
||||
public IUserAgentService HomeUsersService
|
||||
{
|
||||
get { return m_HomeUsersService; }
|
||||
}
|
||||
|
||||
private string[] m_AuthorizedCallers;
|
||||
|
||||
private bool m_VerifyCallers = false;
|
||||
|
||||
Reference in New Issue
Block a user