| Commit message (Expand) | Author | Files | Lines |
2019-10-06 | explicitly remove useragentserviceconnector dns lookup, effectively removed o... | UbitUmarov | 1 | -58/+42 |
2019-10-06 | Stop replacing the host name with it's IP. | Melanie | 1 | -2/+2 |
2018-05-04 | why where map and dynamic textures compressed lossless? | UbitUmarov | 1 | -1/+1 |
2017-05-29 | some cleanup and assume Linux/mono DNS is just broken... | UbitUmarov | 1 | -3/+8 |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 3 | -8/+8 |
2016-11-23 | add to SynchronousRestFormsRequester a keepalive disable option, and make us... | UbitUmarov | 1 | -1/+4 |
2016-11-20 | HG LinkRegion receive region size also. Useless since olde r gatekeepers dont... | UbitUmarov | 1 | -2/+11 |
2016-08-22 | workaround potencial memory leak | UbitUmarov | 1 | -3/+3 |
2016-07-11 | Change the user verification call back to use the host name instead of the | Melanie Thielker | 1 | -1/+5 |
2015-11-01 | More plumbing of the EntityTransferContext (not yet complete) | Melanie Thielker | 1 | -1/+2 |
2015-09-02 | seems to compile ( tests comented out) | UbitUmarov | 1 | -4/+0 |
2015-01-21 | Don't allow a failure in create a request in HeloService.Connector.Helo() to ... | Justin Clark-Casey (justincc) | 1 | -5/+5 |
2014-04-09 | In teleports, pass the source region to the destination (similar to an HTTP r... | Oren Hurvitz | 1 | -37/+6 |
2014-04-07 | Better (amend to previous commit) | Diva Canto | 1 | -12/+19 |
2014-04-07 | Avoid calling HELO service on malformed URLs. This is in response to an excep... | Diva Canto | 1 | -0/+6 |
2014-04-06 | When preparing a Hypergrid teleport, tell the receiving grid which user is en... | Oren Hurvitz | 1 | -1/+7 |
2014-04-03 | When teleporting using Hypergrid, show more informative error messages in cas... | Oren Hurvitz | 1 | -1/+12 |
2014-03-26 | Reinsert code to extract size_x and size_y parameters from GetHomeRegion resp... | Justin Clark-Casey (justincc) | 1 | -0/+12 |
2014-03-24 | When logging in UserAgentServiceConnector, always log the original server URL... | Oren Hurvitz | 1 | -20/+22 |
2014-02-14 | Change warns associated with UserAgentServiceConnector to debugs, as this is ... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2014-02-14 | If calls to UserAgentServiceConnector fail then throw an exception. This lets... | Justin Clark-Casey (justincc) | 1 | -289/+94 |
2014-02-06 | Fix - Viewer crash during HG Teleport | Roger Kirkman | 1 | -2/+2 |
2014-01-24 | varregion: pass region size in more HG services. | Robert Adams | 1 | -0/+12 |
2014-01-23 | Enable the simulator to handle region size information returned from | Mic Bowman | 1 | -0/+12 |
2014-01-11 | Allow Boolean nodes in XML to be specified as "0/1". AuroraSim does that. | Oren Hurvitz | 1 | -1/+1 |
2013-06-29 | Changed HG status notifications timeout down to 15secs from the default 100. | Diva Canto | 1 | -1/+1 |
2013-06-21 | Finally moved HG agent transfers to use agent fatpacks. | Diva Canto | 2 | -165/+41 |
2013-02-27 | Make sure we dispose of WebResponse, StreamReader and Stream in various place... | Justin Clark-Casey (justincc) | 2 | -42/+41 |
2012-11-07 | HG: Hopefully this fixes the issues with port 80 once and for all. | Diva Canto | 1 | -1/+1 |
2012-09-30 | Revert "Added request.Proxy=null everywhere, as discussed in http://stackover... | Diva Canto | 2 | -2/+0 |
2012-09-30 | Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com... | Diva Canto | 2 | -0/+2 |
2012-05-09 | Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect the... | Justin Clark-Casey (justincc) | 2 | -0/+0 |
2012-04-20 | Remember to dispose of the bitmap opened from a file in GatekeeperServiceConn... | Justin Clark-Casey (justincc) | 1 | -4/+11 |
2012-03-21 | HG Friends: reroute the status notifications to the HGFriends service, so tha... | Diva Canto | 2 | -0/+53 |
2012-03-20 | HG Friends: allow the establishment of HG friendships without requiring co-pr... | Diva Canto | 1 | -8/+59 |
2012-03-17 | Added GetUUID(first, last) on UserAgentsService so that we can finally make d... | Diva Canto | 1 | -1/+60 |
2012-02-07 | Add url to logging if SynchronousRestFormsRequester.MakRequest() throws an ex... | Justin Clark-Casey (justincc) | 1 | -6/+9 |
2012-01-07 | minor: remove mono compiler warning | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-01-03 | Profile Updates | BlueWall | 1 | -0/+54 |
2011-12-29 | HG: more adjustments for making HG Simian work. Added server_uri as new key o... | Diva Canto | 2 | -1/+4 |
2011-12-24 | HG: more / love for Xmas | Diva Canto | 1 | -2/+25 |
2011-12-23 | HG: AAdded a few missing /'s at the end of URLs | Diva Canto | 1 | -1/+1 |
2011-12-16 | HG minor bug fix and marked one method obsolete in UAS. | Diva Canto | 1 | -0/+1 |
2011-12-04 | HG: Added HEAD method to Helo service. This is the preferred method, but its ... | Diva Canto | 1 | -0/+2 |
2011-12-04 | HG: Renamed one method | Diva Canto | 1 | -1/+1 |
2011-09-08 | Increase information in logging for UserAgentServiceConnector. | Justin Clark-Casey (justincc) | 1 | -12/+12 |
2011-07-16 | minor: remove mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -35/+36 |
2011-06-11 | Only send AgentOnline to the client if the friendsOnline list has elements. A... | Diva Canto | 1 | -1/+1 |
2011-06-10 | More tweaking on the UserAgentServiceConnector: add constructor that does not... | Diva Canto | 1 | -13/+22 |
2011-06-10 | Decreased timeout of HG StatusNotification to 4secs. http://opensimulator.org... | Diva Canto | 1 | -1/+1 |