aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/GridUser/RemoteGridUserServiceConnector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Last 27 modules' directives (service connectors out).Diva Canto2012-11-131-0/+2
|
* TOS module. WARNING: migration in GridUser table.Diva Canto2012-09-251-3/+43
|
* Allow retrival of multiple user records in one operation, analog to presenceMelanie2012-01-161-0/+5
|
* Part two of the previous commit, making IGridUserService.LoggedOut() more ↵John Hurliman2010-09-291-2/+2
| | | | flexible without changing current behavior
* Made IGridUserService.SetLastPosition() more flexible to allow different ↵John Hurliman2010-09-291-2/+2
| | | | possible implementations. This doesn't change any behavior or any Robust code, but it simplifies the SimianGrid connector by using the standard OpenSim interface for setting last position now
* 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-2/+2
| | | | | | 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
* These files are part of the GridUserService write-up.Diva Canto2010-05-071-0/+153