| Commit message (Expand) | Author | Files | Lines |
2020-09-09 | Bandaid for ghost users, check and remove them from Presence when they log on. | onefang | 1 | -1/+6 |
2019-08-15 | Bandaid for ghost users, check and remove them from Presence when they log on. | onefang | 1 | -0/+5 |
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 2 | -2/+18 |
2019-04-30 | missing files... | UbitUmarov | 1 | -1/+1 |
2019-04-06 | presence detector: don't even try to logout agents that didn't made to root | UbitUmarov | 1 | -8/+3 |
2017-01-07 | Change improperly named isNPC to be IsNPC as a property should be uppercase | Melanie Thielker | 1 | -1/+1 |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 2 | -3/+3 |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -2/+3 |
2016-07-27 | waste another thread job on another thing that should be part of a more | UbitUmarov | 1 | -0/+16 |
2014-05-26 | Don't report NPC presences. | Diva Canto | 1 | -1/+2 |
2013-07-24 | Further tweaks on TPs: not sending the callback URL and instead waiting 15sec... | Diva Canto | 1 | -1/+1 |
2012-12-05 | minor: Fix more compiler warnings in CoreModules tests by properly overriding... | Justin Clark-Casey (justincc) | 1 | -1/+4 |
2012-11-24 | Consistenly make NUnit test cases inherit from OpenSimTestCase which automati... | Justin Clark-Casey (justincc) | 1 | -2/+1 |
2012-11-20 | If GetAgents() is called with an empty userIDs array then don't bother with a... | Justin Clark-Casey (justincc) | 1 | -0/+4 |
2012-11-20 | refactor: Move common presence connector code into BasePresenceServiceConnector | Justin Clark-Casey (justincc) | 4 | -193/+145 |
2012-11-13 | Last 27 modules' directives (service connectors out). | Diva Canto | 2 | -0/+4 |
2012-06-12 | OnConnectionClosed listeners, retrieve data from IClientAPI.SceneAgent rather... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-06-12 | In PresenceDetector.OnConnectionClose(), use the IsChildAgent check already a... | Justin Clark-Casey (justincc) | 1 | -12/+1 |
2012-03-30 | Add simple login test with online friends. Add IFriendsModule.GrantRights() ... | Justin Clark-Casey (justincc) | 1 | -6/+3 |
2011-08-23 | remove mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2011-08-11 | comment out some of the currently less useful debug log messages | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2011-05-21 | Get rid of OpenSim.Tests.Common.Setup subpackage in favour of just OpenSim.Te... | Justin Clark-Casey (justincc) | 1 | -1/+0 |
2011-03-09 | Upgrade nunit.framework.dll to version 2.5.9. Fix up tests appropriately. | Justin Clark-Casey (justincc) | 1 | -1/+0 |
2010-10-29 | for now, comment out some older or redundant log debug lines to make diagnost... | Justin Clark-Casey (justincc) | 1 | -2/+2 |
2010-05-07 | Fixed Presence unit test. Removed unnecessary packing/unpacking of obsolete f... | Diva Canto | 1 | -3/+1 |
2010-05-07 | GridUserService in place. Replaces the contrived concept of storing user's ho... | Diva Canto | 4 | -29/+17 |
2010-04-30 | * XInventory fairly tested, including for HG. Almost ready to switch. | Diva Canto | 1 | -1/+1 |
2010-03-19 | Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene... | Dan Lake | 1 | -1/+1 |
2010-03-10 | Formatting cleanup. Add copyright notices. | Jeff Ames | 1 | -2/+2 |
2010-03-06 | Bug fix: store correct position information upon logout. Fixes mantis #4608 | Diva Canto | 1 | -12/+17 |
2010-03-05 | Fix LocalPresenceServiceConnector test now that the hardcoded test data has b... | Justin Clark-Casey (justincc) | 2 | -1/+18 |
2010-02-21 | Small bug fixes for making tests work. | Diva Canto | 1 | -1/+1 |
2010-01-10 | * Changed IPresenceService Logout, so that it takes a position and a lookat | Diva Canto | 4 | -6/+22 |
2010-01-07 | * Finished SimulationServiceConnector | Diva Canto | 1 | -1/+1 |
2009-12-30 | Unit tests for presence. They helped fix a couple of wrongnesses. | Diva Canto | 2 | -2/+115 |
2009-12-28 | Adding new fields and home location methid to presence. Adding cleanup | Melanie | 2 | -0/+10 |
2009-12-28 | Added some more log messages. This is beginning to work. | Diva Canto | 1 | -0/+5 |
2009-12-28 | Database and presence changes. Untested | Melanie | 2 | -6/+6 |
2009-12-28 | * Added the new modules to Resources, making them active. | Diva Canto | 2 | -3/+3 |
2009-12-28 | * Deleted HGPresenceBroker, since it won't be needed | Diva Canto | 2 | -257/+2 |
2009-12-27 | Presence remote connector and handler. Presence HG Broker. Nothing tested, ju... | Diva Canto | 3 | -1/+414 |
2009-12-27 | Changed GetAgents to take string[] instead of UUID[] | Diva Canto | 1 | -2/+2 |
2009-12-27 | First pass at the local connector for presence. No cache yet. Just the connec... | Diva Canto | 2 | -0/+266 |