abouttreesummaryrefslogcommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-11-13changes to olm and espPatrick1-315/+315
2023-11-13matrix.c: add masterKey and verified, add HandleSync/HandleEventPatrick1-141/+502
2023-11-13matrix.h: change NUM_DEVICES, add masterKey and verified, add HandleSync/Hand...Patrick1-30/+24
2023-11-13fix mongoose http layerPatrick1-66/+74
2023-11-13esp32 http change timeoutPatrick1-2/+1
2023-10-15use global static buffers to save memory, get Verify example working on ESP32patrick-scho3-73/+42
2023-10-13working examples for espPatrick1-0/+315
2023-10-13HTTP layer for ESP32, make static specifier in matrix.c optional by defining ...Patrick2-120/+181
2023-09-13sync in verifyPatrick2-69/+320
2023-09-05start working on Sync example (reply to to_device messages)Patrick3-4/+32
2023-09-05verify devicePatrick2-37/+203
2023-08-26able to send encrypted messages :)Patrick3-73/+293
2023-07-21share, save, load, init, print megolm out sessionsPatrick2-5/+26
2023-07-20cli send encrypted & manage megolm session, save/load megolm sessionsPatrick2-22/+80
2023-07-17cli send, save and loadPatrick2-0/+65
2023-07-14esp32 build, cliPatrick2-2/+3
2023-07-13added esp projectPatrick2-13/+16
2023-07-10more changes towards sharing megolm sessionsPatrick3-50/+47
2023-07-10work on SendEncryptedPatrick2-70/+168
2023-07-03upload device/onetime keys, fix recurring http accessesPatrick3-13/+53
2023-06-29generate key upload json + json signingPatrick2-16/+259
2023-06-22generate identity keysPatrick2-3/+57
2023-06-21get send encrypted to send :)Patrick2-3/+18
2023-06-19olm session managementPatrick5-92/+740
2023-05-28send example, http PUTPatrick3-8/+137
2023-05-28dont need length variables everywhere (i think)Patrick3-58/+49
2023-05-28mongoose as http clientPatrick3-11/+178
2023-05-20get Login example working with CURLPatrick3-18/+199
2023-05-16refactor fixedbuffer, add mjsonPatrick4-23/+63
2023-05-15Initial commit. Rudimentary readme, mockup examples without actual implementa...Patrick2-0/+88