diff options
Diffstat (limited to '')
-rw-r--r-- | bin/config.preview.donotuseyet-v2/OpenSim.ini.example (renamed from bin/config.preview.donotuseyet/opensim.ini.example) | 11 | ||||
-rw-r--r-- | bin/config.preview.donotuseyet-v2/README-IMPORTANT.TXT (renamed from bin/config.preview.donotuseyet/README-IMPORTANT.TXT) | 0 | ||||
-rw-r--r-- | bin/config.preview.donotuseyet-v2/defaults/README.txt | 15 | ||||
-rw-r--r-- | bin/config.preview.donotuseyet-v2/defaults/applications.ini.defaults (renamed from bin/config.preview.donotuseyet/region/user/concierge.ini.example) | 24 | ||||
-rw-r--r-- | bin/config.preview.donotuseyet-v2/defaults/external.ini.defaults | 183 | ||||
-rw-r--r-- | bin/config.preview.donotuseyet-v2/defaults/misc.ini.defaults | 3 | ||||
-rw-r--r-- | bin/config.preview.donotuseyet-v2/defaults/physics.ini.defaults (renamed from bin/config.preview.donotuseyet/region/physics/engines/ode.ini.example) | 8 | ||||
-rw-r--r-- | bin/config.preview.donotuseyet-v2/defaults/protocols.ini.defaults (renamed from bin/config.preview.donotuseyet/protocols/client/lindenlab.ini.example) | 32 | ||||
-rw-r--r-- | bin/config.preview.donotuseyet-v2/defaults/region.ini.defaults | 130 | ||||
-rw-r--r-- | bin/config.preview.donotuseyet-v2/defaults/scriptengines.ini.defaults (renamed from bin/config.preview.donotuseyet/region/scripting/engines/dotnetengine.ini.example) | 97 | ||||
-rw-r--r-- | bin/config.preview.donotuseyet-v2/defaults/scripting.ini.defaults (renamed from bin/config.preview.donotuseyet/region/scripting/regionready.ini.example) | 32 |
11 files changed, 494 insertions, 41 deletions
diff --git a/bin/config.preview.donotuseyet/opensim.ini.example b/bin/config.preview.donotuseyet-v2/OpenSim.ini.example index 0e4307d..77ece07 100644 --- a/bin/config.preview.donotuseyet/opensim.ini.example +++ b/bin/config.preview.donotuseyet-v2/OpenSim.ini.example | |||
@@ -1,10 +1,9 @@ | |||
1 | ; This file shows initialization defaults for OpenSimulator. If you want to override these | 1 | ; This is an example OpenSim.ini file. You will need to copy or rename this from |
2 | ; please copy/rename this file from .ini.example file to .ini. For example | 2 | ; OpenSim.ini.example to OpenSim.ini before OpenSimulator will start up. |
3 | ; | ||
4 | ; chat.ini.example => chat.ini | ||
5 | ; | ||
6 | ; or you can copy and paste the settings from this file directly to bin/OpenSim.ini | ||
7 | ; | 3 | ; |
4 | ; If this file is not changed then OpenSimulator will start up in standalone mode using the file based | ||
5 | ; SQLite database to store its data. | ||
6 | |||
8 | 7 | ||
9 | [Startup] | 8 | [Startup] |
10 | ; Set this to true if you want to log crashes to disk | 9 | ; Set this to true if you want to log crashes to disk |
diff --git a/bin/config.preview.donotuseyet/README-IMPORTANT.TXT b/bin/config.preview.donotuseyet-v2/README-IMPORTANT.TXT index b23aa9c..b23aa9c 100644 --- a/bin/config.preview.donotuseyet/README-IMPORTANT.TXT +++ b/bin/config.preview.donotuseyet-v2/README-IMPORTANT.TXT | |||
diff --git a/bin/config.preview.donotuseyet-v2/defaults/README.txt b/bin/config.preview.donotuseyet-v2/defaults/README.txt new file mode 100644 index 0000000..5cd1b09 --- /dev/null +++ b/bin/config.preview.donotuseyet-v2/defaults/README.txt | |||
@@ -0,0 +1,15 @@ | |||
1 | README | ||
2 | |||
3 | This directory constains files which show the built-in defaults for settings within OpenSimulator. Changing these | ||
4 | files directly will have no effect. | ||
5 | |||
6 | If you want to change any of these defaults, please either | ||
7 | |||
8 | (a) Copy the *.ini.default file into config/override/*.ini. | ||
9 | For instance, if you wanted to change the [Chat] settings in region.ini.defaults you would copy | ||
10 | region.ini.defaults into config/override/region.ini | ||
11 | |||
12 | or | ||
13 | |||
14 | (b) Copy and paste the .ini.defaults section directly into config/OpenSim.ini. For instance, | ||
15 | if you want to change a [Chat] setting then copy the text in region.ini.defaults into config/OpenSim.ini | ||
diff --git a/bin/config.preview.donotuseyet/region/user/concierge.ini.example b/bin/config.preview.donotuseyet-v2/defaults/applications.ini.defaults index 0f6f051..eac488c 100644 --- a/bin/config.preview.donotuseyet/region/user/concierge.ini.example +++ b/bin/config.preview.donotuseyet-v2/defaults/applications.ini.defaults | |||
@@ -1,10 +1,4 @@ | |||
1 | ; This file shows initialization defaults for OpenSimulator. If you want to override these | 1 | ; Settings for applications that are bundled with the core OpenSimulator package |
2 | ; please copy/rename this file from .ini.example file to .ini. For example | ||
3 | ; | ||
4 | ; chat.ini.example => chat.ini | ||
5 | ; | ||
6 | ; or you can copy and paste the settings from this file directly to bin/OpenSim.ini | ||
7 | ; | ||
8 | 2 | ||
9 | [Concierge] | 3 | [Concierge] |
10 | ; Enable concierge module | 4 | ; Enable concierge module |
@@ -35,3 +29,19 @@ | |||
35 | ; {0} is replaced with the region's name | 29 | ; {0} is replaced with the region's name |
36 | ; {1} is replaced with the region's UUID | 30 | ; {1} is replaced with the region's UUID |
37 | broker = "http://broker.place.com/{1}" | 31 | broker = "http://broker.place.com/{1}" |
32 | |||
33 | |||
34 | ;[CMS] | ||
35 | ;enabled = true | ||
36 | ;channel = 345 | ||
37 | |||
38 | |||
39 | [SVN] | ||
40 | Enabled = false | ||
41 | Directory = SVNmodule\repo | ||
42 | URL = "svn://your.repo.here/" | ||
43 | Username = "user" | ||
44 | Password = "password" | ||
45 | ImportOnStartup = false | ||
46 | Autosave = false | ||
47 | AutoSavePeriod = 15 ; Number of minutes between autosave backups | ||
diff --git a/bin/config.preview.donotuseyet-v2/defaults/external.ini.defaults b/bin/config.preview.donotuseyet-v2/defaults/external.ini.defaults new file mode 100644 index 0000000..e83078a --- /dev/null +++ b/bin/config.preview.donotuseyet-v2/defaults/external.ini.defaults | |||
@@ -0,0 +1,183 @@ | |||
1 | ; Settings that control the exposure of data externally. | ||
2 | |||
3 | |||
4 | [DataSnapshot] | ||
5 | ; The following set of configs pertains to search. | ||
6 | ; Set index_sims to true to enable search engines to index your searchable data | ||
7 | ; If false, no data will be exposed, DataSnapshot module will be off, and you can ignore the rest of these search-related configs | ||
8 | ; default is false | ||
9 | index_sims = false | ||
10 | |||
11 | ; The variable data_exposure controls what the regions expose: | ||
12 | ; minimum: exposes only things explicitly marked for search | ||
13 | ; all: exposes everything | ||
14 | data_exposure = minimum | ||
15 | |||
16 | ; If search is on, change this to your grid name; will be ignored for standalones | ||
17 | gridname = "OSGrid" | ||
18 | |||
19 | ; Period between data snapshots, in seconds. 20 minutes, for starters, so that you see the initial changes fast. | ||
20 | ; Later, you may want to increase this to 3600 (1 hour) or more | ||
21 | default_snapshot_period = 1200 | ||
22 | |||
23 | ; This will be created in bin, if it doesn't exist already. It will hold the data snapshots. | ||
24 | snapshot_cache_directory = "DataSnapshot" | ||
25 | |||
26 | ; This semicolon-separated string serves to notify specific data services about the existence | ||
27 | ; of this sim. Uncomment if you want to index your data with this and/or other search providers. | ||
28 | ;data_services="http://metaverseink.com/cgi-bin/register.py" | ||
29 | |||
30 | |||
31 | [GridInfo] | ||
32 | ; These settings are used to return information on a get_grid_info call. | ||
33 | ; Client launcher scripts and third-party clients make use of this to | ||
34 | ; autoconfigure the client and to provide a nice user experience. If you | ||
35 | ; want to facilitate that, you should configure the settings here according | ||
36 | ; to your grid or standalone setup. | ||
37 | ; | ||
38 | ; See http://opensimulator.org/wiki/GridInfo | ||
39 | |||
40 | ; login uri: for grid this is the user server URI | ||
41 | login = http://127.0.0.1:9000/ | ||
42 | |||
43 | ; long grid name: the long name of your grid | ||
44 | gridname = "the lost continent of hippo" | ||
45 | |||
46 | ; short grid name: the short name of your grid | ||
47 | gridnick = "hippogrid" | ||
48 | |||
49 | ; login page: optional: if it exists it will be used to tell the client to use | ||
50 | ; this as splash page | ||
51 | ; currently unused | ||
52 | ;welcome = http://127.0.0.1/welcome | ||
53 | |||
54 | ; helper uri: optional: if it exists if will be used to tell the client to use | ||
55 | ; this for all economy related things | ||
56 | ; currently unused | ||
57 | ;economy = http://127.0.0.1:9000/ | ||
58 | |||
59 | ; web page of grid: optional: page providing further information about your grid | ||
60 | ; currently unused | ||
61 | ;about = http://127.0.0.1/about/ | ||
62 | |||
63 | ; account creation: optional: page providing further information about obtaining | ||
64 | ; a user account on your grid | ||
65 | ; currently unused | ||
66 | ;register = http://127.0.0.1/register | ||
67 | |||
68 | ; help: optional: page providing further assistance for users of your grid | ||
69 | ; currently unused | ||
70 | ;help = http://127.0.0.1/help | ||
71 | |||
72 | ; password help: optional: page providing password assistance for users of your grid | ||
73 | ; currently unused | ||
74 | ;password = http://127.0.0.1/password | ||
75 | |||
76 | |||
77 | ; Uncomment the following for IRC bridge | ||
78 | ; experimental, so if it breaks... keep both parts... yada yada | ||
79 | ; also, not good error detection when it fails | ||
80 | ;[IRC] | ||
81 | ;enabled = true ; you need to set this otherwise it won't connect | ||
82 | ;server = name.of.irc.server.on.the.net | ||
83 | ;; user password - only use this if the server requires one | ||
84 | ;password = mypass | ||
85 | ;nick = OpenSimBotNameProbablyMakeThisShorter | ||
86 | ;channel = #the_irc_channel_you_want_to_connect_to | ||
87 | ;port = 6667 | ||
88 | ;; channel to listen for configuration commands | ||
89 | ;commands_enabled = false | ||
90 | ;command_channel = 2777 | ||
91 | ;report_clients = true | ||
92 | ;; relay private chat connections | ||
93 | ;; relay_private_channels = true: will relay IRC chat from/to private in-world channels | ||
94 | ;; relay_private_channel_out -- channel to send messages out to the IRC bridge | ||
95 | ;; relay_private_channel_in -- channel to receive message from the IRC bridge | ||
96 | ;; relay_chat = false: IRC bridge will not relay normal chat | ||
97 | ;; access_password -- simple security device | ||
98 | ;; | ||
99 | ;; so, to just relay chat from an IRC channel to in-world region and vice versa: | ||
100 | ;; | ||
101 | ;; relay_private_channels = false | ||
102 | ;; relay_chat = true | ||
103 | ;; | ||
104 | ;; to relay chat only to/from private in-world channels: | ||
105 | ;; | ||
106 | ;; relay_chat = false | ||
107 | ;; relay_private_channels = true | ||
108 | ;; relay_private_channel_in = 2226 | ||
109 | ;; relay_private_channel_out = 2225 | ||
110 | ;; | ||
111 | ;; in this example, all chat coming in from IRC will be send out via | ||
112 | ;; in-world channel 2226, and all chat from in-world channel 2225 will | ||
113 | ;; be relayed to the IRC channel. | ||
114 | ;; | ||
115 | ;relay_private_channels = false | ||
116 | ;relay_private_channel_in = 2226 | ||
117 | ;relay_private_channel_out = 2225 | ||
118 | ;relay_chat = true | ||
119 | ;access_password = foobar | ||
120 | |||
121 | ;fallback_region = name of "default" region | ||
122 | ;MSGformat fields : 0=botnick, 1=user, 2=region, 3=message | ||
123 | ; must start with "PRIVMSG {0} : " or irc server will get upset | ||
124 | ;for <bot>:<user in region> :<message> | ||
125 | ;msgformat = "PRIVMSG {0} :<{1} in {2}>: {3}" | ||
126 | ;for <bot>:<message> - <user of region> : | ||
127 | msgformat = "PRIVMSG {0} : {3} - {1} of {2}" | ||
128 | ;for <bot>:<message> - from <user> : | ||
129 | ;msgformat = "PRIVMSG {0} : {3} - from {1}" | ||
130 | |||
131 | |||
132 | [RemoteAdmin] | ||
133 | enabled = false | ||
134 | access_password = unknown | ||
135 | |||
136 | ; the create_region XmlRpc call uses region_file_template to generate | ||
137 | ; the file name of newly create regions (if they are created | ||
138 | ; persistent). the parameter available are: | ||
139 | ; {0} - X location | ||
140 | ; {1} - Y location | ||
141 | ; {2} - region UUID | ||
142 | ; {3} - region port | ||
143 | ; {4} - region name with " ", ":", "/" mapped to "_" | ||
144 | |||
145 | region_file_template = "{0}x{1}-{2}.xml" | ||
146 | |||
147 | ; we can limit the number of regions that XmlRpcCreateRegion will | ||
148 | ; allow by setting this to a positive, non-0 number: as long as the | ||
149 | ; number of regions is below region_limits, XmlRpcCreateRegion will | ||
150 | ; succeed. setting region_limit to 0 disables the check. | ||
151 | ; default is 0 | ||
152 | ;region_limit = 0 | ||
153 | |||
154 | ; enable only those methods you deem to be appropriate using a | delimited whitelist | ||
155 | ; for example, enabled_methods = admin_broadcast|admin_region_query|admin_save_oar|admin_save_xml | ||
156 | ; if this parameter is not specified but enabled = true, all methods will be available | ||
157 | enabled_methods = all | ||
158 | |||
159 | |||
160 | [RestPlugins] | ||
161 | ; Change this to true to enable REST Plugins. This must be true if you wish to use | ||
162 | ; REST Region or REST Asset and Inventory Plugins | ||
163 | enabled = false | ||
164 | god_key = SECRET | ||
165 | prefix = /admin | ||
166 | |||
167 | |||
168 | [RestRegionPlugin] | ||
169 | ; Change this to true to enable the REST Region Plugin | ||
170 | enabled = false | ||
171 | |||
172 | |||
173 | [RestHandler] | ||
174 | ; Change this to true to enable the REST Asset and Inventory Plugin | ||
175 | enabled = false | ||
176 | authenticate=true | ||
177 | secured=true | ||
178 | extended-escape=true | ||
179 | realm=OpenSim REST | ||
180 | dump-asset=false | ||
181 | path-fill=true | ||
182 | dump-line-size=32 | ||
183 | flush-on-error=true | ||
diff --git a/bin/config.preview.donotuseyet-v2/defaults/misc.ini.defaults b/bin/config.preview.donotuseyet-v2/defaults/misc.ini.defaults new file mode 100644 index 0000000..6a18940 --- /dev/null +++ b/bin/config.preview.donotuseyet-v2/defaults/misc.ini.defaults | |||
@@ -0,0 +1,3 @@ | |||
1 | ; Miscellaneous settings | ||
2 | |||
3 | ; There are none at this time | ||
diff --git a/bin/config.preview.donotuseyet/region/physics/engines/ode.ini.example b/bin/config.preview.donotuseyet-v2/defaults/physics.ini.defaults index ec9380a..3822aca 100644 --- a/bin/config.preview.donotuseyet/region/physics/engines/ode.ini.example +++ b/bin/config.preview.donotuseyet-v2/defaults/physics.ini.defaults | |||
@@ -1,10 +1,4 @@ | |||
1 | ; This file shows initialization defaults for OpenSimulator. If you want to override these | 1 | ; Physics settings |
2 | ; please copy/rename this file from .ini.example file to .ini. For example | ||
3 | ; | ||
4 | ; chat.ini.example => chat.ini | ||
5 | ; | ||
6 | ; or you can copy and paste the settings from this file directly to bin/OpenSim.ini | ||
7 | ; | ||
8 | 2 | ||
9 | [ODEPhysicsSettings] | 3 | [ODEPhysicsSettings] |
10 | ;## | 4 | ;## |
diff --git a/bin/config.preview.donotuseyet/protocols/client/lindenlab.ini.example b/bin/config.preview.donotuseyet-v2/defaults/protocols.ini.defaults index 965e1c7..e795a10 100644 --- a/bin/config.preview.donotuseyet/protocols/client/lindenlab.ini.example +++ b/bin/config.preview.donotuseyet-v2/defaults/protocols.ini.defaults | |||
@@ -1,10 +1,4 @@ | |||
1 | ; This file shows initialization defaults for OpenSimulator. If you want to override these | 1 | ; Communication protocols settings |
2 | ; please copy/rename this file from .ini.example file to .ini. For example | ||
3 | ; | ||
4 | ; chat.ini.example => chat.ini | ||
5 | ; | ||
6 | ; or you can copy and paste the settings from this file directly to bin/OpenSim.ini | ||
7 | ; | ||
8 | 2 | ||
9 | [ClientStack.LindenUDP] | 3 | [ClientStack.LindenUDP] |
10 | ; This is the multiplier applied to all client throttles for outgoing UDP network data | 4 | ; This is the multiplier applied to all client throttles for outgoing UDP network data |
@@ -25,3 +19,27 @@ | |||
25 | ; Pre r7113, this setting was not exposed but was effectively 8. You may want to try this if you encounter | 19 | ; Pre r7113, this setting was not exposed but was effectively 8. You may want to try this if you encounter |
26 | ; unexpected difficulties | 20 | ; unexpected difficulties |
27 | client_throttle_multiplier = 2; | 21 | client_throttle_multiplier = 2; |
22 | |||
23 | |||
24 | [Communications] | ||
25 | |||
26 | ;InterregionComms = "LocalComms" | ||
27 | InterregionComms = "RESTComms" | ||
28 | |||
29 | |||
30 | ; This file shows initialization defaults for OpenSimulator. If you want to override these | ||
31 | ; please copy/rename this file from .ini.example file to .ini. For example | ||
32 | ; | ||
33 | ; chat.ini.example => chat.ini | ||
34 | ; | ||
35 | ; or you can copy and paste the settings from this file directly to bin/OpenSim.ini | ||
36 | ; | ||
37 | |||
38 | [OpenGridProtocol] | ||
39 | ;These are the settings for the Open Grid Protocol.. the Agent Domain, Region Domain, you know.. | ||
40 | ;On/true or Off/false | ||
41 | ogp_enabled=false | ||
42 | |||
43 | ;Name Prefix/suffix when using OGP | ||
44 | ogp_firstname_prefix="" | ||
45 | ogp_lastname_suffix="_EXTERNAL" | ||
diff --git a/bin/config.preview.donotuseyet-v2/defaults/region.ini.defaults b/bin/config.preview.donotuseyet-v2/defaults/region.ini.defaults new file mode 100644 index 0000000..9d61b1e --- /dev/null +++ b/bin/config.preview.donotuseyet-v2/defaults/region.ini.defaults | |||
@@ -0,0 +1,130 @@ | |||
1 | ; Region settings | ||
2 | |||
3 | |||
4 | [Chat] | ||
5 | ; Controls whether the chat module is enabled. Default is true. | ||
6 | enabled = true; | ||
7 | |||
8 | ; Distance in meters that whispers should travel. Default is 10m | ||
9 | whisper_distance = 10 | ||
10 | |||
11 | ; Distance in meters that ordinary chat should travel. Default is 30m | ||
12 | say_distance = 30 | ||
13 | |||
14 | ; Distance in meters that shouts should travel. Default is 100m | ||
15 | shout_distance = 100 | ||
16 | |||
17 | |||
18 | [Economy] | ||
19 | ; These economy values get used in the BetaGridLikeMoneyModule. - This module is for demonstration only - | ||
20 | ; In grid mode, use this currency XMLRPC server. Leave blank for normal functionality | ||
21 | CurrencyServer = "" | ||
22 | ; "http://192.168.1.127/currency.php" | ||
23 | |||
24 | ; In grid mode, this is the land XMLRPC server. Leave blank for normal functionality | ||
25 | LandServer = "" | ||
26 | ;"http://192.168.1.127/landtool.php" | ||
27 | |||
28 | ; 45000 is the highest value that the sim could possibly report because of protocol constraints | ||
29 | ObjectCapacity = 45000 | ||
30 | |||
31 | ; Money Unit fee to upload textures, animations etc | ||
32 | PriceUpload = 0 | ||
33 | |||
34 | ; Money Unit fee to create groups | ||
35 | PriceGroupCreate = 0 | ||
36 | |||
37 | ; This is the account Money goes to for fees. Remember, economy requires that money circulates somewhere... even if it's an upload fee | ||
38 | EconomyBaseAccount = 00000000-0000-0000-0000-000000000000 | ||
39 | |||
40 | ; This is the type of user that will pay fees. | ||
41 | ; Set this to 2 for users, estate managers and Estate Owners | ||
42 | ; Set this to 1 for Users and Estate Managers | ||
43 | ; Set this to 0 for Users only. | ||
44 | ; -1 disables | ||
45 | UserLevelPaysFees = -1 | ||
46 | |||
47 | ; Amount to give to user as a stipend | ||
48 | UserStipend = 1000 | ||
49 | |||
50 | ; When a user gets low on money units and logs off, then logs back on, issue a new stipend if they have less money units then this | ||
51 | ; amount. Be aware that the account money isn't stored anywhere so users will get a stipend if you restart the simulator | ||
52 | IssueStipendWhenClientIsBelowAmount = 10 | ||
53 | |||
54 | ; If this is true, the simulator will remember account balances until the simulator is shutdown or restarted. | ||
55 | KeepMoneyAcrossLogins = true | ||
56 | |||
57 | ; We don't really know what the rest of these values do. These get sent to the client | ||
58 | ; These taken from Agni at a Public Telehub. Change at your own risk. | ||
59 | ObjectCount = 0 | ||
60 | PriceEnergyUnit = 100 | ||
61 | PriceObjectClaim = 10 | ||
62 | PricePublicObjectDecay = 4 | ||
63 | PricePublicObjectDelete = 4 | ||
64 | PriceParcelClaim = 1 | ||
65 | PriceParcelClaimFactor = 1 | ||
66 | |||
67 | PriceRentLight = 5 | ||
68 | TeleportMinPrice = 2 | ||
69 | TeleportPriceExponent = 2 | ||
70 | EnergyEfficiency = 1 | ||
71 | PriceObjectRent = 1 | ||
72 | PriceObjectScaleFactor = 10 | ||
73 | PriceParcelRent = 1 | ||
74 | |||
75 | |||
76 | [Messaging] | ||
77 | ; Control which region module is used for instant messaging. | ||
78 | ; Default is InstantMessageModule (this is the name of the core IM module as well as the setting) | ||
79 | InstantMessageModule = InstantMessageModule | ||
80 | |||
81 | |||
82 | ; Uncomment the following to control the progression of daytime | ||
83 | ; in the Sim. The defaults are what is shown below | ||
84 | ;[Sun] | ||
85 | ; number of wall clock hours for an opensim day. 24.0 would mean realtime | ||
86 | ;day_length = 4 | ||
87 | ; Year length in days | ||
88 | ;year_length = 60 | ||
89 | ; Day to Night Ratio | ||
90 | ;day_night_offset = 0.45 | ||
91 | ; send a Sun update every update_interval # of frames. A lower number will | ||
92 | ; make for smoother sun transition at the cost of network | ||
93 | ;update_interval = 100 | ||
94 | |||
95 | |||
96 | [Trees] | ||
97 | ; Enable this to allow the tree module to manage your sim trees, including growing, reproducing and dying | ||
98 | ; default is false | ||
99 | active_trees = false | ||
100 | |||
101 | ; Density of tree population | ||
102 | tree_density = 1000.0 | ||
103 | |||
104 | |||
105 | [Voice] | ||
106 | ; PLEASE NOTE that we don't have voice support in OpenSim quite yet - these configuration options are stubs | ||
107 | enabled = false | ||
108 | ; This is not supported by the SLViewer right now and | ||
109 | ; hardcoded within the SL Viewer. Maybe it will be | ||
110 | ; changed in future. :-) | ||
111 | account_management_server = https://www.bhr.vivox.com/api2 | ||
112 | ; Global SIP Server for conference calls | ||
113 | sip_domain = testserver.com | ||
114 | |||
115 | |||
116 | [AsteriskVoice] | ||
117 | ; PLEASE NOTE that we don't have voice support in OpenSim quite yet - these configuration options are stubs | ||
118 | enabled = false | ||
119 | ; SIP account server domain | ||
120 | sip_domain = testserver.com | ||
121 | ; SIP conf server domain | ||
122 | conf_domain = testserver.com | ||
123 | ; URL of the asterisk opensim frontend | ||
124 | asterisk_frontend = http://testserver.com:49153/ | ||
125 | ; password for the asterisk frontend XmlRpc calls | ||
126 | asterisk_password = bah-humbug | ||
127 | ; timeout for XmlRpc calls to asterisk front end (in ms) | ||
128 | asterisk_timeout = 3000 | ||
129 | ; salt for asterisk nonces | ||
130 | asterisk_salt = paluempalum | ||
diff --git a/bin/config.preview.donotuseyet/region/scripting/engines/dotnetengine.ini.example b/bin/config.preview.donotuseyet-v2/defaults/scriptengines.ini.defaults index ee624de..c615581 100644 --- a/bin/config.preview.donotuseyet/region/scripting/engines/dotnetengine.ini.example +++ b/bin/config.preview.donotuseyet-v2/defaults/scriptengines.ini.defaults | |||
@@ -1,10 +1,87 @@ | |||
1 | ; This file shows initialization defaults for OpenSimulator. If you want to override these | 1 | ; Script engine settings |
2 | ; please copy/rename this file from .ini.example file to .ini. For example | 2 | |
3 | ; | 3 | |
4 | ; chat.ini.example => chat.ini | 4 | [XEngine] |
5 | ; | 5 | ; Enable this engine in this OpenSim instance |
6 | ; or you can copy and paste the settings from this file directly to bin/OpenSim.ini | 6 | Enabled = true |
7 | ; | 7 | |
8 | ; How many threads to keep alive even if nothing is happening | ||
9 | MinThreads = 2 | ||
10 | |||
11 | ; How many threads to start at maximum load | ||
12 | MaxThreads = 100 | ||
13 | |||
14 | ; Time a thread must be idle (in seconds) before it dies | ||
15 | IdleTimeout = 60 | ||
16 | |||
17 | ; Thread priority ("Lowest", "BelowNormal", "Normal", "AboveNormal", "Highest") | ||
18 | Priority = "BelowNormal" | ||
19 | |||
20 | ; Maximum number of events to queue for a script (excluding timers) | ||
21 | MaxScriptEventQueue = 300 | ||
22 | |||
23 | ; Stack size per thread created | ||
24 | ThreadStackSize = 262144 | ||
25 | |||
26 | ; Rate to poll for asynchronous command replies (ms) | ||
27 | ; currently unused | ||
28 | ;AsyncLLCommandLoopms = 50 | ||
29 | |||
30 | ; Save the source of all compiled scripts | ||
31 | WriteScriptSourceToDebugFile = false | ||
32 | |||
33 | ; Default language for scripts | ||
34 | DefaultCompileLanguage = lsl | ||
35 | |||
36 | ; List of allowed languages (lsl,vb,js,cs) | ||
37 | ; AllowedCompilers=lsl,cs,js,vb. | ||
38 | ; *warning*, non lsl languages have access to static methods such as System.IO.File. Enable at your own risk. | ||
39 | AllowedCompilers=lsl | ||
40 | |||
41 | ; Compile debug info (line numbers) into the script assemblies | ||
42 | CompileWithDebugInformation = true | ||
43 | |||
44 | ; Allow the use of os* functions (some are dangerous) | ||
45 | AllowOSFunctions = false | ||
46 | |||
47 | ; Threat level to allow, one of None, VeryLow, Low, Moderate, High, VeryHigh, Severe | ||
48 | OSFunctionThreatLevel = VeryLow | ||
49 | |||
50 | ; Interval (s) between background save of script states | ||
51 | SaveInterval = 120 | ||
52 | |||
53 | ; Interval (s) between maintenance runs (0 = disable) | ||
54 | MaintenanceInterval = 10 | ||
55 | |||
56 | ; Time a script can spend in an event handler before it is interrupted | ||
57 | EventLimit = 30 | ||
58 | |||
59 | ; If a script overruns it's event limit, kill the script? | ||
60 | KillTimedOutScripts = false | ||
61 | |||
62 | ; Sets the multiplier for the scripting delays | ||
63 | ScriptDelayFactor = 1.0 | ||
64 | |||
65 | ; The factor the 10 m distances llimits are multiplied by | ||
66 | ScriptDistanceLimitFactor = 1.0 | ||
67 | |||
68 | ; OS Functions enable/disable | ||
69 | ; For each function, you can add one line, as shown | ||
70 | ; The default for all functions allows them if below threat level | ||
71 | |||
72 | ; true allows the use of the function unconditionally | ||
73 | ; Allow_osSetRegionWaterHeight = true | ||
74 | |||
75 | ; false disables the function completely | ||
76 | ; Allow_osSetRegionWaterHeight = false | ||
77 | |||
78 | ; Comma separated list of UUIDS allows the function for that list of UUIDS | ||
79 | ; Allow_osSetRegionWaterHeight = 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb | ||
80 | |||
81 | ; Allow for llCreateLink and llBreakLink to work without asking for permission | ||
82 | ; only enable this in a trusted environment otherwise you may be subject to hijacking | ||
83 | ; AutomaticLinkPermission = false | ||
84 | |||
8 | 85 | ||
9 | [ScriptEngine.DotNetEngine] | 86 | [ScriptEngine.DotNetEngine] |
10 | Enabled = true | 87 | Enabled = true |
@@ -126,3 +203,9 @@ | |||
126 | ; Remove old scripts on next startup | 203 | ; Remove old scripts on next startup |
127 | ; currently unused | 204 | ; currently unused |
128 | ;CleanUpOldScriptsOnStartup=true | 205 | ;CleanUpOldScriptsOnStartup=true |
206 | |||
207 | |||
208 | [MRM] | ||
209 | ; Enables the Mini Region Modules Script Engine. WARNING: SECURITY RISK. | ||
210 | ; default is false | ||
211 | Enabled = false | ||
diff --git a/bin/config.preview.donotuseyet/region/scripting/regionready.ini.example b/bin/config.preview.donotuseyet-v2/defaults/scripting.ini.defaults index e64139e..12dd042 100644 --- a/bin/config.preview.donotuseyet/region/scripting/regionready.ini.example +++ b/bin/config.preview.donotuseyet-v2/defaults/scripting.ini.defaults | |||
@@ -1,10 +1,16 @@ | |||
1 | ; This file shows initialization defaults for OpenSimulator. If you want to override these | 1 | ; Scripting settings |
2 | ; please copy/rename this file from .ini.example file to .ini. For example | 2 | |
3 | ; | 3 | [LL-Functions] |
4 | ; chat.ini.example => chat.ini | 4 | ; Set the following to true to allow administrator owned scripts to execute console commands |
5 | ; | 5 | ; currently unused |
6 | ; or you can copy and paste the settings from this file directly to bin/OpenSim.ini | 6 | ; AllowosConsoleCommand=false |
7 | ; | 7 | |
8 | AllowGodFunctions = false | ||
9 | |||
10 | ; Maximum number of llListen events we allow per script | ||
11 | ; Set this to 0 to have no limit imposed. | ||
12 | max_listens_per_script = 64 | ||
13 | |||
8 | 14 | ||
9 | [RegionReady] | 15 | [RegionReady] |
10 | ; Enable this module to get notified once all items and scripts in the region have been completely loaded and compiled | 16 | ; Enable this module to get notified once all items and scripts in the region have been completely loaded and compiled |
@@ -18,3 +24,15 @@ | |||
18 | ; - the third field is a number indicating how many scripts failed to compile | 24 | ; - the third field is a number indicating how many scripts failed to compile |
19 | ; - "oar error" if supplied, provides the error message from the OAR load | 25 | ; - "oar error" if supplied, provides the error message from the OAR load |
20 | channel_notify = -800 | 26 | channel_notify = -800 |
27 | |||
28 | |||
29 | [SMTP] | ||
30 | enabled=false | ||
31 | |||
32 | ;enabled=true | ||
33 | ;internal_object_host=lsl.opensim.local | ||
34 | ;host_domain_header_from=127.0.0.1 | ||
35 | ;SMTP_SERVER_HOSTNAME=127.0.0.1 | ||
36 | ;SMTP_SERVER_PORT=25 | ||
37 | ;SMTP_SERVER_LOGIN=foo | ||
38 | ;SMTP_SERVER_PASSWORD=bar | ||