aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Hypergrid/UserAgentServerConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-2/+3
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-7/+12
|
* HG Friends: reroute the status notifications to the HGFriends service, so ↵Diva Canto2012-03-211-0/+1
| | | | that they can scale better. They were previously being handled by the UAS; that is still there, but it's now obsolete and will be removed in a future release.
* HG Friends: allow the establishment of HG friendships without requiring ↵Diva Canto2012-03-201-0/+5
| | | | co-presence in the same sim. Using avatar picker, users can now search for names such as "first.last@grid.com:9000", find them, and request friendship. Friendship requests are stored if target user is offline. TESTED ON STANDALONE ONLY.
* Added GetUUID(first, last) on UserAgentsService so that we can finally make ↵Diva Canto2012-03-171-2/+30
| | | | direct user connections.
* Profile UpdatesBlueWall2012-01-031-0/+33
| | | | Update basic profile to use the replaceable interface, making configuration less error-prone. Add support to query avatar's home user account and profile service for regions usng the updated OpenProfileModule with Hypergrid.
* HG minor bug fix and marked one method obsolete in UAS.Diva Canto2011-12-161-0/+1
|
* HG: Renamed one methodDiva Canto2011-12-041-1/+1
|
* This hopefully fixes all issues with online/offline notifications across ↵Diva Canto2011-06-071-3/+13
| | | | grids. http://opensimulator.org/mantis/view.php?id=5528
* This fixes the crash reported in ↵Diva Canto2011-06-071-12/+12
| | | | http://opensimulator.org/mantis/view.php?id=5529 related to sending IMs to foreign friends who are offline. Hopefully.
* Avoid a scary warning message about null replies from the user agent service.Diva Canto2011-05-271-0/+4
|
* HG IM in grid mode working fairly well. Unknown target user references ↵Diva Canto2011-05-261-7/+50
| | | | looked back in source user's User Agent service.
* HG: Instant Message working. Tested on HG standalones only. Needs a lot more ↵Diva Canto2011-05-251-0/+48
| | | | testing.
* Added necessary code to drop inventory on hg friends using the profile ↵Diva Canto2011-05-241-1/+31
| | | | window, but can't test because this mechanism doesn't seem to work without a profile service.
* HG friends: Status notifications working. Also initial logins get the online ↵Diva Canto2011-05-231-1/+83
| | | | friends in other grids.
* remove some mono compiler warnings and unnecessary dictionary instantiationsJustin Clark-Casey (justincc)2011-01-211-3/+3
|
* Made the home agent handler check for xff if behind a proxy.Diva Canto2010-10-031-1/+2
|
* Make User Agent Service and Login Service separable.Diva Canto2010-09-041-1/+3
|
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-101-1/+28
|
* HG 1.5 is in place. Tested in standalone only.Diva Canto2010-01-281-0/+168