index
:
matrix_esp_thesis
main
Matrix client library for my master's thesis
Git daemon user
about
tree
summary
refs
log
commit
diff
log msg
author
committer
range
path:
root
/
src
/
matrix.c
Age
Commit message (
Collapse
)
Author
Files
Lines
2023-07-20
cli send encrypted & manage megolm session, save/load megolm sessions
Patrick
1
-21
/
+67
2023-07-17
cli send, save and load
Patrick
1
-0
/
+55
2023-07-13
added esp project
Patrick
1
-1
/
+1
2023-07-10
more changes towards sharing megolm sessions
Patrick
1
-35
/
+46
2023-07-10
work on SendEncrypted
Patrick
1
-64
/
+148
2023-07-03
upload device/onetime keys, fix recurring http accesses
Patrick
1
-13
/
+28
2023-06-29
generate key upload json + json signing
Patrick
1
-13
/
+201
2023-06-22
generate identity keys
Patrick
1
-1
/
+44
2023-06-21
get send encrypted to send :)
Patrick
1
-1
/
+1
2023-06-19
olm session management
Patrick
1
-14
/
+552
2023-05-28
send example, http PUT
Patrick
1
-1
/
+45
2023-05-28
dont need length variables everywhere (i think)
Patrick
1
-38
/
+33
2023-05-28
mongoose as http client
Patrick
1
-4
/
+5
2023-05-20
get Login example working with CURL
Patrick
1
-9
/
+63
2023-05-16
refactor fixedbuffer, add mjson
Patrick
1
-11
/
+0
2023-05-15
Initial commit. Rudimentary readme, mockup examples without actual ↵
Patrick
1
-0
/
+38
implementation, Makefile, Olm submodule