aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/IPresenceData.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-1/+1
2012-12-09Restrict IPresenceData.VerifyAgentBlueWall1-1/+1
Restrict IPresenceData.VerifyAgent to only return bool result
2012-12-08Add agent verification to PresenceBlueWall1-0/+1
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto1-3/+1
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.
2009-12-30Unit tests for presence. They helped fix a couple of wrongnesses.Diva Canto1-1/+1
2009-12-28Adding new fields and home location methid to presence. Adding cleanupMelanie1-0/+3
(deleting all but one presence record) on logout so that they don't pile up.
2009-12-28Database and presence changes. UntestedMelanie1-1/+1
2009-12-27Finish the presence serviceMelanie1-3/+5
2009-12-27Presence Step 1Melanie1-6/+4
2009-11-18Implement generic delete methodMelanie1-1/+2
2009-11-18Tweak presence handling and whip up a database connector and handlerMelanie1-2/+2
for testign the new generic table handling
2009-11-18Change PresenceData to PresenceInfo to remove a naming conflict in theMelanie1-2/+2
OpenSim.Data namespace
2009-10-23Adding the presence service skeletonMelanie1-7/+7
2009-09-06Revising the user account data interfaces. No user functionality yetMelanie1-8/+7
2009-09-04Fully implement unencrypted auth token operationsMelanie1-0/+4
2009-09-04Add the user authentication data adapter. This is meant to use a new tableMelanie1-5/+15
schema, but can read the old ones for compatibility. It should not be used to write to the old tables unless you know what you're doing! This is untested and will probably not work.
2009-07-01Formatting cleanup.Jeff Ames1-7/+7
2009-07-01Add copyright headers.Jeff Ames1-1/+26
2009-07-01Update svn properties.Jeff Ames1-17/+17
2009-06-29Thank you kindly, Snowdrop, for a patch that solves:Charles Krinke1-0/+17
The current API for MRM is quite sparse, this patch supplies basic support for accessing the task inventory of object.