mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Add simple login test with online friends. Add IFriendsModule.GrantRights() for granting rights via a module call.
Rename IFriendsModule.GetFriendPerms() -> GetRightsGrantedByFriend() to be more self-documenting and consistent with friends module terminology. Add some method doc.
This commit is contained in:
@@ -36,7 +36,15 @@ namespace OpenSim.Services.Interfaces
|
||||
{
|
||||
public UUID PrincipalID;
|
||||
public string Friend;
|
||||
|
||||
/// <summary>
|
||||
/// The permissions that this user has granted to the friend.
|
||||
/// </summary>
|
||||
public int MyFlags;
|
||||
|
||||
/// <summary>
|
||||
/// The permissions that the friend has granted to this user.
|
||||
/// </summary>
|
||||
public int TheirFlags;
|
||||
|
||||
public FriendInfo()
|
||||
|
||||
Reference in New Issue
Block a user