aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Hypergrid/UserAgentServiceConnector.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-06-10Decreased timeout of HG StatusNotification to 4secs. ↵Diva Canto1-1/+1
http://opensimulator.org/mantis/view.php?id=5516
2011-06-07This hopefully fixes all issues with online/offline notifications across ↵Diva Canto1-2/+53
grids. http://opensimulator.org/mantis/view.php?id=5528
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 ↵Diva Canto1-0/+61
looked back in source user's User Agent service.
2011-05-25HG: Instant Message working. Tested on HG standalones only. Needs a lot more ↵Diva Canto1-0/+58
testing.
2011-05-24Added necessary code to drop inventory on hg friends using the profile ↵Diva Canto1-1/+65
window, but can't test because this mechanism doesn't seem to work without a profile service.
2011-05-23HG friends: Status notifications working. Also initial logins get the online ↵Diva Canto1-0/+91
friends in other grids.
2011-01-06Canonicalize URL endings for the UserAgentServiceConnector.Diva Canto1-1/+5
2010-12-09Normalized ALL URLs with trailing /'s hopefully. Fixed show hyperlinks ↵Diva Canto1-1/+1
command. mantis #5259
2010-10-22Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)1-2/+0
This reverts commit 21187f459ea2ae590dda4249fa15ebf116d04fe0, reversing changes made to 8f34e46d7449be1c29419a232a8f7f1e5918f03c.
2010-10-21* change the data exchanged within hypergrid transactionsJonathan Freedman1-0/+2
2010-10-03Added viewer's channel, mac, and id0 to agent circuit data. Also moved ↵Diva Canto1-2/+6
client ip address to agent circuit data, so that it's always there.
2010-09-04One more debug message to track an issue on Danger grid.Diva Canto1-0/+1
2010-09-04Make User Agent Service and Login Service separable.Diva Canto1-10/+32
2010-09-02Quick fix for making global references for gatekeepers that are not ↵Diva Canto1-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.
2010-08-23Remove various warnings and improve logging messages. No functional changes.Justin Clark-Casey (justincc)1-5/+2
2010-08-19Partial rewrite of client IP verification. Not completely finished yet, and ↵Diva Canto1-0/+7
untested. Committing to move to my other computer.
2010-08-16Fixes mantis #4954 for the xml-rpc calls of the UserAgentServiceConnector. ↵Diva Canto1-2/+13
Basically, let's not let the xml-rpc library do the DNS conversion...
2010-08-04Better debug messagesDiva Canto1-5/+19
2010-05-15Finalized the client's TCP IP address verification process for HG1.5.Diva Canto1-0/+5
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-1/+28
2010-03-09Changed a cryptic debug message and a wrong commentDiva Canto1-1/+1
2010-01-28HG 1.5 is in place. Tested in standalone only.Diva Canto1-0/+370