aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie2013-09-07 13:54:19 +0100
committerMelanie2013-09-07 13:54:19 +0100
commit2f365ea80be0df545a74da03afceb964da1546d1 (patch)
treea54202b1cdabaa201c0566232bde69cecdcfef6a /bin
parentMerge branch 'master' into careminster (diff)
parentMerge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff)
downloadopensim-SC_OLD-2f365ea80be0df545a74da03afceb964da1546d1.zip
opensim-SC_OLD-2f365ea80be0df545a74da03afceb964da1546d1.tar.gz
opensim-SC_OLD-2f365ea80be0df545a74da03afceb964da1546d1.tar.bz2
opensim-SC_OLD-2f365ea80be0df545a74da03afceb964da1546d1.tar.xz
Merge branch 'master' into careminster
Conflicts: OpenSim/Region/CoreModules/Avatar/Chat/ChatModule.cs OpenSim/Region/Framework/Scenes/Scene.cs
Diffstat (limited to 'bin')
-rw-r--r--bin/Robust.HG.ini.example28
-rw-r--r--bin/Robust.ini.example20
-rw-r--r--bin/config-include/StandaloneCommon.ini.example20
3 files changed, 58 insertions, 10 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index 466aed2..8fe6d0c 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -151,7 +151,8 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
151; * 151; *
152[GridService] 152[GridService]
153 LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" 153 LocalServiceModule = "OpenSim.Services.GridService.dll:GridService"
154 HypergridLinker = true 154
155 HypergridLinker = true
155 156
156 ; Realm = "regions" 157 ; Realm = "regions"
157 ; AllowDuplicateNames = "True" 158 ; AllowDuplicateNames = "True"
@@ -168,16 +169,31 @@ HGAssetServiceConnector = "HGAssetService@8002/OpenSim.Server.Handlers.dll:Asset
168 ;; Next, we can specify properties of regions, including default and fallback regions 169 ;; Next, we can specify properties of regions, including default and fallback regions
169 ;; The syntax is: Region_<RegionName> = "<flags>" 170 ;; The syntax is: Region_<RegionName> = "<flags>"
170 ;; or: Region_<RegionID> = "<flags>" 171 ;; or: Region_<RegionID> = "<flags>"
171 ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut,Reservation,NoMove,Authenticate 172 ;; where <flags> can be DefaultRegion, DefaultHGRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut, Reservation, NoMove, Authenticate
172 ;; For example: 173 ;;
174 ;; DefaultRegion If a local login cannot be placed in the required region (e.g. home region does not exist, avatar is not allowed entry, etc.)
175 ;; then this region becomes the destination. Only the first online default region will be used. If no DefaultHGRegion
176 ;; is specified then this will also be used as the region for hypergrid connections that require it (commonly because they have not specified
177 ;; an explicit region.
178 ;;
179 ;; DefaultHGRegion If an avatar connecting via the hypergrid does not specify a region, then they are placed here. Only the first online
180 ;; region will be used.
181 ;;
182 ;; FallbackRegion If the DefaultRegion is not available for a local login, then any FallbackRegions are tried instead. These are tried in the
183 ;; order specified. This only applies to local logins at this time, not Hypergrid connections.
184 ;;
185 ;; NoDirectLogin A hypergrid user cannot directly connect to this region. This does not apply to local logins.
186 ;;
187 ;; Persistent When the simulator is shutdown, the region is signalled as offline but left registered on the grid.
188 ;;
173 ; Region_Welcome_Area = "DefaultRegion, FallbackRegion" 189 ; Region_Welcome_Area = "DefaultRegion, FallbackRegion"
174 ; (replace spaces with underscore) 190 ; (replace spaces with underscore)
175 191
176 ;; Allow Hyperlinks to be created at the console 192 ;; Allow Hyperlinks to be created at the console
177 HypergridLinker = true 193 HypergridLinker = true
178 194
179 ;; If you have this set under [Hypergrid], no need to set it here, leave it commented 195 ;; If you have this set under [Hypergrid], no need to set it here, leave it commented
180 ; GatekeeperURI = "http://127.0.0.1:8002" 196 ; GatekeeperURI = "http://127.0.0.1:8002"
181 197
182 198
183; * This is the configuration for the freeswitch server in grid mode 199; * This is the configuration for the freeswitch server in grid mode
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index da1b43a..de6fc28 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -132,8 +132,24 @@ MapGetServiceConnector = "8002/OpenSim.Server.Handlers.dll:MapGetServiceConnecto
132 ;; Next, we can specify properties of regions, including default and fallback regions 132 ;; Next, we can specify properties of regions, including default and fallback regions
133 ;; The syntax is: Region_<RegionName> = "<flags>" 133 ;; The syntax is: Region_<RegionName> = "<flags>"
134 ;; or: Region_<RegionID> = "<flags>" 134 ;; or: Region_<RegionID> = "<flags>"
135 ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut,Reservation,NoMove,Authenticate 135 ;; where <flags> can be DefaultRegion, DefaultHGRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut, Reservation, NoMove, Authenticate
136 ;; For example: 136 ;;
137 ;; DefaultRegion If a local login cannot be placed in the required region (e.g. home region does not exist, avatar is not allowed entry, etc.)
138 ;; then this region becomes the destination. Only the first online default region will be used. If no DefaultHGRegion
139 ;; is specified then this will also be used as the region for hypergrid connections that require it (commonly because they have not specified
140 ;; an explicit region.
141 ;;
142 ;; DefaultHGRegion If an avatar connecting via the hypergrid does not specify a region, then they are placed here. Only the first online
143 ;; region will be used.
144 ;;
145 ;; FallbackRegion If the DefaultRegion is not available for a local login, then any FallbackRegions are tried instead. These are tried in the
146 ;; order specified. This only applies to local logins at this time, not Hypergrid connections.
147 ;;
148 ;; NoDirectLogin A hypergrid user cannot directly connect to this region. This does not apply to local logins.
149 ;;
150 ;; Persistent When the simulator is shutdown, the region is signalled as offline but left registered on the grid.
151 ;;
152 ;; Example specification:
137 ; Region_Welcome_Area = "DefaultRegion, FallbackRegion" 153 ; Region_Welcome_Area = "DefaultRegion, FallbackRegion"
138 ; (replace spaces with underscore) 154 ; (replace spaces with underscore)
139 155
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example
index 6b991a8..f7545d4 100644
--- a/bin/config-include/StandaloneCommon.ini.example
+++ b/bin/config-include/StandaloneCommon.ini.example
@@ -81,11 +81,27 @@
81 ;; Next, we can specify properties of regions, including default and fallback regions 81 ;; Next, we can specify properties of regions, including default and fallback regions
82 ;; The syntax is: Region_<RegioName> = "<flags>" 82 ;; The syntax is: Region_<RegioName> = "<flags>"
83 ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut 83 ;; where <flags> can be DefaultRegion, FallbackRegion, NoDirectLogin, Persistent, LockedOut
84 ;;
85 ;; DefaultRegion If a local login cannot be placed in the required region (e.g. home region does not exist, avatar is not allowed entry, etc.)
86 ;; then this region becomes the destination. Only the first online default region will be used. If no DefaultHGRegion
87 ;; is specified then this will also be used as the region for hypergrid connections that require it (commonly because they have not specified
88 ;; an explicit region.
89 ;;
90 ;; DefaultHGRegion If an avatar connecting via the hypergrid does not specify a region, then they are placed here. Only the first online
91 ;; region will be used.
92 ;;
93 ;; FallbackRegion If the DefaultRegion is not available for a local login, then any FallbackRegions are tried instead. These are tried in the
94 ;; order specified. This only applies to local logins at this time, not Hypergrid connections.
95 ;;
96 ;; NoDirectLogin A hypergrid user cannot directly connect to this region. This does not apply to local logins.
97 ;;
98 ;; Persistent When the simulator is shutdown, the region is signalled as offline but left registered on the grid.
99 ;;
84 ;; For example: 100 ;; For example:
85 Region_Welcome_Area = "DefaultRegion, FallbackRegion" 101 Region_Welcome_Area = "DefaultRegion, FallbackRegion"
86 102
87 ; === HG ONLY === 103 ; === HG ONLY ===
88 ;; If you have this set under [Hypergrid], no need to set it here, leave it commented 104 ;; If you have this set under [Hypergrid], no need to set it here, leave it commented
89 ; GatekeeperURI="http://127.0.0.1:9000" 105 ; GatekeeperURI="http://127.0.0.1:9000"
90 106
91[LibraryModule] 107[LibraryModule]
@@ -94,7 +110,7 @@
94 110
95[LoginService] 111[LoginService]
96 WelcomeMessage = "Welcome, Avatar!" 112 WelcomeMessage = "Welcome, Avatar!"
97 ;; If you have Gatekeeper set under [Hypergrid], no need to set it here, leave it commented 113 ;; If you have Gatekeeper set under [Hypergrid], no need to set it here, leave it commented
98 ; GatekeeperURI = "http://127.0.0.1:9000" 114 ; GatekeeperURI = "http://127.0.0.1:9000"
99 115
100 SRV_HomeURI = "http://127.0.0.1:9000" 116 SRV_HomeURI = "http://127.0.0.1:9000"