aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Friends (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-196-68/+185
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-035-40/+67
* Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2012-11-241-1/+1
* Another 21 modules' directives moved out of .addin.xmlDiva Canto2012-11-132-0/+3
* Improve efficiency of friends notification by only make one PresenceService c...Justin Clark-Casey (justincc)2012-10-201-29/+24
* On receiving TaskInventoryAccepted with a destination folder in the binary bu...Justin Clark-Casey (justincc)2012-10-061-1/+1
* minor: Comment out friends notification log spam for now.Justin Clark-Casey (justincc)2012-09-121-3/+3
* Resolve some mono compiler warnings.Justin Clark-Casey (justincc)2012-05-251-4/+9
* 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
* Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)2012-04-271-1/+1
* HGFriendsModule: Type casts to fix compile errorSnoopy Pfeffer2012-04-111-1/+1
* HGFriendsModule: Added optional user level based restriction to send friendsh...Snoopy Pfeffer2012-04-111-4/+20
* HGFriendsModule: add the scaffolding for supporting permissions pertaining to...Diva Canto2012-04-112-2/+32
* Make default "show friends" console command show friends fetched from the fri...Justin Clark-Casey (justincc)2012-03-302-4/+3
* refactor: Move "friends show cache" console command out into separate Friends...Justin Clark-Casey (justincc)2012-03-302-93/+19
* Add simple login test with online friends. Add IFriendsModule.GrantRights() ...Justin Clark-Casey (justincc)2012-03-302-50/+73
* refactor: Stop passing both IClientAPI and agentID to friend event listeners,...Justin Clark-Casey (justincc)2012-03-293-20/+52
* Add simple regression test for logging in with offline friends. Don't expect...Justin Clark-Casey (justincc)2012-03-291-1/+46
* Add back parts of reverted changes that were not concerned with child agent c...Justin Clark-Casey (justincc)2012-03-291-0/+3
* Change namespace on CallingCardModule and correct interface file placemant. A...Melanie2012-03-291-2/+29
* Revert "Simplify friends caching by only doing this for root agents - no func...Justin Clark-Casey (justincc)2012-03-292-21/+47
* Committing the Avination calling card moduleMelanie2012-03-291-0/+286
* 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-282-47/+21
* Add "friends show cache <first-name> <last-name>" command for debugging purpo...Justin Clark-Casey (justincc)2012-03-281-2/+76
* HG Friends: don't notify if the server isn't there.Diva Canto2012-03-221-7/+10
* HG Friends: reroute the status notifications to the HGFriends service, so tha...Diva Canto2012-03-212-7/+26
* HG Friends: pulled sim-bound notification code to HGStatusNotifier, so that w...Diva Canto2012-03-213-20/+58
* Removed extraneous debug messageDiva Canto2012-03-211-3/+0
* Removed extraneous debug messages. Added a check for UUID.Zero.Diva Canto2012-03-201-16/+23
* HG Friends: allow the establishment of HG friendships without requiring co-pr...Diva Canto2012-03-202-119/+202
* 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
* Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)2011-12-051-2/+2
* 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
* 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-152-15/+13
* 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-142-11/+31
* Improved method doc for AddFriend() - it actually does set up a two-way relat...Justin Clark-Casey (justincc)2011-11-142-4/+5
* minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2011-11-142-7/+1
* Add test for adding a friend whilst onlineJustin Clark-Casey (justincc)2011-11-142-6/+30
* Add very simple FriendsModuleTests.TestNoFriends()Justin Clark-Casey (justincc)2011-11-142-1/+81
* If a friends identifier which is too short is given to HGFriendsModule.GetOnl...Justin Clark-Casey (justincc)2011-11-141-1/+8
* Port the Avination offline messaging system to CoreMelanie2011-11-021-3/+1