#GWGChrisaldrich, Sometimes my random thoughts pan out.
#[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.
#GWGChrisaldrich, I should include them in the repo... they are only in the other repo
#GWGBut if I am fiddling with the design, I should make new ones
KartikPrabhu, mlncn, dch_, [keithjgrant] and cjk101010 joined the channel
#jaduncan[m]KartikPrabhu: That's a nice implementation.
#jaduncan[m]GWG: so would you add that kind of branding to the webmention comment?
#GWGNo. He added webmention form support to the webmention plugin, then deprecated the plugin that just did the webmention form.
#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
#jaduncan[m]GWG: That sounds like the option I'd want. It's a sane default because it keeps context but doesn't clutter.
#GWGRight now, if Bridgy backfeeds from Twitter, it doesn't check to see if it is a dupe from another source.
#GWGI haven't seen if anyone does that for displayed webmentions though
KevinMarks, KevinMarks_, nitot, mlncn and wolftune joined the channel
#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
#cweiskeI made my own static site generator, but have dynamic tools to complement it
#cweiskee.g. to send and receive linkbacks, and to search, and to publish updates
#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
#sknebelwell, one idea is micropub debugging tool, that might be valuable for doing that
#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.
#sknebelyeah, that's one of the half-finished things ;)
#sknebelI can receive them, but don't have working private posts yet
#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.
#sknebelthat's why I can receive but not send as well ;)
#sknebel(well, it is the same server, but nothing in the system requires that)
#petermolnarZegnat how is the bloggercode en/decoder coming together? :P
mlncn joined the channel
#ZegnatFrom Thursday onwards I have been in and around the Amsterdam area playing tour guide. So not very well :p
#ZegnatDo you suddenly have a dire need for it, petermolnar? ;)
#petermolnarwell, with all the retrofuturistic hits on tumblr/kickstarter there might soon be a need for that :D
#ZegnatI'll make it my side project and work on it on the train to HWC ;)
#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
#dgoldaaronpk: just wanted to thank you again for pointing me at SequelPro - been a lifesaver the past few days
#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)
#aaronpkso yeah i don't know what to do about this for my site
#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_hmm, I can't chat on #indieweb-dev from here
#aaronpkCorrect. Been making slow progress on that
#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!
#tantek_my IRCCloud setup failed so I'm waiting on some support tickets and such
Lana, mlncn and snarfed joined the channel
#tantek_aaronpk, re: naming, I'd say give the protocol priority over the service
#tantek_aaronpk, re: naming, I'd say give the protocol priority over the service
#KartikPrabhuindieauth sounds like a good name for the protocol
#aaronpkI'd really like to rename indieauth.com to something else but that domain is in too many places now
#tantek_aaronpk, why not see if it can work, and then see how hard it is for clients to be updated?
#tantek_since IndieAuth is still a spec in "incubation", I think it's good to keep iterating on it to solve issues like "moving a domain"
#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
#tantek_sure, that's "workable" but would be better if future services could arbitrarily move
#bearsorry - popping into the middle of the conversation
#bearjust saying that if a client is making indieauth calls for POST then maybe it can gather the endpoint items from a status call on error
#bearPOST fails; do check for metadata update; retry POST
#tantek_as long as the "check for metadata update" is via redirectable GET
#bearyea - that was a given (but assumed on my part)
#aaronpkYeah I just hate adding these steps for clients
#bearyou could force the client to restart the auth dance
#tantek_indeed, every step you add for a client is one more step where a mistake could open a vuln
#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
#bearaaronpk - what calls are POST; could they be forced to retry by invalidation?
#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
#bearso it's also something for libs like mine to worry about
#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 need a name for a service that abstracts RelMeAuth into a simple API for developers to use to sign people in without a password
#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