From 76b777b1fb385cba345b0f6d5454689fb68ce428 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Thu, 31 Jan 2019 12:14:29 +0000 Subject: 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 ;) --- bin/OpenSim.ini.example | 24 ------------------------ bin/OpenSimDefaults.ini | 25 ------------------------- 2 files changed, 49 deletions(-) (limited to 'bin') 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 @@ Include-osslEnable = "config-include/osslEnable.ini" -[MRM] - ;; Enables the Mini Region Modules Script Engine. - ; Enabled = false - - ;; Runs MRM in a Security Sandbox - ;; WARNING: DISABLING IS A SECURITY RISK. - ; Sandboxed = true - - ;; The level sandbox to use, adjust at your OWN RISK. - ;; Valid values are: - ;; * FullTrust - ;; * SkipVerification - ;; * Execution - ;; * Nothing - ;; * LocalIntranet - ;; * Internet - ;; * Everything - ; SandboxLevel = "Internet" - - ;; Only allow Region Owners to run MRMs - ;; May represent a security risk if you disable this. - ; OwnerOnly = true - - [FreeSwitchVoice] ;; In order for this to work you need a functioning FreeSWITCH PBX set up. ;; 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 @@ ;broker = "http://broker.place.com/{1}" -[MRM] - ; Enables the Mini Region Modules Script Engine. - ; default is false - Enabled = false - - ; Runs MRM in a Security Sandbox - ; WARNING: DISABLING IS A SECURITY RISK. - Sandboxed = true - - ; The level sandbox to use, adjust at your OWN RISK. - ; Valid values are: - ; * FullTrust - ; * SkipVerification - ; * Execution - ; * Nothing - ; * LocalIntranet - ; * Internet - ; * Everything - SandboxLevel = "Internet" - - ; Only allow Region Owners to run MRMs - ; May represent a security risk if you disable this. - OwnerOnly = true - - [Hypergrid] ; Keep it false for now. Making it true requires the use of a special client in order to access inventory safemode = false -- cgit v1.1