aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/GridUser (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Bug fix in TP home: typo in unpacking of GridUserInfo.Diva Canto2010-06-051-2/+0
| | | | * Bug fix in TPs across neighboring regions: bug was introduced when getting rid of crashed sessions.
* Removed sessionID from GridUserservice again. Removed parcel crossing ↵Diva Canto2010-05-201-2/+2
| | | | detection from Robust connector. Fixed Simian to continue to send those location updates upon parcel crossing, without changing the interface.
* * Added sessionID to IGridUserService.SetLastPosition(), as some connectors ↵unknown2010-05-201-1/+1
| | | | | | will want to track position against sessionID instead of userID * Updated SimianPresenceServiceConnector to use the new LoggedOut/SetHome/etc methods and only update session position on parcel crossing
* GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto2010-05-071-2/+194
| | | | | | 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.
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-101-2/+2
|
* Justin, I must have been dyslexic when I wrote UserGridService as the name ↵Diva Canto2010-03-051-0/+38
for it. GridUserService makes more sense; it's the user of the grid, "grid user". I changed it everywhere.