aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLAuthenticationData.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-27/+31
2012-04-30Consistently use using() to make sure we dispose of used MySqlCommands where ...Justin Clark-Casey (justincc)1-83/+82
2012-04-24Fixed problem with MySQL: it was possible for one thread to use an incomplete...Oren Hurvitz1-8/+15
2011-03-08Pull up Assembly of the MySQL classes as a protected property, so that it can...Diva Canto1-1/+7
2010-02-05Updated MySQL connection management to use the MySQL connection pooling. This...Master ScienceSim1-34/+37
2009-11-02Reverting the memory leak patch for MySQL. Problems have been reported with t...John Hurliman1-7/+11
2009-10-06Remove the using() constructs from the new style database modules; they causedMelanie1-32/+30
2009-10-05Added CloseDBConnection() to replace the old CloseReaderCommand(). This will ...John Hurliman1-2/+6
2009-10-04* MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L...John Hurliman1-28/+22
2009-09-29Add copyright header. Formatting cleanup.Jeff Ames1-1/+1
2009-09-04Add the new AuthStore to migrations. Update OpenSim.Server.iniMelanie1-0/+3
2009-09-04Fully implement unencrypted auth token operationsMelanie1-0/+52
2009-09-04More work on new authentication serviceMelanie1-12/+23
2009-09-04Add the user authentication data adapter. This is meant to use a new tableMelanie1-0/+146