Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-03 | Give a clearer error if the library hasn't been built0.1.0 | Richard van der Hoff | |
2015-12-03 | Run the tests against the shared library | Richard van der Hoff | |
It would be nice if the tests tested what we'd built, not something different. | |||
2015-11-01 | switch 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-06-09 | Add methods for pickling and unpickling sessions | Mark Haines | |
2015-03-03 | Add functions for signing and verifying messages using curve25519 keys | Mark Haines | |
2015-02-26 | Put the #! in the right place | Mark Haines | |
2015-02-26 | Copyright notices and a license | Mark Haines | |
2015-02-26 | Make test.py executable | Mark Haines | |
2015-02-26 | Implement the axlotl ratchet | Mark Haines | |