abouttreesummaryrefslogcommitdiff
path: root/src/matrix.c
AgeCommit message (Collapse)AuthorFilesLines
2023-11-14clean upPatrick1-106/+91
2023-11-13matrix.c: add masterKey and verified, add HandleSync/HandleEventPatrick1-141/+502
2023-10-15use global static buffers to save memory, get Verify example working on ESP32patrick-scho1-62/+37
2023-10-13HTTP layer for ESP32, make static specifier in matrix.c optional by defining ↵Patrick1-78/+117
it as a macro
2023-09-13sync in verifyPatrick1-56/+265
2023-09-05start working on Sync example (reply to to_device messages)Patrick1-2/+25
2023-09-05verify devicePatrick1-37/+167
2023-08-26able to send encrypted messages :)Patrick1-64/+214
2023-07-21share, save, load, init, print megolm out sessionsPatrick1-4/+19
2023-07-20cli send encrypted & manage megolm session, save/load megolm sessionsPatrick1-21/+67
2023-07-17cli send, save and loadPatrick1-0/+55
2023-07-13added esp projectPatrick1-1/+1
2023-07-10more changes towards sharing megolm sessionsPatrick1-35/+46
2023-07-10work on SendEncryptedPatrick1-64/+148
2023-07-03upload device/onetime keys, fix recurring http accessesPatrick1-13/+28
2023-06-29generate key upload json + json signingPatrick1-13/+201
2023-06-22generate identity keysPatrick1-1/+44
2023-06-21get send encrypted to send :)Patrick1-1/+1
2023-06-19olm session managementPatrick1-14/+552
2023-05-28send example, http PUTPatrick1-1/+45
2023-05-28dont need length variables everywhere (i think)Patrick1-38/+33
2023-05-28mongoose as http clientPatrick1-4/+5
2023-05-20get Login example working with CURLPatrick1-9/+63
2023-05-16refactor fixedbuffer, add mjsonPatrick1-11/+0
2023-05-15Initial commit. Rudimentary readme, mockup examples without actual ↵Patrick1-0/+38
implementation, Makefile, Olm submodule