aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Friends (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang6-68/+185
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel5-40/+67
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)1-1/+1
2012-11-13Another 21 modules' directives moved out of .addin.xmlDiva Canto2-0/+3
2012-10-20Improve efficiency of friends notification by only make one PresenceService c...Justin Clark-Casey (justincc)1-29/+24
2012-10-06On receiving TaskInventoryAccepted with a destination folder in the binary bu...Justin Clark-Casey (justincc)1-1/+1
2012-09-12minor: Comment out friends notification log spam for now.Justin Clark-Casey (justincc)1-3/+3
2012-05-25Resolve some mono compiler warnings.Justin Clark-Casey (justincc)1-4/+9
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-27Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)1-1/+1
2012-04-11HGFriendsModule: Type casts to fix compile errorSnoopy Pfeffer1-1/+1
2012-04-11HGFriendsModule: Added optional user level based restriction to send friendsh...Snoopy Pfeffer1-4/+20
2012-04-11HGFriendsModule: add the scaffolding for supporting permissions pertaining to...Diva Canto2-2/+32
2012-03-30Make default "show friends" console command show friends fetched from the fri...Justin Clark-Casey (justincc)2-4/+3
2012-03-30refactor: Move "friends show cache" console command out into separate Friends...Justin Clark-Casey (justincc)2-93/+19
2012-03-30Add simple login test with online friends. Add IFriendsModule.GrantRights() ...Justin Clark-Casey (justincc)2-50/+73
2012-03-29refactor: Stop passing both IClientAPI and agentID to friend event listeners,...Justin Clark-Casey (justincc)3-20/+52
2012-03-29Add simple regression test for logging in with offline friends. Don't expect...Justin Clark-Casey (justincc)1-1/+46
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-29Change namespace on CallingCardModule and correct interface file placemant. A...Melanie1-2/+29
2012-03-29Revert "Simplify friends caching by only doing this for root agents - no func...Justin Clark-Casey (justincc)2-21/+47
2012-03-29Committing the Avination calling card moduleMelanie1-0/+286
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)2-47/+21
2012-03-28Add "friends show cache <first-name> <last-name>" command for debugging purpo...Justin Clark-Casey (justincc)1-2/+76
2012-03-22HG Friends: don't notify if the server isn't there.Diva Canto1-7/+10
2012-03-21HG Friends: reroute the status notifications to the HGFriends service, so tha...Diva Canto2-7/+26
2012-03-21HG Friends: pulled sim-bound notification code to HGStatusNotifier, so that w...Diva Canto3-20/+58
2012-03-21Removed extraneous debug messageDiva Canto1-3/+0
2012-03-20Removed extraneous debug messages. Added a check for UUID.Zero.Diva Canto1-16/+23
2012-03-20HG Friends: allow the establishment of HG friendships without requiring co-pr...Diva Canto2-119/+202
2012-01-10HG Friends: fixed bug introduced by 571efeddb20f38bb4164074b3c217be5387ca2e0 ...Diva Canto1-2/+2
2011-12-29Added UserManagementModule.IsLocalGridUser(UUID) to be used throughout region...Diva Canto1-22/+59
2011-12-05Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)1-2/+2
2011-11-16Comment out the vebose logging on HGFriendsModule.Justin Clark-Casey (justincc)1-12/+11
2011-11-15temporarily increasing logging in HGFriendsModule for debuggingJustin Clark-Casey (justincc)1-1/+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)2-15/+13
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)2-11/+31
2011-11-14Improved method doc for AddFriend() - it actually does set up a two-way relat...Justin Clark-Casey (justincc)2-4/+5
2011-11-14minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2-7/+1
2011-11-14Add test for adding a friend whilst onlineJustin Clark-Casey (justincc)2-6/+30
2011-11-14Add very simple FriendsModuleTests.TestNoFriends()Justin Clark-Casey (justincc)2-1/+81
2011-11-14If a friends identifier which is too short is given to HGFriendsModule.GetOnl...Justin Clark-Casey (justincc)1-1/+8
2011-11-02Port the Avination offline messaging system to CoreMelanie1-3/+1