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
/
examples
Age
Commit message (
Collapse
)
Author
Files
Lines
2023-11-14
remove rdbg files
Patrick
5
-0
/
+0
2023-11-14
update examples
Patrick
9
-487
/
+67
2023-11-13
fix examples
Patrick
2
-522
/
+46
2023-11-13
delete OlmJS example
Patrick
2
-66
/
+0
2023-11-13
fix examples
Patrick
9
-58
/
+49
2023-10-13
HTTP layer for ESP32, make static specifier in matrix.c optional by defining ↵
Patrick
2
-5
/
+13
it as a macro
2023-09-13
actually add Canonical and Verify examples :()
Patrick
3
-0
/
+569
2023-09-13
sync in verify
Patrick
1
-4
/
+4
2023-09-05
start working on Sync example (reply to to_device messages)
Patrick
1
-8
/
+74
2023-09-05
verify device
Patrick
2
-14
/
+312
2023-08-26
able to send encrypted messages :)
Patrick
6
-35
/
+179
2023-07-21
share, save, load, init, print megolm out sessions
Patrick
1
-12
/
+40
2023-07-20
cli send encrypted & manage megolm session, save/load megolm sessions
Patrick
1
-2
/
+37
2023-07-17
cli send, save and load
Patrick
1
-5
/
+38
2023-07-14
esp32 build, cli
Patrick
4
-0
/
+193
2023-07-10
more changes towards sharing megolm sessions
Patrick
3
-8
/
+11
2023-07-10
work on SendEncrypted
Patrick
1
-1
/
+2
2023-07-03
upload device/onetime keys, fix recurring http accesses
Patrick
1
-2
/
+2
2023-06-29
generate key upload json + json signing
Patrick
2
-1
/
+12
2023-06-29
add libolm.a to Makefile
Patrick
1
-0
/
+28
2023-06-22
generate identity keys
Patrick
1
-0
/
+2
2023-06-19
olm session management
Patrick
5
-41
/
+87
2023-05-28
send example, http PUT
Patrick
1
-5
/
+7
2023-05-28
dont need length variables everywhere (i think)
Patrick
2
-19
/
+20
2023-05-28
mongoose as http client
Patrick
1
-5
/
+3
2023-05-20
get Login example working with CURL
Patrick
1
-13
/
+20
2023-05-15
Initial commit. Rudimentary readme, mockup examples without actual ↵
Patrick
4
-0
/
+115
implementation, Makefile, Olm submodule