aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Hypergrid (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-11-23 add to SynchronousRestFormsRequester a keepalive disable option, and make ↵UbitUmarov1-1/+4
use of it on some friends conns
2016-11-20HG LinkRegion receive region size also. Useless since olde r gatekeepers ↵UbitUmarov1-2/+11
dont send it
2016-08-22workaround potencial memory leakUbitUmarov1-3/+3
2016-07-11Change the user verification call back to use the host name instead of theMelanie Thielker1-1/+5
IP address. Fixes NGINX on OSGrid getting confuzzled.
2015-11-01More plumbing of the EntityTransferContext (not yet complete)Melanie Thielker1-1/+2
2015-09-02seems to compile ( tests comented out)UbitUmarov1-4/+0
2015-01-21Don't allow a failure in create a request in HeloService.Connector.Helo() to ↵Justin Clark-Casey (justincc)1-5/+5
propogate up the stack. Relates to http://opensimulator.org/mantis/view.php?id=7421
2014-04-09In teleports, pass the source region to the destination (similar to an HTTP ↵Oren Hurvitz1-37/+6
referrer)
2014-04-07Better (amend to previous commit)Diva Canto1-12/+19
2014-04-07Avoid calling HELO service on malformed URLs. This is in response to an ↵Diva Canto1-0/+6
exception reported by danbanner.
2014-04-06When preparing a Hypergrid teleport, tell the receiving grid which user is ↵Oren Hurvitz1-1/+7
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.
2014-04-03When teleporting using Hypergrid, show more informative error messages in ↵Oren Hurvitz1-1/+12
case of error
2014-03-26Reinsert code to extract size_x and size_y parameters from GetHomeRegion ↵Justin Clark-Casey (justincc)1-0/+12
response in UserAgentServiceConnector. This is actually code from commits afb2e07 and cf61cdf For as yet unexplained reasons, the section of these commits which changed UserAgentServiceConnector.cs disappeared from its history between approx Feb 5 2014 and Feb 13 2014. This ought to be impossible. More details to follow in opensim-dev mailing list
2014-03-24When logging in UserAgentServiceConnector, always log the original server ↵Oren Hurvitz1-20/+22
URL (the hostname), not the IP This resolves http://opensimulator.org/mantis/view.php?id=6955 (that patch was modified a bit)
2014-02-14Change warns associated with UserAgentServiceConnector to debugs, as this is ↵Justin Clark-Casey (justincc)1-1/+1
not necessarily a problen with the source simulator (e.g. someone else's remote simulator cannot be contacted). This is Oren Hurvitz's second patch from http://opensimulator.org/mantis/view.php?id=6956 with a small amount of correction
2014-02-14If calls to UserAgentServiceConnector fail then throw an exception. This ↵Justin Clark-Casey (justincc)1-289/+94
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.
2014-02-06Fix - Viewer crash during HG TeleportRoger Kirkman1-2/+2
Signed-off-by: Robert Adams <misterblue@misterblue.com>
2014-01-24varregion: pass region size in more HG services.Robert Adams1-0/+12
2014-01-23Enable the simulator to handle region size information returned fromMic Bowman1-0/+12
a hypergrid gatekeeper. Fields are "size_x" and "size_y". Server side will be updated separately.
2014-01-11Allow Boolean nodes in XML to be specified as "0/1". AuroraSim does that.Oren Hurvitz1-1/+1
2013-06-29Changed HG status notifications timeout down to 15secs from the default 100.Diva Canto1-1/+1
2013-06-21Finally moved HG agent transfers to use agent fatpacks.Diva Canto2-165/+41
2013-02-27Make sure we dispose of WebResponse, StreamReader and Stream in various ↵Justin Clark-Casey (justincc)2-42/+41
places where we were not already.
2012-11-07HG: Hopefully this fixes the issues with port 80 once and for all.Diva Canto1-1/+1
2012-09-30Revert "Added request.Proxy=null everywhere, as discussed in ↵Diva Canto2-2/+0
http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow." But the patch is here, in case anyone wants to try it. This reverts commit 531edd51d82ecd6a842a2611c99e9919634491ef.
2012-09-30Added request.Proxy=null everywhere, as discussed in ↵Diva Canto2-0/+2
http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow. Thanks R.Gunther (rigun@rigutech.nl) https://lists.berlios.de/pipermail/opensim-users/2012-September/010986.html
2012-05-09Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect ↵Justin Clark-Casey (justincc)2-0/+0
the actual class names. This is usually because the file name was singular (*Service*) but the class name was plural (*Services*). This is to make configuration easier rather than having to look in the c# code itself to find the slightly different name of the connector. This does not affect existing configuration since the files are being renamed rather than the classes.
2012-04-20Remember to dispose of the bitmap opened from a file in ↵Justin Clark-Casey (justincc)1-4/+11
GatekeeperServiceConnector.GetMapImage()
2012-03-21HG Friends: reroute the status notifications to the HGFriends service, so ↵Diva Canto2-0/+53
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-8/+59
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-1/+60
direct user connections.
2012-02-07Add url to logging if SynchronousRestFormsRequester.MakRequest() throws an ↵Justin Clark-Casey (justincc)1-6/+9
exception in service connectors
2012-01-07minor: remove mono compiler warningJustin Clark-Casey (justincc)1-1/+1
2012-01-03Profile UpdatesBlueWall1-0/+54
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-29HG: more adjustments for making HG Simian work. Added server_uri as new key ↵Diva Canto2-1/+4
on get_agent_home in UAS.
2011-12-24HG: more / love for XmasDiva Canto1-2/+25
2011-12-23HG: AAdded a few missing /'s at the end of URLsDiva Canto1-1/+1
2011-12-16HG minor bug fix and marked one method obsolete in UAS.Diva Canto1-0/+1
2011-12-04HG: Added HEAD method to Helo service. This is the preferred method, but its ↵Diva Canto1-0/+2
wide use will have to wait a few releases. So the sims are still calling GET for now.
2011-12-04HG: Renamed one methodDiva Canto1-1/+1
2011-09-08Increase information in logging for UserAgentServiceConnector.Justin Clark-Casey (justincc)1-12/+12
Done for http://opensimulator.org/mantis/view.php?id=5669
2011-07-16minor: remove mono compiler warningsJustin Clark-Casey (justincc)1-35/+36
2011-06-11Only send AgentOnline to the client if the friendsOnline list has elements. ↵Diva Canto1-1/+1
Also, increased the timeout on UserAgentServiceConnector, StatusNotification again.
2011-06-10More tweaking on the UserAgentServiceConnector: add constructor that does ↵Diva Canto1-13/+22
not do DNS lookup, and use that for friends notification.
2011-06-10Decreased timeout of HG StatusNotification to 4secs. ↵Diva Canto1-1/+1
http://opensimulator.org/mantis/view.php?id=5516
2011-06-07This hopefully fixes all issues with online/offline notifications across ↵Diva Canto1-2/+53
grids. http://opensimulator.org/mantis/view.php?id=5528
2011-05-26Commented a few extra debug messages.Diva Canto1-2/+0
2011-05-26HG IM in grid mode working fairly well. Unknown target user references ↵Diva Canto1-0/+61
looked back in source user's User Agent service.
2011-05-25HG: Instant Message working. Tested on HG standalones only. Needs a lot more ↵Diva Canto1-0/+58
testing.
2011-05-24Added necessary code to drop inventory on hg friends using the profile ↵Diva Canto1-1/+65
window, but can't test because this mechanism doesn't seem to work without a profile service.