aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* More plumbing of the EntityTransferContext (not yet complete)Melanie Thielker2015-11-011-1/+2
* seems to compile ( tests comented out)UbitUmarov2015-09-021-4/+0
* bad merge?UbitUmarov2015-09-011-0/+4
|\
| * Merge branch 'master' into careminsterMelanie2014-01-281-1/+1
| |\
| * \ Merge branch 'master' into careminsterMelanie2013-06-231-108/+30
| |\ \
| * \ \ Merge branch 'master' into careminsterMelanie2013-02-271-35/+34
| |\ \ \
| * \ \ \ Merge branch 'master' into careminsterMelanie2012-03-221-0/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into careminsterMelanie2012-03-211-1/+60
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-01-051-0/+54
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-01-021-0/+3
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2011-12-181-0/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into bigmergeMelanie2011-12-051-1/+1
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Bring us up to date.Tom2011-09-141-12/+12
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Resolve merge commits, stage 1Tom2011-09-041-35/+36
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-06-131-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-06-111-12/+23
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-06-091-0/+323
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | | In teleports, pass the source region to the destination (similar to an HTTP r...Oren Hurvitz2014-04-091-37/+6
* | | | | | | | | | | | | | | | Reinsert code to extract size_x and size_y parameters from GetHomeRegion resp...Justin Clark-Casey (justincc)2014-03-261-0/+12
* | | | | | | | | | | | | | | | When logging in UserAgentServiceConnector, always log the original server URL...Oren Hurvitz2014-03-241-20/+22
* | | | | | | | | | | | | | | | Change warns associated with UserAgentServiceConnector to debugs, as this is ...Justin Clark-Casey (justincc)2014-02-141-1/+1
* | | | | | | | | | | | | | | | If calls to UserAgentServiceConnector fail then throw an exception. This lets...Justin Clark-Casey (justincc)2014-02-141-289/+94
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Allow Boolean nodes in XML to be specified as "0/1". AuroraSim does that.Oren Hurvitz2014-01-111-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Finally moved HG agent transfers to use agent fatpacks.Diva Canto2013-06-211-108/+30
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Make sure we dispose of WebResponse, StreamReader and Stream in various place...Justin Clark-Casey (justincc)2013-02-271-35/+34
* | | | | | | | | | | | | Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto2012-09-301-1/+0
* | | | | | | | | | | | | Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto2012-09-301-0/+1
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | HG Friends: reroute the status notifications to the HGFriends service, so tha...Diva Canto2012-03-211-0/+1
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Added GetUUID(first, last) on UserAgentsService so that we can finally make d...Diva Canto2012-03-171-1/+60
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Profile UpdatesBlueWall2012-01-031-0/+54
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | HG: more adjustments for making HG Simian work. Added server_uri as new key o...Diva Canto2011-12-291-0/+3
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | 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
| |_|_|_|/ |/| | | |
* | | | | 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. A...Diva Canto2011-06-111-1/+1
| |_|/ |/| |
* | | More tweaking on the UserAgentServiceConnector: add constructor that does not...Diva Canto2011-06-101-13/+22
* | | Decreased timeout of HG StatusNotification to 4secs. http://opensimulator.org...Diva Canto2011-06-101-1/+1
| |/ |/|
* | This hopefully fixes all issues with online/offline notifications across grid...Diva Canto2011-06-071-2/+53
* | Commented a few extra debug messages.Diva Canto2011-05-261-2/+0
* | HG IM in grid mode working fairly well. Unknown target user references looked...Diva Canto2011-05-261-0/+61
* | HG: Instant Message working. Tested on HG standalones only. Needs a lot more ...Diva Canto2011-05-251-0/+58
* | Added necessary code to drop inventory on hg friends using the profile window...Diva Canto2011-05-241-1/+65
* | HG friends: Status notifications working. Also initial logins get the online ...Diva Canto2011-05-231-0/+91
* | Canonicalize URL endings for the UserAgentServiceConnector.Diva Canto2011-01-061-1/+5
|/
* Normalized ALL URLs with trailing /'s hopefully. Fixed show hyperlinks comman...Diva Canto2010-12-091-1/+1
* * 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 client...Diva Canto2010-10-031-2/+6
* 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