Compare commits
17 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 795602686e | |||
| f07b387e67 | |||
| 3dfc6cf9c1 | |||
|
|
00128ef5f5 | ||
|
|
0ccdf86a50 | ||
|
|
2ac956341a | ||
|
|
d8d7f34b11 | ||
|
|
0d664a406e | ||
|
|
20210dd3af | ||
|
|
a6d5a50467 | ||
|
|
c71de4f80a | ||
|
|
656a0ddd40 | ||
|
|
2a65edfeeb | ||
|
|
19b24c9b36 | ||
|
|
6c6d7f7319 | ||
|
|
ea704485be | ||
|
|
1f8b33d5a7 |
@@ -499,7 +499,7 @@ default {
|
||||
else if (sMessage == "Help") UserCommand(iAuth, "help", kAv, TRUE);
|
||||
else if (sMessage == "Update") UserCommand(iAuth, "update", kAv, TRUE);
|
||||
else if (sMessage == "Version")
|
||||
g_kHttpVersion = llHTTPRequest("https://git.lotix.org/lotek/oscollar/raw/branch/master/web/device", [], "");
|
||||
g_kHttpVersion = llHTTPRequest("https://git.lotix.org/lotek/oscollar/raw/branch/stable/web/device", [], "");
|
||||
} else if (sMenu == "UpdateConfirmMenu"){
|
||||
if (sMessage=="Yes") StartUpdate();
|
||||
else {
|
||||
@@ -656,7 +656,7 @@ default {
|
||||
if (compareVersions(sWebVersion, g_sCollarVersion)) {
|
||||
llOwnerSay("An update is available!");
|
||||
// Fetch a list of distribution sites:
|
||||
g_kHttpDistsites = llHTTPRequest("https://git.lotix.org/lotek/oscollar/raw/branch/master/web/distsites", [], "");
|
||||
g_kHttpDistsites = llHTTPRequest("https://git.lotix.org/lotek/oscollar/raw/branch/stable/web/distsites", [], "");
|
||||
} else
|
||||
llOwnerSay("You are using the most recent version");
|
||||
} else if (kID == g_kHttpDistsites) {
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
|
||||
Get an updater at:
|
||||
|
||||
TBD
|
||||
Kinky Hub
|
||||
hop://hg.tamai.nl:80/Oaks%20Woods/21/124/23
|
||||
Reference in New Issue
Block a user