Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -4/+4 | |
2018-01-18 | fail to connect to estates service is a fatal error | UbitUmarov | 1 | -3/+15 | |
2016-11-09 | fix some invalid string.format arguments | UbitUmarov | 1 | -1/+1 | |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -0/+338 | |
2016-08-02 | revert that and actually don't loose the estates :) | UbitUmarov | 1 | -6/+6 | |
2016-08-02 | add a extra null check on epxirecache out ( ?? ) | UbitUmarov | 1 | -3/+3 | |
2015-05-02 | Corrected typo in namespace | Diva Canto | 1 | -1/+1 | |
2015-02-28 | minor: Remove mono compiler warnings from EstateDataConnector | Justin Clark-Casey (justincc) | 1 | -2/+0 | |
2015-01-06 | Donation of robust network connectors for estate service, as promised. This ↵ | Diva Canto | 1 | -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. |