aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-09-27minor: Clean up tabbing and spacing issues in OpenSim.ini.exampleJustin Clark-Casey (justincc)1-25/+26
2013-08-07Amend to last commit -- remove the obsolete var from OpenSim.ini.exampleDiva Canto1-4/+0
2013-07-27Clarification on docs of .ini.examples for Groups (again)Diva Canto1-2/+2
2013-07-27Clarifications on documentation of Group configsDiva Canto1-3/+9
2013-07-14Document obscure Groups config related to the user level required for ↵Diva Canto1-0/+4
creating groups
2013-07-04Some consistency fixes for the ini to stop parser breakageBlueWall1-6/+10
2013-05-31Adding back the BasicProfileModuleBlueWall1-2/+2
2013-05-30UserProfilesBlueWall1-0/+6
UserProfiles for Robust and Standalone. Includes service and connectors for Robust and standalone opensim plus matching region module.
2013-05-07Added AvatarPickerSearch capability handler.Diva Canto1-1/+3
2013-03-12Add DisableInterRegionTeleportCancellation option in [EntityTransfer] ↵Justin Clark-Casey (justincc)1-0/+7
section of OpenSim.ini. False by default. This option allows the simulator to specify that the cancel button on inter-region teleports should never appear. This exists because sometimes cancellation will result in a stuck avatar requiring relog. It may be hard to prevent this due to the protocol design (the LL grid has the same issue) In small controlled grids where teleport failure is practically impossible it can be better to disable teleport cancellation entirely.
2013-03-10Update comment about setting physics=BulletSimN as the C# BulletRobert Adams1-2/+1
version has been wrapped into one BulletSim and the physics engine selection is now done as specified in OpenSimDefaults.ini.
2013-03-02Move AllowedClients and BannedClients section to new [AccessControl] section ↵Justin Clark-Casey (justincc)1-2/+6
in OpenSim.ini from [Startup] This change also corrects the setting names - they were actually wrong (though the text in {} was correct). If there are settings in [Startup] they will continue to be used and anything there will override settings in [AccessControl]
2013-03-02Revert "Removed more vars from [Startup]. I think these were already moved ↵Justin Clark-Casey (justincc)1-0/+20
elsewhere, because I can't find any reference to them in the code." This reverts commit efa722786509bd8e02e23f11da974b4282dbd185.
2013-03-01Moved permissions config vars out of [Startup] into [Permissions]. Backwards ↵Diva Canto1-44/+44
compatible ([Startup] still being looked up), but please update your configs sometime soon.
2013-03-01Removed more vars from [Startup]. I think these were already moved ↵Diva Canto1-20/+0
elsewhere, because I can't find any reference to them in the code.
2013-02-27Moved the HG default variables out of [Startup] and into their own section ↵Diva Canto1-17/+0
[Hypergrid] in *Common.ini.example. Backwards compatible for now.
2013-02-27Improve description of GenerateMapTiles config optionJustin Clark-Casey (justincc)1-7/+8
2013-02-27Add documentation on default or Warp3D image module choice to ↵Justin Clark-Casey (justincc)1-0/+6
OpenSim.ini.example. As before, default is MapImageModule. Thanks to Ai Austin for pointing out this omission.
2013-02-25Move map related settings from [Startup] to a new [Map] section in OpenSim.iniJustin Clark-Casey (justincc)1-26/+29
Existing map settings in [Startup] will continue to work, and if present will override anything in [Map] However, the proper place for such settings would now be [Map] This is to reduce the use of [Startup] as a bag for non-generic settings which should really go in sections, in common with other settings. This commit also extends Diva's previous work to allow a default setting to be given when looking at multiple sections for settings.
2013-02-23More clarification on the [Groups] sectionDiva Canto1-0/+1
2013-02-23Further clarification on the same spot.Diva Canto1-0/+1
2013-02-23Improved documentation of Groups section.Diva Canto1-2/+6
2013-02-21Simplification of HG configs: HomeURI and GatekeeperURI now are defined as ↵Diva Canto1-0/+16
default under [Startup]. They can then be overwritten in the other sections (but probably shouldn't). I kept the existing code for backwards compatibility, so this should not cause any breaks from people's current configurations. But people should move to have these 2 vars under [Startup] -- see OpenSim.ini.example and Robust.HG.ini.example. And yes, both names now end with "URI" for consistency.
2013-02-19First commit of Diva Groups. The Data bits went to OpenSim.Data core, the ↵Diva Canto1-15/+29
rest to Addons.Groups.dll.
2013-02-19Offline IM: moved the Data and MySQL bits to the corresponding places in ↵Diva Canto1-3/+3
core, so that it will be easier to plugin a SQLite backend, if anyone is interested in doing that.
2013-02-18Donating Diva OfflineIM as an addon in a single dll, OpenSim.Addons.OpenSim.dllDiva Canto1-4/+10
2013-02-02Stop exceptions being thrown if GenerateMapTiles = false but no static map ↵Justin Clark-Casey (justincc)1-3/+4
tile has been set. Do more informative warn instead.
2013-01-23Add information on ScriptStopStrategy to [XEngine] in OpenSimDefaults.ini ↵Justin Clark-Casey (justincc)1-7/+17
and OpenSim.ini.example. Default remains abort. This setting controls whether scripts are stopped by aborting their threads externally (abort) or by co-operative checks from the compiled script (co-op) co-op should be more stable but this option is experimental. If moving from co-op to abort, existing script DLLs will need to be recompiled. This currently can only be done manually, either by setting DeleteScriptsOnStartup = true for one run or by deleting the script DLL* files in bin/ScriptEngines/<region-id>/ One can move from co-op back to abort without recompilation, but reverting back to co-op again will need script recompile
2013-01-01Clarify that AllowLightShareFunctions setting is false, which is the default ↵Justin Clark-Casey (justincc)1-2/+3
in OpenSimDefaults.ini and the code.
2012-12-23* Update Example to include BulletSimN option and description.teravus1-2/+3
2012-11-19Expose configuration options for the XmlRpcGridRouterBlueWall1-1/+22
Expose configuration options for the XmlRpcGridRouter to allow simulators to register llRemoteData channels with an external routing service
2012-11-15Revert "Merge master into teravuswork", it should have been avination, not ↵teravus1-79/+34
master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64.
2012-09-27Removed the bits about the TOSModule. That module doesn't go into core. ↵Diva Canto1-29/+0
WARNING: migration on GridUser withdrawn too, but left the migration number there.
2012-09-27Format OpenSim.ini.exampleBlueWall1-35/+65
Make lines fint in 80x24 terminal for easier reading
2012-09-27Add MaxPrimsUndo config setting to [Startup] section of OpenSim.ini.Justin Clark-Casey (justincc)1-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.
2012-09-26Use GridUser properly for foreign users.Diva Canto1-1/+2
2012-09-25TOS module. WARNING: migration in GridUser table.Diva Canto1-0/+28
2012-09-25Format OpenSim.ini.exampleBlueWall1-35/+65
Make lines fint in 80x24 terminal for easier reading
2012-09-18Cleanup from prev. commitBlueWall1-2/+2
Make correct defaults to Phys/nonPhys prims to fix errors in prev. commit
2012-09-18Fix some inconsistencies in configurartion: NonPhys primsBlueWall1-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.
2012-09-12Fix indentation and issues where tabs were used instead of spaces in commit ↵Justin Clark-Casey (justincc)1-4/+4
783ee949
2012-09-09implementing per-region configuration of limits on the number of prims one ↵SignpostMarv1-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>
2012-08-17Add information to ThreadStackSize about possibly increasing if suffering ↵Justin Clark-Casey (justincc)1-1/+3
StackOverflowExceptions during script conversion/compilation (e.g. on Windows 64-bit)
2012-08-15enables configurable minimum sizes for physical & non-physical primsSignpostMarv1-0/+8
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>