aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-07-12Change very recent AllowedViewerList and BannedViewerList config setting ↵Justin Clark-Casey (justincc)1-7/+7
names in OpenSim.ini.example to AllowedClients and BannedClients to match long-existing settings in [LoginService] Also changes separator from comma to bar to match existing [LoginService] config features. Divergence of config names for identical facilities in different places makes for an unnecessarily confusing user experience.
2012-07-08More keys for automated ini processingBlueWall1-0/+19
2012-07-08Add more keys for OpenSim.ini.defaults automationBlueWall1-4/+18
2012-07-08Add more automation keys to OpenSim.ini.exampleBlueWall1-6/+34
2012-07-05minor: Add more information to OSFunctionThreatLevel and clarify some text ↵Justin Clark-Casey (justincc)1-6/+9
in using PARCEL_OWNER, PARCEL_GROUP_MEMBER, ESTATE_MANAGER, ESTATE_OWNER permission categories
2012-07-02Adds a list of viewers that are allowed or banned from the region.Michelle Argus1-0/+17
Signed-off-by: Melanie <melanie@t-data.com>
2012-05-18Provide Telehub setting to allow use of landmarksBlueWall1-0/+5
Setting to allow use of landmarks to override telehub routing. Default is off.
2012-05-16Fix boo-boo in OpenSim.ini.example affecting telehub sequential routingBlueWall1-2/+2
Configuration value should be "sequence" instead of "sequential"
2012-05-14Oops - missed the config changesBlueWall1-0/+8
2012-05-13Modifications for SMTP in OpenSimulator. Email size limit was fixed (was out ↵Chris Koeritz1-3/+8
of step with documentation at 1024, so boosted to 4096). Added configuration item for maximum email size. Redundant sleep inside email module was fixed (LSL Api was already sleeping). Added sleep time configuration item for snooze between email sending for LSL Api. Added two new configuration items (email_max_size and email_pause_time) into the example OpenSim.ini, plus fixed a spelling error (llimits) and odd tabbing. Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
2012-03-22Added new simple_build_permissions config to the .ini and .example files.Diva Canto1-0/+9
2012-03-22Revert "Simple build permissions feature. NOTE: EXPERIMENTAL, DISABLED BY ↵Melanie1-8/+0
DEFAULT. Turns out that this can't be expressed by cascading Permission modules, so I did it as per this patch." This reverts commit 6146e7ef258b10888ad7464b72b75cca701e02c9.
2012-03-22Simple build permissions feature. NOTE: EXPERIMENTAL, DISABLED BY DEFAULT. ↵Diva Canto1-0/+8
Turns out that this can't be expressed by cascading Permission modules, so I did it as per this patch.
2012-03-16Terrain: added [Terrain] section with an option to load an initial flat ↵Diva Canto1-1/+3
terrain. Default is still pinhead island. I much rather have a flat land in the beginning.
2012-03-12Change OpenSim.ini.example to reflect how to actually enable prim limits,Melanie1-5/+1
as opposed to how it was first designed.
2012-03-10Add ability to specify a default estate to be used when creating regions.Justin Clark-Casey (justincc)1-3/+19
This is configured in the new [Estates] section of OpenSim.ini. If a default estate is configured then all new regions are automatically joined to it instead of asking the user. If the default estate does not already exist then it is created. Current default behaviour remains the same - the user is asked for estate details when necessary. Thanks to Frenando Oliveira for the patch which I adapated further.
2012-02-14Fix: Lightshare Module(Windlight)-Region settings are not applicable for ↵PixelTomsen1-1/+0
database sqlite mantis: http://opensimulator.org/mantis/view.php?id=5888
2012-02-14Update [XEngine] AppDomainLoading advice in OpenSim.ini.exampleJustin Clark-Casey (justincc)1-4/+9
2012-02-04change NonPhysicalPrimMax to NonphysicalPrimMax to make this variablenebadon1-1/+1
work correctly, it was being ignored because of the case, this effects OpenSim.ini.example and OpenSimDefaults.ini
2012-01-12Correcting ini.example were permissionmodules uses komma instead of space as ↵Michelle Argus1-3/+3
separator
2012-01-10Remove DEBUG optionBlueWall1-5/+0
Remove DEBUG option from OpenSim.ini.example as it is handled in the console now with "debug teleport"
2012-01-09Add some run-time debugging supportBlueWall1-0/+6
Add configuration option - DEBUG to enable debugging methods. This is temporary for helping users testing teleport routing be able to report back the data with the test cases. We can remove when finished with this, or leave it if it proves to be useful. Users: set DEBUG = true in OpenSim.ini to get more information from teleport routing. The default is false. It presently prints the TeleportFlags value.
2011-11-21Move DeleteScriptsOnStartup switch from [Startup] to [XEngine] in ↵Justin Clark-Casey (justincc)1-7/+7
OpenSim.ini.example. If anybody was changing this and wondering why there was no effect, this is why.
2011-11-17Turn SellEnabled in the [EconomyModule] on by default.Justin Clark-Casey (justincc)1-9/+7
This only provides enough functionality to allow operations for no money (e.g. sell for $0).
2011-11-10Alter commit 3758306 to allow region name to be substituted within a region ↵Justin Clark-Casey (justincc)1-6/+8
console prompt This is to allow broader subsitution in the future. Currently, the only substitions are \R (for region name) and \\ (for a single backslash) e.g. "Region (\R) " is the current and continuing default prompt This renames custom_prompt in [Startup] to ConsolePrompt
2011-11-10Allow custom setting for the console promptGuduleLapointe1-0/+5
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
2011-11-02Change default say distance to 20m from 30m, the same as on the big grid. ↵Justin Clark-Casey (justincc)1-2/+2
This is to improve the migration of scripts that expect a 20m say distance. If you want to keep a 30m say distance then please set this as the say_distance parameter in the [Chat] section of OpenSim.ini.
2011-10-26Added optional owner classes to existing OSSL agent PermissionsMichelle Argus1-0/+7
PARCEL_GROUP, PARCEL_OWNER, ESTATE_MANAGER and REGION_OWNER can be combined with the existing agent uuid option to limit ossl functions to agents and owner classes. Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
2011-10-08Improve explanation of access_ip_addresses in [RemoteAdmin] to say that ↵Justin Clark-Casey (justincc)1-0/+1
there are no restrictions if not set
2011-10-08Add option to allow only explicitly listed IPs to access RemoteAdmin facilities.Justin Clark-Casey (justincc)1-0/+4
Also adds password check to some functions where this was missing and fixes some parameter checking. This is a patch from http://opensimulator.org/mantis/view.php?id=5715 with a few small unrelated spacing tweaks from me. Thanks Michelle Argus.
2011-10-07Correct DeleteScriptsOnRestart to DeleteScriptsOnStartup in comments in ↵Justin Clark-Casey (justincc)1-1/+1
OpenSim.ini.example
2011-10-04Clarify explanation of DeleteScriptsOnStartup switch in [XEngine].Justin Clark-Casey (justincc)1-5/+5
2011-09-30copy config information on allow/disallow individual os functions into ↵Justin Clark-Casey (justincc)1-0/+19
OpenSim.ini.example I this is generally useful rather than a 'default' setting
2011-09-24Added a setting to [Startup] section of config that will allow the simulator ↵Kevin Houlihan & Michelle Argus1-0/+5
to start up with no regions configured. I added the boolean config setting "allow_regionless", defaulting to false. If set to true, opensim will start up ok if no region configurations are found in the specified region_info_source. It will not ask the user to create a region.
2011-09-24Clarify explanation of the "DeleteScriptsOnStartup" config switch and add ↵Justin Clark-Casey (justincc)1-0/+7
this to OpenSim.ini.example since it's very useful if you're not updating OpenSim from source. On reflection, "DeleteScriptsOnStartup" isn't a great name since it suggests real script deletion rather than compiled versions.
2011-09-17Add BulletSim physics option details to OpenSim.ini.example. Marked as in ↵Justin Clark-Casey (justincc)1-0/+2
development and experimental.
2011-09-17Remove old bullet DotNET and X libraries in preparation for BulletSJustin Clark-Casey (justincc)1-4/+1
These weren't working properly anyway. You will need to rerun prebuild.sh/.bat after this commit, and maybe "nant clean" as well.
2011-09-17Revert "uncomment Standalone config in OpenSim.ini.example."Justin Clark-Casey (justincc)1-1/+1
This reverts commit 44a491f36bbe2094634e356591381c90f87e2125. This makes packaging OpenSim slightly easier but then generates a FriendsConnector error if naively used after compilation. So let's revert to stick with the "DataStore" error for now - at least that's a known error.
2011-09-12uncomment Standalone config in OpenSim.ini.example.Justin Clark-Casey (justincc)1-1/+1
This is to make my life easier when creating releases. I think that it also gives a better story for anybody newly compiling from source.
2011-08-16Add terminating quotes to http addresses in [SimulatorFeatures] section of ↵Justin Clark-Casey (justincc)1-2/+2
OpenSim.ini.example. As per http://opensimulator.org/mantis/view.php?id=5638. Thanks DutchGlory.
2011-08-16minor: Add warning to OpenSim.ini.example about bullet plugins not working ↵Justin Clark-Casey (justincc)1-0/+1
right now, pending the new plugin
2011-08-03correct config comments mistakesJustin Clark-Casey (justincc)1-1/+0
2011-08-03Put config to enable disable [NPC] module.Justin Clark-Casey (justincc)1-0/+6
Default is disabled. You will need to explicitly enable to toy with this.
2011-07-30Make it clearer what the save_crashes setting in [Startup] actually does.Justin Clark-Casey (justincc)1-0/+3
2011-07-23Change default AllowScriptCrossings config setting to true.Justin Clark-Casey (justincc)1-3/+5
When this setting is false and other defaults haven't been changed, scripts entering the simulator from another sim are automatically restarted but their state is not preserved. When this setting is true, state that accompanies the script is reloaded (e.g. if a script had a variable i = 1 when leaving the source region, it will still have i = 1 on the destination region). This setting does not affect crossings when regions are run in the same simulator. In this case, state is already preserved.
2011-07-21make [SMTP] default comment option match actual defaultJustin Clark-Casey (justincc)1-1/+1
2011-07-21minor: group all the map tile options togetherJustin Clark-Casey (justincc)1-9/+9
2011-07-21minor: remove the pointless quotes from the GenerateMaptiles optionJustin Clark-Casey (justincc)1-1/+1
2011-07-21make default TextureOnMapTile true for the older map imagerJustin Clark-Casey (justincc)1-2/+2
Don't know of a good reason not to do this, seems to work fine.
2011-07-01Make default serverside_object_permissions = true since this better matches ↵Justin Clark-Casey (justincc)1-1/+1
user expectations. It also matches the default setting in the OpenSim.ini.example file