aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLPresenceData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-4/+4
|
* Restrict IPresenceData.VerifyAgentBlueWall2012-12-091-3/+6
| | | | Restrict IPresenceData.VerifyAgent to only return bool result
* Add agent verification to PresenceBlueWall2012-12-081-0/+11
|
* Consistently use using() to make sure we dispose of used MySqlCommands where ↵Justin Clark-Casey (justincc)2012-04-301-17/+19
| | | | this is not already being done.
* remove further mono compiler warningsJustin Clark-Casey (justincc)2011-05-061-1/+1
|
* fix build breakJustin Clark-Casey (justincc)2010-10-131-1/+1
|
* Correctly update the LastSeen fieldMelanie Thielker2010-10-131-1/+1
|
* Ensure no UUID.Zero region ID is ever written to presence. Add a MigrationMelanie Thielker2010-10-131-1/+3
| | | | to add a LastSeen field of type "Timestamp" to Presence for MySQL
* GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto2010-05-071-63/+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.
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-101-1/+1
|
* remove test presence from NullPresenceData since this appears to stop ↵Justin Clark-Casey (justincc)2010-03-041-2/+2
| | | | | | | 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
* Make an exception report more clear. Fix a database access in Presence toMelanie2010-02-081-15/+22
| | | | conform to the changes in the generic table handler.
* Merge branch 'master' into presence-refactorMelanie2010-02-081-17/+16
| | | | | This was a large, heavily conflicted merge and things MAY have got broken. Please check!
* New LL login service is working! -- tested in standalone only. Things still ↵Diva Canto2010-01-011-3/+3
| | | | missing from response, namely Library and Friends. Appearance service is also missing.
* Adding new fields and home location methid to presence. Adding cleanupMelanie2009-12-281-0/+52
| | | | (deleting all but one presence record) on logout so that they don't pile up.
* Add the migration for friends and guard the presence Report functionMelanie2009-12-281-0/+4
|
* Add the MySQL presence data moduleMelanie2009-12-271-0/+93