Disconnect from Tag's infrastructure

merge-requests/31/head
Paul Traina 2020-11-17 16:37:30 +00:00
rodzic a71f8d0267
commit 3c3704978f
9 zmienionych plików z 17 dodań i 20 usunięć

2
debian/control vendored
Wyświetl plik

@ -4,7 +4,7 @@ Priority: optional
Maintainer: Paul Traina <216482-pleasantone@users.noreply.gitlab.com> Maintainer: Paul Traina <216482-pleasantone@users.noreply.gitlab.com>
Build-Depends: debhelper (>= 12.1) Build-Depends: debhelper (>= 12.1)
Standards-Version: 4.3.0 Standards-Version: 4.3.0
Homepage: http://tagloomis.com/ Homepage: http://gridtracker.org/
Package: gridtracker Package: gridtracker
Architecture: all Architecture: all

2
debian/copyright vendored
Wyświetl plik

@ -1,6 +1,6 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: GridTracker Upstream-Name: GridTracker
Upstream-Contact: Tag Loomis <n0ttl@gridtracker.org> Upstream-Contact: GridTracker Team <contact@gridtracker.org>
Source: https://gitlab.com/gridtracker.org/gridtracker Source: https://gitlab.com/gridtracker.org/gridtracker
Files: * Files: *

Wyświetl plik

@ -43,9 +43,9 @@ Run gridtracker, no arguments needed.
.SH COPYRIGHT .SH COPYRIGHT
.PP .PP
Copyright (c) 2018-2020 Stephen Tag Loomis. All rights reserved. Copyright (c) 2018-2020 Stephen Tag Loomis. All rights reserved.
https://tagloomis.com
Copyright (c) 2020 GridTracker.org. All rights reserved. Copyright (c) 2020 GridTracker.org. All rights reserved.
Released under BSD 3-Clause License Released under BSD 3-Clause License
https://gridtracker.org
.SH .SH
.PP .PP

Wyświetl plik

@ -1064,7 +1064,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</div> </div>
<div> <div>
<br /> <br />
<div class="button" onclick="require('nw.gui').Shell.openExternal('https://tagloomis.com/gt/gt_print.html');"> <div
class="button"
onclick="require('nw.gui').Shell.openExternal('https://gridtracker.org/gt/gt_print.html');"
>
Print Print
</div> </div>
</div> </div>

Wyświetl plik

