aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteAuthenticationData.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-3/+3
2012-11-14More consistently dispose of SqliteCommand in OpenSim.Data.SQLite where possi...Justin Clark-Casey (justincc)1-79/+66
2012-02-21Add 64 bit Windows sqlite3.dll and use this if running a 64-bit windows process.Justin Clark-Casey (justincc)1-0/+3
2011-07-16refactor: Pull up Assembly of the SQLite classes as a protected property, so ...Marck1-1/+6
2011-05-06minor: remove mono compiler warningsJustin Clark-Casey (justincc)1-3/+1
2010-09-23* Add CSharpSqlite to prebuildTeravus Ovares (Dan Olivares)1-1/+6
2010-04-30minor: eliminate more debug Console.WriteLines, convert one to logging insteadJustin Clark-Casey (justincc)1-1/+5
2010-04-30rename SQLiteNG to SQLite and SQLite to SQLiteLegacyJustin Clark-Casey (justincc)1-14/+9
2010-04-16One more bug fix in sqlite sql statements.Diva Canto1-1/+1
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-1/+1
2010-02-21SQLite connector for UserAccounts and Auth works. Yey!Diva Canto1-28/+41
2010-02-20Restored mising m_Connection.Diva Canto1-4/+6
2010-02-20SQLite connector better, but access to tables still doesn't work.Diva Canto1-14/+47
2010-02-20Added UserAccountData and auth to the SQLite connector. Compiles, runs, but a...Diva Canto1-33/+32
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