[chrisaldrich]Mostly that might be interesting in the case of using bridgy publish to reply to a twitter POSSE reply while also replying to the original context with the original post helping to keep the same conversation in line on all sites....
Loqi[Chris Aldrich] Jeremy, this seemed a little long for Loqi to handle, and seemed worth keeping for later, so my response is below:
I understand your situation and have been following some of the discussion about content ownership and reposting. I'm all about giv...
[chrisaldrich]I just filed a reminder to the repo, I'll fix them temporarily later tonight unless you think it's worth waiting until you're done on this round.
GWGjaduncan[m]: Yes. I have a plugin that does the links, so I'll extend it to support displaying it on a comment. Then try to extend the webmention plugin to trigger it
petermolnarI'm not familar with skein but it seems like a node server which, intead of dynamic output, generates static entries for things you throw at it
sknebelZegnat: we'll see. last HWC was purely discussion, might be the case tonight as well. Have a bunch of new ideas, but realistically I should fix existing stuff first :P
ZegnatI am finally going to HWC with a plan again. I want to implement private posts. Might update my webmention endpoint to also be able to receive private mentions.
sknebelI asked the TLS question since I discovered that caddy has a feature to detect clients behind intercepting proxies, thought about adding that to my page (like, show a banner "your HTTPS looks wonky, you know that?") and thought about improving it with page JS
ZegnatMy private posts will be private by ways of URL only at first. So no "sending" for me yet either. But I treat my Webmention Endpoint and my blog as two completely separate entities. They aren't even running on the same server.
aaronpkwe had originally made the rel=me things as the next step before microformats because it's easier to do, requires fewer changes to the site, etc
Loqibenwerd: tantek left you a message on 2017-01-18 at 7:35pm UTC: you show # of reposts (or a facepile or some other display) of your posts on your posts right? Add yourself, site, and implementation here: https://indieweb.org/reposts#IndieWeb_Examples
Loqibenwerd: tantek left you a message on 2017-01-25 at 12:49am UTC: Is there a Known plugin to automatically auto-internet-archive the links in your posts? e.g. as documented here: https://indieweb.org/archive.org#Trigger_an_Archive
aaronpk(wat... the instagram UI changed between app launches. this "select multiple" button was not here until i relaunched the app, even though i updated it already)
aaronpki might have to start with something like "if there is one photo and one video, assume the photo is a fallback for the video, otherwise show it as a multi-post"
tantek_turn off commenting is a UI option for the entirety of a blog or per post that disables and removes any commenting UI, and possibly even disables receiving comments via protocols like [[Webmention]].
tantek_now let's see if I can make some minimal cassis auto_link (embed) changes to add /multi-photo support to my site and try a IG multi-photo PESOS indie multi-photo POSSE post
tantek_sknebel, Web Sign-in is for the entire UX of using your website to sign into another website. Relmeauth is a plumbing/protocol(s) that works to make that happen under the covers. IndieAuth is another protocol for doing so. IndieAuth.com implements both IndieAuth and RelMeAuth. hope that helps a little!
aaronpkI don't really need to. I can effectively rename the service by redirecting the home page, docs, and the authorization URL which are all the things people see in their browser, and then still handle everything else at the old URL
aaronpkthis OAuth stuff is hard enough for people without all the redirections and metadata endpoints and every step I add is that much more confusing not to mention one more place a vulnerability can creep in
aaronpkWhat's amazing is reading the OAuth security document and seeing all the places they've had to tighten things up after a couple years of deployment experience
aaronpkFor indieauth.com, verifying ID Codes and authorization codes. Unless the user updates their HTML tag to point to the new domain the client won't know where to retry it
ZegnatAlright. I wrote about today’s development fail (https://licit.li/58ae0d5f76601), time for bed. aaronpk, I’ll keep an eye on the Micropub issue so if there is any follow-up I’ll be more swift with my response. Have a good night all!
aaronpkHm that reminds me, maybe moving it to a new domain would be a good opportunity to split apart the two different roles it plays. So I'd actually move it to two different domains
tantek_hmm looks like I already implemented it, and tried it in a post 2015-352, but Bridgy didn't support multi-photo POSSE to Twitter until 2015-364, so theoretically all I should have to do is try a post and see what happens!
aaronpkI also need a name for a service that implements an IndieAuth authorization endpoint that you can point your domain to if you don't want to build an authorization server