aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLPresenceData.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-4/+4
* Restrict IPresenceData.VerifyAgentBlueWall2012-12-091-3/+6
* 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
* 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
* GridUserService in place. Replaces the contrived concept of storing user's ho...Diva Canto2010-05-071-63/+3
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-101-1/+1
* remove test presence from NullPresenceData since this appears to stop existin...Justin Clark-Casey (justincc)2010-03-041-2/+2
* Make an exception report more clear. Fix a database access in Presence toMelanie2010-02-081-15/+22
* Merge branch 'master' into presence-refactorMelanie2010-02-081-17/+16
* New LL login service is working! -- tested in standalone only. Things still m...Diva Canto2010-01-011-3/+3
* Adding new fields and home location methid to presence. Adding cleanupMelanie2009-12-281-0/+52
* 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