| Commit message (Expand) | Author | Files | Lines |
2012-02-10 | Fix: Unable to remove AV from friend list (sqldb-bug) http://opensimulator.or... | PixelTomsen | 1 | -1/+1 |
2011-05-22 | More on HG Friends. Added Delete(string, string) across the board. Added secu... | Diva Canto | 1 | -0/+5 |
2011-05-21 | Fixed permissions bug related to friends in PermissionsModule. Added FriendsD... | Diva Canto | 1 | -1/+6 |
2010-09-23 | * Add CSharpSqlite to prebuild | Teravus Ovares (Dan Olivares) | 1 | -1/+5 |
2010-04-30 | Fix a bunch of issues that crop up after the naive porting of the new sqlite ... | Justin Clark-Casey (justincc) | 1 | -70/+0 |
2010-04-30 | rename SQLiteNG to SQLite and SQLite to SQLiteLegacy this seems the least evi... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2010-04-30 | put SQLiteNG classes in their own namespace to avoid confusion | Justin Clark-Casey | 1 | -1/+1 |
2010-04-30 | Change SQLiteNG to work with mono 2.6 and above using the Mono.Data.Sqlite.dll | Justin Clark-Casey (justincc) | 1 | -4/+4 |
2010-04-30 | Duplicate OpenSim.Data.SQLite into OpenSim.Data.SQLiteNG. SQLiteNG will shor... | Justin Clark-Casey (justincc) | 1 | -33/+20 |
2010-04-30 | rename SQLiteNG to SQLite and SQLite to SQLiteLegacy | Justin Clark-Casey (justincc) | 1 | -5/+9 |
2010-02-21 | SQLite connector for UserAccounts and Auth works. Yey! | Diva Canto | 1 | -17/+14 |
2010-02-20 | Restored mising m_Connection. | Diva Canto | 1 | -0/+1 |
2010-02-21 | Fix SQLite locking and make it more fascist for now | Melanie | 1 | -14/+22 |
2010-02-20 | SQLite connector better, but access to tables still doesn't work. | Diva Canto | 1 | -8/+5 |
2010-02-20 | Added UserAccountData and auth to the SQLite connector. Compiles, runs, but a... | Diva Canto | 1 | -3/+8 |
2010-01-04 | Sqlite framework and generic handler. They compile. More I cannot say. | Melanie | 1 | -47/+12 |
2009-11-02 | Removing Console.WriteLine()s that were brought in with the revert | John Hurliman | 1 | -2/+0 |
2009-11-02 | Reverting the memory leak patch for MySQL. Problems have been reported with t... | John Hurliman | 1 | -8/+5 |
2009-10-06 | Remove the using() constructs from the new style database modules; they caused | Melanie | 1 | -4/+10 |
2009-10-05 | Added CloseDBConnection() to replace the old CloseReaderCommand(). This will ... | John Hurliman | 1 | -7/+7 |
2009-10-04 | * MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L... | John Hurliman | 1 | -10/+4 |
2009-09-04 | More work on new authentication service | Melanie | 1 | -0/+8 |
2009-09-04 | Add the user authentication data adapter. This is meant to use a new table | Melanie | 1 | -0/+115 |