diff options
author | UbitUmarov | 2019-01-31 12:14:29 +0000 |
---|---|---|
committer | UbitUmarov | 2019-01-31 12:14:29 +0000 |
commit | 76b777b1fb385cba345b0f6d5454689fb68ce428 (patch) | |
tree | c5f898c2d7aaa8b17781550abeff4d203cdc108d /bin | |
parent | cosmetics (diff) | |
download | opensim-SC-76b777b1fb385cba345b0f6d5454689fb68ce428.zip opensim-SC-76b777b1fb385cba345b0f6d5454689fb68ce428.tar.gz opensim-SC-76b777b1fb385cba345b0f6d5454689fb68ce428.tar.bz2 opensim-SC-76b777b1fb385cba345b0f6d5454689fb68ce428.tar.xz |
remove MRM module (minimodule). Its outdated and we have no maintainers. Thanks to all that worked on it. You should either use scripts or a full region module. Or revert this commit and update its code ;)
Diffstat (limited to 'bin')
-rw-r--r-- | bin/OpenSim.ini.example | 24 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 25 |
2 files changed, 0 insertions, 49 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 2c3ad63..58deb5e 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -1054,30 +1054,6 @@ | |||
1054 | Include-osslEnable = "config-include/osslEnable.ini" | 1054 | Include-osslEnable = "config-include/osslEnable.ini" |
1055 | 1055 | ||
1056 | 1056 | ||
1057 | [MRM] | ||
1058 | ;; Enables the Mini Region Modules Script Engine. | ||
1059 | ; Enabled = false | ||
1060 | |||
1061 | ;; Runs MRM in a Security Sandbox | ||
1062 | ;; WARNING: DISABLING IS A SECURITY RISK. | ||
1063 | ; Sandboxed = true | ||
1064 | |||
1065 | ;; The level sandbox to use, adjust at your OWN RISK. | ||
1066 | ;; Valid values are: | ||
1067 | ;; * FullTrust | ||
1068 | ;; * SkipVerification | ||
1069 | ;; * Execution | ||
1070 | ;; * Nothing | ||
1071 | ;; * LocalIntranet | ||
1072 | ;; * Internet | ||
1073 | ;; * Everything | ||
1074 | ; SandboxLevel = "Internet" | ||
1075 | |||
1076 | ;; Only allow Region Owners to run MRMs | ||
1077 | ;; May represent a security risk if you disable this. | ||
1078 | ; OwnerOnly = true | ||
1079 | |||
1080 | |||
1081 | [FreeSwitchVoice] | 1057 | [FreeSwitchVoice] |
1082 | ;; In order for this to work you need a functioning FreeSWITCH PBX set up. | 1058 | ;; In order for this to work you need a functioning FreeSWITCH PBX set up. |
1083 | ;; Configuration details at http://opensimulator.org/wiki/Freeswitch_Module | 1059 | ;; Configuration details at http://opensimulator.org/wiki/Freeswitch_Module |
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 38b4e0f..0dd501b 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -1952,31 +1952,6 @@ | |||
1952 | ;broker = "http://broker.place.com/{1}" | 1952 | ;broker = "http://broker.place.com/{1}" |
1953 | 1953 | ||
1954 | 1954 | ||
1955 | [MRM] | ||
1956 | ; Enables the Mini Region Modules Script Engine. | ||
1957 | ; default is false | ||
1958 | Enabled = false | ||
1959 | |||
1960 | ; Runs MRM in a Security Sandbox | ||
1961 | ; WARNING: DISABLING IS A SECURITY RISK. | ||
1962 | Sandboxed = true | ||
1963 | |||
1964 | ; The level sandbox to use, adjust at your OWN RISK. | ||
1965 | ; Valid values are: | ||
1966 | ; * FullTrust | ||
1967 | ; * SkipVerification | ||
1968 | ; * Execution | ||
1969 | ; * Nothing | ||
1970 | ; * LocalIntranet | ||
1971 | ; * Internet | ||
1972 | ; * Everything | ||
1973 | SandboxLevel = "Internet" | ||
1974 | |||
1975 | ; Only allow Region Owners to run MRMs | ||
1976 | ; May represent a security risk if you disable this. | ||
1977 | OwnerOnly = true | ||
1978 | |||
1979 | |||
1980 | [Hypergrid] | 1955 | [Hypergrid] |
1981 | ; Keep it false for now. Making it true requires the use of a special client in order to access inventory | 1956 | ; Keep it false for now. Making it true requires the use of a special client in order to access inventory |
1982 | safemode = false | 1957 | safemode = false |