#aaronpk"Bad feature ideas can be argued for months and rationalized because smart people, lacking any sort of compelling real world data, are great at debating and rationalizing bad decisions."
pfenwick joined the channel
#pdurbinheh. I do like the "less talk, more code" feel I get from this channel
paulcp, KartikPrabhu, caseorganic, benprew and indiewebcamp-vis joined the channel
#AndySylvesterHello, this is my first time to use IRC
#AndySylvesterI have installed the Webmention WordPress plugin on my site at http://andysylvester.com
#AndySylvesterI am trying to figure out how to test it, looking at indiewebcap.com/webmention
#AndySylvesterI used curl to try to send a webmention to one of my posts, but got a response "503 Service Temporarily Unavailable"
#AndySylvesterI put webmention.org as the endpoint
#AndySylvesterCan anyone provide a pointer to any other instructions?
#KartikPrabhuendpoint is somethign on your site that processes the webmention. not webmention.org
#KartikPrabhuthat is not the end point. that is the rel value of the link to an end point. for example. my site uses <link rel=webmention href="http://kartikprabhu.com/webmention" /> the endpoint is the href value
#KartikPrabhuAndySylvester: what does the Wordpress plugin tell you to set the endpoint as?
#KartikPrabhudid you get some sort of comment for moderation?
#pfenwickOh my, this is rather brilliant. (Provide social sharing buttons, but maintain user privacy by requiring the user to activate them.) http://panzi.github.io/SocialSharePrivacy/
#KartikPrabhuAndySylvester: that is very curious indeed. It didn't find something but the webmention went through successfully!
#KartikPrabhuAndySylvester: here is a possible reason - if you put http://andysylvester.com/?webmention=endpoint in the browser you see that your server is returning a 404. but the plugin still somehow captures it and processes the mention
sn0rri, eschnou, squeakytoy, LauraJ, carlo_au, Sebastien-L, BjornW, glennjones and friedcell joined the channel
#tommorrisbear: do go ahead and crack on with mf2py. I’m happy to merge changes back in. sorry for my utter laziness and abandonment of the project. :(
#LoqiKartikPrabhu: bear left you a message 10 hours, 45 minutes ago: I took a look at mf2py and it looks like it would work for what we want to do and it's current and active
tantek joined the channel
#jonnybarnesstill doing the same, and theres now no way a request to jb.dev/auth has any redirect
#jonnybarnesits currently set up to var_dump has token or has not token
#aaronpki just tried that URL with my values swapped and I was redirected to jb.dev/auth. let me check the logs for you.
#aaronpkyeah I see a bunch of redirects in the logs here
#jonnybarnesnope, notes/new only checks if the session value is set to determine if there should be an indieauth login form displayed
#aaronpkhm well i'm not sure how much more help I can be. if indieauth is redirecting to foobar.dev and you see the token in the URL and a browser error page, then it should be redirecing to jb.dev just fine
#jonnybarnesworking now, it was the application boundaries enforcer setting in noscript that was stopping the final redirect
eschnou, paulcp and brianloveswords joined the channel
#aaronpkjonnybarnes: crazy. glad you got it sorted out.
tantek and chloeweil joined the channel
#jonnybarnescan someone do me a favour? this page doesn't let anyone actually post a new note yet, but can someone check they can sign-in through indieauth? https://jonnybarnes.net/notes/new
#aaronpkjonnybarnes: I just got redirected to jb.dev :)
#aaronpkalso you're gonna have to do the new indieauth discovery bit in order to discover the user's auth server, token endpoint, and micropub endpoint