aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Presence/PresenceDetector.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-1/+17
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-2/+3
2012-06-12OnConnectionClosed listeners, retrieve data from IClientAPI.SceneAgent rather...Justin Clark-Casey (justincc)1-1/+1
2012-06-12In PresenceDetector.OnConnectionClose(), use the IsChildAgent check already a...Justin Clark-Casey (justincc)1-12/+1
2012-03-30Add simple login test with online friends. Add IFriendsModule.GrantRights() ...Justin Clark-Casey (justincc)1-6/+3
2011-08-23remove mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2011-08-11comment out some of the currently less useful debug log messagesJustin Clark-Casey (justincc)1-1/+1
2010-10-29for now, comment out some older or redundant log debug lines to make diagnost...Justin Clark-Casey (justincc)1-2/+2
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ho...Diva Canto1-7/+5
2010-03-19Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...Dan Lake1-1/+1
2010-03-06Bug fix: store correct position information upon logout. Fixes mantis #4608Diva Canto1-12/+17
2010-01-10* Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto1-1/+17
2009-12-28Added some more log messages. This is beginning to work.Diva Canto1-0/+5
2009-12-27First pass at the local connector for presence. No cache yet. Just the connec...Diva Canto1-25/+28
2009-09-06Revising the user account data interfaces. No user functionality yetMelanie1-7/+7
2009-08-09Finish the renaming and mae things compile againMelanie1-9/+9
2009-06-30Updated services to allow external applications like web interfaces toMelanie Thielker1-1/+11
2009-06-22Committing RemoteUserServiceConnector out connector, local user serviceMelanie Thielker1-1/+1
2009-06-22Committing the meat of the user server interface and the bones of the service...Melanie Thielker1-0/+24
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-05Some refactoring. Database is now active in the new user serverMelanie Thielker1-4/+4
2009-05-05Plumb the database into the new server skelMelanie Thielker1-0/+3
2009-05-05Plumb the new server connector logicMelanie Thielker1-1/+32
2009-05-05Add an interface skeleton for user servicesMelanie Thielker1-0/+8