aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/HypergridService/UserAgentService.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-05-15This combination is working. It all points to not being able to use ↵Diva Canto1-5/+5
127.0.0.1/localhost in testing HG situations. The login server must have the LAN IP address, and the regions must show ExternalHostname as SYSTEMIP. Working, but this needs more testing.
2010-05-15Almost, but not quite. Commenting verification again, until I understand ↵Diva Canto1-4/+4
where 127.0.0.1 is being transformed to the local IP address. I suspect it's Adam's NAT snippets.
2010-05-15Finalized the client's TCP IP address verification process for HG1.5.Diva Canto1-12/+15
2010-05-08* Added missing loggout notification to home grid upon agents logging out in ↵Diva Canto1-0/+4
foreign grids. * Added missing config in StandaloneHypergrid.ini
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto1-11/+10
home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. BTW, the Meshing files want to be committed too -- EOFs.
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-1/+28
2010-02-02Commenting UserAgentService.VerifyClient(UUID sessionID, string token) for ↵Diva Canto1-11/+16
now until I understand better the client IP issue.
2010-01-31* Remove unnecessary debug messageDiva Canto1-1/+3
* Bug fix in UserAgentService, logout
2010-01-28HG 1.5 is in place. Tested in standalone only.Diva Canto1-0/+210