#Loqimblaney: snarfed left you a message 9 hours, 13 minutes ago: sorry for the trouble! yeah, if you don't send Accept-Encoding, that actually means you're ok with any encoding, including gzip. https://tools.ietf.org/html/rfc7231#section-5.3.4
#Loqimblaney: snarfed left you a message 9 hours, 12 minutes ago: looks like you have to send something like Accept-Encoding: identity to disable it...but that doesn't work here either. (i don't control this serving path; google does.) i'll see what i can do.
[kevinmarks] joined the channel
#[kevinmarks]The trouble with developing in the UK is that in the winter you are in the Z timezone.
#mblaneyit would be good to know why my reply didn't show up on your post linked to above, I haven't implemented enough to think that it should work but it would help to find what I should fix first.
#snarfedmblaney: yes! mastodon returned 202 to bridgy fed's activitypub post instead of 201, which means it accepted but won't display it. i'll go back through notes to find out why exactly.
KartikPrabhu, EmreSokullu, jjuran, cweiske, cweiske2, tantek and calumryan joined the channel
#calumryan!tell barryf fixed the rsvps that weren’t showing on https://hwclondon.co.uk/meetups/20171018 Looks like the script behind this was trying to handle non-rsvp webmentions that threw the error
#Loqi[barryf]: calumryan left you a message 3 hours, 10 minutes ago: fixed the rsvps that weren’t showing on https://hwclondon.co.uk/meetups/20171018 Looks like the script behind this was trying to handle non-rsvp webmentions that threw the error
jeremych_, eli_oat, John__, calumryan, snarfed and [kevinmarks] joined the channel
#Loqi[Kevin Marks] Yes: Is there a facebook POSSE copy?
[manton] joined the channel
#sknebelis on the train, trying to wrap head around activitypub
#sknebelDo mastodon etc use the sharedInbox system already?
snarfed and [eddie] joined the channel
#[eddie]aaronpk: Almost there, but a bit confused. Wondering if you have an easy direction to point me in. I think I have all the indieauth code right, I tried to make it function as closely to the login functions as possible while working with different databases.
#[eddie]aaronpk: When I get to verifyAuthCode it returns the me, and an empty state param
#aaronpkyep! cause compass doesn't need an access token, it's just signing the user in
#[eddie]That makes sense ? And it makes sense that I haven't run into this before because typically I'm writing from scratch so I follow the spec with a closer eye. haha
tbbrown, [kevinmarks], snarfed, snarfed1 and [miklb] joined the channel
#[miklb]hmm. So snarfed updated the docs for fed.brid.gy but I’m still a little confused.
#[miklb]I _think_ @memiklb.com can now be followed
#sknebelhm, no, according to docs searching for an external profile is supposed to work
#[miklb]for me. I do see snarfed in the search. Maybe I don’t have it properly wired up. I have pfefferle’s pubsubhubbub plugin, an atom feed & I configured the nginx conf
#[miklb]wonder if I need to add a new hub url for mastodon
#[eddie]aaronpk: I have my micropub endpoint and token in the Compass now. Watching my server for a micropub request but haven't seen anything yet. I see the trip on my server (the pink colored section?)
#sknebel[miklb]: when I try to access the webfinger thing the url I get redirected to seems wrong, but I'm not 100% sure what it's supposed to be. guess you'll have to ask snarfed to help debug
#[eddie]how long does it typically take for compass to process and send a trip to the server. Since I've never done this before, I'm not sure if I have all the job process stuff set up correctly.
#aaronpkforgot this was before they moved all the lumen stuff back into laravel
KevinMarks joined the channel
#[eddie]aaronpk: Ohhh gotcha. All that's showing up in the log since I've started the artisan queue is: [2017-10-17 16:05:11] lumen.INFO: Got a trip record
#[eddie][2017-10-17 16:35:28] lumen.INFO: Got a trip record which really came from me sending test trips from the app
[miklb] joined the channel
#[miklb]sknebel, ah I see now, somewhere it’s getting an extra trailing slash in the redirect
#[eddie]!tell aaronpk: When you get a chance later today (no rush) here's a gist that contains some errors that appeared while running php artisan queue:listen
#sknebel(already filed an issue complaining about a specific sentence, but I'll have to think up a friendly way of "I have no idea what a request can and can't look like after reading this" for another one)
#aaronpki don't think i've run this in 7 yet. not sure if there was a lot of changes related to namespacing between 5 and 7 but I didn't think there was
#aaronpki'm not quite ready to update everything to 7, but it's getting close to the time i will need to
#[eddie]gotcha. Well that helps I can try using these errors and look through PHP 7 changes and see if that can shed some light on stuff. If so, I'll make a new branch for php7 with any changes I need to make to get things working on my system and that will provide a starting base when you need to head that way.
#[eddie]!tell sebsel What version of PHP are you using with Compass? (You are using compass if I remember correctly)
#sknebeldgold: "some"? shouldn't *all* properties be arrays?
#aaronpkyeah, everything should be returned as an array. hopefully that rule makes it simpler because there are no exceptions for vocabularies
#dgoldwhereas this breaks Hugo, which looks for "published": "date"
#dgoldsknebel: they're in an array, just the actual _properties_ are spec'd as arrays, even when like publication date, there's only one property
#aaronpkit corresponds to the parsed microformats JSON format
#sknebelyes, in mf2 json every property always has an array of values
#dgoldoh, I know, and I understand. I have the implementation working, just now left with tying that back to Hugo
#sknebelyeah. in my implementation I basically have a list of properties I can't handle in duplicate, and then just run a function over all of them that pulls the first entry out and complains if there are more than that
#GWGsnarfed: I concurrently added 4 lines to Simple Location that takes the timezone parameter the Micropub plugin now passes, if present, and uses it to change the displayed timezone to the right one.
#Loqi[Gargron] >an Atom feed with activitystream data
Just an Atom feed will do too, but it needs to contain a link to a Pubsubhubbub hub
>webfinger support
Yes. Link to Atom feed, link to profile, link to salmon, magic key
>an XRD at .well-known/host-...
#[miklb]I’ll keep poking at it as ideas come along. Thanks for all the work thus far
KevinMarks, [cleverdevil], snarfed, KartikPrabhu and [kevinmarks] joined the channel