@ -4953,7 +4953,7 @@
"GT": { "GT": {
"compiledBy": "N0TTL", "compiledBy": "N0TTL",
"sponsor": "GridTracker", "sponsor": "GridTracker",
"website": "https://tagloomis.com/", "website": "https://gridtracker.org/",
"qsl_req": "confirmed", "qsl_req": "confirmed",
"mixed": [ "mixed": [
"160m", "160m",

Wyświetl plik

@ -234,8 +234,7 @@ function oqrsValuesChanged() {
function oqrsDownload(fromSettings) { function oqrsDownload(fromSettings) {
oqrsUpdatedTd.innerHTML = "<b><i>Downloading...</i></b>"; oqrsUpdatedTd.innerHTML = "<b><i>Downloading...</i></b>";
getBuffer( getBuffer(
"https://dl.dropboxusercontent.com/s/9nycdpbxx5b3bpp/clublog.json?cb=" + "https://gridtracker.org/gt/clublog.json",
timeNowSec(),
processoqrsCallsigns, processoqrsCallsigns,
null, null,
"https", "https",
@ -450,8 +449,7 @@ function ulsDownload() {
ulsUpdatedTd.innerHTML = "<b><i>Downloading...</i></b>"; ulsUpdatedTd.innerHTML = "<b><i>Downloading...</i></b>";
ulsCountTd.innerHTML = 0; ulsCountTd.innerHTML = 0;
getChunkedBuffer( getChunkedBuffer(
"https://dl.dropboxusercontent.com/s/91iynrvdse7zcf5/callsigns.txt?cb=" + "https://gridtracker.org/gt/callsigns.txt",
timeNowSec(),
processulsCallsigns, processulsCallsigns,
null, null,
"https", "https",

Wyświetl plik

@ -9441,7 +9441,7 @@ function newMessageSetting(whichSetting) {
function checkForNewVersion(showUptoDate) { function checkForNewVersion(showUptoDate) {
if (typeof nw != "undefined") if (typeof nw != "undefined")
getBuffer( getBuffer(
"https://tagloomis.com/gt/version.txt?lang=" + g_localeString, "https://gridtracker.org/gt/version.txt?lang=" + g_localeString,
versionCheck, versionCheck,
showUptoDate, showUptoDate,
"https", "https",
@ -10797,14 +10797,10 @@ function versionCheck(buffer, flag) {
} }
function onExitAppToGoWebsite() { function onExitAppToGoWebsite() {
require("nw.gui").Shell.openExternal("https://tagloomis.com/"); require("nw.gui").Shell.openExternal("https://gridtracker.org/");
saveAndCloseApp(); saveAndCloseApp();
} }
function mailMe() {
require("nw.gui").Shell.openExternal("mailto:tag.loomis@gmail.com");
}
function mailThem(address) { function mailThem(address) {
require("nw.gui").Shell.openExternal("mailto:" + address); require("nw.gui").Shell.openExternal("mailto:" + address);
} }
@ -13532,7 +13528,7 @@ function pskSpotCheck(timeSec) {
"&senderCallsign=" + "&senderCallsign=" +
encodeURIComponent(myRawCall) + encodeURIComponent(myRawCall) +
"&appcontact=" + "&appcontact=" +
encodeURIComponent("tag.loomis@gmail.com"), encodeURIComponent("contact@gridtracker.org"),
pskSpotResults, pskSpotResults,
null, null,
"https", "https",
@ -13966,7 +13962,7 @@ function updateSpotView(leaveCount = true) {
function gotoDonate() { function gotoDonate() {
var gui = require("nw.gui"); var gui = require("nw.gui");
gui.Shell.openExternal("https://tagloomis.com/donations/"); gui.Shell.openExternal("https://gridtracker.org/donations/");
} }
function changeRosterTime() { function changeRosterTime() {

Wyświetl plik

@ -65,7 +65,7 @@ function gtConnectChat() {
var rnd = parseInt(Math.random() * 10) + 18260; var rnd = parseInt(Math.random() * 10) + 18260;
try { try {
g_gtState = ChatState.connecting; g_gtState = ChatState.connecting;
g_gtChatSocket = new WebSocket("wss://tagloomis.com:" + rnd); g_gtChatSocket = new WebSocket("wss://oams.space:" + rnd);
} catch (e) { } catch (e) {
g_gtState = ChatState.error; g_gtState = ChatState.error;
return; return;

Wyświetl plik

@ -2661,7 +2661,7 @@ function stateChangedValue(what) {
if (window.opener.g_mapSettings.offlineMode == false) { if (window.opener.g_mapSettings.offlineMode == false) {
var callState = r_currentUSState.replace("CN-", ""); var callState = r_currentUSState.replace("CN-", "");
getBuffer( getBuffer(
"https://tagloomis.com/gt/callsigns/" + callState + ".callsigns.json", "https://gridtracker.org/gt/callsigns/" + callState + ".callsigns.json",
callsignResult, callsignResult,
r_currentUSState, r_currentUSState,
"https", "https",
@ -2913,7 +2913,7 @@ function init() {
if (window.opener.g_mapSettings.offlineMode == false) if (window.opener.g_mapSettings.offlineMode == false)
getBuffer( getBuffer(
"https://tagloomis.com/gt/callsigns/manifest.json", "https://gridtracker.org/gt/callsigns/manifest.json",
manifestResult, manifestResult,
null, null,
"https", "https",