aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/GridUser/ActivityDetector.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* OnConnectionClosed listeners, retrieve data from IClientAPI.SceneAgent ↵Justin Clark-Casey (justincc)2012-06-121-22/+6
| | | | | | | rather than scanning all scene for the presence with the right id Stop checking IsLoggingOut on these listeners, if called with a root agent then we always want to perform these actions. This covers cases where the client is closed due to manual kick, simulator shutdown, etc.
* Don't set a GridUser entry for NPCs.Justin Clark-Casey (justincc)2011-08-311-1/+4
| | | | Resolves http://opensimulator.org/mantis/view.php?id=5665
* comment out some of the currently less useful debug log messagesJustin Clark-Casey (justincc)2011-08-111-1/+2
|
* for now, comment out some older or redundant log debug lines to make ↵Justin Clark-Casey (justincc)2010-10-291-2/+2
| | | | diagnostics easier
* Cleanup: Removed an unreferenced variable from ActivityDetector.csJohn Hurliman2010-09-291-11/+1
|
* Part two of the previous commit, making IGridUserService.LoggedOut() more ↵John Hurliman2010-09-291-1/+1
| | | | flexible without changing current behavior
* Made IGridUserService.SetLastPosition() more flexible to allow different ↵John Hurliman2010-09-291-2/+7
| | | | 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-9/+1
| | | | 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/+116