aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini.example
diff options
context:
space:
mode:
authorDiva Canto2016-06-23 11:44:59 -0700
committerDiva Canto2016-06-23 11:44:59 -0700
commitb522f0916aa96a941da95d456acaa8d2ea0bb496 (patch)
treec27e21707e324e7cfc2648240e60b1b5a686262d /bin/OpenSim.ini.example
parentReplace the http server dll with the right pair dll + xml (diff)
downloadopensim-SC_OLD-b522f0916aa96a941da95d456acaa8d2ea0bb496.zip
opensim-SC_OLD-b522f0916aa96a941da95d456acaa8d2ea0bb496.tar.gz
opensim-SC_OLD-b522f0916aa96a941da95d456acaa8d2ea0bb496.tar.bz2
opensim-SC_OLD-b522f0916aa96a941da95d456acaa8d2ea0bb496.tar.xz
Mantis #7934 and related: landing points and telehubs for gods. Added a new configuration variable LandingPointBehavior that can switch between what we're used to in OpenSim and the behavior in SL.
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r--bin/OpenSim.ini.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 90ecb72..141c608 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -653,6 +653,11 @@
653 ;; Disabling cancellation can be okay in small closed grids where all teleports are highly likely to suceed. 653 ;; Disabling cancellation can be okay in small closed grids where all teleports are highly likely to suceed.
654 ;DisableInterRegionTeleportCancellation = false 654 ;DisableInterRegionTeleportCancellation = false
655 655
656 ;# {LandingPointBehavior} {} {How to honor landing points and telehubs for gods.} {LandingPointBehavior_OS LandingPointBehavior_SL} LandingPointBehavior_OS
657 ;; This option exists to control the behavior of teleporting gods into places that have landing points
658 ;; and telehubs. Historically, there has been a difference: OpenSim (OS) has honored landing points and telehubs even for
659 ;; avatars with god permissions; SL lets gods land wherever they want.
660 ;LandingPointBehavior = LandingPointBehavior_OS
656 661
657[Messaging] 662[Messaging]
658 ;# {OfflineMessageModule} {} {Module to use for offline message storage} {OfflineMessageModule "Offline Message Module V2" *} 663 ;# {OfflineMessageModule} {} {Module to use for offline message storage} {OfflineMessageModule "Offline Message Module V2" *}