index
:
opensim-SC_OLD
master
My fork of OpenSim for IG and MG, called SledjChisl.
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
OpenSim
/
Data
/
SQLite
/
SQLiteAuthenticationData.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-02-21
Add 64 bit Windows sqlite3.dll and use this if running a 64-bit windows process.
Justin Clark-Casey (justincc)
1
-0
/
+3
2011-07-16
refactor: Pull up Assembly of the SQLite classes as a protected property, so ...
Marck
1
-1
/
+6
2011-05-06
minor: remove mono compiler warnings
Justin Clark-Casey (justincc)
1
-3
/
+1
2010-09-23
* Add CSharpSqlite to prebuild
Teravus Ovares (Dan Olivares)
1
-1
/
+6
2010-04-30
minor: eliminate more debug Console.WriteLines, convert one to logging instead
Justin Clark-Casey (justincc)
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
-257
/
+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
-14
/
+9
2010-04-30
Duplicate OpenSim.Data.SQLite into OpenSim.Data.SQLiteNG. SQLiteNG will shor...
Justin Clark-Casey (justincc)
1
-52
/
+99
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