abouttreesummaryrefslogcommitdiff
path: root/src/matrix.h
AgeCommit message (Collapse)AuthorFilesLines
2023-11-14clean upPatrick1-24/+20
2023-11-13matrix.h: change NUM_DEVICES, add masterKey and verified, add ↵Patrick1-30/+24
HandleSync/HandleEvent
2023-10-15use global static buffers to save memory, get Verify example working on ESP32patrick-scho1-11/+4
2023-10-13HTTP layer for ESP32, make static specifier in matrix.c optional by defining ↵Patrick1-42/+64
it as a macro
2023-09-13sync in verifyPatrick1-13/+55
2023-09-05start working on Sync example (reply to to_device messages)Patrick1-2/+3
2023-09-05verify devicePatrick1-0/+36
2023-08-26able to send encrypted messages :)Patrick1-9/+39
2023-07-21share, save, load, init, print megolm out sessionsPatrick1-1/+7
2023-07-20cli send encrypted & manage megolm session, save/load megolm sessionsPatrick1-1/+13
2023-07-17cli send, save and loadPatrick1-0/+10
2023-07-14esp32 build, cliPatrick1-0/+1
2023-07-13added esp projectPatrick1-12/+15
2023-07-10more changes towards sharing megolm sessionsPatrick1-1/+1
2023-07-10work on SendEncryptedPatrick1-6/+20
2023-07-03upload device/onetime keys, fix recurring http accessesPatrick1-0/+4
2023-06-29generate key upload json + json signingPatrick1-3/+58
2023-06-22generate identity keysPatrick1-2/+13
2023-06-19olm session managementPatrick1-6/+167
2023-05-28send example, http PUTPatrick1-3/+25
2023-05-28dont need length variables everywhere (i think)Patrick1-12/+12
2023-05-28mongoose as http clientPatrick1-7/+20
2023-05-20get Login example working with CURLPatrick1-9/+23
2023-05-16refactor fixedbuffer, add mjsonPatrick1-12/+1
2023-05-15Initial commit. Rudimentary readme, mockup examples without actual ↵Patrick1-0/+50
implementation, Makefile, Olm submodule