aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Friends (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove friends debug spamMelanie2011-06-201-1/+1
* Merge branch 'master' into careminster-presence-refactorMelanie2011-06-131-12/+4
|\
| * 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
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-06-111-38/+41
|\ \ | |/
| * 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
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-06-092-116/+867
|\ \ | |/
| * This hopefully fixes all issues with online/offline notifications across grid...Diva Canto2011-06-072-3/+10
| * 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-232-47/+207
| * More on HG Friends. Added Delete(string, string) across the board. Added secu...Diva Canto2011-05-222-107/+212
| * Fixed permissions bug related to friends in PermissionsModule. Added FriendsD...Diva Canto2011-05-212-208/+154
| * HG Friends working to some extent: friendships offered and accepted correctly...Diva Canto2011-05-192-39/+550
* | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-171-1/+1
|\ \ | |/
| * 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-032-2/+2
* | Allow cross-scope friendships to work, and also allow other cross scope nameMelanie2011-01-022-2/+2
* | Add the interface needed to revive calling cardsMelanie2010-12-071-0/+13
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-10-061-6/+6
|\ \ | |/
| * 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
* | Revert "* Changed 11 calls for session info to the more optimized API method"root2010-09-171-32/+71
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-09-131-236/+195
|\ \ | |/
| * 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
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-301-0/+7
|\ \ | |/
| * One more bug fix in FriendsModule: GrantRights. One of the caches was not bei...Diva Canto2010-06-281-0/+7
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-191-1/+4
|\ \ | |/
| * Bug fix: wrong name of requester in local friendship offer.Diva Canto2010-06-191-1/+4
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-111-52/+32
|\ \ | |/
| * 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
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-071-1/+1
|\ \ | |/
| * Bug fix: update the list of friends upon MakeRoot, because child agents don't...Diva Canto2010-06-051-1/+1
* | Merge branch 'master' into careminster-presence-refactorMelanie2010-06-042-27/+44
|\ \ | |/
| * Fixed a couple of buglets in Friendship offers / acceptance / decline when av...Diva Canto2010-06-042-26/+43
* | Prevent an "index out of range" error on loginMelanie Thielker2010-05-181-2/+5
* | Don't convert UUID -> ToString for every friend (Minor optimisation based on ...Tom Grimshaw2010-05-121-1/+2
* | Correct an odd merge anomalyTom Grimshaw2010-05-101-1/+1
* | Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca...Tom Grimshaw2010-05-101-37/+50
|\ \ | |/
| * More cleaning on presence. Friends online/offline works again.Diva Canto2010-05-081-37/+50
* | Greatly improve login time for users with large friends lists by requesting a...Tom Grimshaw2010-05-101-6/+39
|/
* * XInventory fairly tested, including for HG. Almost ready to switch.Diva Canto2010-04-301-2/+5
* Spelling in FriendsModule.cs: "filed to load" -> "failed to load"unknown2010-04-281-1/+1
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-101-2/+2
* Changed a cryptic debug message and a wrong commentDiva Canto2010-03-091-1/+1
* Offline friendship offers now working.Diva Canto2010-03-011-8/+41
* Friends rights under control.Diva Canto2010-03-012-70/+33