aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/SimianGrid.ini (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-09-16Disable Flotsam cache.onefang1-1/+1
Coz on Linux we can just rely on the usual file caching. Flotsam is just another level of caching, thus just one more source of slow down and resource waste.
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-5/+5
2016-11-04Attempt to move everything writable, and the configs, out of the bin directory.David Walter Seikel1-0/+0
Log configs are still in the bin directory.
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-4/+4
2015-01-21Replace the tabs that have crept into isolated places in config and config ↵Justin Clark-Casey (justincc)1-2/+2
example files with spaces
2015-01-06Donation of robust network connectors for estate service, as promised. This ↵Diva Canto1-2/+2
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.
2010-12-27WARNING: simulator config var change! This affects only system-facing ↵Diva Canto1-1/+2
configs. Nothing to do if you follow the rules of not messing with Grid.ini and GridHypergrid.ini. Change the remote Grid region module so that it takes the network connector as a config variable. This allows the region plugin to be reused for both Robust and Simian network connectors.
2010-09-12* Added ISimulationDataService and IEstateDataServiceJohn Hurliman1-0/+6
* Removed StorageManager * CONFIG CHANGE: There are no more database settings in OpenSim.ini. Check the config-include configuration files for region store and estate store database settings
2010-09-07Corrected SimianGrid.ini and HyperSimianGrid.ini configs to specify services ↵John Hurliman1-8/+8
in the way the ROBUST loader expects them (hopefully!)
2010-07-22Adding sample configuration to previous patchMelanie1-0/+3
2010-04-04Updates to config files for groupsunknown1-0/+10
Signed-off-by: Melanie <melanie@t-data.com>
2010-03-15Fixed a bad module name in SimianGrid.iniJohn Hurliman1-1/+1
2010-03-12Fixed SimianGrid.ini to use GridCommon.ini(.example)John Hurliman1-34/+21
2010-03-11Adding the SimianGrid connectorsJohn Hurliman1-0/+70