aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/HypergridService/GatekeeperService.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-08-19Finished implementing ViaLogin vs ViaHGLogin. Removed lookup on ↵Diva Canto1-10/+18
myipaddress.com. Also removed client IP verification upon UDP connection that had been left there -- we can't do that in general.
2010-08-15Thanks Marck for the patch to mantis #4941 (shortening avies' names on HG)Diva Canto1-1/+10
2010-08-03this is so bad, brain is beyond fried. must stop.Diva Canto1-1/+1
2010-08-03sigh. fried brain.Diva Canto1-1/+1
2010-08-03One more buglet related to the issue at hand.Diva Canto1-1/+1
2010-08-03One more thing related to the previous commit. Must avoid all in-process ↵Diva Canto1-10/+15
remote calls.
2010-08-03Bug fix (HG): mantis #4891. This doesn't actually fix the underlying bug, ↵Diva Canto1-50/+53
but it clears up the circular dependency issue between Gatekeeper and UserAgents that had made me resort to in-process remote calls, which, in turn, were hitting bugs down there somewhere in mono. NOTE: CONFIGURATION CHANGE IN ROBUST.HG.INI.EXAMPLE !!!###!!!
2010-05-03Assorted bug fixes in hypergrid linking.Diva Canto1-1/+2
2010-02-25List of friends now retrieved upon login. Configured and tested in ↵Diva Canto1-0/+1
standalone only.
2010-01-31Batter debug messages.Diva Canto1-1/+2
2010-01-31Assorted bug fixes related to hyperlinkingDiva Canto1-7/+2
2010-01-28HG 1.5 is in place. Tested in standalone only.Diva Canto1-45/+32
2010-01-27Added ExternalName config on Gatekeeper.Diva Canto1-1/+4
2010-01-18Check for impersonations at the Gatekeeper.Diva Canto1-29/+52
2010-01-18Go Home works. With security!!Diva Canto1-16/+37
2010-01-18* Added missing GatekeeperServiceConnectorDiva Canto1-1/+37
* Added basic machinery for teleporting users home. Untested.
2010-01-17HG teleports through gatekeeper are working.Diva Canto1-38/+1
2010-01-17Agent gets there through the Gatekeeper, but still a few quirks to fix.Diva Canto1-6/+62
2010-01-17HG agent transfers are starting to work. Gatekeeper handlers are missing.Diva Canto1-1/+33
2010-01-17Copyright notices.Diva Canto1-1/+28
2010-01-17Hyperlinking minimally tested and working.Diva Canto1-4/+13
2010-01-16Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ↵Diva Canto1-0/+167
yet.