2019-08-08 UTC
[fluffy], tbbrown, Homie, gRegorLove, [prtksxna], [xavierroy] and [pfefferle] joined the channel
# 05:26 [pfefferle] [dshanske] thanks for the quick IndieAuth fix! IndieWeb.org login works again π
tbbrown, [fluffy], [prtksxna]1, IWSlackGateway1, PaowZ, [Lewis_Cowles], [Rose], [grantcodes], [xavierroy], [prtksxna], jeremych_, jeremyc__ and [tonz] joined the channel
# 10:30 GWG [pfefferle]: I need better testing
[jgmac1106], jgmac1106, [Rose] and [Lewis_Cowles] joined the channel
# 12:31 [Lewis_Cowles] what is it you need tested? Is it public, open source or libre?
[aaronpk], [schmarty], [jgarber], [tonz], [kim_landwehr], [grantcodes], [tantek], jujudario, j12t and [snarfed] joined the channel
# 17:20 [snarfed] nah, looks like built in auto-update. key benefit here is that auto-plugin-update is much more recent, and plugins are the vast majority of wp security holes, so getting more sites on to auto-plugin-update is a big win
[aaronpk] joined the channel
# 17:31 [aaronpk] Wow that seems incredibly risky, how do they ensure everything will be compatible with the update?
# 17:32 [snarfed] [aaronpk] slow rollout, canaries, monitoring, opt outs. the usual.
# 17:33 [snarfed] would you rather your site is owned five ways from sunday, or a plugin stops working? tradeoffs, whee
# 17:35 GWG You can also disable automatic updates locally
[KevinMarks], [tantek], [Lewis_Cowles], [Will_Monroe], [Rose], [grantcodes], chris[m18 and IWSlackGateway joined the channel
# 21:20 [Lewis_Cowles] The worrying thing would be that someone will likely complain.
# 21:20 [Lewis_Cowles] When taking a first aid lifesavers course they told us that one of the reasons for certification was that it would protect us from being sued by a******s. Apparently some people are unhappy with help.
[tantek] and [pfefferle] joined the channel
# 21:25 [Lewis_Cowles] [pfefferle] going back to PHP5.2, unable to use closures so I don't need to argue or try to persuade you to upgrade that plugin supported PHP. FUN
[Will_Monroe] joined the channel
# 21:25 [Lewis_Cowles] I think it's been a decade since I used 5.2
# 21:26 [pfefferle] I still do not understand your issue... the code should work as is
# 21:27 [Lewis_Cowles] it's specifically told not to clobber the header in the existing code
# 21:28 [Lewis_Cowles] I've grabbed the existing values (according to PHP.net docs and online place I could test), so that we don't lose data or truncate the Link header
# 21:29 [Lewis_Cowles] webmention
# 21:29 [Lewis_Cowles] I'm actually looking at build steps now so I can upload (I turned off plugin edits)
# 21:29 [Lewis_Cowles] It does not set the link header
# 21:30 GWG Anything atypical about your configuration?
[snarfed] and [grantcodes] joined the channel
# 21:38 GWG [pfefferle]: By the way, next PR for Webmention is the avatar handler.
# 21:40 GWG I think that can merge in without conflict
# 21:40 GWG [pfefferle]: You do? I'd better look
# 21:42 GWG I have been trying to get webmention work done since May
# 21:43 GWG I keep only stopping for bug fixes
# 21:47 GWG It's just hard to dismantle Semantic Linkbacks safely
# 21:50 GWG So, I am trying to do the equivalent of building a foundation to move a house.
# 21:51 GWG So the mf2 code can just slide into place
# 21:52 [pfefferle] I was at an interesting talk about modern WP plugin dev on the WordCamp Europe
# 21:53 GWG [pfefferle]: Which would you try on?
# 21:53 [pfefferle] that would fix the issue with multiple mf2 versions on different plugins
# 21:54 [pfefferle] if we change the namespace of the mf2 lib there will be no more class name collisions
# 21:54 GWG But the mf2 library doesn't change that often
# 21:55 GWG I just don't want to bundle composer
# 21:56 [Lewis_Cowles] hmm... Happier to have it work. Can I ask what client you used to get that? Perhaps my curl etc was broken. I do have some caching. I never thought to send cache busting at it. π
# 21:59 GWG [pfefferle]: So I don't have to write it over and over?