aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Null/NullPresenceData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-4/+4
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-1/+1
|
* Restrict IPresenceData.VerifyAgentBlueWall2012-12-091-8/+3
| | | | Restrict IPresenceData.VerifyAgent to only return bool result
* Add agent verification to PresenceBlueWall2012-12-081-0/+13
|
* Add simple login test with online friends. Add IFriendsModule.GrantRights() ↵Justin Clark-Casey (justincc)2012-03-301-1/+0
| | | | | | | for granting rights via a module call. Rename IFriendsModule.GetFriendPerms() -> GetRightsGrantedByFriend() to be more self-documenting and consistent with friends module terminology. Add some method doc.
* GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto2010-05-071-60/+2
| | | | | | home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. BTW, the Meshing files want to be committed too -- EOFs.
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-101-8/+8
|
* Fix LocalPresenceServiceConnector test now that the hardcoded test data has ↵Justin Clark-Casey (justincc)2010-03-051-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.
* minor: comment out a forgotton debug log lineJustin Clark-Casey (justincc)2010-03-041-1/+1
|
* remove test presence from NullPresenceData since this appears to stop ↵Justin Clark-Casey (justincc)2010-03-041-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
* Small bug fixes for making tests work.Diva Canto2010-02-211-8/+12
|
* Convert null presence data to a singleton as well. Standalone logins now workMelanie2010-02-081-0/+34
|
* Unit tests for presence. They helped fix a couple of wrongnesses.Diva Canto2009-12-301-0/+223