aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-272-3/+12
* Fix logging level to Error in exception handlersBlueWall2014-10-151-18/+18
* Remove database connection locking in MySQLXAssetData. This is unnecessary a...Justin Clark-Casey (justincc)2014-08-221-186/+168
* Remove query locking in MySQLUserProfileData. This is not necessary as the c...Justin Clark-Casey (justincc)2014-08-221-20/+8
* Remove some use of database connection locking from MySQLSimulationData - thi...Justin Clark-Casey (justincc)2014-08-221-318/+298
* Remove lock in MySQLFramework. This is not necessary as the connection is no...Justin Clark-Casey (justincc)2014-08-221-21/+12
* Removing locking on requests in MySQLAssetData.Justin Clark-Casey (justincc)2014-08-221-161/+144
* Add missing parts to profiles - classified deleteBlueWall2014-07-211-7/+3
* Change assembly versions to 0.8.1Justin Clark-Casey (justincc)2014-06-171-1/+1
* Fix a bug where estate not found would result in a dummy estate record with e...Diva Canto2014-05-311-2/+9
* Escape find string in MySQL core groups pluginJustin Clark-Casey (justincc)2014-05-151-1/+1
* When sending JSON-RPC calls (for UserProfile), use WebUtil instead of constru...Oren Hurvitz2014-04-241-5/+0
* Eliminated many warningsOren Hurvitz2014-04-232-2/+2
* Changed table 'im_offline' to use UTF8 characters. This fixes a problem with ...Oren Hurvitz2014-04-231-1/+9
* Changed the maximum asset name and description lengths to constants. Also, pr...Oren Hurvitz2014-04-222-8/+8
* Better logging in PresenceService, to help diagnose presence problems.Oren Hurvitz2014-04-211-1/+9
* Added assets service method AssetsExist(), which returns whether the given li...Oren Hurvitz2014-04-022-43/+39
* Fixed updating usersettings in the databaseOren Hurvitz2014-03-241-2/+2
* Don't show hidden groups in search resultsOren Hurvitz2014-03-241-3/+3
* Fix a bug in previous commit 01520bb where I accidentally saved OtherCleanTim...Justin Clark-Casey (justincc)2014-03-181-1/+1
* Save and load dwell parcel stat in MySQL DB adaptor. Field in table already ...Justin Clark-Casey (justincc)2014-03-181-3/+4
* Repair database routines so they properly return null when asked forRobert Adams2014-01-281-1/+5
* Merge branch 'master' into varregionRobert Adams2014-01-191-1/+11
|\
| * Merge branch 'justincc-master'Justin Clark-Casey (justincc)2014-01-161-1/+11
| |\
| | * In the offline message table, store the sender.Oren Hurvitz2014-01-161-1/+11
* | | Merge branch 'master' into varregionRobert Adams2013-12-172-27/+42
|\ \ \ | |/ /
| * | 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-062-21/+28
* | Merge branch 'master' into varregionRobert Adams2013-12-051-2/+0
|\ \ | |/
| * Stop writing partner id to record when updating profile data. This should be ...BlueWall2013-12-051-2/+0
* | varregion: push TerrainData implementation up and down the database storage s...Robert Adams2013-11-011-21/+11
* | Merge branch 'master' into varregionRobert Adams2013-10-071-1/+1
|\ \ | |/
| * Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)2013-10-041-1/+1
* | varregion: plug in TerrainData class and modify TerrainModule and LLClientVie...Robert Adams2013-10-071-30/+17
* | Remove time based terrain storage in SQLite so revision number can be usedRobert Adams2013-09-281-3/+4
|/
* Preserve attachment point & position when attachment is rezzed in worldAleric Inglewood2013-09-222-5/+34
* Allow one to specify a DefaultHGRegion flag in [GridService] in order to allo...Justin Clark-Casey (justincc)2013-09-021-0/+5
* This makes group search work (Groups V2).Diva Canto2013-07-281-1/+1
* Cleanup old hg sessions (older than 2 days)Diva Canto2013-07-142-0/+11
* HG UAS: Moved hg-session data from memory to DB storage. This makes it so tha...Diva Canto2013-07-142-0/+87
* HG Friends: migration #3 is failing on some installations of MySql. Setting t...Diva Canto2013-07-041-1/+1
* Fix SQL statementDiva Canto2013-07-021-1/+1
* Really make it call the method with the query interfaceDiva Canto2013-07-021-1/+1
* This should have a strong effect on the Unknown User issue mantis #6625Diva Canto2013-07-021-2/+5
* In XAssetService, on a delete asset request also delete the asset in any chai...Justin Clark-Casey (justincc)2013-06-281-0/+2
* Make the concept of namespaces explicit in dynamic attributesJustin Clark-Casey (justincc)2013-06-271-1/+1