aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-10/+20
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-441/+150
|
* Revert "Added request.Proxy=null everywhere, as discussed in ↵Diva Canto2012-09-301-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 Canto2012-09-301-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 Canto2012-03-211-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 Canto2012-03-171-1/+60
| | | | direct user connections.
* Profile UpdatesBlueWall2012-01-031-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 Canto2011-12-291-0/+3
| | | | on get_agent_home in UAS.
* HG minor bug fix and marked one method obsolete in UAS.Diva Canto2011-12-161-0/+1
|
* HG: Renamed one methodDiva Canto2011-12-041-1/+1
|
* Increase information in logging for UserAgentServiceConnector.Justin Clark-Casey (justincc)2011-09-081-12/+12
| | | | Done for http://opensimulator.org/mantis/view.php?id=5669
* minor: remove mono compiler warningsJustin Clark-Casey (justincc)2011-07-161-35/+36
|
* Only send AgentOnline to the client if the friendsOnline list has elements. ↵Diva Canto2011-06-111-1/+1
| | | | Also, increased the timeout on UserAgentServiceConnector, StatusNotification again.
* More tweaking on the UserAgentServiceConnector: add constructor that does ↵Diva Canto2011-06-101-13/+22
| | | | not do DNS lookup, and use that for friends notification.
* Decreased timeout of HG StatusNotification to 4secs. ↵Diva Canto2011-06-101-1/+1
| | | | http://opensimulator.org/mantis/view.php?id=5516
* This hopefully fixes all issues with online/offline notifications across ↵Diva Canto2011-06-071-2/+53
| | | | grids. http://opensimulator.org/mantis/view.php?id=5528
* Commented a few extra debug messages.Diva Canto2011-05-261-2/+0
|
* HG IM in grid mode working fairly well. Unknown target user references ↵Diva Canto2011-05-261-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 Canto2011-05-251-0/+58
| | | | testing.
* Added necessary code to drop inventory on hg friends using the profile ↵Diva Canto2011-05-241-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 Canto2011-05-231-0/+91
| | | | friends in other grids.
* Canonicalize URL endings for the UserAgentServiceConnector.Diva Canto2011-01-061-1/+5
|
* Normalized ALL URLs with trailing /'s hopefully. Fixed show hyperlinks ↵Diva Canto2010-12-091-1/+1
| | | | command. mantis #5259
* * change the data exchanged within hypergrid transactionsJonathan Freedman2010-10-211-0/+2
|
* Added viewer's channel, mac, and id0 to agent circuit data. Also moved ↵Diva Canto2010-10-031-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 Canto2010-09-041-0/+1
|
* Make User Agent Service and Login Service separable.Diva Canto2010-09-041-10/+32
|
* Quick fix for making global references for gatekeepers that are not ↵Diva Canto2010-09-021-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-231-5/+2
|
* Partial rewrite of client IP verification. Not completely finished yet, and ↵Diva Canto2010-08-191-0/+7
| | | | untested. Committing to move to my other computer.
* Fixes mantis #4954 for the xml-rpc calls of the UserAgentServiceConnector. ↵Diva Canto2010-08-161-2/+13
| | | | Basically, let's not let the xml-rpc library do the DNS conversion...
* Better debug messagesDiva Canto2010-08-041-5/+19
|
* Finalized the client's TCP IP address verification process for HG1.5.Diva Canto2010-05-151-0/+5
|
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-101-1/+28
|
* Changed a cryptic debug message and a wrong commentDiva Canto2010-03-091-1/+1
|
* HG 1.5 is in place. Tested in standalone only.Diva Canto2010-01-281-0/+370