aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/HyperSimianGrid.ini (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-6/+6
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/+5
2011-12-30Bring back the Hyperlinker to the Robust console. Moved the config to ↵Diva Canto1-1/+1
[GridService]. Changed all HG-related .inis, including HyperSimianGrid. No changes in user-facing inis.
2011-10-12Make it possible to disable the HG linker. On non-HG systems it spits yellowMelanie1-0/+1
spam, so it should not load unless HG is desired.
2011-02-04Added a config var to HGInventoryAccessModule called OutboundPermission that ↵Diva Canto1-0/+11
controls whether the sim lets asset POSTs happen to foreign grids or not. It's True by default. If ppl want to allow foreign visitors but don't want to allow any assets out of their grid, they should set this to False. This is the beginning of policies for these things...
2010-12-27WARNING: simulator config var change! This affects only system-facing ↵Diva Canto1-2/+3
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-6/+6
in the way the ROBUST loader expects them (hopefully!)
2010-09-03* Removed Simian.IsSimianEnabled() call, changed the SimianGrid connectors ↵John Hurliman1-5/+12
to handle initialization as graceful as possible with the current broken way region module initialization is done * Added config-include/HyperSimianGrid.ini option for connecting to SimianGrid with HyperGrid enabled (work in progress on the SimianGrid side)
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