From 8d8436e0cadfdfc03808e8ba4a4ebcad97414f68 Mon Sep 17 00:00:00 2001 From: Melanie Date: Sat, 21 Aug 2010 20:59:25 +0100 Subject: Correct a minor typo --- bin/OpenSim.ini.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 1ae9f9a..dac6477 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -224,7 +224,7 @@ ;MapImageModule = "MapImageModule" ; Set to false to not generate any maptiles ;GenerateMaptiles = "true" - ; Refreah (in seconds) the map tile periodically + ; Refresh (in seconds) the map tile periodically ;MaptileRefresh = 0 ; If not generating maptiles, use this static texture asset ID ;MaptileStaticUUID = "00000000-0000-0000-0000-000000000000" -- cgit v1.1 From a2113ecc71ea29aebb05c2aa676afc7ce05b9563 Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Tue, 24 Aug 2010 21:01:37 -0700 Subject: Typo --- bin/Robust.HG.ini.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 [UserAccountService] ; for the server connector LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" - ; Realm = "usersaccounts" + ; Realm = "useraccounts" ; These are for creating new accounts by the service AuthenticationService = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" -- cgit v1.1 From fe660cd2cce844e2b3d9b3de33c5110c4b0e94b5 Mon Sep 17 00:00:00 2001 From: Justin Clark-Casey (justincc) Date: Thu, 26 Aug 2010 18:11:01 +0100 Subject: Rename Newtonsoft.Json.dll to properly reflect its actual assembly name --- bin/Newtonsoft.Json.Net20.dll | Bin 0 -> 356352 bytes bin/Newtonsoft.Json.dll | Bin 356352 -> 0 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 bin/Newtonsoft.Json.Net20.dll delete mode 100644 bin/Newtonsoft.Json.dll (limited to 'bin') diff --git a/bin/Newtonsoft.Json.Net20.dll b/bin/Newtonsoft.Json.Net20.dll new file mode 100644 index 0000000..177d9b5 Binary files /dev/null and b/bin/Newtonsoft.Json.Net20.dll differ diff --git a/bin/Newtonsoft.Json.dll b/bin/Newtonsoft.Json.dll deleted file mode 100644 index 177d9b5..0000000 Binary files a/bin/Newtonsoft.Json.dll and /dev/null differ -- cgit v1.1 From 3c71e5a3a2708bd9c46f4d0d7f2a8067962d32ad Mon Sep 17 00:00:00 2001 From: Diva Canto Date: Thu, 26 Aug 2010 18:23:16 -0700 Subject: Deleted Check4096 from Robust.ini.example --- bin/Robust.ini.example | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin') 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 LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" ; Realm = "regions" ; AllowDuplicateNames = "True" - ; Check4096 = "False" - + ;; Next, we can specify properties of regions, including default and fallback regions ;; The syntax is: Region_ = "" ;; or: Region_ = "" -- cgit v1.1