aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLEstateData.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-10/+16
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-36/+9
* Move Telehub tables and data from EstateSettings to RegionSettings.Melanie2012-01-221-65/+0
* Telehub Support:BlueWall2012-01-211-1/+65
* Reattaching a region was failing if the estate name had not changed (issue 50...Kevin Houlihan2011-09-161-44/+79
* remove further mono compiler warningsJustin Clark-Casey (justincc)2011-05-061-2/+2
* Make the "All Estates" option work from the client (this makes chosen changes...Justin Clark-Casey (justincc)2011-04-051-0/+30
* On initial region registration, if the user chooses the option to make the re...Justin Clark-Casey (justincc)2011-03-211-0/+40
* Pull up Assembly of the MySQL classes as a protected property, so that it can...Diva Canto2011-03-081-2/+6
* * Added ISimulationDataService and IEstateDataServiceJohn Hurliman2010-09-121-0/+9
* All (?) MySQL stores fixed to use DBGuid.FromDB()AlexRa2010-05-191-17/+7
* Allow regions to get the list of the other regions in the estateMelanie Thielker2010-05-041-1/+30
* * Catch exceptions thrown when MySQLEstateData.LinkRegion() is called. This w...John Hurliman2010-03-261-8/+14
* First stage of the new interactive region creation. This will allow creationMelanie2010-03-231-45/+130
* Remove the reading of estate_settings.xml and the associated processing ofMelanie2010-03-221-13/+5
* Updated MySQL connection management to use the MySQL connection pooling. This...Master ScienceSim2010-02-051-220/+220
* Reverting the memory leak patch for MySQL. Problems have been reported with t...John Hurliman2009-11-021-152/+158
* * MySQL data tests now pass by fixing a bad fix for a bad cast on the asset L...John Hurliman2009-10-041-158/+152
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* * Applied a patch that: Added estate ban table to migration scripts and nhibe...lbsa712009-02-211-4/+4
* Fix estate ban list persistence in MySQL and reenable testsMelanie Thielker2009-02-181-1/+1
* * Moved the nifty MySQLEstateData connectionstring password-stripper out into...lbsa712009-02-171-31/+15
* * optimized usings.lbsa712009-02-121-7/+4
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-2/+2
* Update svn properties, formatting cleanup.Jeff Ames2008-09-091-1/+1
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-13/+13
* Formatting cleanup.Jeff Ames2008-08-181-31/+31
* Minor formatting cleanup.Jeff Ames2008-08-071-1/+1
* Patch #8 in the estate series. Introduces the concept of an estateMelanie Thielker2008-08-011-0/+7
* Update svn properties. Formatting cleanup. Remove a compiler warning.Jeff Ames2008-07-231-12/+14
* Update svn properties. Fix some inconsistent newlines.Jeff Ames2008-07-191-23/+23
* Patch to fix saving of estate managers list loaded during migration.Melanie Thielker2008-07-181-0/+3
* squashing further warnings.Dr Scofield2008-07-181-19/+19
* masks MySQL password from console startup messagesDahlia Trimble2008-07-181-2/+25
* Patch #9151Melanie Thielker2008-07-181-0/+386