aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/IHypergridServices.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* In teleports, pass the source region to the destination (similar to an HTTP ↵Oren Hurvitz2014-04-091-2/+3
| | | | referrer)
* When sending QueryAccess to a region, also send the user's Home URIOren Hurvitz2014-04-071-0/+13
|
* When preparing a Hypergrid teleport, tell the receiving grid which user is ↵Oren Hurvitz2014-04-061-1/+1
| | | | | | entering the grid. This can affect which region to use. E.g., returning users may be allowed to enter any region, whereas users from other grids will have to enter a gateway region. Previously per-user decisions were only made later, but by then it's too late to change which region the user enters.
* When teleporting using Hypergrid, show more informative error messages in ↵Oren Hurvitz2014-04-031-1/+1
| | | | case of error
* If calls to UserAgentServiceConnector fail then throw an exception. This ↵Justin Clark-Casey (justincc)2014-02-141-4/+36
| | | | | | lets the caller decide whether to discard the error or not. This is Oren Hurvitz's 0001 patch from http://opensimulator.org/mantis/view.php?id=6956 but I ended up doing some tweaking to resolve patch application issues.
* Fixed misleading commentDiva Canto2013-12-061-3/+0
|
* Finally moved HG agent transfers to use agent fatpacks.Diva Canto2013-06-211-4/+1
|
* HG Friends: reroute the status notifications to the HGFriends service, so ↵Diva Canto2012-03-211-1/+3
| | | | 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/+11
| | | | 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-0/+2
| | | | direct user connections.
* Profile UpdatesBlueWall2012-01-031-0/+1
| | | | 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: Renamed one methodDiva Canto2011-12-041-1/+1
|
* This hopefully fixes all issues with online/offline notifications across ↵Diva Canto2011-06-071-1/+2
| | | | grids. http://opensimulator.org/mantis/view.php?id=5528
* This fixes the crash reported in ↵Diva Canto2011-06-071-1/+1
| | | | http://opensimulator.org/mantis/view.php?id=5529 related to sending IMs to foreign friends who are offline. Hopefully.
* Bug fix on HG IM.Diva Canto2011-06-021-1/+1
|
* HG IM in grid mode working fairly well. Unknown target user references ↵Diva Canto2011-05-261-0/+3
| | | | looked back in source user's User Agent service.
* HG: Renamed, shuffled some interfaces around. Move them all to ↵Diva Canto2011-05-251-0/+83
IHypergridServices.