abouttreesummaryrefslogcommitdiff
path: root/src/matrix_http_mongoose.c
AgeCommit message (Collapse)AuthorFilesLines
2023-11-14clean upPatrick1-55/+9
2023-11-13fix mongoose http layerPatrick1-66/+74
2023-09-05start working on Sync example (reply to to_device messages)Patrick1-0/+4
2023-08-26able to send encrypted messages :)Patrick1-0/+40
2023-07-14esp32 build, cliPatrick1-2/+2
2023-07-10more changes towards sharing megolm sessionsPatrick1-14/+0
2023-07-03upload device/onetime keys, fix recurring http accessesPatrick1-0/+21
2023-06-21get send encrypted to send :)Patrick1-2/+17
2023-06-19olm session managementPatrick1-10/+21
2023-05-28send example, http PUTPatrick1-4/+67
2023-05-28dont need length variables everywhere (i think)Patrick1-8/+4
2023-05-28mongoose as http clientPatrick1-0/+153