2018-06-16 UTC
[tantek], [cjwillcock], tantek__ and [mrkrndvs] joined the channel
# 03:46 [mrkrndvs] GWG out of interest, what was the intent for removing the post kinds information when there is no content? Is it to support posting to micro.blog and / or social media? I am happy to add some content, just wondering.
# 03:47 GWG I said that this morning. Not intentional
tantek__ joined the channel
# 03:51 GWG I know I put in some code that may have caused this.
tantek_, chrisaldrich and [chrisaldrich] joined the channel
# 04:00 [chrisaldrich] [mrkrndvs] did you see my note earlier? When you say you added text, where did you add it to fix the problem?
[sebsel] and [Vanessa] joined the channel
# 07:47 [Vanessa] Any reason why the most recent update to the Indieauth plugin (3.0.0) should have stopped comments getting back to my blog?
# 07:47 [Vanessa] After I updated I had some replies via Micro.blog but they didn't appear on my actual blog. I deactivated the Indieauth plugin and did a test post/reply from the Micro.blog app and it worked, reply showed up as a comment. Reactivated the plugin and tested again. Post, but no reply, which leads me to believe something about the plugin is causing the problem.
# 07:47 [Vanessa] Is there something I need to do in relation to the latest plugin version - some settings I should change or is there an issue with it?
# 07:56 GWG That is strange. No reason I know of. But will start looking
[kevinmarks], [jgmac1106], jeremych_, sebsel and [miklb] joined the channel
# 14:50 [miklb] I’m seeing a slew of `PHP Warning: in_array() expects parameter 2 to be array, string given` in semantic-linkbacks
# 14:55 Loqi [dshanske] #69 Fix issue with token error
# 14:56 GWG [miklb]: Re the errors, if this 3.7.7 or dev?
# 14:59 [miklb] I just pulled your latest master in indieauth. How should I test? Omnibear still throws same error
# 15:00 GWG Send a POST request to your webmention endpoint and if it doesn't come back unauthorized, it's good
# 15:01 GWG It was trying to authenticate webmention posts.
# 15:05 [miklb] still seeing the errors in semantic linkbacks using master of both fwiw
# 15:06 [miklb] I’m still waking up, what’s easiest way to test my endpoint?
# 15:07 [miklb] embarrassingly I’m not adept at doing that from the CLI
# 15:07 GWG I've now added a constant to enable debugging and the instructions, but I can't break every other API endpoint to surface errors for ours.
# 15:08 GWG [miklb]: Quill? What about Quill?
# 15:08 GWG But that wasn't what I was trying to fix.
# 15:08 GWG I haven't tried to figure out the Omnibear problem.
# 15:09 GWG Which works on mine, oddly enough.
# 15:09 GWG It was rejecting everyone's webmentions, which is bad
# 15:40 GWG I've never heard of him attending
# 15:41 [miklb] issue opened for the in_array errors in semantic linkbacks
# 15:42 GWG I will be happy if by IWS I have everything working for everyone, even if nothing flashy comes.
# 15:43 GWG [miklb]: There's a reason that there is a reviewer separate from the coder
# 15:44 [miklb] stuff happens. If anything was mission critical, I could roll to previous stable tags and disable the indeauth plugin until someone gave the all clear.
# 15:45 [miklb] But I think running master of all the plugins on my live site is useful for testing, and will help get us closer to stable.
# 15:49 [miklb] I wonder if it would help to have a small checklist of things to test. Run through micropub.rocks/wm.rocks for instance
# 15:50 [miklb] a release checklist with testing as part of it that is documented in a template that can be re-used.
# 15:51 [miklb] but again, that gets back to the a couple of plugins are yours, a couple are community… so need to get a consensus on how to coordinate multiple plugins getting updates at same time.
# 15:52 GWG [miklb]: I regrettably have my hands in everything
# 15:52 [miklb] I should probably be brainstorming this in the wiki or a blog post.
# 15:54 GWG [miklb]: Try going to the webmentions settings page, saving it, and tell me if you still get the same warning?
# 15:58 GWG Okay, so we have an issue with defaults.
# 15:59 [miklb] just wanted to clarify because I’m getting similar error in both places.
# 16:00 GWG Yes, which means if the property isn't set, it isn't properly pulling the default.
[miklb] and [cleverdevil] joined the channel
# 18:10 GWG Every time we mess something up I feel stupid
sebsel, [kevinmarks] and chrisaldrich joined the channel
# 19:21 chrisaldrich GWG: I was just noticing I wasn't getting webmentions either and I'm running the most recent version of everything. The tip off was a pingback from Aaron instead of a wm.
# 19:21 chrisaldrich So we should temporarily roll back Semantic Linkbacks is the current thought?
# 19:22 GWG You should install the PR for IndieAuth
# 19:22 GWG If someone approves it, I can push it now
# 19:22 Loqi [dshanske] #69 Fix issue with token error
# 19:22 GWG I was asked to make it respond when the token wasn't present
# 19:22 GWG But that meant that it was trying to authenticate webmention requests
# 19:26 GWG 1. Semantic Linkbacks 3.8.0 hasn't been released yet, only pfefferle can do that. I'll try to push a fix
# 19:28 GWG 2. You want to do a final pre-IWS podcast tomorrow
# 19:29 chrisaldrich the other option is to temporarily disable IndieAuth as well; rolling it back can't be good for security reasons
# 19:30 GWG chrisaldrich: The change involves removing three lines.
# 19:31 GWG Yes. Because you have cookie authentication
gRegorLove joined the channel
# 19:31 GWG Just comment out lines 86 through 93 in the class-indieauth-authorize file
# 19:31 GWG The error about a missing bearer token
# 19:35 GWG chrisaldrich: The replacement is a flag that enables that. You can't leave it on or it tries to authenticate every REST API usage.
# 19:36 GWG I'm hoping someone approves it and I'll push immediately.
# 19:36 GWG IndieAuth has turned out to be a bigger job than I thought.
# 19:38 GWG chrisaldrich: Topic for podcast...big showy thing for IWS?
# 19:42 chrisaldrich I'll confirm that removing those lines and then refreshing the missed webmentions on Bridgy pushes them through.
# 19:44 GWG But I've done a lot of tweaks of everything
# 19:46 GWG chrisaldrich: By the way, not showing anything is there isn't anything in excerpt or content isn't a Post Kinds issue, it is a 2016-Indieweb issue
# 19:50 GWG Well, there was that comment yesterday that someone wasn't seeing anything when they posted bookmarks
# 19:50 GWG It isn't Post Kinds, its the theme
# 19:54 GWG chrisaldrich, so name a time tomorrow
# 19:57 chrisaldrich Let me see what the plans are for "father's day" so I don't step on toes, but I suspect anything will be morning/early afternoon, so let's tenattively shoot for evening sometime.
# 19:58 chrisaldrich Oh, yes the issue aaron davis was having. It just looked like something I'd seen when monkeying around with the mf2_ values before; without the right key, none of the post kinds portion shows.
# 19:59 chrisaldrich Who was it that built the Ping me set up for manually sending webmentions? It was great for picking up a bunch of ones I'd missed from micro.blog yesterday.
# 20:08 GWG Originally, pfefferle. Bunch of textual mods since
# 20:10 GWG Most recently to try and cover privacy and deletes
[chrisaldrich] joined the channel
# 20:15 Loqi pfefferle has 27 karma in this channel (59 overall)
# 20:15 Loqi gwg has 69 karma in this channel (364 overall)
# 20:15 GWG I do have a recommendation for you if you are interested
[kevinmarks] and [Vanessa] joined the channel
# 20:30 [Vanessa] Oops, sorry if I managed to ruin your Saturday by asking my question this morning. I do really appreciate all the things you guys do - without you I'd be nowhere!
# 20:31 GWG If you didn't, I wouldn't have realized we missed a rather large issue
# 20:32 GWG IndieAuth is the most sensitive plugin I have ever written
# 20:32 GWG Because it grants access to your website.
# 20:41 chrisaldrich [Vanessa] by reporting it, you've also saved the bacon for countless of other users who hadn't noticed it yet either.
# 20:42 GWG I've been playing with a plugin called Avatar Privacy. It is the best avatar plugin I've investigated
# 20:43 GWG And the developer is active and talkative
sebsel joined the channel
# 20:46 GWG It supports gravatar caching, local avatars, local defaults, etc
# 20:46 GWG It does add gravatar approval requirements also
# 20:52 Loqi [dshanske] #6 Cache avatar images locally
# 21:25 GWG It only caches for two days whereas I would want forever
[eddie] joined the channel