abouttreesummaryrefslogcommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-14remove .gitmodules since there are no submodues anymorePatrick1-3/+0
2023-11-14remove rdbg filesPatrick5-0/+0
2023-11-14update ReadmePatrick1-5/+22
2023-11-14remove curl http backendPatrick1-113/+0
2023-11-14update examplesPatrick9-487/+67
2023-11-14update esp examplespatrick-scho4-40/+44
2023-11-14clean upPatrick4-191/+120
2023-11-14update ReadmePatrick1-0/+25
2023-11-14update MakefilePatrick1-2/+2
2023-11-13ReadmePatrick1-0/+12
2023-11-13ReadmePatrick1-0/+5
2023-11-13ReadmePatrick1-0/+62
2023-11-13changes to olm and espPatrick8-1124/+1124
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-11-13fix examplesPatrick4-1063/+66
2023-11-13fix esp_project CMakeLists.txtPatrick2-2/+0
2023-11-13esp32 project for riscvPatrick6-53/+2024
2023-11-13update MakefilePatrick1-16/+26
2023-11-13delete OlmJS examplePatrick2-66/+0
2023-11-13fix examplesPatrick9-58/+49
2023-11-13update esp_projectpatrick-scho3-53/+212
2023-11-13remove Todo.mdpatrick-scho1-21/+0
2023-11-13add dependencies to repopatrick-scho118-0/+32140
2023-11-13remove submodulespatrick-scho4-9/+0
2023-10-15use global static buffers to save memory, get Verify example working on ESP32patrick-scho4-123/+114
2023-10-13working examples for espPatrick5-0/+954
2023-10-13HTTP layer for ESP32, make static specifier in matrix.c optional by defining ...Patrick11-235/+243
2023-09-13actually add Canonical and Verify examples :()Patrick3-0/+569
2023-09-13sync in verifyPatrick3-73/+324
2023-09-05start working on Sync example (reply to to_device messages)Patrick5-13/+108
2023-09-05verify devicePatrick6-62/+546
2023-08-26able to send encrypted messages :)Patrick11-116/+480
2023-07-21share, save, load, init, print megolm out sessionsPatrick3-17/+66
2023-07-20cli send encrypted & manage megolm session, save/load megolm sessionsPatrick3-24/+117
2023-07-17cli send, save and loadPatrick3-5/+103
2023-07-14esp32 build, cliPatrick13-9/+331
2023-07-13added esp projectPatrick9-13/+1944
2023-07-10more changes towards sharing megolm sessionsPatrick6-58/+58
2023-07-10work on SendEncryptedPatrick3-71/+170
2023-07-03upload device/onetime keys, fix recurring http accessesPatrick4-15/+55
2023-06-29generate key upload json + json signingPatrick4-17/+271
2023-06-29add libolm.a to MakefilePatrick2-1/+34
2023-06-22generate identity keysPatrick3-3/+59
2023-06-21get send encrypted to send :)Patrick3-6/+21
2023-06-19olm session managementPatrick11-135/+829
2023-05-28send example, http PUTPatrick4-13/+144
2023-05-28dont need length variables everywhere (i think)Patrick5-77/+69