aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL (unfollow)
Commit message (Expand)AuthorFilesLines
2015-03-27varregion: refactor use of 'double heightmap[,]' into references to new class...Robert Adams1-27/+39
2015-03-04Alter the migrations so that it is a no-op as the columns are unused and the ...BlueWall2-4/+2
2015-03-04Chase latest change to asset description length with an update to XAssetStore...Cinder1-1/+9
2015-03-04Revert "Chase latest change to asset description length with an update to XAs...BlueWall1-9/+1
2015-03-04Chase latest change to asset description length with an update to XAssetStore...Cinder1-1/+9
2015-03-03Follow up to last commit, fix field lengthCinder1-0/+3
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 picksBlueWall2-3/+12
2014-10-15Fix logging level to Error in exception handlersBlueWall1-18/+18
2014-09-21 remove redundant lockUbitUmarov1-1/+2
2014-08-22Remove database connection locking in MySQLXAssetData. This is unnecessary a...Justin Clark-Casey (justincc)1-186/+168
2014-08-22Remove query locking in MySQLUserProfileData. This is not necessary as the c...Justin Clark-Casey (justincc)1-20/+8
2014-08-22Remove some use of database connection locking from MySQLSimulationData - thi...Justin Clark-Casey (justincc)1-318/+298
2014-08-22Remove lock in MySQLFramework. This is not necessary as the connection is no...Justin Clark-Casey (justincc)1-21/+12
2014-08-22Removing locking on requests in MySQLAssetData.Justin Clark-Casey (justincc)1-161/+144
2014-08-09Give extra info on the call stack when SQL errors happenMelanie Thielker1-0/+1
2014-07-29Persist new land fields for access controlMelanie Thielker1-2/+14
2014-07-21Add missing parts to profiles - classified deleteBlueWall1-7/+3
2014-06-17Change assembly versions to 0.8.1Justin Clark-Casey (justincc)1-1/+1
2014-05-31Fix a bug where estate not found would result in a dummy estate record with e...Diva Canto1-2/+9
2014-05-15Escape find string in MySQL core groups pluginJustin Clark-Casey (justincc)1-1/+1
2014-04-24When sending JSON-RPC calls (for UserProfile), use WebUtil instead of constru...Oren Hurvitz1-5/+0
2014-04-23Eliminated many warningsOren Hurvitz2-2/+2
2014-04-23Changed table 'im_offline' to use UTF8 characters. This fixes a problem with ...Oren Hurvitz1-1/+9
2014-04-22Changed the maximum asset name and description lengths to constants. Also, pr...Oren Hurvitz2-8/+8
2014-04-21Better logging in PresenceService, to help diagnose presence problems.Oren Hurvitz1-1/+9
2014-04-02Added assets service method AssetsExist(), which returns whether the given li...Oren Hurvitz2-43/+39
2014-03-24Fixed updating usersettings in the databaseOren Hurvitz1-2/+2
2014-03-24Don't show hidden groups in search resultsOren Hurvitz1-3/+3
2014-03-18Fix a bug in previous commit 01520bb where I accidentally saved OtherCleanTim...Justin Clark-Casey (justincc)1-1/+1
2014-03-18Save and load dwell parcel stat in MySQL DB adaptor. Field in table already ...Justin Clark-Casey (justincc)1-3/+4
2014-01-28Repair database routines so they properly return null when asked forRobert Adams1-1/+5
2014-01-16In the offline message table, store the sender.Oren Hurvitz1-1/+11
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)"Melanie2-28/+21
2013-12-06Add support for user preferences (im via email)BlueWall2-21/+28
2013-12-05Stop writing partner id to record when updating profile data. This should be ...BlueWall1-2/+0
2013-11-01varregion: push TerrainData implementation up and down the database storage s...Robert Adams1-21/+11
2013-10-07varregion: plug in TerrainData class and modify TerrainModule and LLClientVie...Robert Adams1-30/+17
2013-10-04Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)1-1/+1
2013-09-28Remove time based terrain storage in SQLite so revision number can be usedRobert Adams1-3/+4
2013-09-25Remove time based terrain storage in SQLite so revision number can be usedRobert Adams1-3/+4
2013-09-22Preserve attachment point & position when attachment is rezzed in worldAleric Inglewood2-5/+34
2013-09-02Allow one to specify a DefaultHGRegion flag in [GridService] in order to allo...Justin Clark-Casey (justincc)1-0/+5
2013-07-28This makes group search work (Groups V2).Diva Canto1-1/+1