diff options
author | meta7 | 2010-08-30 11:42:17 -0700 |
---|---|---|
committer | meta7 | 2010-08-30 11:42:17 -0700 |
commit | 35d6181b78525df995cf2dc5f8bb4f102f3c0aad (patch) | |
tree | 725b6fcda44f24f578cde7851aac869c59c0af82 /bin | |
parent | Kick the user from the region in the circumstance that the TP home failed - O... (diff) | |
parent | Merge branch 'master' into careminster-presence-refactor (diff) | |
download | opensim-SC-35d6181b78525df995cf2dc5f8bb4f102f3c0aad.zip opensim-SC-35d6181b78525df995cf2dc5f8bb4f102f3c0aad.tar.gz opensim-SC-35d6181b78525df995cf2dc5f8bb4f102f3c0aad.tar.bz2 opensim-SC-35d6181b78525df995cf2dc5f8bb4f102f3c0aad.tar.xz |
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
Diffstat (limited to '')
-rw-r--r-- | bin/Newtonsoft.Json.Net20.dll (renamed from bin/Newtonsoft.Json.dll) | bin | 356352 -> 356352 bytes | |||
-rw-r--r-- | bin/OpenSim.ini.example | 2 | ||||
-rw-r--r-- | bin/Robust.HG.ini.example | 2 | ||||
-rw-r--r-- | bin/Robust.ini.example | 3 |
4 files changed, 3 insertions, 4 deletions
diff --git a/bin/Newtonsoft.Json.dll b/bin/Newtonsoft.Json.Net20.dll index 177d9b5..177d9b5 100644 --- a/bin/Newtonsoft.Json.dll +++ b/bin/Newtonsoft.Json.Net20.dll | |||
Binary files differ | |||
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 674a454..f95c428 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -227,7 +227,7 @@ | |||
227 | ;MapImageModule = "MapImageModule" | 227 | ;MapImageModule = "MapImageModule" |
228 | ; Set to false to not generate any maptiles | 228 | ; Set to false to not generate any maptiles |
229 | ;GenerateMaptiles = "true" | 229 | ;GenerateMaptiles = "true" |
230 | ; Refreah (in seconds) the map tile periodically | 230 | ; Refresh (in seconds) the map tile periodically |
231 | ;MaptileRefresh = 0 | 231 | ;MaptileRefresh = 0 |
232 | ; If not generating maptiles, use this static texture asset ID | 232 | ; If not generating maptiles, use this static texture asset ID |
233 | ;MaptileStaticUUID = "00000000-0000-0000-0000-000000000000" | 233 | ;MaptileStaticUUID = "00000000-0000-0000-0000-000000000000" |
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 122ba2e..554d00f 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -100,7 +100,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
100 | [UserAccountService] | 100 | [UserAccountService] |
101 | ; for the server connector | 101 | ; for the server connector |
102 | LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" | 102 | LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" |
103 | ; Realm = "usersaccounts" | 103 | ; Realm = "useraccounts" |
104 | 104 | ||
105 | ; These are for creating new accounts by the service | 105 | ; These are for creating new accounts by the service |
106 | AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | 106 | AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" |
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 0353eec..093ead8 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -57,8 +57,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
57 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" | 57 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" |
58 | ; Realm = "regions" | 58 | ; Realm = "regions" |
59 | ; AllowDuplicateNames = "True" | 59 | ; AllowDuplicateNames = "True" |
60 | ; Check4096 = "False" | 60 | |
61 | |||
62 | ;; Next, we can specify properties of regions, including default and fallback regions | 61 | ;; Next, we can specify properties of regions, including default and fallback regions |
63 | ;; The syntax is: Region_<RegionName> = "<flags>" | 62 | ;; The syntax is: Region_<RegionName> = "<flags>" |
64 | ;; or: Region_<RegionID> = "<flags>" | 63 | ;; or: Region_<RegionID> = "<flags>" |