aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Friends/FriendsModule.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-47/+122
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-12/+38
* Another 21 modules' directives moved out of .addin.xmlDiva Canto2012-11-131-0/+2
* Improve efficiency of friends notification by only make one PresenceService c...Justin Clark-Casey (justincc)2012-10-201-29/+24
* minor: Comment out friends notification log spam for now.Justin Clark-Casey (justincc)2012-09-121-3/+3
* refactor: Instead of performing a ScenePresence lookup twice over LocateClien...Justin Clark-Casey (justincc)2012-05-071-18/+2
* Fix a bug in FriendsModule.StatusNotify() where all subsequent friends would ...Justin Clark-Casey (justincc)2012-05-071-2/+7
* HGFriendsModule: add the scaffolding for supporting permissions pertaining to...Diva Canto2012-04-111-2/+2
* Make default "show friends" console command show friends fetched from the fri...Justin Clark-Casey (justincc)2012-03-301-2/+2
* refactor: Move "friends show cache" console command out into separate Friends...Justin Clark-Casey (justincc)2012-03-301-86/+12
* Add simple login test with online friends. Add IFriendsModule.GrantRights() ...Justin Clark-Casey (justincc)2012-03-301-23/+27
* refactor: Stop passing both IClientAPI and agentID to friend event listeners,...Justin Clark-Casey (justincc)2012-03-291-18/+22
* Add back parts of reverted changes that were not concerned with child agent c...Justin Clark-Casey (justincc)2012-03-291-0/+3
* Revert "Simplify friends caching by only doing this for root agents - no func...Justin Clark-Casey (justincc)2012-03-291-18/+44
* Pushing the Avination Calling card hooks. Module to follow.Melanie2012-03-291-4/+17
* Simplify friends caching by only doing this for root agents - no functions re...Justin Clark-Casey (justincc)2012-03-281-44/+18
* Add "friends show cache <first-name> <last-name>" command for debugging purpo...Justin Clark-Casey (justincc)2012-03-281-2/+76
* HG Friends: pulled sim-bound notification code to HGStatusNotifier, so that w...Diva Canto2012-03-211-1/+1
* Removed extraneous debug messageDiva Canto2012-03-211-3/+0
* HG Friends: allow the establishment of HG friendships without requiring co-pr...Diva Canto2012-03-201-7/+24
* Add comments about trying to avoid synchronous work off the EventManager.OnMa...Justin Clark-Casey (justincc)2011-11-151-1/+4
* remove SceneCommunicationService.OnAvatarCrossingIntoRegion. This stuff is n...Justin Clark-Casey (justincc)2011-11-151-1/+0
* Rename FetchFriendslist() -> CacheFriends() and RefetchFriends() -> RecacheFr...Justin Clark-Casey (justincc)2011-11-151-12/+11
* refactor: rename m_NeedsListOfFriends => m_NeedsListOfOnlineFriends to better...Justin Clark-Casey (justincc)2011-11-151-5/+5
* For clients that are entering a simulator from initial login, stop executing ...Justin Clark-Casey (justincc)2011-11-151-5/+27
* refactor: Don't create a new UUID for passing uuids to client - UUIDs are str...Justin Clark-Casey (justincc)2011-11-151-4/+6
* Add test for removing a friendship.Justin Clark-Casey (justincc)2011-11-141-6/+6
* Improved method doc for AddFriend() - it actually does set up a two-way relat...Justin Clark-Casey (justincc)2011-11-141-2/+2
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2011-11-141-6/+0
* Add test for adding a friend whilst onlineJustin Clark-Casey (justincc)2011-11-141-5/+10
* Add very simple FriendsModuleTests.TestNoFriends()Justin Clark-Casey (justincc)2011-11-141-1/+3
* Port the Avination offline messaging system to CoreMelanie2011-11-021-3/+1
* Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)2011-10-251-0/+1
* minor: temporarily comment out the local status notify friends messages seen ...Justin Clark-Casey (justincc)2011-06-271-1/+1
* This hopefully fixes all issues with online/offline notifications across grid...Diva Canto2011-06-071-1/+1
* HG friends: Status notifications working. Also initial logins get the online ...Diva Canto2011-05-231-45/+47
* More on HG Friends. Added Delete(string, string) across the board. Added secu...Diva Canto2011-05-221-46/+61
* Fixed permissions bug related to friends in PermissionsModule. Added FriendsD...Diva Canto2011-05-211-35/+68
* HG Friends working to some extent: friendships offered and accepted correctly...Diva Canto2011-05-191-39/+112
* Moved 3 request handlers from OpenSim.Framework.Servers.HttpServer up to Open...Diva Canto2011-04-121-1/+1
* Allow cross-scope friendships to work, and also allow other cross scope nameMelanie2011-01-031-1/+1
* Formatting cleanup.Jeff Ames2010-10-041-6/+6
* Revert "* Changed 11 calls for session info to the more optimized API method"root2010-09-171-32/+71
* Over a dozen thread safety fixes in FriendsModuleJohn Hurliman2010-09-091-167/+163
* * Changed 11 calls for session info to the more optimized API methodJohn Hurliman2010-09-081-68/+32
* One more bug fix in FriendsModule: GrantRights. One of the caches was not bei...Diva Canto2010-06-281-0/+7
* Bug fix: wrong name of requester in local friendship offer.Diva Canto2010-06-191-1/+4
* Better friends notification: get rid of OnLogout and use OnClientClose for se...Diva Canto2010-06-111-23/+14
* Bug fix on friends notifications. OnClientClose and OnLogout ordering are unp...Diva Canto2010-06-101-8/+33
* Bug fix: update the list of friends upon MakeRoot, because child agents don't...Diva Canto2010-06-051-1/+1