aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/ServiceConnectorsOut/Presence (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-192-2/+18
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-2/+3
* minor: Fix more compiler warnings in CoreModules tests by properly overriding...Justin Clark-Casey (justincc)2012-12-051-1/+4
* Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)2012-11-241-2/+1
* If GetAgents() is called with an empty userIDs array then don't bother with a...Justin Clark-Casey (justincc)2012-11-201-0/+4
* refactor: Move common presence connector code into BasePresenceServiceConnectorJustin Clark-Casey (justincc)2012-11-204-193/+145
* Last 27 modules' directives (service connectors out).Diva Canto2012-11-132-0/+4
* 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
* Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te...Justin Clark-Casey (justincc)2011-05-211-1/+0
* Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately.Justin Clark-Casey (justincc)2011-03-091-1/+0
* for now, comment out some older or redundant log debug lines to make diagnost...Justin Clark-Casey (justincc)2010-10-291-2/+2
* Fixed Presence unit test. Removed unnecessary packing/unpacking of obsolete f...Diva Canto2010-05-071-3/+1
* GridUserService in place. Replaces the contrived concept of storing user's ho...Diva Canto2010-05-074-29/+17
* * XInventory fairly tested, including for HG. Almost ready to switch.Diva Canto2010-04-301-1/+1
* Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene...Dan Lake2010-03-191-1/+1
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-101-2/+2
* Bug fix: store correct position information upon logout. Fixes mantis #4608Diva Canto2010-03-061-12/+17
* Fix LocalPresenceServiceConnector test now that the hardcoded test data has b...Justin Clark-Casey (justincc)2010-03-052-1/+18
* Small bug fixes for making tests work.Diva Canto2010-02-211-1/+1
* * Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto2010-01-104-6/+22
* * Finished SimulationServiceConnectorDiva Canto2010-01-071-1/+1
* Unit tests for presence. They helped fix a couple of wrongnesses.Diva Canto2009-12-302-2/+115
* Adding new fields and home location methid to presence. Adding cleanupMelanie2009-12-282-0/+10
* Added some more log messages. This is beginning to work.Diva Canto2009-12-281-0/+5
* Database and presence changes. UntestedMelanie2009-12-282-6/+6
* * Added the new modules to Resources, making them active.Diva Canto2009-12-282-3/+3
* * Deleted HGPresenceBroker, since it won't be neededDiva Canto2009-12-282-257/+2
* Presence remote connector and handler. Presence HG Broker. Nothing tested, ju...Diva Canto2009-12-273-1/+414
* Changed GetAgents to take string[] instead of UUID[]Diva Canto2009-12-271-2/+2
* First pass at the local connector for presence. No cache yet. Just the connec...Diva Canto2009-12-272-0/+266