From 2f5f0af2a5093c59f9187f3079e24bceff97ab07 Mon Sep 17 00:00:00 2001 From: Jonathan Lee Date: Tue, 1 Feb 2022 13:56:07 -0600 Subject: [PATCH] Update wiki-sync to 2.0 (#2359) * Update wiki-sync to 2.0 This is a core rewrite to the plugin and replaces the change-based approach into something that periodically just dumps all the relevant data for the user, computes the delta versus what has already been sent, and sends that to the server. This gives us automatic retries (no changes get dropped if the server 500s), and less confusing logic if player name or profile change. It's also about 65% less code. * Update wikisync * Update wikisync * Update wikisync * Update wikisync --- plugins/wikisync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/wikisync b/plugins/wikisync index f4b507419..a400735ba 100644 --- a/plugins/wikisync +++ b/plugins/wikisync @@ -1,3 +1,3 @@ repository=https://github.com/andmcadams/WikiSync.git -commit=65f928ec5b7448597c32866a5b696f7925f969bb +commit=8246ef597be7554010737e8c47559b23d689410f warning=Similar to the official HiScores, this plugin pushes up data about your character that can be viewed by anyone.
We don't suggest using this if you are (for example) a PvP-locked hardcore ironman, where broadcasting your
quest status could be detrimental to your account by giving away information about what you're currently doing.