mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
Patch by revolution, thank you. Mantis #1789 . Implement friends permissions.
Applied with major changes. Core functionality commented pending review for possible rights escalation. No user functionality yet.
This commit is contained in:
@@ -327,6 +327,7 @@ namespace OpenSim.Client.VWoHTTP.ClientStack
|
||||
public event FriendActionDelegate OnApproveFriendRequest = delegate { };
|
||||
public event FriendActionDelegate OnDenyFriendRequest = delegate { };
|
||||
public event FriendshipTermination OnTerminateFriendship = delegate { };
|
||||
public event GrantUserFriendRights OnGrantUserRights = delegate { };
|
||||
public event MoneyTransferRequest OnMoneyTransferRequest = delegate { };
|
||||
public event EconomyDataRequest OnEconomyDataRequest = delegate { };
|
||||
public event MoneyBalanceRequest OnMoneyBalanceRequest = delegate { };
|
||||
@@ -406,6 +407,7 @@ namespace OpenSim.Client.VWoHTTP.ClientStack
|
||||
public event PlacesQuery OnPlacesQuery = delegate { };
|
||||
|
||||
|
||||
|
||||
public void SetDebugPacketLevel(int newDebug)
|
||||
{
|
||||
throw new System.NotImplementedException();
|
||||
|
||||
Reference in New Issue
Block a user