aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Null/NullPresenceData.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-8/+8
2010-03-05Fix LocalPresenceServiceConnector test now that the hardcoded test data has ↵Justin Clark-Casey (justincc)1-9/+0
been removed from Data.Null.NullPresenceData Unfortunately, this meant publicly exposing the underlying service for the connector. The other solution would be to create alternative initializers for services and connectors where objects could be given directly rather than loaded indirectly through config. Unfortunately, this would require a lot of work in this case but might be the better way forward.
2010-03-04minor: comment out a forgotton debug log lineJustin Clark-Casey (justincc)1-1/+1
2010-03-04remove test presence from NullPresenceData since this appears to stop ↵Justin Clark-Casey (justincc)1-9/+42
existing sessions with home locations from being picked up only tested for a single user so this may still fail for multiple users this may well be all academic anyway since standalone need to persistently store home location in presence data in some way
2010-02-21Small bug fixes for making tests work.Diva Canto1-8/+12
2010-02-08Convert null presence data to a singleton as well. Standalone logins now workMelanie1-0/+34
2009-12-30Unit tests for presence. They helped fix a couple of wrongnesses.Diva Canto1-0/+223