#dev 2017-03-26

2017-03-26 UTC
KartikPrabhu, tantek, miklb, loicm and [kevinmarks] joined the channel
#
aaronpk
i really need to publish a library with all my date/timezone utility functions
leg, [dgold], miklb and gRegorLove joined the channel
#
gregorlove.com
edited /Micropub/Clients (-1) "/* MobilePub */ now InkStone"
(view diff)
#
aaronparecki.com
edited /Micropub/Clients (+53) "/* Quill */"
(view diff)
#
gregorlove.com
edited /Quill (+69) "/* Features */ +photo"
(view diff)
[kevinmarks] joined the channel
#
gRegorLove
aaronpk: Did something change with Quill's JWT authorization_code?
#
gRegorLove
I'm getting garbage characters when I try to decode it
#
gRegorLove
Nevermind
#
aaronpk
why are you trying to decode quill's JWT?
#
aaronpk
is tempted to start using encrypted tokens everywhere so people aren't tempted to decode JWTs they shouldn't be
#
gRegorLove
I'm refreshing my memory about the process; always get a bit confused when I first look at it again. The code in question is part of exchanging the authorization_code for the token
#
gRegorLove
I thought it had to be decoded to verify the 'me' param and include it in the token
#
aaronpk
you should never decode tokens
#
aaronpk
you should just be making HTTP requests to the various endpoints
#
Loqi
agreed.
#
gRegorLove
Even if both endpoints are on my site?
#
aaronpk
your endpoints can talk to each other however they want, but if you ever get a token from elsewhere you won't need to decode it
tantek joined the channel
#
aaronpk
the flip side of that answer is that if quill sends you an auth code that your auth endpoint issued, quill has no idea what that token is, it's just expecting a certain response. if you happen to be using JWTs, that's up to you, but quill has no idea
#
gRegorLove
Aha, it's actually my private webmention code interfering. The Micropub code isn't decoding JWT.
#
gRegorLove
yay, messy code.
#
aaronparecki.com
edited /backfeed (+236) "/* Service Implementations */ +OwnYourSwarm"
(view diff)
KartikPrabhu joined the channel
#
www.svenknebel.de
edited /Webmention-developer (-267) "/* jekmentions */ remove, service defunct for a while, still linked from /jekyll and /jekmentions if someone wants to self-host"
(view diff)
#
sknebel
(If I should add an additional mention of it somewhere else, say something, but it doesn't fit under services anymore)
#
gRegorLove
2 more tests to go, then I've passed all the 100 and 200 micropub.rocks tests!
#
GWG
I want to accomplish something Indieweb tonight
#
GWG
Catching up on aaronpk's 100days for inspiration
#
GWG
aaronpk went to Dollar Tree...
#
aaronpk
lol yes my last few checkins have not been terribly excited
#
gRegorLove
aaronpk: Sometimes after failing a test and then passing it, manually checking the third box, when I return to the list of tests, it still shows a red x. I run the test again and then it's green on the list of tests. Test 206 for example.
#
aaronpk
gRegorLove: do you have multiple tabs open or something?
#
gRegorLove
Not for micropub.rocks
#
aaronpk
server tests?
#
aaronpk
hm, i don't remember that happening while i was using it. i'll have to try to reproduce it
#
aaronpk
can you document the steps in a github issue?
#
gRegorLove
Sure, just a moment
#
sknebel
is visiting an IRC channel a checkin? :P
#
aaronpk
i'm always checked in to #indieweb IRC channels
#
GWG
aaronpk, I think all of my checkins may not be exciting. I usually only post locations I think someone other than me might care about
#
sknebel
btw, I have poked around the code for chat.indieweb.org a bit. Did I miss it (not terribly familiar with structure of PHP projects), or is the bit sending new messages to the nginx-push-thingy not in there?
#
Loqi
misses it too
#
GWG
Although I have not factored in private posts
#
aaronpk
lol Loqi
#
aaronpk
sknebel: yeah it's part of Loqi
#
aaronpk
oops no just kidding
#
sknebel
that I found, but not where I could check how it is (not) applied in the two different delivery channels (which seemed like the things compare for this)
#
aaronpk
yeah i don't quite understand that either
#
loqi.me
created /Micropub_for_WordPress (+153) "prompted by gRegorLove and dfn added by gRegorLove"
(view diff)
#
gregorlove.com
edited /Micropub_for_WordPress (+17) "link dfn, WordPress template"
(view diff)
#
gregorlove.com
edited /Template:WordPress (+31) "+ Micropub for WordPress"
(view diff)
KartikPrabhu joined the channel
#
gregorlove.com
edited /Template:WordPress (+49) "direct link to chat"
(view diff)
#
gregorlove.com
edited /WordPress/Plugins (-36) "/* Publishing to Your Site */ wiki link"
(view diff)
#
gregorlove.com
edited /Micropub/Servers (-34) "/* WordPress */ wiki link"
(view diff)