aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move cache, config, logs out of tree, and various related clean ups.onefang2019-05-191-2/+2
|
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-102/+163
|
* Sleep is for the weak. No wonder the standard script engines are so slow.David Walter Seikel2016-11-051-4/+0
|
* Attempt to move everything writable, and the configs, out of the bin directory.David Walter Seikel2016-11-041-2/+2
| | | | Log configs are still in the bin directory.
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-197/+365
|
* Clarify that AllowLightShareFunctions setting is false, which is the default ↵Justin Clark-Casey (justincc)2013-01-011-2/+3
| | | | in OpenSimDefaults.ini and the code.
* * Update Example to include BulletSimN option and description.teravus2012-12-231-2/+3
|
* Expose configuration options for the XmlRpcGridRouterBlueWall2012-11-191-1/+22
| | | | Expose configuration options for the XmlRpcGridRouter to allow simulators to register llRemoteData channels with an external routing service
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2012-09-271-0/+4
|\
| * Add MaxPrimsUndo config setting to [Startup] section of OpenSim.ini.Justin Clark-Casey (justincc)2012-09-271-0/+4
| | | | | | | | | | | | This controls how many undo steps the simulator will store for each prim. Default is now 20 rather than 5 as it briefly was. The default number could be increased through this is a memory tradeoff which will scale with the number of prims in the sim and level of activity.
* | Removed the bits about the TOSModule. That module doesn't go into core. ↵Diva Canto2012-09-271-29/+0
|/ | | | WARNING: migration on GridUser withdrawn too, but left the migration number there.
* Use GridUser properly for foreign users.Diva Canto2012-09-261-1/+2
|
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2012-09-251-35/+65
|\
| * Format OpenSim.ini.exampleBlueWall2012-09-251-35/+65
| | | | | | | | Make lines fint in 80x24 terminal for easier reading
* | TOS module. WARNING: migration in GridUser table.Diva Canto2012-09-251-0/+28
|/
* Cleanup from prev. commitBlueWall2012-09-181-2/+2
| | | | Make correct defaults to Phys/nonPhys prims to fix errors in prev. commit
* Fix some inconsistencies in configurartion: NonPhys primsBlueWall2012-09-181-4/+4
| | | | | | Fix inconsistencies between configuration parameter names and their description names. Changing the configuration parameters for non physical prim size min-max from Nonphys* to NonPhys*. Please update your OpenSim.ini and Regions.ini to reflect these changes.
* Fix indentation and issues where tabs were used instead of spaces in commit ↵Justin Clark-Casey (justincc)2012-09-121-4/+4
| | | | 783ee949
* implementing per-region configuration of limits on the number of prims one ↵SignpostMarv2012-09-091-0/+5
| | | | | | | | can have in a linkset Applied with changes - patch was based on a repo different from core Signed-off-by: Melanie <melanie@t-data.com>
* Add information to ThreadStackSize about possibly increasing if suffering ↵Justin Clark-Casey (justincc)2012-08-171-1/+3
| | | | StackOverflowExceptions during script conversion/compilation (e.g. on Windows 64-bit)
* enables configurable minimum sizes for physical & non-physical primsSignpostMarv2012-08-151-0/+8
|
* Change very recent AllowedViewerList and BannedViewerList config setting ↵Justin Clark-Casey (justincc)2012-07-121-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.
* More keys for automated ini processingBlueWall2012-07-081-0/+19
|
* Add more keys for OpenSim.ini.defaults automationBlueWall2012-07-081-4/+18
|
* Add more automation keys to OpenSim.ini.exampleBlueWall2012-07-081-6/+34
|
* minor: Add more information to OSFunctionThreatLevel and clarify some text ↵Justin Clark-Casey (justincc)2012-07-051-6/+9
| | | | in using PARCEL_OWNER, PARCEL_GROUP_MEMBER, ESTATE_MANAGER, ESTATE_OWNER permission categories
* Adds a list of viewers that are allowed or banned from the region.Michelle Argus2012-07-021-0/+17
| | | | Signed-off-by: Melanie <melanie@t-data.com>
* Provide Telehub setting to allow use of landmarksBlueWall2012-05-181-0/+5
| | | | Setting to allow use of landmarks to override telehub routing. Default is off.
* Fix boo-boo in OpenSim.ini.example affecting telehub sequential routingBlueWall2012-05-161-2/+2
| | | | Configuration value should be "sequence" instead of "sequential"
* Oops - missed the config changesBlueWall2012-05-141-0/+8
|
* Modifications for SMTP in OpenSimulator. Email size limit was fixed (was out ↵Chris Koeritz2012-05-131-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>
* Added new simple_build_permissions config to the .ini and .example files.Diva Canto2012-03-221-0/+9
|
* Revert "Simple build permissions feature. NOTE: EXPERIMENTAL, DISABLED BY ↵Melanie2012-03-221-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.
* Simple build permissions feature. NOTE: EXPERIMENTAL, DISABLED BY DEFAULT. ↵Diva Canto2012-03-221-0/+8
| | | | Turns out that this can't be expressed by cascading Permission modules, so I did it as per this patch.
* Terrain: added [Terrain] section with an option to load an initial flat ↵Diva Canto2012-03-161-1/+3
| | | | terrain. Default is still pinhead island. I much rather have a flat land in the beginning.
* Change OpenSim.ini.example to reflect how to actually enable prim limits,Melanie2012-03-121-5/+1
| | | | as opposed to how it was first designed.
* Add ability to specify a default estate to be used when creating regions.Justin Clark-Casey (justincc)2012-03-101-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.
* Fix: Lightshare Module(Windlight)-Region settings are not applicable for ↵PixelTomsen2012-02-141-1/+0
| | | | database sqlite mantis: http://opensimulator.org/mantis/view.php?id=5888
* Update [XEngine] AppDomainLoading advice in OpenSim.ini.exampleJustin Clark-Casey (justincc)2012-02-141-4/+9
|
* change NonPhysicalPrimMax to NonphysicalPrimMax to make this variablenebadon2012-02-041-1/+1
| | | | | work correctly, it was being ignored because of the case, this effects OpenSim.ini.example and OpenSimDefaults.ini
* Correcting ini.example were permissionmodules uses komma instead of space as ↵Michelle Argus2012-01-121-3/+3
| | | | separator
* Remove DEBUG optionBlueWall2012-01-101-5/+0
| | | | Remove DEBUG option from OpenSim.ini.example as it is handled in the console now with "debug teleport"
* Add some run-time debugging supportBlueWall2012-01-091-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.
* Move DeleteScriptsOnStartup switch from [Startup] to [XEngine] in ↵Justin Clark-Casey (justincc)2011-11-211-7/+7
| | | | | | OpenSim.ini.example. If anybody was changing this and wondering why there was no effect, this is why.
* Turn SellEnabled in the [EconomyModule] on by default.Justin Clark-Casey (justincc)2011-11-171-9/+7
| | | | This only provides enough functionality to allow operations for no money (e.g. sell for $0).
* Alter commit 3758306 to allow region name to be substituted within a region ↵Justin Clark-Casey (justincc)2011-11-101-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
* Allow custom setting for the console promptGuduleLapointe2011-11-101-0/+5
| | | | Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
* Change default say distance to 20m from 30m, the same as on the big grid. ↵Justin Clark-Casey (justincc)2011-11-021-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.
* Added optional owner classes to existing OSSL agent PermissionsMichelle Argus2011-10-261-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>
* Improve explanation of access_ip_addresses in [RemoteAdmin] to say that ↵Justin Clark-Casey (justincc)2011-10-081-0/+1
| | | | there are no restrictions if not set