diff options
author | UbitUmarov | 2016-12-18 05:03:27 +0000 |
---|---|---|
committer | UbitUmarov | 2016-12-18 05:03:27 +0000 |
commit | 82fc8e1a36778a59d4d9c329ea71a60c3f4e8729 (patch) | |
tree | 65b5fbfe80c9db6547b2693b04544de18647f7bd /bin | |
parent | Merge branch 'master' into httptests (diff) | |
parent | leave stupid broken permissions alone (diff) | |
download | opensim-SC-82fc8e1a36778a59d4d9c329ea71a60c3f4e8729.zip opensim-SC-82fc8e1a36778a59d4d9c329ea71a60c3f4e8729.tar.gz opensim-SC-82fc8e1a36778a59d4d9c329ea71a60c3f4e8729.tar.bz2 opensim-SC-82fc8e1a36778a59d4d9c329ea71a60c3f4e8729.tar.xz |
Merge branch 'master' into httptests
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example | 5 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 4 | ||||
-rw-r--r-- | bin/config-include/osslEnable.ini | 5 |
3 files changed, 12 insertions, 2 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 7426980..0544f36 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1202,6 +1202,11 @@ | |||
1202 | ;; Set the value of the url to your UserProfilesService | 1202 | ;; Set the value of the url to your UserProfilesService |
1203 | ;; If un-set / "" the module is disabled | 1203 | ;; If un-set / "" the module is disabled |
1204 | ;; ProfileServiceURL = ${Const|BaseURL}:${Const|PublicPort} | 1204 | ;; ProfileServiceURL = ${Const|BaseURL}:${Const|PublicPort} |
1205 | |||
1206 | ;# {AllowUserProfileWebURLs} {} {allow user profiles web urls} {true false} true | ||
1207 | ;; set this to false to prevent your users to be sent to unknown | ||
1208 | ;; web sites by other users on their profiles | ||
1209 | ; AllowUserProfileWebURLs = true | ||
1205 | 1210 | ||
1206 | [XBakes] | 1211 | [XBakes] |
1207 | ;# {URL} {} {Set URL for Baked texture service} {} | 1212 | ;# {URL} {} {Set URL for Baked texture service} {} |
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index a8566e2..fa491fc 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -552,6 +552,10 @@ | |||
552 | ;; points to your grid's Robust user profiles service | 552 | ;; points to your grid's Robust user profiles service |
553 | ;; | 553 | ;; |
554 | ; ProfileURL = http://127.0.0.1:9000 | 554 | ; ProfileURL = http://127.0.0.1:9000 |
555 | |||
556 | ;; set this to false to prevent your users to be sent to unknown | ||
557 | ;; web sites by other users on their profiles | ||
558 | ; AllowUserProfileWebURLs = true | ||
555 | 559 | ||
556 | 560 | ||
557 | [SMTP] | 561 | [SMTP] |
diff --git a/bin/config-include/osslEnable.ini b/bin/config-include/osslEnable.ini index 59a162a..a064f09 100644 --- a/bin/config-include/osslEnable.ini +++ b/bin/config-include/osslEnable.ini | |||
@@ -139,8 +139,9 @@ | |||
139 | Allow_osMessageObject = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER | 139 | Allow_osMessageObject = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER |
140 | Allow_osRegexIsMatch = true | 140 | Allow_osRegexIsMatch = true |
141 | Allow_osGetAvatarHomeURI = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER | 141 | Allow_osGetAvatarHomeURI = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER |
142 | Allow_osNpcSetProfileAbout = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER | 142 | Allow_osNpcSetProfileAbout = ${XEngine|osslNPC} |
143 | Allow_osNpcSetProfileImage = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER | 143 | Allow_osNpcSetProfileImage = ${XEngine|osslNPC} |
144 | Allow_osDie = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER | ||
144 | 145 | ||
145 | ; ThreatLevel Moderate | 146 | ; ThreatLevel Moderate |
146 | Allow_osDropAttachment = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER | 147 | Allow_osDropAttachment = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER |