gRegorLoveHmm, I was trying to use https://licit.li to test my wm endpoint discovery and make sure it followed the redirect, but having issues getting a response from the server with PHP fopen, wget, or curl.
Loqi[gRegorLove] Hmm, I was trying to use https://licit.li to test my wm endpoint discovery and make sure it followed the redirect, but having issues getting a response from the server with PHP fopen, wget, or curl.
renem, baxter, tbbrown, snarfed, [miklb], [tantek], snarfed1, KartikPrabhu, angelo and tantek joined the channel
Zegnat!tell gRegorLove You having trouble accessing licit.li from your webmention sender is an – uuh – feature. Result of asking “what ifs” after midnight after IWC while setting up the server.
LoqigRegorLove: Zegnat left you a message 24 minutes ago: You having trouble accessing licit.li from your webmention sender is an – uuh – feature. Result of asking “what ifs” after midnight after IWC while setting up the server.
tantekZegnat, I meant to say earlier, the use-case of limited-bandwidth at certain times, and wanting to "queue up" watching of videos (or any higher bandwidth usage) for later makes a lot of sense to me and is something I'd use myself
Loqitantek: aaronpk left you a message 8 hours, 22 minutes ago: regarding removing img tags in the content of photo posts, I'm curious about your thoughts on handling the use case discussed here https://chat.indieweb.org/dev/2017-12-23#t1514022441624700
ZegnatThe reason that it is failing is hard to spot gRegorLove. Some people who I thought would be on to me in seconds took a while to get it. It isn’t obvious at all.
tantekaaronpk - not too worried about it - because sounds more theoretical (actual photo posts with image emojis) based on two distinct use-cases in the wild (photos, or text notes with image emojis)
Zegnattantek, yeah, for me the consuming PostTypeDiscovery case is much more pressing than any theoretical argument on how to publish video posts. So I am just focusing on that :)
ZegnatI am supporting all the usual ciphers. I wanted to support less ciphers actually, but can’t do that in nginx because whatever ciphers you set are enabled for all domains. And I do not want to cripple access to the family site :(
[eddie]Zegnat: That xray commit will actually be very useful because right now when I parse a podcast url from overcast, I have custom logic in my site, but on my list is adding an overcast podcast info parser to my local xray, so I can use your commit as a guide! 🙂
ZegnatI wonder if there is some sort of clever autoloading possible, so any PHP classes in the Formats directory (that implement some sort of interface) could automatically register themselves.
ZegnatMaybe look at some sort of event processing flows? Event = new file of type X is created, then all listeners configured for that event go off sequentially?
schmartyI would like to avoid having to list them all in a registry. I was thinking of trying some autoload magic but didn’t get too far before I was interfering with composer
ZegnatYeah, without some magic auto instantiating of an entire folder or something to have them register themselves, you are going to need some sort of registry/list I think.
aaronpkCaterpillar just expects to be able to call a static method on a class. so if you can set up an autoload rule to find that file then you don't need to declare each class individually
schmartyI tried a really silly thing where I named the php file after the config key, had the php file return the class name that it created, saved the result of the require in a string, and instantiated from that class name
schmartyIt worked but I needed to make sure I only required it once and got tripped up on the Caterpillar job being static and not being able to think of where to stash the key to class name mapping
[eddie]Zegnat: I listen to all my podcasts in Overcast, and when I finish listening to an episode, I manually send a “listen” post to my website using Indigenous. I parse Overcast so that my h-cite can be actual information on the podcast. It’s how I generate these pretty listen posts: https://eddiehinkle.com/2017/12/21/14/listen/
LoqiPoke (or alternately tap, nudge, yo, hi, hello, ping, wink, flirt, pat, wave, etc.) is a relatively common social feature that ostensibly serves as a method to say hello, attract some one's attention, annoy them, or say "I'm thinking about you" https://indieweb.org/poke
[eddie]Zegnat: Work, yes. Look at all pretty? No. However, I do have an iPad that I use frequently so it’s definitely on the list to make it look better.
aaronpk[eddie]: my thoughts are to get all my notification content to show up in the notifications Microsub channel, and then have some way to get those to my phone as push notifications
[eddie]Yeah that’s my plan as well. So I definitely have been thinking through how to get push notifications for the notification channel of a microsub server
aaronpkI could see having some sort of setup in Monocle where you tell Monocle how to deliver push notifications, and then I'd put in this Indigenous push URL in the settings there
[eddie]If that’s the case, I don’t need to really work on making the server side speak microsub, because at that point it’s up to the microsub server to push the micropub request to the endpont
LoqiA birthday is the date when someone is born, however in the context of the indieweb, it is a feature displayed on some silos' user profiles that you can (or must) enter, and some prominently present to your friends on the month and day of your birthday, like Facebook's "BIRTHDAYS THIS WEEK" feature at the top of their events page https://indieweb.org/birthday
LoqiIt looks like we don't have a page for "birthdays" yet. Would you like to create it? (Or just say "birthdays is ____", a sentence describing the term)
tantekbirthdays is a feature on some social media [[silos]] that shows a page of people with current birthdays (today, recently, or soon), sometimes with how old they are, and UI to interact with them, sometimes with a daily notification of whose / how many people's birthday it is. E.g. https://www.facebook.com/events/birthdays/ (needs screenshot)
@colinstrickland@davehodg Vaguely thinking about adding webmention support. I think comments are pretty broken. I turned them off when I killed WordPress. I don't think I ever got more than ten useful ones in a decade. (twitter.com/_/status/946108566397685761)
[eddie]!tell aaronpk: This isn’t something that HAS to be fixed, but if native micropub apps become more common, I wonder if redirect_uri on micropub.rocks should be expanded beyond http or https? (https://slack-files.com/T03QR2B2T-F8KP03FUJ-4845d82503)
[eddie]Well the issue with that (and I realize there might be a slight bias against native apps in this community ;)) is that for native apps to login using OAuth you literally CAN’T use http as a redirect uri
Loqiaaronpk: [eddie] left you a message 18 minutes ago: This isn’t something that HAS to be fixed, but if native micropub apps become more common, I wonder if redirect_uri on micropub.rocks should be expanded beyond http or https? (https://slack-files.com/T03QR2B2T-F8KP03FUJ-4845d82503)
[eddie]Zegnat: The main thing that worries me is you mentioned Omnibear not working with relative URLS and I don’t know if Indigenous works with relative urls. I think that’s the only problem I would be concerned about
ZegnatI wrote everything around a config file that contains the domain it is on. So I can always change that to just / for testing, or move it to different hosts. Sink’s own code doesn’t care.
[eddie]aaronpk: When the accept header to the micropub.rocks site is application/x-www-form-urlencoded I get back “Content-Type” = “text/html; charset=UTF-8"
schenkenberg.nlcreated /User:Schenkenberg.nl (+417) "Created page with "This is the user page for Tom Schenkenberg. I'm a personal technology enthusiast and co-founder of Ibuildings, a web application software development company in the Netherland..."" (view diff)
KartikPrabhu, j12t, [roshanvid], KevinMarks and tantek joined the channel
[eddie]!tell aaronpk: Does micropub.rocks include the ability to do token revocation? I got a 400 error and I wasn’t sure if I did something wrong or if it isn’t supported. I seemed to get a 200 from indieauth.com’s token endpoint for eddiehinkle.com so I’m assuming the micropub.rocks token endpoint just doesn’t have that built it?
ZegnatI think it is doing a request for the q=config, trying to parse the HTML page it gets back as JSON (as if it succeeded) and then trying to take a media endpoint from the fauly-parsed JSON.
ZegnatIf you want to test it yourself, just try to login to sink.zegnat.net. Everyone can post to it and see what happens with their Micropub clients :D
Loqiaaronpk: [eddie] left you a message 8 minutes ago: Does micropub.rocks include the ability to do token revocation? I got a 400 error and I wasn’t sure if I did something wrong or if it isn’t supported. I seemed to get a 200 from indieauth.com’s token endpoint for eddiehinkle.com so I’m assuming the micropub.rocks token endpoint just doesn’t have that built it?
schmartyfor screech? i want to add support for a poster image (probably just a u-photo). there are other things i have in mind but i need time to think of them before i just rattle off a bunch of plumbing ideas.