aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLEstateData.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-10/+16
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-36/+9
2012-01-22Move Telehub tables and data from EstateSettings to RegionSettings.Melanie1-65/+0
2012-01-21Telehub Support:BlueWall1-1/+65
2011-09-16Reattaching a region was failing if the estate name had not changed (issue 50...Kevin Houlihan1-44/+79
2011-05-06remove further mono compiler warningsJustin Clark-Casey (justincc)1-2/+2
2011-04-05Make the "All Estates" option work from the client (this makes chosen changes...Justin Clark-Casey (justincc)1-0/+30
2011-03-21On initial region registration, if the user chooses the option to make the re...Justin Clark-Casey (justincc)1-0/+40
2011-03-08Pull up Assembly of the MySQL classes as a protected property, so that it can...Diva Canto1-2/+6
2010-09-12* Added ISimulationDataService and IEstateDataServiceJohn Hurliman1-0/+9
2010-05-19All (?) MySQL stores fixed to use DBGuid.FromDB()AlexRa1-17/+7
2010-05-04Allow regions to get the list of the other regions in the estateMelanie Thielker1-1/+30
2010-03-26* Catch exceptions thrown when MySQLEstateData.LinkRegion() is called. This w...John Hurliman1-8/+14
2010-03-23First stage of the new interactive region creation. This will allow creationMelanie1-45/+130
2010-03-22Remove the reading of estate_settings.xml and the associated processing ofMelanie1-13/+5
2010-02-05Updated MySQL connection management to use the MySQL connection pooling. This...Master ScienceSim1-220/+220
2009-11-02Reverting the memory leak patch for MySQL. Problems have been reported with t...John Hurliman1-152/+158
2009-10-04* MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L...John Hurliman1-158/+152
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-02-21* Applied a patch that: Added estate ban table to migration scripts and nhibe...lbsa711-4/+4
2009-02-18Fix estate ban list persistence in MySQL and reenable testsMelanie Thielker1-1/+1
2009-02-17* Moved the nifty MySQLEstateData connectionstring password-stripper out into...lbsa711-31/+15
2009-02-12* optimized usings.lbsa711-7/+4
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-2/+2
2008-09-09Update svn properties, formatting cleanup.Jeff Ames1-1/+1
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-13/+13
2008-08-18Formatting cleanup.Jeff Ames1-31/+31
2008-08-07Minor formatting cleanup.Jeff Ames1-1/+1
2008-08-01Patch #8 in the estate series. Introduces the concept of an estateMelanie Thielker1-0/+7
2008-07-23Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames1-12/+14
2008-07-19Update svn properties. Fix some inconsistent newlines.Jeff Ames1-23/+23
2008-07-18Patch to fix saving of estate managers list loaded during migration.Melanie Thielker1-0/+3
2008-07-18squashing further warnings.Dr Scofield1-19/+19
2008-07-18masks MySQL password from console startup messagesDahlia Trimble1-2/+25
2008-07-18Patch #9151Melanie Thielker1-0/+386