aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Hypergrid (unfollow)
Commit message (Expand)AuthorFilesLines
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
2014-04-09In teleports, pass the source region to the destination (similar to an HTTP r...Oren Hurvitz1-37/+6
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 excep...Diva Canto1-0/+6
2014-04-06When preparing a Hypergrid teleport, tell the receiving grid which user is en...Oren Hurvitz1-1/+7
2014-04-03When teleporting using Hypergrid, show more informative error messages in cas...Oren Hurvitz1-1/+12
2014-03-26Reinsert code to extract size_x and size_y parameters from GetHomeRegion resp...Justin Clark-Casey (justincc)1-0/+12
2014-03-24When logging in UserAgentServiceConnector, always log the original server URL...Oren Hurvitz1-20/+22
2014-02-14Change warns associated with UserAgentServiceConnector to debugs, as this is ...Justin Clark-Casey (justincc)1-1/+1
2014-02-14If calls to UserAgentServiceConnector fail then throw an exception. This lets...Justin Clark-Casey (justincc)1-289/+94
2014-02-06Fix - Viewer crash during HG TeleportRoger Kirkman1-2/+2
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
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 place...Justin Clark-Casey (justincc)2-42/+41
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 http://stackover...Diva Canto2-2/+0
2012-09-30Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto2-0/+2
2012-05-09Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect the...Justin Clark-Casey (justincc)2-0/+0
2012-04-20Remember to dispose of the bitmap opened from a file in GatekeeperServiceConn...Justin Clark-Casey (justincc)1-4/+11
2012-03-21HG Friends: reroute the status notifications to the HGFriends service, so tha...Diva Canto2-0/+53
2012-03-20HG Friends: allow the establishment of HG friendships without requiring co-pr...Diva Canto1-8/+59
2012-03-17Added GetUUID(first, last) on UserAgentsService so that we can finally make d...Diva Canto1-1/+60
2012-02-07Add url to logging if SynchronousRestFormsRequester.MakRequest() throws an ex...Justin Clark-Casey (justincc)1-6/+9
2012-01-07minor: remove mono compiler warningJustin Clark-Casey (justincc)1-1/+1
2012-01-03Profile UpdatesBlueWall1-0/+54
2011-12-29HG: more adjustments for making HG Simian work. Added server_uri as new key o...Diva Canto2-1/+4
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
2011-12-04HG: Renamed one methodDiva Canto1-1/+1
2011-09-08Increase information in logging for UserAgentServiceConnector.Justin Clark-Casey (justincc)1-12/+12
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. A...Diva Canto1-1/+1
2011-06-10More tweaking on the UserAgentServiceConnector: add constructor that does not...Diva Canto1-13/+22
2011-06-10Decreased timeout of HG StatusNotification to 4secs. http://opensimulator.org...Diva Canto1-1/+1
2011-06-07This hopefully fixes all issues with online/offline notifications across grid...Diva Canto1-2/+53
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 looked...Diva Canto1-0/+61
2011-05-25HG: Instant Message working. Tested on HG standalones only. Needs a lot more ...Diva Canto1-0/+58
2011-05-24Added necessary code to drop inventory on hg friends using the profile window...Diva Canto1-1/+65
2011-05-23HG friends: Status notifications working. Also initial logins get the online ...Diva Canto1-0/+91
2011-05-22More on HG Friends. Added Delete(string, string) across the board. Added secu...Diva Canto1-0/+50
2011-05-21Fixed permissions bug related to friends in PermissionsModule. Added FriendsD...Diva Canto1-28/+9
2011-05-19HG Friends working to some extent: friendships offered and accepted correctly...Diva Canto1-0/+175