From fd093383f9eea070f7e83b6767942ed9a2bf8633 Mon Sep 17 00:00:00 2001 From: Mayhem Date: Wed, 7 Oct 2015 23:50:19 +0200 Subject: [PATCH 1/3] Search should now be enabled on all boards on Desustorage --- archives.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/archives.json b/archives.json index 31bb7c537..a492267e2 100644 --- a/archives.json +++ b/archives.json @@ -60,8 +60,7 @@ "https": true, "software": "foolfuuka", "boards": ["a", "aco", "an", "c", "co", "d", "fit", "int", "k", "m", "mlp", "qa", "r9k", "tg", "wsg"], - "files": ["a", "aco", "an", "c", "co", "d", "fit", "int", "k", "m", "mlp", "qa", "r9k", "tg", "wsg"], - "search": ["mlp", "qa"] + "files": ["a", "aco", "an", "c", "co", "d", "fit", "int", "k", "m", "mlp", "qa", "r9k", "tg", "wsg"] }, { "uid": 24, "name": "fireden.net", From 47e1c99d01df035fc20dc64e6bcd5852f100632c Mon Sep 17 00:00:00 2001 From: Mayhem Date: Thu, 8 Oct 2015 03:46:54 +0200 Subject: [PATCH 2/3] Desustorage added /vr/ --- archives.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archives.json b/archives.json index a492267e2..9fd6be714 100644 --- a/archives.json +++ b/archives.json @@ -59,8 +59,8 @@ "http": false, "https": true, "software": "foolfuuka", - "boards": ["a", "aco", "an", "c", "co", "d", "fit", "int", "k", "m", "mlp", "qa", "r9k", "tg", "wsg"], - "files": ["a", "aco", "an", "c", "co", "d", "fit", "int", "k", "m", "mlp", "qa", "r9k", "tg", "wsg"] + "boards": ["a", "aco", "an", "c", "co", "d", "fit", "int", "k", "m", "mlp", "qa", "r9k", "tg", "vr", "wsg"], + "files": ["a", "aco", "an", "c", "co", "d", "fit", "int", "k", "m", "mlp", "qa", "r9k", "tg", "vr", "wsg"] }, { "uid": 24, "name": "fireden.net", From de5142f4b01a21581927af35c43c60ad250aeb9d Mon Sep 17 00:00:00 2001 From: Mayhem Date: Thu, 8 Oct 2015 05:16:21 +0200 Subject: [PATCH 3/3] Desustorage now available on HTTP as well --- archives.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archives.json b/archives.json index 9fd6be714..40d5f8d29 100644 --- a/archives.json +++ b/archives.json @@ -56,7 +56,7 @@ "uid": 23, "name": "Desustorage", "domain": "desustorage.org", - "http": false, + "http": true, "https": true, "software": "foolfuuka", "boards": ["a", "aco", "an", "c", "co", "d", "fit", "int", "k", "m", "mlp", "qa", "r9k", "tg", "vr", "wsg"],