mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Merge branch 'master' into careminster
Conflicts: OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs
This commit is contained in:
@@ -62,6 +62,8 @@ namespace OpenSim.Services.Interfaces
|
||||
// on behalf of the userID
|
||||
string GetUUI(UUID userID, UUID targetUserID);
|
||||
|
||||
UUID GetUUID(String first, String last);
|
||||
|
||||
// Returns the local friends online
|
||||
List<UUID> StatusNotification(List<string> friends, UUID userID, bool online);
|
||||
//List<UUID> GetOnlineFriends(UUID userID, List<string> friends);
|
||||
@@ -79,6 +81,17 @@ namespace OpenSim.Services.Interfaces
|
||||
public interface IFriendsSimConnector
|
||||
{
|
||||
bool StatusNotify(UUID userID, UUID friendID, bool online);
|
||||
bool LocalFriendshipOffered(UUID toID, GridInstantMessage im);
|
||||
bool LocalFriendshipApproved(UUID userID, string userName, UUID friendID);
|
||||
}
|
||||
|
||||
public interface IHGFriendsService
|
||||
{
|
||||
int GetFriendPerms(UUID userID, UUID friendID);
|
||||
bool NewFriendship(FriendInfo finfo, bool verified);
|
||||
bool DeleteFriendship(FriendInfo finfo, string secret);
|
||||
bool FriendshipOffered(UUID from, string fromName, UUID to, string message);
|
||||
bool ValidateFriendshipOffered(UUID fromID, UUID toID);
|
||||
}
|
||||
|
||||
public interface IInstantMessageSimConnector
|
||||
|
||||
Reference in New Issue
Block a user