Robert Escriva

Results 44 comments of Robert Escriva
trafficstars

Yes. As I mentioned in #47, the JSON format wasn't complete w.r.t. UTF-8 and supporting it well. I think at one point I required a build flag stating it was...

This would be great to have. I didn't document the format well because I'd like to move to the v2 binary format (which is much more compact) and the well-specified...

I don't remember if it was this repository or another where I explained the reason I don't do a README.md as opposed to a README is it gives me flexibility...

We switched to the URL Base64 format so tokens can be put into URLs. See here for more discussion: https://github.com/rescrv/libmacaroons/issues/20. This library will handle both, but produces the URL format.

I'm up for adding a (possibly hidden) function that can directly output non-base64 tokens so binary data can be sent in the clear. Ditto for the JSON format once it...

It's been awhile since I saw this issue, so please forgive me if this doesn't fix things right away. The root cause here is that the macaroons.ver file is generated...

I've taken another look at this now, and it looks like the problem comes down to how you build and use the python module. As of the commit I just...

Absent a sort issue ('w' after 't'), you're right. Good catch! I pushed a potential fix, and I'd appreciate your comments on whether I got the extent of the problem...

I think the code change I made is for the better, even if it's not the issue you were pointing out. It allows one to do more complex proof trees...

I don't have any plans to release v0.4.0 in the immediate future. That largely stems from partly the fact that my day job doesn't involve anything near macaroons and partly...