aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLAuthenticationData.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-27/+31
* Consistently use using() to make sure we dispose of used MySqlCommands where ...Justin Clark-Casey (justincc)2012-04-301-83/+82
* Fixed problem with MySQL: it was possible for one thread to use an incomplete...Oren Hurvitz2012-04-241-8/+15
* Pull up Assembly of the MySQL classes as a protected property, so that it can...Diva Canto2011-03-081-1/+7
* Updated MySQL connection management to use the MySQL connection pooling. This...Master ScienceSim2010-02-051-34/+37
* Reverting the memory leak patch for MySQL. Problems have been reported with t...John Hurliman2009-11-021-7/+11
* Remove the using() constructs from the new style database modules; they causedMelanie2009-10-061-32/+30
* Added CloseDBConnection() to replace the old CloseReaderCommand(). This will ...John Hurliman2009-10-051-2/+6
* * MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L...John Hurliman2009-10-041-28/+22
* Add copyright header. Formatting cleanup.Jeff Ames2009-09-291-1/+1
* Add the new AuthStore to migrations. Update OpenSim.Server.iniMelanie2009-09-041-0/+3
* Fully implement unencrypted auth token operationsMelanie2009-09-041-0/+52
* More work on new authentication serviceMelanie2009-09-041-12/+23
* Add the user authentication data adapter. This is meant to use a new tableMelanie2009-09-041-0/+146