aboutsummaryrefslogtreecommitdiffstats
path: root/matrix-json.c
Commit message (Collapse)AuthorAgeFilesLines
* e2e: Add jws decodeDr. David Alan Gilbert2018-02-251-0/+31
| | | | | | | 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>
* matrix-json: Add debug to dump json to stderrDr. David Alan Gilbert2018-02-251-0/+15
| | | | Signed-off-by: Dr. David Alan Gilbert <dave@treblig.org>
* Canonical json generatorDr. David Alan Gilbert2018-02-251-0/+103
| | | | | | | 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>
* matrix-json: Replace tabsDr. David Alan Gilbert2018-02-251-45/+45
| | | | | | Make matrix-json use spaces rather than tabs. Signed-off-by: Dr. David Alan Gilbert <dave@treblig.org>
* Update README and file commentsRichard van der Hoff2015-10-211-2/+2
|
* Display the messages we get on initial syncRichard van der Hoff2015-10-161-0/+19
| | | | | 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.
* Initial attempts at displaying a room in pidginRichard van der Hoff2015-10-161-0/+111
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?