aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteUserAccountData.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-1/+6
2012-11-14More consistently dispose of SqliteCommand in OpenSim.Data.SQLite where possi...Justin Clark-Casey (justincc)1-12/+13
2010-09-23* Add CSharpSqlite to prebuildTeravus Ovares (Dan Olivares)1-1/+5
2010-08-15Fix SQLite database plugin for UserAccountData queries with a single word.Marck1-1/+1
2010-04-30rename SQLiteNG to SQLite and SQLite to SQLiteLegacyJustin Clark-Casey (justincc)1-2/+2
2010-04-16Bug fix in SQLite/SQLiteUserAccountData.cs: Missing'(' in one of the SQL stat...Diva Canto1-1/+1
2010-02-20Added UserAccountData and auth to the SQLite connector. Compiles, runs, but a...Diva Canto1-12/+9
2010-02-05Updated MySQL connection management to use the MySQL connection pooling. This...Master ScienceSim1-76/+80
2009-12-31Implement avatar picker queriesMelanie1-2/+36
2009-12-31Implement saving user account dataMelanie1-1/+1
2009-12-30Some modifications to user service. Query by name is implemented nowMelanie1-0/+1
2009-12-29Polished the IUserService interface.Diva Canto1-4/+4
2009-12-29Change the interface a bit before someone depends on it's current formMelanie1-0/+4
2009-12-29Give the new user tables the once-over. Strip the current set of methodsMelanie1-137/+2
2009-11-02Reverting the memory leak patch for MySQL. Problems have been reported with t...John Hurliman1-42/+45
2009-10-06Remove the using() constructs from the new style database modules; they causedMelanie1-38/+36
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-73/+68
2009-09-29Add copyright header. Formatting cleanup.Jeff Ames1-1/+1
2009-09-25minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2009-09-06Revising the user account data interfaces. No user functionality yetMelanie1-62/+30
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