From 3f1f0f2cfecdf3fff815e76256e426f70b6a0e39 Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Mon, 11 May 2020 23:28:47 -0700 Subject: [PATCH 1/3] update seed nodes Replacing mainnet seed nodes with testnet port with the correct (now-working) correct mainnet port. Kee wants to replace imaginary.seed due to SSL issues, it was using the IP, I've replaced it with the IP for public.loki.foundation for now. But when we enable SSL, we'll need hosts. And for the dude having DNS issues with our seeds, we will either need to disable SSL verification or keep an http port open for him --- SignalServiceKit/src/Loki/API/LokiAPI+SwarmAPI.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SignalServiceKit/src/Loki/API/LokiAPI+SwarmAPI.swift b/SignalServiceKit/src/Loki/API/LokiAPI+SwarmAPI.swift index a31e9f412..8458f9752 100644 --- a/SignalServiceKit/src/Loki/API/LokiAPI+SwarmAPI.swift +++ b/SignalServiceKit/src/Loki/API/LokiAPI+SwarmAPI.swift @@ -27,7 +27,7 @@ public extension LokiAPI { #if TESTNET fileprivate static let seedNodePool: Set = [ "http://public.loki.foundation:38157" ] #else - fileprivate static let seedNodePool: Set = [ "http://storage.seed1.loki.network:22023", "http://storage.seed2.loki.network:38157", "http://149.56.148.124:38157" ] + fileprivate static let seedNodePool: Set = [ "http://storage.seed1.loki.network:22023", "http://storage.seed2.loki.network:22023", "http://144.76.164.202:22023" ] #endif internal static var randomSnodePool: Set = [] From 1d81805da6da63eb11c3a270dfd056496341ede5 Mon Sep 17 00:00:00 2001 From: nielsandriesse Date: Wed, 20 May 2020 11:57:43 +1000 Subject: [PATCH 2/3] Update Info.plist --- Signal/Signal-Info.plist | 4 ++-- SignalShareExtension/Info.plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Signal/Signal-Info.plist b/Signal/Signal-Info.plist index fefaeb1ed..1a72e07ea 100644 --- a/Signal/Signal-Info.plist +++ b/Signal/Signal-Info.plist @@ -62,7 +62,7 @@ NSExceptionDomains - 149.56.148.124 + 144.76.164.202 NSExceptionAllowsInsecureHTTPLoads @@ -113,7 +113,7 @@ NSContactsUsageDescription Signal uses your contacts to find users you know. We do not store your contacts on the server. NSFaceIDUsageDescription - Session's Screen Lock feature uses Face ID. + Session's Screen Lock feature uses Face ID. NSMicrophoneUsageDescription Session needs access to your microphone to record videos. NSPhotoLibraryAddUsageDescription diff --git a/SignalShareExtension/Info.plist b/SignalShareExtension/Info.plist index 07d94551b..25309fa04 100644 --- a/SignalShareExtension/Info.plist +++ b/SignalShareExtension/Info.plist @@ -26,7 +26,7 @@ NSExceptionDomains - 149.56.148.124 + 144.76.164.202 NSExceptionAllowsInsecureHTTPLoads From 10528451c50fc43f73abec39bdcdf0701f6aae03 Mon Sep 17 00:00:00 2001 From: nielsandriesse Date: Wed, 20 May 2020 12:01:47 +1000 Subject: [PATCH 3/3] Update Info.plist --- Signal/Signal-Info.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Signal/Signal-Info.plist b/Signal/Signal-Info.plist index 1a72e07ea..ff61255c8 100644 --- a/Signal/Signal-Info.plist +++ b/Signal/Signal-Info.plist @@ -113,7 +113,7 @@ NSContactsUsageDescription Signal uses your contacts to find users you know. We do not store your contacts on the server. NSFaceIDUsageDescription - Session's Screen Lock feature uses Face ID. + Session's Screen Lock feature uses Face ID. NSMicrophoneUsageDescription Session needs access to your microphone to record videos. NSPhotoLibraryAddUsageDescription