aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example47
1 files changed, 35 insertions, 12 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index a1532c5..9a17c58 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -679,16 +679,21 @@
679 ;relay_chat = true 679 ;relay_chat = true
680 ;access_password = foobar 680 ;access_password = foobar
681 681
682 ;fallback_region = name of "default" region 682 ;;fallback_region = name of "default" region
683 ;MSGformat fields : 0=botnick, 1=user, 2=region, 3=message 683 ;;MSGformat fields : 0=botnick, 1=user, 2=region, 3=message
684 ; must start with "PRIVMSG {0} : " or irc server will get upset 684 ;; must start with "PRIVMSG {0} : " or irc server will get upset
685 ;for <bot>:<user in region> :<message> 685 ;;for <bot>:<user in region> :<message>
686 ;msgformat = "PRIVMSG {0} :<{1} in {2}>: {3}" 686 ;;msgformat = "PRIVMSG {0} :<{1} in {2}>: {3}"
687 ;for <bot>:<message> - <user of region> : 687 ;;for <bot>:<message> - <user of region> :
688 msgformat = "PRIVMSG {0} : {3} - {1} of {2}" 688 ;msgformat = "PRIVMSG {0} : {3} - {1} of {2}"
689 ;for <bot>:<message> - from <user> : 689 ;;for <bot>:<message> - from <user> :
690 ;msgformat = "PRIVMSG {0} : {3} - from {1}" 690 ;;msgformat = "PRIVMSG {0} : {3} - from {1}"
691 691
692 ;; exclude_list allows you to stop the IRC connector from announcing the
693 ;;arrival and departure of certain users. For example: admins, bots.
694
695 ;exclude_list=User 1,User 2,User 3
696
692 697
693;[CMS] 698;[CMS]
694 ;enabled = true 699 ;enabled = true
@@ -1163,10 +1168,28 @@
1163 1168
1164 1169
1165[MRM] 1170[MRM]
1166 ; Enables the Mini Region Modules Script Engine. WARNING: SECURITY RISK. 1171 ; Enables the Mini Region Modules Script Engine.
1167 ; default is false 1172 ; default is false
1168 Enabled = false 1173 Enabled = false
1169 1174
1175 ; Runs MRM in a Security Sandbox
1176 ; WARNING: DISABLING IS A SECURITY RISK.
1177 Sandboxed = true
1178
1179 ; The level sandbox to use, adjust at your OWN RISK.
1180 ; Valid values are:
1181 ; * FullTrust
1182 ; * SkipVerification
1183 ; * Execution
1184 ; * Nothing
1185 ; * LocalIntranet
1186 ; * Internet
1187 ; * Everything
1188 SandboxLevel = "Internet"
1189
1190 ; Only allow Region Owners to run MRMs
1191 ; May represent a security risk if you disable this.
1192 OwnerOnly = true
1170 1193
1171[Hypergrid] 1194[Hypergrid]
1172 ; Keep it false for now. Making it true requires the use of a special client in order to access inventory 1195 ; Keep it false for now. Making it true requires the use of a special client in order to access inventory