Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reinsert code to extract size_x and size_y parameters from GetHomeRegion ↵ | Justin Clark-Casey (justincc) | 2014-03-26 | 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 | ||||
* | When logging in UserAgentServiceConnector, always log the original server ↵ | Oren Hurvitz | 2014-03-24 | 1 | -20/+22 |
| | | | | | | URL (the hostname), not the IP This resolves http://opensimulator.org/mantis/view.php?id=6955 (that patch was modified a bit) | ||||
* | Change warns associated with UserAgentServiceConnector to debugs, as this is ↵ | Justin Clark-Casey (justincc) | 2014-02-14 | 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 | ||||
* | If calls to UserAgentServiceConnector fail then throw an exception. This ↵ | Justin Clark-Casey (justincc) | 2014-02-14 | 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. | ||||
* | Allow Boolean nodes in XML to be specified as "0/1". AuroraSim does that. | Oren Hurvitz | 2014-01-11 | 1 | -1/+1 |
| | |||||
* | Finally moved HG agent transfers to use agent fatpacks. | Diva Canto | 2013-06-21 | 1 | -108/+30 |
| | |||||
* | Make sure we dispose of WebResponse, StreamReader and Stream in various ↵ | Justin Clark-Casey (justincc) | 2013-02-27 | 1 | -35/+34 |
| | | | | places where we were not already. | ||||
* | Revert "Added request.Proxy=null everywhere, as discussed in ↵ | Diva Canto | 2012-09-30 | 1 | -1/+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. | ||||
* | Added request.Proxy=null everywhere, as discussed in ↵ | Diva Canto | 2012-09-30 | 1 | -0/+1 |
| | | | | | | 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 | ||||
* | HG Friends: reroute the status notifications to the HGFriends service, so ↵ | Diva Canto | 2012-03-21 | 1 | -0/+1 |
| | | | | 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. | ||||
* | Added GetUUID(first, last) on UserAgentsService so that we can finally make ↵ | Diva Canto | 2012-03-17 | 1 | -1/+60 |
| | | | | direct user connections. | ||||
* | Profile Updates | BlueWall | 2012-01-03 | 1 | -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. | ||||
* | HG: more adjustments for making HG Simian work. Added server_uri as new key ↵ | Diva Canto | 2011-12-29 | 1 | -0/+3 |
| | | | | on get_agent_home in UAS. | ||||
* | HG minor bug fix and marked one method obsolete in UAS. | Diva Canto | 2011-12-16 | 1 | -0/+1 |
| | |||||
* | HG: Renamed one method | Diva Canto | 2011-12-04 | 1 | -1/+1 |
| | |||||
* | Increase information in logging for UserAgentServiceConnector. | Justin Clark-Casey (justincc) | 2011-09-08 | 1 | -12/+12 |
| | | | | Done for http://opensimulator.org/mantis/view.php?id=5669 | ||||
* | minor: remove mono compiler warnings | Justin Clark-Casey (justincc) | 2011-07-16 | 1 | -35/+36 |
| | |||||
* | Only send AgentOnline to the client if the friendsOnline list has elements. ↵ | Diva Canto | 2011-06-11 | 1 | -1/+1 |
| | | | | Also, increased the timeout on UserAgentServiceConnector, StatusNotification again. | ||||
* | More tweaking on the UserAgentServiceConnector: add constructor that does ↵ | Diva Canto | 2011-06-10 | 1 | -13/+22 |
| | | | | not do DNS lookup, and use that for friends notification. | ||||
* | Decreased timeout of HG StatusNotification to 4secs. ↵ | Diva Canto | 2011-06-10 | 1 | -1/+1 |
| | | | | http://opensimulator.org/mantis/view.php?id=5516 | ||||
* | This hopefully fixes all issues with online/offline notifications across ↵ | Diva Canto | 2011-06-07 | 1 | -2/+53 |
| | | | | grids. http://opensimulator.org/mantis/view.php?id=5528 | ||||
* | Commented a few extra debug messages. | Diva Canto | 2011-05-26 | 1 | -2/+0 |
| | |||||
* | HG IM in grid mode working fairly well. Unknown target user references ↵ | Diva Canto | 2011-05-26 | 1 | -0/+61 |
| | | | | looked back in source user's User Agent service. | ||||
* | HG: Instant Message working. Tested on HG standalones only. Needs a lot more ↵ | Diva Canto | 2011-05-25 | 1 | -0/+58 |
| | | | | testing. | ||||
* | Added necessary code to drop inventory on hg friends using the profile ↵ | Diva Canto | 2011-05-24 | 1 | -1/+65 |
| | | | | window, but can't test because this mechanism doesn't seem to work without a profile service. | ||||
* | HG friends: Status notifications working. Also initial logins get the online ↵ | Diva Canto | 2011-05-23 | 1 | -0/+91 |
| | | | | friends in other grids. | ||||
* | Canonicalize URL endings for the UserAgentServiceConnector. | Diva Canto | 2011-01-06 | 1 | -1/+5 |
| | |||||
* | Normalized ALL URLs with trailing /'s hopefully. Fixed show hyperlinks ↵ | Diva Canto | 2010-12-09 | 1 | -1/+1 |
| | | | | command. mantis #5259 | ||||
* | * change the data exchanged within hypergrid transactions | Jonathan Freedman | 2010-10-21 | 1 | -0/+2 |
| | |||||
* | Added viewer's channel, mac, and id0 to agent circuit data. Also moved ↵ | Diva Canto | 2010-10-03 | 1 | -2/+6 |
| | | | | client ip address to agent circuit data, so that it's always there. | ||||
* | One more debug message to track an issue on Danger grid. | Diva Canto | 2010-09-04 | 1 | -0/+1 |
| | |||||
* | Make User Agent Service and Login Service separable. | Diva Canto | 2010-09-04 | 1 | -10/+32 |
| | |||||
* | Quick fix for making global references for gatekeepers that are not ↵ | Diva Canto | 2010-09-02 | 1 | -3/+4 |
| | | | | domain:port work. This needs a serious rewrite, as the assumption domain:port doesn't hold from here on. Just quick-fixing for now. | ||||
* | Remove various warnings and improve logging messages. No functional changes. | Justin Clark-Casey (justincc) | 2010-08-23 | 1 | -5/+2 |
| | |||||
* | Partial rewrite of client IP verification. Not completely finished yet, and ↵ | Diva Canto | 2010-08-19 | 1 | -0/+7 |
| | | | | untested. Committing to move to my other computer. | ||||
* | Fixes mantis #4954 for the xml-rpc calls of the UserAgentServiceConnector. ↵ | Diva Canto | 2010-08-16 | 1 | -2/+13 |
| | | | | Basically, let's not let the xml-rpc library do the DNS conversion... | ||||
* | Better debug messages | Diva Canto | 2010-08-04 | 1 | -5/+19 |
| | |||||
* | Finalized the client's TCP IP address verification process for HG1.5. | Diva Canto | 2010-05-15 | 1 | -0/+5 |
| | |||||
* | Formatting cleanup. Add copyright notices. | Jeff Ames | 2010-03-10 | 1 | -1/+28 |
| | |||||
* | Changed a cryptic debug message and a wrong comment | Diva Canto | 2010-03-09 | 1 | -1/+1 |
| | |||||
* | HG 1.5 is in place. Tested in standalone only. | Diva Canto | 2010-01-28 | 1 | -0/+370 |