aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-16add the option to not display parcel ban linesUbitUmarov1-1/+4
2015-11-27add missing Xengine MinTimerInterval to opensim.ini.exampleUbitUmarov1-0/+3
2015-11-20change ScriptStopStrategy to the default value co-op (mantis 7740UbitUmarov1-1/+1
2015-11-12Corrections to ini example files for standalones v2Ai Austin1-9/+8
Remove "currently unused" indicators for some parameters and add missing "DestinationGuide" parameter in [GridServiceInfo] in StandaloneCommon.ini.example as they do work for a standalone. Regularize example URLs for externally provided web page and economy helper information for uniformity. Correct mistake in reference to grid wide DestinationGuide in override capability in OpenSim.ini.example. Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
2015-10-08 change opensim.ini.example to reflect the changes to npc creation optionsUbitUmarov1-5/+4
2015-09-30 add several options for NPC creation so abusive use can be reduced ↵UbitUmarov1-0/+15
(restrictive by default) UNTESTED
2015-09-14 remove coment asking to check ODEPhysicsSettings section. That was because ↵UbitUmarov1-1/+0
of diferent setting for av_density for ubODE no longer needed
2015-09-12add entries the the ini.example files for ubODEUbitUmarov1-2/+6
2015-09-06Clean up viewer-based access control specifications.Diva Canto1-3/+4
2015-08-25Fixed comment in ini related to previous patchDiva Canto1-1/+1
2015-08-25Changes to .ini.example files to improve instructions and workflow for ↵Ai Austin1-8/+12
standalone setups Clarify what must be changed in initial .ini files to create a working standalone setup now that [Const] variables are used. Fix separator used in one of choice lists for [Const] BaseURL descriptor. Minor changes to line spacing of some sections in StandaloneCommon.ini.example file for layout regularity. Correction of a typo in comment. Signed-off-by: Diva Canto <diva@metaverseink.com>
2015-08-21Refine comments .ini file setup for new StandaloneAi Austin1-0/+5
Helpful comment for setting [const] section of OpenSim.ini to allow for standalone. Correction to StandaloneCommon.ini.example as [GridInfoServices] welcome parameter does work and is also useful for standalones.
2015-06-19Add MaxMaterialsPerTransaction to SimFeaturesCinder1-1/+1
Signed-off-by: Diva Canto <diva@metaverseink.com>
2015-06-13Added example of how to configure the GodNames moduleDiva Canto1-0/+9
2015-04-15Small fix for ini commentsBlueWall1-1/+1
2015-04-14Enable OSSL functions by default using the osslEnable.ini configuration file.Robert Adams1-1/+1
This changes OpenSim.ini.example to, by default, include osslEnable.ini which turns on the OSSL functions and limits who can do which operations.
2015-04-14Remove ossl settings in XEngine section of OpenSim.ini.example with note to ↵Robert Adams1-47/+1
where they were moved. At the moment, ossl settings are in the XEngine section although they should apply to any LSLish script engine. Moves all ossl settings to osslEnable.ini Update osslEnable.ini with more decriptive comments and set some functions to be more restrictive -- especially the functions that allow scripts to do things to other avatars and prims.
2015-04-12Move osslEnable.ini file from bin/ to bin/config-include.Robert Adams1-0/+6
Per comments, putting new configuration files in bin/ is not preferred. Add comments and instructions to heading of osslEnable.ini. Add a commented out include of osslEnable.ini to OpenSim.ini.example. Fix line endings of osslEnable.ini to be Unix style.
2015-03-04Add outbound URL filter to llHttpRequest() and osSetDynamicTextureURL*() ↵Justin Clark-Casey (justincc)1-0/+26
script functions. This is to address an issue where HTTP script functions could make calls to localhost and other endpoints inside the simulator's LAN. By default, calls to all private addresses are now blocked as per http://en.wikipedia.org/wiki/Reserved_IP_addresses If you require exceptions to this, configure [Network] OutboundDisallowForUserScriptsExcept in OpenSim.ini
2015-02-19minor: Add explanation that [Startup] CombineContiguousRegions should be ↵Justin Clark-Casey (justincc)1-1/+2
false for varregions.
2015-01-21Replace the tabs that have crept into isolated places in config and config ↵Justin Clark-Casey (justincc)1-15/+15
example files with spaces
2015-01-14Also deleted the option of setting Cap_WebFetchInventoryDescendents from ↵Diva Canto1-4/+0
OpenSim.ini.example
2015-01-09Added GetDisplayNames capability. For now, we don't actually use display ↵Diva Canto1-0/+1
names, and this cap returns the regular name. But this moves the server side into the newer, preferred, protocol used by the viewer for fetching the names of agents in the scene given their UUIDs. (the old protocol is via UDP). This works fine in my limited tests, but could use further testing by others.
2015-01-07Added a different/better way of specifying data services in DataSnapshot -- ↵Diva Canto1-0/+3
using DATA_SRV_ keys, one per service. This allows 3rd party modules to add data services automatically.
2015-01-04Fix typo in OpenSim.ini.exampleBlueWall1-1/+1
2015-01-02Slight change in the way region module addins handle their configuration. ↵Diva Canto1-3/+5
Rather than opensim grabbing their config file automatically from the addins folder, it's the module's responsibility to read its own config file. This makes it consistent with Robust-bound addins.
2014-12-30Add support for expansion of key values in nini config files.Diva Canto1-0/+10
Add loading of 3rd-party addin inis automatically.
2014-12-01Fix typo in iniBlueWall1-1/+1
2014-11-30Set configuration files to use key expansion for widely used common settings.BlueWall1-4/+16
2014-11-25Add [BulletSim] option AvatarToAvatarCollisionsByDefault to control whether ↵Justin Clark-Casey (justincc)1-0/+5
avatars collide. This is true by default. This is implemented with a new collision type (PhantomToOthersAvatar) to potentially allow colliding and non-colliding avatars to be present in the same scene. So there is no provision yet for giving avatars different collision types. This commit replaces the temporary change in commit f3eaa6d8 where avatars would never collide when using BulletSim This is equivalent to the av_av_collisions_off option in ODE.
2014-09-23Add persistent command history in consoleJak Daniels1-0/+13
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
2014-08-06OpenSimExtrasBlueWall1-12/+9
Move the experimental extra features functionality into the GridService. This sends default values for map, search and destination guide, plus ExportSupported control to the region on startup. Please watch http://opensimulator.org/wiki/SimulatorFeatures_Extras for changes and documentation.
2014-07-31Add region-side extra feature setting for destination guideBlueWall1-0/+2
2014-07-30Simulator Extra Features ServiceBlueWall1-0/+5
Provide a means for regions to fetch extra features supported by modern viewers from a central location .
2014-07-25fix comments in physics section of [Startup] to reflect the actual default ↵Michael Cerquoni1-1/+1
engine.
2014-05-23Adds optional HTTP Basic Authentication to Robust service connectors.Diva Canto1-0/+10
2014-05-19Add DebugMessagingEnabled = false to OpenSim.ini.example for consistency. ↵Justin Clark-Casey (justincc)1-1/+4
Slightly simplify config comments.
2014-05-06minor: Change configuration text in config files to reflect the existing ↵Justin Clark-Casey (justincc)1-5/+6
situation of BulletSim as the default physics engine.
2014-05-03Added a optional key between the group remote connectors, sim and service. ↵Diva Canto1-0/+4
This allows for more secure group services, to be used by collections of mutually-trusting grids.
2014-03-26minor: Change incorrect "Maximum" in the PhysicalPrimMin OpenSim.ini.example ↵Justin Clark-Casey (justincc)1-1/+1
description to "Minimum" Thanks to aiaustin for the spot.
2014-03-26minor: change misspelling of overriden to overridden in comments within ↵Justin Clark-Casey (justincc)1-7/+7
config files Thanks to aiaustin for the spot.
2014-03-26minor: Remove "js" (Javascript) from list of allowed languages in script ↵Justin Clark-Casey (justincc)1-1/+1
config since it hasn't been present in OpenSimulator for a very long time (0.6 days) One reason support was removed is that the external DLL that implemented Javascript stopped development. Not sure how well this ever worked in OpenSimulator. Not removing vb for now as this is directly supported by Mono (via vbnc compiler) though I strongly suspect it is also inoperable.
2014-03-18Allow Region specific static maptiles to be loaded from file.Jak Daniels1-0/+1
2014-03-10PhysicalPrimMax 64m for OpenSim_ini_example standard size primLani Global1-3/+3
Signed-off-by: Robert Adams <misterblue@misterblue.com>
2014-02-04Samle configurations for the baked texture server.Melanie1-0/+5
2014-01-20Materials module: a) Store materials as assets; b) Finalized it (removed the ↵Oren Hurvitz1-0/+6
"Demo" label; removed most of the logging); c) Enabled by default Changed UuidGatherer to use 'sbyte' to identify assets instead of 'AssetType'. This lets UuidGatherer handle Materials, which are defined in a different enum from 'AssetType'.
2014-01-19varregion: Update Warp3D to properly handle varregions.Robert Adams1-0/+12
This includes additions to Warp3D: Optional rendering of mesh and scupltie prims (INI parameter. Off by default) Texturing of large prims (INI parameter. On by default) Better garbage collection
2013-11-28minor: Change ProfileServiceURL reference in OpenSim.ini.example to be ↵Justin Clark-Casey (justincc)1-1/+1
consistent
2013-11-06minor: Make PID file examples in OpenSim and Robust config somewhat more ↵Justin Clark-Casey (justincc)1-1/+1
meaningful than just /tmp/my.pid
2013-09-27minor: Clean up tabbing and spacing issues in OpenSim.ini.exampleJustin Clark-Casey (justincc)1-25/+26