aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-07refactor: Instead of performing a ScenePresence lookup twice over LocateClien...Justin Clark-Casey (justincc)1-18/+2
2012-05-07Fix a bug in FriendsModule.StatusNotify() where all subsequent friends would ...Justin Clark-Casey (justincc)1-2/+7
2012-04-11HGFriendsModule: add the scaffolding for supporting permissions pertaining to...Diva Canto1-2/+2
2012-03-30Make default "show friends" console command show friends fetched from the fri...Justin Clark-Casey (justincc)1-2/+2
2012-03-30refactor: Move "friends show cache" console command out into separate Friends...Justin Clark-Casey (justincc)1-86/+12
2012-03-30Add simple login test with online friends. Add IFriendsModule.GrantRights() ...Justin Clark-Casey (justincc)1-23/+27
2012-03-29refactor: Stop passing both IClientAPI and agentID to friend event listeners,...Justin Clark-Casey (justincc)1-18/+22
2012-03-29Add back parts of reverted changes that were not concerned with child agent c...Justin Clark-Casey (justincc)1-0/+3
2012-03-29Revert "Simplify friends caching by only doing this for root agents - no func...Justin Clark-Casey (justincc)1-18/+44
2012-03-29Pushing the Avination Calling card hooks. Module to follow.Melanie1-4/+17
2012-03-28Simplify friends caching by only doing this for root agents - no functions re...Justin Clark-Casey (justincc)1-44/+18
2012-03-28Add "friends show cache <first-name> <last-name>" command for debugging purpo...Justin Clark-Casey (justincc)1-2/+76
2012-03-21HG Friends: pulled sim-bound notification code to HGStatusNotifier, so that w...Diva Canto1-1/+1
2012-03-21Removed extraneous debug messageDiva Canto1-3/+0
2012-03-20HG Friends: allow the establishment of HG friendships without requiring co-pr...Diva Canto1-7/+24
2011-11-15Add comments about trying to avoid synchronous work off the EventManager.OnMa...Justin Clark-Casey (justincc)1-1/+4
2011-11-15remove SceneCommunicationService.OnAvatarCrossingIntoRegion. This stuff is n...Justin Clark-Casey (justincc)1-1/+0
2011-11-15Rename FetchFriendslist() -> CacheFriends() and RefetchFriends() -> RecacheFr...Justin Clark-Casey (justincc)1-12/+11
2011-11-15refactor: rename m_NeedsListOfFriends => m_NeedsListOfOnlineFriends to better...Justin Clark-Casey (justincc)1-5/+5
2011-11-15For clients that are entering a simulator from initial login, stop executing ...Justin Clark-Casey (justincc)1-5/+27
2011-11-15refactor: Don't create a new UUID for passing uuids to client - UUIDs are str...Justin Clark-Casey (justincc)1-4/+6
2011-11-14Add test for removing a friendship.Justin Clark-Casey (justincc)1-6/+6
2011-11-14Improved method doc for AddFriend() - it actually does set up a two-way relat...Justin Clark-Casey (justincc)1-2/+2
2011-11-14minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-6/+0
2011-11-14Add test for adding a friend whilst onlineJustin Clark-Casey (justincc)1-5/+10
2011-11-14Add very simple FriendsModuleTests.TestNoFriends()Justin Clark-Casey (justincc)1-1/+3
2011-11-02Port the Avination offline messaging system to CoreMelanie1-3/+1
2011-10-25Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)1-0/+1
2011-06-27minor: temporarily comment out the local status notify friends messages seen ...Justin Clark-Casey (justincc)1-1/+1
2011-06-07This hopefully fixes all issues with online/offline notifications across grid...Diva Canto1-1/+1
2011-05-23HG friends: Status notifications working. Also initial logins get the online ...Diva Canto1-45/+47
2011-05-22More on HG Friends. Added Delete(string, string) across the board. Added secu...Diva Canto1-46/+61
2011-05-21Fixed permissions bug related to friends in PermissionsModule. Added FriendsD...Diva Canto1-35/+68
2011-05-19HG Friends working to some extent: friendships offered and accepted correctly...Diva Canto1-39/+112
2011-04-12Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to Open...Diva Canto1-1/+1
2011-01-03Allow cross-scope friendships to work, and also allow other cross scope nameMelanie1-1/+1
2010-10-04Formatting cleanup.Jeff Ames1-6/+6
2010-09-17Revert "* Changed 11 calls for session info to the more optimized API method"root1-32/+71
2010-09-09Over a dozen thread safety fixes in FriendsModuleJohn Hurliman1-167/+163
2010-09-08* Changed 11 calls for session info to the more optimized API methodJohn Hurliman1-68/+32
2010-06-28One more bug fix in FriendsModule: GrantRights. One of the caches was not bei...Diva Canto1-0/+7
2010-06-19Bug fix: wrong name of requester in local friendship offer.Diva Canto1-1/+4
2010-06-11Better friends notification: get rid of OnLogout and use OnClientClose for se...Diva Canto1-23/+14
2010-06-10Bug fix on friends notifications. OnClientClose and OnLogout ordering are unp...Diva Canto1-8/+33
2010-06-05Bug fix: update the list of friends upon MakeRoot, because child agents don't...Diva Canto1-1/+1
2010-06-04Fixed a couple of buglets in Friendship offers / acceptance / decline when av...Diva Canto1-23/+33
2010-05-08More cleaning on presence. Friends online/offline works again.Diva Canto1-37/+50
2010-04-30* XInventory fairly tested, including for HG. Almost ready to switch.Diva Canto1-2/+5
2010-04-28Spelling in FriendsModule.cs: "filed to load" -> "failed to load"unknown1-1/+1
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-2/+2