mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
This moves the 2 friends-related interregion messages out of OGS1 and into the FriendsModule. No functional changes. Those messages were sent over XMLRPC, and that's how it continues to be for now. Just moving this couple of interregion messages out of OGS1, in preparation for the big shlep ahead.
This commit is contained in:
@@ -2743,16 +2743,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
return CommsManager.GetFriendRegionInfos(uuids);
|
||||
}
|
||||
|
||||
public List<UUID> InformFriendsInOtherRegion(UUID agentId, ulong destRegionHandle, List<UUID> friends, bool online)
|
||||
{
|
||||
return CommsManager.InformFriendsInOtherRegion(agentId, destRegionHandle, friends, online);
|
||||
}
|
||||
|
||||
public bool TriggerTerminateFriend(ulong regionHandle, UUID agentID, UUID exFriendID)
|
||||
{
|
||||
return CommsManager.TriggerTerminateFriend(regionHandle, agentID, exFriendID);
|
||||
}
|
||||
|
||||
public virtual void StoreAddFriendship(UUID ownerID, UUID friendID, uint perms)
|
||||
{
|
||||
m_sceneGridService.AddNewUserFriend(ownerID, friendID, perms);
|
||||
|
||||
Reference in New Issue
Block a user