aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/HypergridService/UserAgentService.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
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