aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces/IHypergridServices.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-4/+4
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-13/+53
2012-03-21HG Friends: reroute the status notifications to the HGFriends service, so ↵Diva Canto1-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.
2012-03-20HG Friends: allow the establishment of HG friendships without requiring ↵Diva Canto1-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.
2012-03-17Added GetUUID(first, last) on UserAgentsService so that we can finally make ↵Diva Canto1-0/+2
direct user connections.
2012-01-03Profile UpdatesBlueWall1-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.
2011-12-04HG: Renamed one methodDiva Canto1-1/+1
2011-06-07This hopefully fixes all issues with online/offline notifications across ↵Diva Canto1-1/+2
grids. http://opensimulator.org/mantis/view.php?id=5528
2011-06-07This fixes the crash reported in ↵Diva Canto1-1/+1
http://opensimulator.org/mantis/view.php?id=5529 related to sending IMs to foreign friends who are offline. Hopefully.
2011-06-02Bug fix on HG IM.Diva Canto1-1/+1
2011-05-26HG IM in grid mode working fairly well. Unknown target user references ↵Diva Canto1-0/+3
looked back in source user's User Agent service.
2011-05-25HG: Renamed, shuffled some interfaces around. Move them all to ↵Diva Canto1-0/+9
IHypergridServices.
2011-05-25HG: Instant Message working. Tested on HG standalones only. Needs a lot more ↵Diva Canto1-0/+8
testing.
2011-05-24Added necessary code to drop inventory on hg friends using the profile ↵Diva Canto1-0/+1
window, but can't test because this mechanism doesn't seem to work without a profile service.
2011-05-23HG friends: Status notifications working. Also initial logins get the online ↵Diva Canto1-0/+3
friends in other grids.
2010-08-19Partial rewrite of client IP verification. Not completely finished yet, and ↵Diva Canto1-2/+4
untested. Committing to move to my other computer.
2010-05-15Finalized the client's TCP IP address verification process for HG1.5.Diva Canto1-0/+1
2010-01-28HG 1.5 is in place. Tested in standalone only.Diva Canto1-6/+8
2010-01-27Added ExternalName config on Gatekeeper.Diva Canto1-1/+1
2010-01-18Go Home works. With security!!Diva Canto1-0/+11
2010-01-18* Added missing GatekeeperServiceConnectorDiva Canto1-0/+3
* Added basic machinery for teleporting users home. Untested.
2010-01-17HG teleports through gatekeeper are working.Diva Canto1-4/+0
2010-01-17Agent gets there through the Gatekeeper, but still a few quirks to fix.Diva Canto1-0/+7
2010-01-17Copyright notices.Diva Canto1-1/+28
2010-01-16Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ↵Diva Canto1-0/+13
yet.