aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Presence (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-20If GetAgents() is called with an empty userIDs array then don't bother with a...Justin Clark-Casey (justincc)1-0/+4
2012-11-20refactor: Move common presence connector code into BasePresenceServiceConnectorJustin Clark-Casey (justincc)4-193/+145
2012-11-13Last 27 modules' directives (service connectors out).Diva Canto2-0/+4
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
2011-05-21Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...Justin Clark-Casey (justincc)1-1/+0
2011-03-09Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.Justin Clark-Casey (justincc)1-1/+0
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-07Fixed Presence unit test. Removed unnecessary packing/unpacking of obsolete f...Diva Canto1-3/+1
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ho...Diva Canto4-29/+17
2010-04-30* XInventory fairly tested, including for HG. Almost ready to switch.Diva Canto1-1/+1
2010-03-19Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...Dan Lake1-1/+1
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-2/+2
2010-03-06Bug fix: store correct position information upon logout. Fixes mantis #4608Diva Canto1-12/+17
2010-03-05Fix LocalPresenceServiceConnector test now that the hardcoded test data has b...Justin Clark-Casey (justincc)2-1/+18
2010-02-21Small bug fixes for making tests work.Diva Canto1-1/+1
2010-01-10* Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto4-6/+22
2010-01-07* Finished SimulationServiceConnectorDiva Canto1-1/+1
2009-12-30Unit tests for presence. They helped fix a couple of wrongnesses.Diva Canto2-2/+115
2009-12-28Adding new fields and home location methid to presence. Adding cleanupMelanie2-0/+10
2009-12-28Added some more log messages. This is beginning to work.Diva Canto1-0/+5
2009-12-28Database and presence changes. UntestedMelanie2-6/+6
2009-12-28* Added the new modules to Resources, making them active.Diva Canto2-3/+3
2009-12-28* Deleted HGPresenceBroker, since it won't be neededDiva Canto2-257/+2
2009-12-27Presence remote connector and handler. Presence HG Broker. Nothing tested, ju...Diva Canto3-1/+414
2009-12-27Changed GetAgents to take string[] instead of UUID[]Diva Canto1-2/+2
2009-12-27First pass at the local connector for presence. No cache yet. Just the connec...Diva Canto2-0/+266