aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLUserProfilesData.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2018-01-02fix/clean error messages on MySQLUserProfiles (profilesV2)UbitUmarov1-36/+18
2017-05-06 build const strings a compile time...UbitUmarov1-201/+146
2017-05-06 MySQLConnector is not a MS productUbitUmarov1-0/+16
2017-01-05Massive tab and trailing space cleanupMelanie Thielker1-88/+88
2016-09-15Minor, remove unused OSDMap declaration in MySQL profilesAliciaRaven1-4/+1
2015-09-03 at last we can login and see objects ( friends is dead and disable inUbitUmarov1-1/+0
2015-09-02seems to compile ( tests comented out)UbitUmarov1-24/+24
2015-04-12Change UserProfiles so that the parcel name is used for a ProfilePick and not...AliciaRaven1-2/+4
2015-01-13Fix MySQL and PGSQL *UserProfilesData.GetUserAppData() calls to correctly set...Justin Clark-Casey (justincc)1-1/+1
2014-11-25Fix whitespace hoping to avoid a floggingBlueWall1-5/+5
2014-11-24Re-work handling of email notifications settings.BlueWall1-3/+0
2014-11-23Fix handling of user preference updates where no email address is suppliedBlueWall1-4/+9
2014-10-27Add hypergrid teleporting support to user profiles picksBlueWall1-2/+6
2014-10-15Fix logging level to Error in exception handlersBlueWall1-18/+18
2014-08-22Remove query locking in MySQLUserProfileData. This is not necessary as the c...Justin Clark-Casey (justincc)1-20/+8
2014-07-21Add missing parts to profiles - classified deleteBlueWall1-7/+3
2014-04-24When sending JSON-RPC calls (for UserProfile), use WebUtil instead of constru...Oren Hurvitz1-5/+0
2014-03-24Fixed updating usersettings in the databaseOren Hurvitz1-2/+2
2014-01-05Remove the core module extra profile settings support carried in with the latestMelanie1-2/+2
2013-12-16Fix issue with editing notes for other avatarsBlueWall1-0/+4
2013-12-16Populate user preferences with UserAccount email if it is present, else retur...BlueWall1-6/+10
2013-12-07Revert "Add support for user preferences (im via email)"Melanie1-18/+21
2013-12-06Add support for user preferences (im via email)BlueWall1-21/+18
2013-12-05Stop writing partner id to record when updating profile data. This should be ...BlueWall1-2/+0
2013-05-31Adding standard OpenSim header to source filesBlueWall1-0/+27
2013-05-31Fill in fields with default values on profile creationBlueWall1-2/+48
2013-05-30UserProfilesBlueWall1-0/+1023