[01:17:35] Just a note to Huggle maintainers that CBNG's IRC relay feed is now back up and running at #wikipedia-en-cbngfeed [01:17:54] Since Huggle had at one point in time used this scoring data to help it score edits, this will be invaluable [03:23:12] k6ka: That's what I pinged petan about, however I was AFK when he replied [03:23:15] ;) [03:26:37] 10Huggle: Re-activate CBNG Feed - https://phabricator.wikimedia.org/T205208 (10RichSmith) [06:44:14] methecooldude: that's not a same format though [06:44:22] I see that values are separated with # [06:44:29] how do you escape # in edit comments? [06:44:49] 10Huggle: Re-activate CBNG Feed - https://phabricator.wikimedia.org/T205208 (10Petrb) (Sun Sep 23 08:44:13 2018) methecooldude: that's not a same format though (Sun Sep 23 08:44:22 2018) I see that values are separated with # (Sun Sep 23 08:44:29 2018) how do you escape # in edit comments? [06:46:46] petan: It should be the same format... it's exactly the same relay from ClueNet [12:24:47] methecooldude: hmm it's been very long time since I was using it, so how do you escape that # symbol? [12:25:32] this is the super old code for it https://github.com/huggle/cluenet-relay [12:25:46] latest commit was on Nov 21, 2013 :D [12:41:29] it works! [12:42:42] 10Huggle: Re-activate CBNG Feed - https://phabricator.wikimedia.org/T205208 (10Petrb) for now reactivated on my personal server we probably want to migrate this to Huggle's VPS on cloud forge and make a service out of it: https://github.com/huggle/cluenet-relay [12:43:03] 10Huggle: Re-activate CBNG Feed - https://phabricator.wikimedia.org/T205208 (10Petrb) p:05Triage>03Normal [13:23:50] petan: Also, you moved the whitelist, looking at the CBNG code, it uses that to know who it doesn't need to revert, so at the moment its checking edits from like AnomieBot lol [13:56:40] Change on 12en.wikipedia.org a page Wikipedia:Huggle was modified, changed by Neko-chan link https://en.wikipedia.org/w/index.php?diff=860850890 edit summary: infobox updates [14:15:40] methecooldude: https://meta.wikimedia.org/wiki/Huggle/Config.yaml [14:15:44] whitelist-server: "http://huggle-wl.wmflabs.org/" [14:15:53] http://huggle-wl.wmflabs.org/ [14:16:53] !machine-friendly-white-list is http://huggle-wl.wmflabs.org/?action=read&wp=en.wikipedia.org [14:16:54] Key was added [14:17:26] just get & split("|") [14:17:35] you have an array of whitelisted users ;) [14:29:22] petan: Ah, fantastico [16:29:09] Change on 12en.wikipedia.org a page Wikipedia:Huggle/Users was modified, changed by Kb03 link https://en.wikipedia.org/w/index.php?diff=860869004 edit summary: Adding [[Special:Contributions/Kb03|Kb03]] ([[WP:HG|HG]]) (3.4.4) [21:41:15] 10Huggle: Re-activate CBNG Feed - https://phabricator.wikimedia.org/T205208 (10DamianZaremba) The format hasn't changed AFAIK, comments are not escaped, the format is as below: ``` "\003 # " . $score . ' # ' . $why . ' # ' . ($reverted ? 'Reverted' : 'Not reverted') ``` So splitting on `\003`, then...