aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLUserProfilesData.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix MySQL and PGSQL *UserProfilesData.GetUserAppData() calls to correctly set...Justin Clark-Casey (justincc)2015-01-131-1/+1
* Fix whitespace hoping to avoid a floggingBlueWall2014-11-251-5/+5
* Re-work handling of email notifications settings.BlueWall2014-11-241-3/+0
* Fix handling of user preference updates where no email address is suppliedBlueWall2014-11-231-4/+9
* Add hypergrid teleporting support to user profiles picksBlueWall2014-10-271-2/+6
* Fix logging level to Error in exception handlersBlueWall2014-10-151-18/+18
* Remove query locking in MySQLUserProfileData. This is not necessary as the c...Justin Clark-Casey (justincc)2014-08-221-20/+8
* Add missing parts to profiles - classified deleteBlueWall2014-07-211-7/+3
* When sending JSON-RPC calls (for UserProfile), use WebUtil instead of constru...Oren Hurvitz2014-04-241-5/+0
* Fixed updating usersettings in the databaseOren Hurvitz2014-03-241-2/+2
* Fix issue with editing notes for other avatarsBlueWall2013-12-161-0/+4
* Populate user preferences with UserAccount email if it is present, else retur...BlueWall2013-12-161-6/+10
* Add support for user preferences (im via email)BlueWall2013-12-061-21/+18
* Stop writing partner id to record when updating profile data. This should be ...BlueWall2013-12-051-2/+0
* Adding standard OpenSim header to source filesBlueWall2013-05-311-0/+27
* Fill in fields with default values on profile creationBlueWall2013-05-311-2/+48
* UserProfilesBlueWall2013-05-301-0/+1023