Richard van der Hoff
|
8b1514c0a6
|
Implement functions to get the state of outbound session
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-24 13:39:34 +01:00 |
|
Richard van der Hoff
|
e545ad7eaf
|
Outbound group session support in the python wrappers
|
2016-05-24 13:39:34 +01:00 |
|
Richard van der Hoff
|
7ccaae564a
|
Refactor python wrappers
Split the python wrappers into separate modules
|
2016-05-20 15:25:43 +01:00 |
|
Matthew Hodgson
|
28622db92f
|
switch from /usr/bin/python to /usr/bin/env python. this doesn't help folks 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-11-01 13:05:51 +00:00 |
|
Mark Haines
|
3468886e27
|
Add method getting a session id. Update the python and javascript bindings
|
2015-07-16 11:45:20 +01:00 |
|
Mark Haines
|
c965a0e619
|
Call the right c function from Session.matches_inbound. It was calling create_inbound_session rather than matches_inbound_session
|
2015-07-15 12:45:50 +01:00 |
|
Mark Haines
|
36d17d1cb2
|
Move olm.py to a python subdirectory. Add a script for testing the olm.py script
|
2015-07-14 11:38:43 +01:00 |
|