friedcell, jonnybarnes, grantmacken, melvster, eschnou, BjornW, pfefferle, icco, Sebastien-L, barnabywalters, bnvk, bnvk_, glennjones, adactio and pasevin joined the channel
#jonnybarnesupdated my micropub implementation to use the state parameter properly, i.e. not just set it to abc123
pfefferle joined the channel
#Jeenadamn it finally I am getting emails on webmentions even on / but something is still not right, I had to use gmail to do so because I didn't get it to work with my own server yet :-(
glennjones joined the channel
#jonnybarnesJeena: are you trying to get your website to email you when someone webmentions you?
#jonnybarnessome more work done on my micropub, when something tries to post to my site via the micropub API and an error occurs I actually respond with a proper error now.
#Jeenayes and with a little help of a friend I now even can use my own mailserver instead of gmail
#jonnybarnesCurrently all the repsonses use the HTTP 400 status code
#jonnybarnesnot sure if thats the right status code to use though
#jonnybarnesI've given up ever trying to get mail working on my vps
#Jeenaas far as I know that is how it was specified but I don't quite think it is the right status code for everything either
#jonnybarneslooking at the wikipedia article 4XX are client errors, and 5XX are server errors
#jonnybarnesso like, if an incorrect oauth token is sent with the request, then I think a 4XX code should be returned, if something just randomly borks on my server when trying to save the note then a 5XX should be returned
#Jeenayes that is true, but if for example the source page doesn't have the backlink, the request is still semantically correct and could send the appropriate status code 422 or something, don't quite remember
#jonnybarnes422: "The request was well-formed but was unable to be followed due to semantic errors."
#Jihaissequick resume : a guy is guilty for downloading pdf files found with google
CheckDavid and LauraJ joined the channel
#pfefferlebarnabywalters does the mf2-parser convert all urls into absolute urls automatically or do I have to do anything for that?
#barnabywalterspfefferle: the latest version of php-mf2 should make all URLs absolute, relative to the URL you pass into Mf2\parse($html, $url), taking <base> into account
#barnabywaltersthere are some (spec-compliant) conditions under which things you might expect to be treated as URLs are not
#barnabywalterse.g. <span class="u-url">/notes/1000</span> would not be resolved
#KartikPrabhuJeena: very interesting thoughts. There have been murmurs about having an indie-feed reader (http://indiewebcamp.com/feed_reader). While reading your post I also thought of micropub, where I could post a reply to your note through some comment box on your site, but then it uses micropub to post it to mine simultaneously!
#JeenaI had info@jeenaparadies.net as my main one and spam@jeenaparadies.net for stuff I would just try out like Facebook, Twitter, etc. sadly after a year or so I was so dependent of it that it became my main one ^^
#EHLOVadersome sites wouldn't allow it because of naivity (and regex), others allowed it but using it broke parts of the site (like logging back in, or password recovery), and others insisted that the dissallowing it was a feature, or that they simply didn't support special chars on their site
#EHLOVaderI haven't used domai.nr to buy a domain yet, the sites it forwards to seem reputable
#EHLOVaderand unicode domain is in my future but not there yet
#EHLOVaderhosted email options exist, and I know an article that has t least five others you didn't have on your site... ones that use your domain, but are third party hosted
#tantekI use domai.nr to look for domains all the time
#EHLOVaderI have nothing to add to the discussion then
#EHLOVadermost everything I have done is still just researching options
#EHLOVaderand refining the methods and getting it all in line
#EHLOVaderwill be months before I have dogfood for any of it
#tantekI think if you characterize it as research that's probably ok
#Jeenabtw. if you guys read my posts and see some typos or weird grammar and if you're not too lazy to do it, I would appreciate if you told me so I can get better at english (like I described in https://jeena.net/pronouncing-j )
#tantekas long as you make it clear when you're documenting it that it's just research - and explicitly state you don't know of anyone here actually using it
#tantekthat way when others find it on the wiki they are properly warned
#tantekEHLOVader, in addition to working selfdogfood things, we document our own personal brainstorms (what we are in the middle of building ourselves), and research of past techniques. The key is that we always distinguish between them.
fmarier, lukebrooker, npdoty, tilgovi and dvirsky_ joined the channel
#tantek.comedited /feed_reader (+883) "add Replying section as problem with feed readers, attempted RFC solution, and actual deployed indieweb solution" (view diff)
#tantekEHLOVader - I added a section on Replying documenting what you found and hopefully providing more direct documentation as to how that works on the indieweb: http://indiewebcamp.com/feed_reader#Replying