| Commit message (Expand) | Author | Files | Lines |
2010-04-30 | minor: eliminate more debug Console.WriteLines, convert one to logging instead | Justin Clark-Casey (justincc) | 1 | -1/+5 |
2010-04-30 | rename SQLiteNG to SQLite and SQLite to SQLiteLegacy | Justin Clark-Casey (justincc) | 1 | -14/+9 |
2010-04-16 | One more bug fix in sqlite sql statements. | Diva Canto | 1 | -1/+1 |
2010-03-10 | Formatting cleanup. Add copyright notices. | Jeff Ames | 1 | -1/+1 |
2010-02-21 | SQLite connector for UserAccounts and Auth works. Yey! | Diva Canto | 1 | -28/+41 |
2010-02-20 | Restored mising m_Connection. | Diva Canto | 1 | -4/+6 |
2010-02-20 | SQLite connector better, but access to tables still doesn't work. | Diva Canto | 1 | -14/+47 |
2010-02-20 | Added UserAccountData and auth to the SQLite connector. Compiles, runs, but a... | Diva Canto | 1 | -33/+32 |
2010-02-05 | Updated MySQL connection management to use the MySQL connection pooling. This... | Master ScienceSim | 1 | -34/+37 |
2009-11-02 | Reverting the memory leak patch for MySQL. Problems have been reported with t... | John Hurliman | 1 | -7/+11 |
2009-10-06 | Remove the using() constructs from the new style database modules; they caused | Melanie | 1 | -32/+30 |
2009-10-05 | Added CloseDBConnection() to replace the old CloseReaderCommand(). This will ... | John Hurliman | 1 | -2/+6 |
2009-10-04 | * MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L... | John Hurliman | 1 | -28/+22 |
2009-09-29 | Add copyright header. Formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2009-09-04 | Add the new AuthStore to migrations. Update OpenSim.Server.ini | Melanie | 1 | -0/+3 |
2009-09-04 | Fully implement unencrypted auth token operations | Melanie | 1 | -0/+52 |
2009-09-04 | More work on new authentication service | Melanie | 1 | -12/+23 |
2009-09-04 | Add the user authentication data adapter. This is meant to use a new table | Melanie | 1 | -0/+146 |