aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Friends/HGFriendsModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* HG Friends: allow the establishment of HG friendships without requiring co-pr...Diva Canto2012-03-201-112/+178
* HG Friends: fixed bug introduced by 571efeddb20f38bb4164074b3c217be5387ca2e0 ...Diva Canto2012-01-101-2/+2
* Added UserManagementModule.IsLocalGridUser(UUID) to be used throughout region...Diva Canto2011-12-291-22/+59
* Comment out the vebose logging on HGFriendsModule.Justin Clark-Casey (justincc)2011-11-161-12/+11
* temporarily increasing logging in HGFriendsModule for debuggingJustin Clark-Casey (justincc)2011-11-151-1/+24
* Rename FetchFriendslist() -> CacheFriends() and RefetchFriends() -> RecacheFr...Justin Clark-Casey (justincc)2011-11-151-3/+2
* If a friends identifier which is too short is given to HGFriendsModule.GetOnl...Justin Clark-Casey (justincc)2011-11-141-1/+8
* A few more cleanups on the way to close http://opensimulator.org/mantis/view....Diva Canto2011-06-111-11/+3
* Only send AgentOnline to the client if the friendsOnline list has elements. A...Diva Canto2011-06-111-1/+1
* Added a Sleep in between each site call, to slow the xml-rpc requests down.Diva Canto2011-06-101-37/+40
* More tweaking on the UserAgentServiceConnector: add constructor that does not...Diva Canto2011-06-101-1/+1
* This hopefully fixes all issues with online/offline notifications across grid...Diva Canto2011-06-071-2/+9
* More on the hunt for the slow down on HGFriendsModule. - Don't requests the o...Diva Canto2011-06-061-48/+71
* Moved the Mono Addins declaration of the HGFriendsModule to where the one for...Diva Canto2011-06-061-1/+0
* HG friends: Status notifications working. Also initial logins get the online ...Diva Canto2011-05-231-2/+160
* More on HG Friends. Added Delete(string, string) across the board. Added secu...Diva Canto2011-05-221-61/+151
* Fixed permissions bug related to friends in PermissionsModule. Added FriendsD...Diva Canto2011-05-211-173/+86
* HG Friends working to some extent: friendships offered and accepted correctly...Diva Canto2011-05-191-0/+438