#mblaneythanks kisik21 looks like I broke it recently :-/ just fixed it, mind trying again?
#kisik21mblaney: should it only request the create scope?
#mblaneykisik21 at the moment that's all it asks for, but definitely could do with some improvements there.
#kisik21can anyone try to log in @ fireburn.ru to test my indieauth client implementation? No strings attached, I promise! Just hit the login button in the menu, enter your domain name and press enter!
#kisik21I know, I don't have a button, the template for the log in page was cobbled up in 2 minutes for testing
#kisik21and you can't log out yet, clear your cookies
#kisik21so I need to factor this path in the identity ID, right?
#aaronpkyes, at the end of the indieauth flow the server tells you the full identity URL
#kisik21I thought that maybe I can be lazy and just strip the domain out and use it
#[tantek]you can make that your own personal policy if you wish, that is if the domain has a path component you can reject them
#kisik21can I hash this "me" URL and use a hash? i.e. can I assume that it won't change a single bit between two different auth attempts by the same user?
#kisik21but I don't wanna show unlisted posts to users from commentpara.de - that would be my policy!
#[tantek]why a hash? it'll likely be much longer and less readable than their URL
#kisik21internal identifiers, won't be shown to users
#aaronpkkisik21: correct, the URL won't change between attemps for the same user. however it gets trickier when you want to handle the case when someone changes their site from http to https. but storing a hash won't affect that really.
#[tantek]I still see no benefit of a hash over a URL string
#kisik21could just strip scheme out before hashing. And you should have HTTPS from day 0 if you wanna use IndieAuth, right? Haven;t seen anyone using IndieAuth with HTTP - it's as insecure as no authentication anyway
#aaronpkif you use an index file then you run into the limitation of "example.com/foo" vs "example.com/foo/" being two different URLs but being unable to represent that on disk
#kisik21okay, next question! if I want to make a post for certain audience, how can I know, for example, aaronpk's "me" URL? so I could write that @aaronpk should see this post, and aaronpk would see it when logged into my site
#kisik21um, you... may have told me? by the way, I can't see your cookies right now and I don't think I log successful indielogin attempts, so I can't know for sure what is in your cookie
#LoqiA database is software and or storage accessed via the software for storing data in a structured way, used by some indieweb projects https://indieweb.org/database
#aaronpkif you know what my URL is then you can add that as the audience of the post. if you don't know what my URL is then you need to find out somehow, but that is a very human problem.
#LoqiIt looks like we don't have a page for "pyindieblog" yet. Would you like to create it? (Or just say "pyindieblog is ____", a sentence describing the term)
#LoqiIt looks like we don't have a page for "sideblog" yet. Would you like to create it? (Or just say "sideblog is ____", a sentence describing the term)
[schmarty] joined the channel
#kisik21sideblog is an auxiliary blog to segregate content and some parts of personal life. Sideblogs can be anonymous or can be tied explicitly to an author.
#[jgmac1106]I was trying to finish my h-feed podcast/archive.org tutorial but it seems ability to add items to existing files doesn't work, in both ff and chrome the classic editor upload button doesn't do anything...ohh well will save it for another day
#[jgmac1106]think it was the Flash button, I should have to authorize flash on a site
wolftune, iasai, IRCsum and chrisaldrich joined the channel
#chrisaldrichIf there's a category called jargon, does that mean we're moving towards wiring Loqi up to start nudging people who use jargon words into #dev?
#Loqijargon is a specific unobvious word, concept, or technology (like Webmention), or re-use of a word to mean something other than its common meaning (like feed), or sometimes re-using a word as an acronym (like POSSE) https://indieweb.org/jargon
#aaronpkI really need to add block/mute functionality into Aperture now. There's a spam blog that keeps posting copies of the same article that links to me.
#aaronpkI want to block the entire domain from everything