mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Fixed permissions bug related to friends in PermissionsModule. Added FriendsData[] GetFriends(string principalID) to IFriendsData and FriendInfo[] GetFriends(string PrincipalID) to IFriendsService. Refactored some more in the FriendsModule. Made client get notification of local friends permissions upon HGLogin. HG Friends object permissions work.
This commit is contained in:
@@ -74,6 +74,7 @@ namespace OpenSim.Services.Interfaces
|
||||
public interface IFriendsService
|
||||
{
|
||||
FriendInfo[] GetFriends(UUID PrincipalID);
|
||||
FriendInfo[] GetFriends(string PrincipalID);
|
||||
bool StoreFriend(string PrincipalID, string Friend, int flags);
|
||||
bool Delete(UUID PrincipalID, string Friend);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user