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
/
Framework
/
Data.SQLite
/
SQLiteUserData.cs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2007-12-13
Minor cleanup
Jeff Ames
1
-15
/
+12
2007-12-10
saved OpenSim source code from the giant rampaging unterminated copyright not...
Jeff Ames
1
-2
/
+2
2007-11-30
* Fixed a bug in my 'user already logged in' fix that could cause a null refe...
Teravus Ovares
1
-2
/
+4
2007-11-30
* Here's the issue, on log-off, the routine sets up a null useragent member a...
Teravus Ovares
1
-1
/
+21
2007-11-29
fixed duplicate login in standalone mode (mostly untested in grid mode)
Jeff Ames
1
-3
/
+3
2007-11-13
* Added AvatarPicker in Standalone mode. Works for finding avatar to ban, m...
Teravus Ovares
1
-0
/
+53
2007-10-30
* Optimized usings
lbsa71
1
-122
/
+139
2007-10-29
as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...
MW
1
-2
/
+2
2007-10-22
* Removed plenty more untagged console messages. Everything now has shiny gro...
Adam Frisby
1
-1
/
+1
2007-10-05
* So, ok, maybe renaming serialized fields on a friday wasn't the smartest of...
lbsa71
1
-51
/
+51
2007-10-05
* UserProfileData meets code conventions
lbsa71
1
-51
/
+51
2007-10-05
== The "right name and place" commit ==
lbsa71
1
-0
/
+1
2007-09-24
* Renamed methods on IUserData
lbsa71
1
-17
/
+17
2007-09-15
put some locking around user access, which should help with
Sean Dague
1
-45
/
+53
2007-09-10
mass update of urls in source code to new website
Sean Dague
1
-1
/
+1
2007-09-07
factor out common methods to SQLiteBase
Sean Dague
1
-169
/
+1
2007-08-30
remove debugging statement
Sean Dague
1
-1
/
+1
2007-08-28
some changes which get us closer to Sqlite storage for users
Sean Dague
1
-3
/
+6
2007-08-28
Ensure that UserProfileData doesn't pass down null values.
Sean Dague
1
-18
/
+25
2007-08-28
sqlite is storing now, uint64 makes things "interesting".
Sean Dague
1
-7
/
+8
2007-08-28
added some more types that will be needed
Sean Dague
1
-2
/
+14
2007-08-28
sqlite user datastore "should" be functionally complete
Sean Dague
1
-115
/
+74
2007-08-27
first pass implementation of sqlite storage for user data. This
Sean Dague
1
-0
/
+705