From 824497b97a2bcd0afe7a74c94e3992723c22ccdf Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 13 Apr 2023 11:37:01 +0200 Subject: fix wrong array key, check for xchan_deleted with empty() which will also catch a possibly already removed xchan (which will be null) and bump version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index d8349c2e2..4eb1f7132 100644 --- a/boot.php +++ b/boot.php @@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '8.3.1'); +define('STD_VERSION', '8.3.2'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1255); -- cgit v1.2.3 From 44e5dc7d97a7751c5fc44cf73e0c8cb26c2a0bbd Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 19 Apr 2023 11:14:46 +0200 Subject: bump version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 4eb1f7132..a2b180f26 100644 --- a/boot.php +++ b/boot.php @@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '8.3.2'); +define('STD_VERSION', '8.3.3'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1255); -- cgit v1.2.3 From b99a4ade1afffb48c8f9f797317a45337533887a Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 21 Apr 2023 10:39:17 +0000 Subject: bump version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index a2b180f26..88d58588c 100644 --- a/boot.php +++ b/boot.php @@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '8.3.3'); +define('STD_VERSION', '8.3.4'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1255); -- cgit v1.2.3 From 80d70e64f5b0126af261d8f62eb69339fb0949b5 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 23 Apr 2023 09:26:30 +0000 Subject: bump version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 88d58588c..f1e2849ba 100644 --- a/boot.php +++ b/boot.php @@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '8.3.4'); +define('STD_VERSION', '8.3.5'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1255); -- cgit v1.2.3 From 51fce12cd70cf4b2299ca56069934fa698d29953 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 26 Apr 2023 17:59:20 +0200 Subject: update 1256 --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index f1e2849ba..3d6dd53e4 100644 --- a/boot.php +++ b/boot.php @@ -63,7 +63,7 @@ define('PLATFORM_NAME', 'hubzilla'); define('STD_VERSION', '8.3.5'); define('ZOT_REVISION', '6.0'); -define('DB_UPDATE_VERSION', 1255); +define('DB_UPDATE_VERSION', 1256); define('PROJECT_BASE', __DIR__); -- cgit v1.2.3 From 60f0739c3e8158bdcb373c3607ef2e8e8fcb4e08 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 26 Apr 2023 16:28:20 +0000 Subject: update 1257 ud_guid > ud_host --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 3d6dd53e4..1f9d131d3 100644 --- a/boot.php +++ b/boot.php @@ -63,7 +63,7 @@ define('PLATFORM_NAME', 'hubzilla'); define('STD_VERSION', '8.3.5'); define('ZOT_REVISION', '6.0'); -define('DB_UPDATE_VERSION', 1256); +define('DB_UPDATE_VERSION', 1257); define('PROJECT_BASE', __DIR__); -- cgit v1.2.3 From bdb25315b6f01f1963b21f6e0c0bd5ec2959c62e Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 26 Apr 2023 23:01:56 +0200 Subject: initial commit for directory flags federation --- boot.php | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 1f9d131d3..8666c5f4f 100644 --- a/boot.php +++ b/boot.php @@ -84,6 +84,15 @@ define('DIRECTORY_MODE_PRIMARY', 0x0001); // There can only be *one* primary dir define('DIRECTORY_MODE_SECONDARY', 0x0002); // All other mirror directory servers define('DIRECTORY_MODE_STANDALONE', 0x0100); // A detached (off the grid) hub with itself as directory server. +define('DIRECTORY_UPDATE_OK', 0); +define('DIRECTORY_UPDATE_XCHAN', 1); +define('DIRECTORY_UPDATE_FLAGS', 2); +define('DIRECTORY_UPDATE_BOTH', 3); + +define('DIRECTORY_FLAG_OK', 0); +define('DIRECTORY_FLAG_UNSAFE', 1); +define('DIRECTORY_FLAG_HIDDEN', 2); + // We will look for upstream directories whenever me make contact // with other sites, but if this is a new installation and isn't // a standalone hub, we need to seed the service with a starting @@ -96,8 +105,7 @@ define('DIRECTORY_FALLBACK_MASTER', 'https://hub.netzgemeinde.eu'); function get_directory_fallback_servers() { $ret = [ 'https://hub.netzgemeinde.eu', - 'https://zotsite.net', - 'https://hub.libranet.de' + 'https://zotsite.net' ]; return $ret; @@ -364,11 +372,6 @@ define('POLL_TENSCALE', 0x0002); // 1-10 define('POLL_MULTIPLE_CHOICE', 0x0004); define('POLL_OVERWRITE', 0x8000); // If you vote twice remove the prior entry - -define('UPDATE_FLAGS_UPDATED', 0x0001); -define('UPDATE_FLAGS_FORCED', 0x0002); -define('UPDATE_FLAGS_DELETED', 0x1000); - define('HUBLOC_OFFLINE', 0x0001); define('DROPITEM_NORMAL', 0); -- cgit v1.2.3 From 3543e6dd32bd7e518a0deec2038eafe6a183dc6b Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 28 Apr 2023 08:57:21 +0200 Subject: slightly refactor dir sync --- boot.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 8666c5f4f..d5a53149e 100644 --- a/boot.php +++ b/boot.php @@ -84,11 +84,6 @@ define('DIRECTORY_MODE_PRIMARY', 0x0001); // There can only be *one* primary dir define('DIRECTORY_MODE_SECONDARY', 0x0002); // All other mirror directory servers define('DIRECTORY_MODE_STANDALONE', 0x0100); // A detached (off the grid) hub with itself as directory server. -define('DIRECTORY_UPDATE_OK', 0); -define('DIRECTORY_UPDATE_XCHAN', 1); -define('DIRECTORY_UPDATE_FLAGS', 2); -define('DIRECTORY_UPDATE_BOTH', 3); - define('DIRECTORY_FLAG_OK', 0); define('DIRECTORY_FLAG_UNSAFE', 1); define('DIRECTORY_FLAG_HIDDEN', 2); -- cgit v1.2.3 From a24a1ca6d79cf48ae18352a9df9e94bc6c4c7431 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 4 May 2023 09:27:31 +0000 Subject: update 1258 to remove traces of channelreputation --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index d5a53149e..b56ea41cf 100644 --- a/boot.php +++ b/boot.php @@ -63,7 +63,7 @@ define('PLATFORM_NAME', 'hubzilla'); define('STD_VERSION', '8.3.5'); define('ZOT_REVISION', '6.0'); -define('DB_UPDATE_VERSION', 1257); +define('DB_UPDATE_VERSION', 1258); define('PROJECT_BASE', __DIR__); -- cgit v1.2.3 From d3a5ff9d6810fe3b7bf9ac8f171d25003fc51049 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 7 May 2023 08:39:59 +0000 Subject: version and strings --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index b56ea41cf..d8cdc68e3 100644 --- a/boot.php +++ b/boot.php @@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '8.3.5'); +define('STD_VERSION', '8.4RC'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1258); -- cgit v1.2.3 From b8c9f0498961bb3237c94ad007172883f554e2b2 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 7 May 2023 09:04:10 +0000 Subject: bump version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index d8cdc68e3..ff9e45d18 100644 --- a/boot.php +++ b/boot.php @@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '8.4RC'); +define('STD_VERSION', '8.5'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1258); -- cgit v1.2.3 From 984980b1700f6a7f13daf4da028caac393af7e68 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 7 May 2023 11:31:50 +0000 Subject: version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index ff9e45d18..d8cdc68e3 100644 --- a/boot.php +++ b/boot.php @@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '8.5'); +define('STD_VERSION', '8.4RC'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1258); -- cgit v1.2.3 From 247cf40acea393f104d6950ddd732a21ec6ca50a Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 10 May 2023 20:45:33 +0000 Subject: bump version --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index d8cdc68e3..9f4ee8f32 100644 --- a/boot.php +++ b/boot.php @@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '8.4RC'); +define('STD_VERSION', '8.4RC2'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1258); -- cgit v1.2.3 From 62d35627f35537d0056482047e74a27ad837c3cf Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 17 May 2023 13:28:05 +0000 Subject: version 8.4 --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 9f4ee8f32..151310624 100644 --- a/boot.php +++ b/boot.php @@ -60,7 +60,7 @@ require_once('include/bbcode.php'); require_once('include/items.php'); define('PLATFORM_NAME', 'hubzilla'); -define('STD_VERSION', '8.4RC2'); +define('STD_VERSION', '8.4'); define('ZOT_REVISION', '6.0'); define('DB_UPDATE_VERSION', 1258); -- cgit v1.2.3