Age | Commit message (Expand) | Author |
2017-04-24 | Python: Make ed25519_verify take some arguments | Richard van der Hoff |
2017-04-24 | Merge branch 'master' | Richard van der Hoff |
2017-04-24 | PEP8 | Richard van der Hoff |
2017-04-24 | Add ed25519_verify to __init__.py and add test for ed25519_verify | pik |
2017-04-24 | Add utility module to olm/python - for ed25519_verify | pik |
2017-04-18 | Return python int instead of c_uint32 for InboundGroupSession.decrypt message... | pik |
2017-04-18 | PEP8 for python bindings | Richard van der Hoff |
2017-04-04 | Python: Switch to a more general os.urandom for randomness source | J08nY |
2017-01-09 | Implement importing group session data | Richard van der Hoff |
2017-01-06 | Enable exporting inbound group session keys | Richard van der Hoff |
2016-10-25 | Update python wrapper to run against libolm.so.2 | Richard van der Hoff |
2016-10-21 | Merge pull request #31 from matrix-org/markjh/groupmessageindex | Mark Haines |
2016-10-20 | Return the message index when decrypting group messages. | Mark Haines |
2016-10-02 | fix missing ctypes function signatures | Matthew Hodgson |
2016-09-22 | InboundGroupSession.init no longer requires a separate message_index | Richard van der Hoff |
2016-09-22 | Handle non-base64 chars in pickle files | Richard van der Hoff |
2016-09-13 | Merge pull request #23 from matrix-org/markjh/remove_message_index | Mark Haines |
2016-09-13 | Remove the messsage index from olm_init_inbound_group_session since it is rea... | Mark Haines |
2016-09-13 | Add a olm_inbound_group_session_id method | Mark Haines |
2016-09-01 | Fix Ed25519 keypair generation | Richard van der Hoff |
2016-05-25 | Merge branch 'rav/more_group_chat/1' | Richard van der Hoff |
2016-05-24 | Avoid use of jq in test_olm | Richard van der Hoff |
2016-05-24 | add a script for jenkins to run | Richard van der Hoff |
2016-05-24 | Python wrapper: support for inbound group sessions | Richard van der Hoff |
2016-05-24 | Implement functions to get the state of outbound session | Richard van der Hoff |
2016-05-24 | Outbound group session support in the python wrappers | Richard van der Hoff |
2016-05-20 | Refactor python wrappers | Richard van der Hoff |
2015-11-01 | switch from /usr/bin/python to /usr/bin/env python. this doesn't help folks w... | Matthew Hodgson |
2015-07-16 | Add method getting a session id. Update the python and javascript bindings | Mark Haines |
2015-07-15 | Call the right c function from Session.matches_inbound. It was calling create... | Mark Haines |
2015-07-14 | Move olm.py to a python subdirectory. Add a script for testing the olm.py script | Mark Haines |