aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Estate (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-18 fail to connect to estates service is a fatal errorUbitUmarov1-3/+15
2016-11-09fix some invalid string.format argumentsUbitUmarov1-1/+1
2016-08-02revert that and actually don't loose the estates :)UbitUmarov1-6/+6
2016-08-02add a extra null check on epxirecache out ( ?? )UbitUmarov1-3/+3
2015-05-02Corrected typo in namespaceDiva Canto1-1/+1
2015-02-28minor: Remove mono compiler warnings from EstateDataConnectorJustin Clark-Casey (justincc)1-2/+0
2015-01-06Donation of robust network connectors for estate service, as promised. This ↵Diva Canto1-0/+340
allows to have one central database for estates without having to open the MySql port. This is off by default, so not to disturb everyone's existing installations. To use it, see GridCommon.ini.example [EstateDataStore] section and Robust*.ini.example's new additions. Note that I also made things consistent by removing both the EstateDataService and the SimulationService into their own dlls, just like all other services. They really didn't belong in Services.Connectors, since everything in that component is about network connectors to robust backends. We may have too many dlls, and at some point it might not be a bad idea to merge all services into one single dll, since they all have more or less the same dependencies.