aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteUserProfilesData.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix logging level to Error in exception handlersBlueWall2014-10-151-18/+18
|
* When sending JSON-RPC calls (for UserProfile), use WebUtil instead of ↵Oren Hurvitz2014-04-241-6/+0
| | | | constructing the HTTP requests manually. This allows the calls to be logged when using "debug http all 6".
* Eliminated many warningsOren Hurvitz2014-04-231-1/+0
|
* Populate user preferences with UserAccount email if it is present, else ↵BlueWall2013-12-161-1/+2
| | | | return an error indicating no email is on record for the user.
* Add support for user preferences (im via email)BlueWall2013-12-061-0/+83
|
* Adding profile partners fix to SQLite and PgSQL driversBlueWall2013-12-051-2/+0
|
* SQLite support for UserProfilesBlueWall2013-06-071-0/+904