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
/
SQLiteLegacy
/
SQLiteUserAccountData.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2010-04-30
rename SQLiteNG to SQLite and SQLite to SQLiteLegacy
Justin Clark-Casey (justincc)
1
-3
/
+3
2010-04-23
put SQLiteNG classes in their own namespace to avoid confusion
Justin Clark-Casey
1
-1
/
+1
2010-04-23
Change SQLiteNG to work with mono 2.6 and above using the Mono.Data.Sqlite.dll
Justin Clark-Casey (justincc)
1
-2
/
+2
2010-04-23
Duplicate OpenSim.Data.SQLite into OpenSim.Data.SQLiteNG. SQLiteNG will shor...
Justin Clark-Casey (justincc)
1
-0
/
+0
2010-04-16
Bug fix in SQLite/SQLiteUserAccountData.cs: Missing'(' in one of the SQL stat...
Diva Canto
1
-1
/
+1
2010-02-20
Added UserAccountData and auth to the SQLite connector. Compiles, runs, but a...
Diva Canto
1
-12
/
+9
2010-02-05
Updated MySQL connection management to use the MySQL connection pooling. This...
Master ScienceSim
1
-76
/
+80
2009-12-31
Implement avatar picker queries
Melanie
1
-2
/
+36
2009-12-31
Implement saving user account data
Melanie
1
-1
/
+1
2009-12-30
Some modifications to user service. Query by name is implemented now
Melanie
1
-0
/
+1
2009-12-29
Polished the IUserService interface.
Diva Canto
1
-4
/
+4
2009-12-29
Change the interface a bit before someone depends on it's current form
Melanie
1
-0
/
+4
2009-12-29
Give the new user tables the once-over. Strip the current set of methods
Melanie
1
-137
/
+2
2009-11-02
Reverting the memory leak patch for MySQL. Problems have been reported with t...
John Hurliman
1
-42
/
+45
2009-10-06
Remove the using() constructs from the new style database modules; they caused
Melanie
1
-38
/
+36
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
-73
/
+68
2009-09-29
Add copyright header. Formatting cleanup.
Jeff Ames
1
-1
/
+1
2009-09-25
minor: remove some mono compiler warnings
Justin Clark-Casey (justincc)
1
-1
/
+1
2009-09-06
Revising the user account data interfaces. No user functionality yet
Melanie
1
-62
/
+30
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