aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed unused code that checked wait_timeout in MySQLEstateDataOren Hurvitz2015-08-111-34/+0
* Correcting errors in previous change: MySQL needs int unsigned, notMelanie Thielker2015-07-141-1/+1
* Mantis #7629: Change LandFlags column to unsigned. Thanks, Jim!Melanie Thielker2015-07-141-0/+8
* Bringing FSAssets more inline with current OpenSim standards. * If no connect...AliciaRaven2015-07-122-25/+100
* Some cleanup, add prebuild project, correct pathMelanie Thielker2015-07-111-4/+0
* Rename for uniformity, add data moduleMelanie Thielker2015-07-111-0/+361
* Removing the Store methods in the DB layer of AgentPreferences, as they were ...Diva Canto2015-06-141-5/+0
* Quell three new warnings I introduced with AgentPrefsData, return an empty ll...Cinder2015-06-141-2/+2
* Refactor AgentPreferences so that database operations happen centrally. the o...Cinder2015-06-131-15/+2
* Relicense AgentPreferences files to BSD and OpenSimulatorCinder2015-06-131-23/+24
* Support for Linden AgentPreferences capability and friends (UpdateAgentLangua...Cinder2015-06-132-0/+91
* Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto2015-04-291-1/+1
* Change UserProfiles so that the parcel name is used for a ProfilePick and not...AliciaRaven2015-04-121-2/+4
* Alter the migrations so that it is a no-op as the columns are unused and the ...BlueWall2015-03-042-4/+2
* Chase latest change to asset description length with an update to XAssetStore...Cinder2015-03-041-1/+9
* Revert "Chase latest change to asset description length with an update to XAs...BlueWall2015-03-041-9/+1
* Chase latest change to asset description length with an update to XAssetStore...Cinder2015-03-041-1/+9
* Follow up to last commit, fix field lengthCinder2015-03-031-0/+3
* 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-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
| |/