From ec0d5b408adad5c806cad7b9cbce3ca37069dcaf Mon Sep 17 00:00:00 2001
From: Melanie
Date: Thu, 5 Nov 2009 17:29:52 +0000
Subject: Change the permissions module to use the friend list cache already in
the friends module instead of requesting the entire friends list over the
network each time a prim is touched.
---
OpenSim/Region/Framework/Interfaces/IFriendsModule.cs | 2 ++
1 file changed, 2 insertions(+)
(limited to 'OpenSim/Region/Framework/Interfaces/IFriendsModule.cs')
diff --git a/OpenSim/Region/Framework/Interfaces/IFriendsModule.cs b/OpenSim/Region/Framework/Interfaces/IFriendsModule.cs
index 7a8aba2..8386030 100644
--- a/OpenSim/Region/Framework/Interfaces/IFriendsModule.cs
+++ b/OpenSim/Region/Framework/Interfaces/IFriendsModule.cs
@@ -27,6 +27,7 @@
using OpenMetaverse;
using OpenSim.Framework;
+using System.Collections.Generic;
namespace OpenSim.Region.Framework.Interfaces
{
@@ -45,5 +46,6 @@ namespace OpenSim.Region.Framework.Interfaces
///
///
void OfferFriendship(UUID fromUserId, IClientAPI toUserClient, string offerMessage);
+ List GetUserFriends(UUID agentID);
}
}
--
cgit v1.1