aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Presence/PresenceDetector.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-1/+17
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-2/+3
* OnConnectionClosed listeners, retrieve data from IClientAPI.SceneAgent rather...Justin Clark-Casey (justincc)2012-06-121-1/+1
* In PresenceDetector.OnConnectionClose(), use the IsChildAgent check already a...Justin Clark-Casey (justincc)2012-06-121-12/+1
* Add simple login test with online friends. Add IFriendsModule.GrantRights() ...Justin Clark-Casey (justincc)2012-03-301-6/+3
* remove mono compiler warningsJustin Clark-Casey (justincc)2011-08-231-1/+1
* comment out some of the currently less useful debug log messagesJustin Clark-Casey (justincc)2011-08-111-1/+1
* for now, comment out some older or redundant log debug lines to make diagnost...Justin Clark-Casey (justincc)2010-10-291-2/+2
* GridUserService in place. Replaces the contrived concept of storing user's ho...Diva Canto2010-05-071-7/+5
* Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...Dan Lake2010-03-191-1/+1
* Bug fix: store correct position information upon logout. Fixes mantis #4608Diva Canto2010-03-061-12/+17
* * Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto2010-01-101-1/+17
* Added some more log messages. This is beginning to work.Diva Canto2009-12-281-0/+5
* First pass at the local connector for presence. No cache yet. Just the connec...Diva Canto2009-12-271-0/+79