From c4e79c620fdba57ed449bafb1a4c87db55d032ab Mon Sep 17 00:00:00 2001 From: Leandro Pereira Date: Sat, 30 Jul 2016 10:36:32 -0300 Subject: Update XML-RPC endpoint Still not working; I've lost the original source code and database, but at least I control the hardinfo.org domain so I can make this work again someday. --- shell/syncmanager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/syncmanager.c b/shell/syncmanager.c index 3afd45b7..ed8b7623 100644 --- a/shell/syncmanager.c +++ b/shell/syncmanager.c @@ -63,7 +63,7 @@ static SoupSession *session = NULL; static GMainLoop *loop; static GQuark err_quark; -#define XMLRPC_SERVER_URI "http://hardinfo.berlios.de/xmlrpc/" +#define XMLRPC_SERVER_URI "https://xmlrpc.hardinfo.org/" #define XMLRPC_SERVER_API_VERSION 1 #define LABEL_SYNC_DEFAULT _("Synchronize with Central Database\n" \ -- cgit v1.2.3