aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/config-include/HyperSimianGrid.ini (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bring back the Hyperlinker to the Robust console. Moved the config to ↵Diva Canto2011-12-301-1/+1
| | | | [GridService]. Changed all HG-related .inis, including HyperSimianGrid. No changes in user-facing inis.
* Make it possible to disable the HG linker. On non-HG systems it spits yellowMelanie2011-10-121-0/+1
| | | | spam, so it should not load unless HG is desired.
* Added a config var to HGInventoryAccessModule called OutboundPermission that ↵Diva Canto2011-02-041-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...
* WARNING: simulator config var change! This affects only system-facing ↵Diva Canto2010-12-271-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.
* * Added ISimulationDataService and IEstateDataServiceJohn Hurliman2010-09-121-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
* Corrected SimianGrid.ini and HyperSimianGrid.ini configs to specify services ↵John Hurliman2010-09-071-6/+6
| | | | in the way the ROBUST loader expects them (hopefully!)
* * Removed Simian.IsSimianEnabled() call, changed the SimianGrid connectors ↵John Hurliman2010-09-031-0/+77
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)