From ce1dfcb7358e7f74eba75dfc2e40a84cb107de39 Mon Sep 17 00:00:00 2001 From: oDinZu Date: Wed, 4 Aug 2021 00:48:38 +0000 Subject: [PATCH 1/2] Update 'src/mainwindow.cpp' updating lite servers to support more sauce --- src/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index b1b4037..ffd42b2 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -828,6 +828,7 @@ void MainWindow::setupSettingsModal() { settings.cmbServer->addItem("https://lite.hush.is"); settings.cmbServer->addItem("https://lite.hush.land"); settings.cmbServer->addItem("https://devo.crabdance.com"); + settings.cmbServer->addItem("https://lite.nyami.org"); //settings.cmbServer->addItem("https://hush.leto.net:5420"); //TODO: seperate lists of https/Tor servers, only show user or attempt // connection to .onion if user has it enabled From a9063e865e6b8859297b8de937fe8cd5cf1efc35 Mon Sep 17 00:00:00 2001 From: oDinZu <18726788+csharpee@users.noreply.github.com> Date: Sun, 15 Aug 2021 19:44:49 -0400 Subject: [PATCH 2/2] add nyami to random servers --- src/settings.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/settings.cpp b/src/settings.cpp index 845e1e3..3ee920d 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -303,6 +303,7 @@ QString Settings::getRandomServer() { QList servers = { "https://lite.hush.is", "https://devo.crabdance.com", + "https://lite.nyami.org", //"https://thisisdown1.example.com", //"https://thisisdown2.example.com", //"https://thisisdown3.example.com",