aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL/MSSQLPresenceData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Restrict IPresenceData.VerifyAgentBlueWall2012-12-091-5/+7
| | | | Restrict IPresenceData.VerifyAgent to only return bool result
* Add agent verification to PresenceBlueWall2012-12-081-0/+11
|
* remove some mono compiler warningsJustin Clark-Casey (justincc)2011-03-311-1/+1
|
* GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto2010-05-071-69/+3
| | | | | | 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.
* MSSQL Additions for Presence Refactor branch. Most functionality tested and ↵StrawberryFride2010-02-241-0/+170
works, some outstanding issues around login location and border crossings on y axis. Signed-off-by: Melanie <melanie@t-data.com>