| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
JSON web signatures almost use base64 but with a slightly odd encoding;
decoding a JWS to base64.
Signed-off-by: Dr. David Alan Gilbert <dave@treblig.org>
|
|
|
|
| |
Signed-off-by: Dr. David Alan Gilbert <dave@treblig.org>
|
|
|
|
|
|
|
| |
Matrix signing relies on signing Json formatted to be 'canonical'
as per https://matrix.org/speculator/spec/drafts%2Fe2e/appendices.html#canonical-json
Signed-off-by: Dr. David Alan Gilbert <dave@treblig.org>
|
|
|
|
|
|
| |
Make matrix-json use spaces rather than tabs.
Signed-off-by: Dr. David Alan Gilbert <dave@treblig.org>
|
| |
|
|
|
|
|
| |
This code needs tidying up, and I need to figure out how to stop the messages
appearing in the logs each time we commit, but it's clearly progress.
|
|
Not quite sure if this is the right approach yet - in particular, purple
distinguishes between active 'conversations', as opposed to 'chats' in the
buddy list. Which should our chats be?
|