Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enabling display of more compiler warnings and fix some of them | Marvin W | 2020-01-21 | 2 | -17/+13 |
| | | | | | Most of these are caused by various issues is the Vala compiler, but it doesn't hurt to display them and report them upstream. | ||||
* | Use system provided libsignal-protocol-c by default | Marvin W | 2020-01-21 | 1 | -3/+6 |
| | | | | You can still compile in tree by using --with-libsignal-in-tree flag | ||||
* | Improve log messages for OMEMO sending issues | Marvin W | 2020-01-15 | 1 | -11/+14 |
| | |||||
* | Initialize GCrypt on libsignal setup | Marvin W | 2020-01-15 | 1 | -0/+2 |
| | |||||
* | Fix various typing issues in signal bindings | Marvin W | 2020-01-09 | 6 | -48/+24 |
| | |||||
* | Make TestCase protected for newer vala | Maxime “pep” Buquet | 2019-09-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | ||||
* | fixup Fix some warnings | fiaxh | 2019-09-10 | 1 | -6/+4 |
| | |||||
* | Fix some warnings | hrxi | 2019-09-10 | 4 | -12/+22 |
| | | | | | | Instances of `RegexError` are just asserted as `assert_not_reached` as they cannot really fail except for allocation failure if the given regex is valid. | ||||
* | signal-protocol: Fix incorrect free() | fiaxh | 2019-05-26 | 1 | -1/+1 |
| | | | | fixes #562 | ||||
* | Do not use signal_protocol_internal.h | Marvin W | 2019-02-12 | 4 | -5/+8 |
| | |||||
* | Rewrite OMEMO crypt buffer logic to fix #474 | Marvin W | 2019-01-16 | 1 | -13/+43 |
| | |||||
* | Bump libsignal-protocol-c dependency to 2.3.2 | Marvin W | 2019-01-02 | 4 | -12/+15 |
| | |||||
* | Allow 12 for the size of the IV | Tim Henkes | 2018-11-20 | 1 | -2/+2 |
| | |||||
* | Add trust management utilities to the omemo plugin | Samuel Hand | 2018-06-11 | 1 | -1/+5 |
| | |||||
* | Fix typos in comments and variable names (#269) | linkmauve | 2018-01-10 | 1 | -2/+2 |
| | | | Thanks `codespell`! | ||||
* | Small fixes to signal-protocol-c helper functions | Marvin W | 2018-01-04 | 1 | -1/+2 |
| | | | | ref #253 | ||||
* | Use utc time everywhere | fiaxh | 2017-08-31 | 2 | -6/+6 |
| | |||||
* | cmake/signal-protocol: shared lib, mark_as_advanced and others | Marvin W | 2017-04-26 | 5 | -100/+106 |
| | |||||
* | signal-protocol: use proper types and fix memleak (#59) | Marvin W | 2017-04-19 | 1 | -4/+5 |
| | |||||
* | signal-protocol/omemo: fix null-pointer issues | Marvin W | 2017-04-18 | 6 | -31/+58 |
| | | | | Fixes #44 and #58 | ||||
* | Replace OpenSSL with GCrypt | Marvin W | 2017-04-15 | 3 | -368/+177 |
| | |||||
* | Make FHS compliant, split RPMs, fix compilation on older GCCs | Marvin W | 2017-04-03 | 1 | -1/+1 |
| | |||||
* | Fix -Werror=format-security issues | Marvin W | 2017-03-30 | 1 | -1/+1 |
| | |||||
* | Fetch libsignal-protocol-c when not a submodule (still using git) | Marvin W | 2017-03-23 | 1 | -0/+0 |
| | |||||
* | New CMake | Marvin W | 2017-03-23 | 1 | -21/+9 |
| | | | | | - add install and uninstall targets - compatibility for systems without pkg-config | ||||
* | Make compatible with OpenSSL 1.1 | Marvin W | 2017-03-13 | 1 | -22/+28 |
| | |||||
* | Add OMEMO via Plugin | Marvin W | 2017-03-11 | 18 | -0/+2935 |