Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-18 | python: Remove the python bindings. | Damir Jelić | |
Signed-off-by: Damir Jelić <poljar@termina.org.uk> | |||
2017-04-18 | Return python int instead of c_uint32 for InboundGroupSession.decrypt ↵ | pik | |
message_index Signed-off-by: Alexander Maznev <alexander.maznev@gmail.com> | |||
2017-04-18 | PEP8 for python bindings | Richard van der Hoff | |
make the python code adhere to PEP8 | |||
2017-01-09 | Implement importing group session data | Richard van der Hoff | |
olm_import_inbound_group_session, which reads the format written by olm_export_inbound_group_session to initialise a group session. | |||
2017-01-06 | Enable exporting inbound group session keys | Richard van der Hoff | |
A pair of functions which allow you to export the megolm keys for an inbound group session, so that an application can save/restore them. | |||
2016-10-20 | Return the message index when decrypting group messages. | Mark Haines | |
Applications can use the index to detect replays of the same message. | |||
2016-09-13 | Merge pull request #23 from matrix-org/markjh/remove_message_index | Mark Haines | |
Remove the messsage index from olm_init_inbound_group_session | |||
2016-09-13 | Remove the messsage index from olm_init_inbound_group_session since it is ↵ | Mark Haines | |
read from the session_key | |||
2016-09-13 | Add a olm_inbound_group_session_id method | Mark Haines | |
2016-05-24 | Python wrapper: support for inbound group sessions | Richard van der Hoff | |