Hypergrid 2.0
From OpenSimulator
(Difference between revisions)
(created) |
m |
||
Line 59: | Line 59: | ||
;; Leave blank or commented for no exceptions. | ;; Leave blank or commented for no exceptions. | ||
DisallowExcept_Level_0 = "http://myfriendgrid.com:8002, http://myboss.com:8002" | DisallowExcept_Level_0 = "http://myfriendgrid.com:8002, http://myboss.com:8002" | ||
+ | |||
+ | |||
+ | |||
+ | [[Category:Hypergrid]] |
Latest revision as of 17:13, 24 October 2015
Contents |
[edit] Hypergrid 2.0
[edit] Diva's Articles
[edit] GatekeeperService
[GatekeeperService]
[edit] Foreign Agents Allowed
;; Allow outsiders to hypergrid in? ; ForeignAgentsAllowed = true
[edit] AllowExcept
;; If ForeignAgentsAllowed is true, make exceptions using AllowExcept. ;; Leave blank or commented for no exceptions. AllowExcept = "http://griefer.com:8002, http://enemy.com:8002"
[edit] DisallowExcept
;; If ForeignAgentsAllowed is false, make exceptions using DisallowExcept ;; Leave blank or commented for no exceptions. ; DisallowExcept = "http://myfriendgrid.com:8002, http://myboss.com:8002"
[edit] HGAssetService
[HGAssetService]
[edit] HomeURI
HomeURI = "http://127.0.0.1:9000"
[edit] DisallowExport
;; The asset types that will never be exported DisallowExport ="LSLText, LSLBytecode"
[edit] DisallowImport
;; The asset types that will never be imported DisallowImport ="LSLBytecode"
[edit] HGInventoryService
[edit] My Suitcase
[edit] UserAgentService
[UserAgentService]
[edit] ForeignTripsAllowed_Level_x
;; Are local users allowed to visit other grids? ;; What user level? Use variables of this form: ;; ForeignTripsAllowed_Level_<UserLevel> = true | false ;; For example: ForeignTripsAllowed_Level_0 = false ForeignTripsAllowed_Level_10 = true ; true is default
[edit] AllowExcept_Level_10
;; If ForeignTripsAllowed is true, make exceptions using AllowExcept. ;; Leave blank or commented for no exceptions. AllowExcept_Level_10 = "http://griefer.com:8002, http://enemy.com:8002"
[edit] Disallow_Except_Level_0
;; If ForeignTripsAllowed is false, make exceptions using DisallowExcept ;; Leave blank or commented for no exceptions. DisallowExcept_Level_0 = "http://myfriendgrid.com:8002, http://myboss.com:8002"