aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteUserProfilesData.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-10-15Fix logging level to Error in exception handlersBlueWall1-18/+18
2014-04-24When sending JSON-RPC calls (for UserProfile), use WebUtil instead of ↵Oren Hurvitz1-6/+0
constructing the HTTP requests manually. This allows the calls to be logged when using "debug http all 6".
2014-04-23Eliminated many warningsOren Hurvitz1-1/+0
2013-12-16Populate user preferences with UserAccount email if it is present, else ↵BlueWall1-1/+2
return an error indicating no email is on record for the user.
2013-12-06Add support for user preferences (im via email)BlueWall1-0/+83
2013-12-05Adding profile partners fix to SQLite and PgSQL driversBlueWall1-2/+0
2013-06-07SQLite support for UserProfilesBlueWall1-0/+904