aboutsummaryrefslogtreecommitdiff
path: root/python
AgeCommit message (Collapse)Author
2016-05-24Python wrapper: support for inbound group sessionsRichard van der Hoff
2016-05-24Implement functions to get the state of outbound sessionRichard van der Hoff
We need to be able to inspect an outbound session so that we can tell our peer how to set up an inbound session.
2016-05-24Outbound group session support in the python wrappersRichard van der Hoff
2016-05-20Refactor python wrappersRichard van der Hoff
Split the python wrappers into separate modules
2015-11-01switch from /usr/bin/python to /usr/bin/env python. this doesn't help folks ↵Matthew Hodgson
whose python path points at python3 (e.g. Arch linux) though, but I see no choice than they have to change the shebangs, as we do on Synapse. For instance, OSX doesn't have a python2 symlink, otherwise we'd use /usr/bin/env python2 shebang.
2015-07-16Add method getting a session id. Update the python and javascript bindingsMark Haines
2015-07-15Call the right c function from Session.matches_inbound. It was calling ↵Mark Haines
create_inbound_session rather than matches_inbound_session
2015-07-14Move olm.py to a python subdirectory. Add a script for testing the olm.py scriptMark Haines