- 27 Aug, 2019 3 commits
-
-
Richard Bayerle authored
This should fix compatibility issues with Dino.
-
Michael Santos authored
Also consistently check the return value of int_to_string is greater than 0 bytes.
-
Michael Santos authored
~~~ src/libomemo.c:1082:25: warning: Access to field 'message_node_p' results in a dereference of a null pointer (loaded from variable 'msg_p') msg_p->message_node_p = msg_node_p; ~~~~~ ^ ~~~
-
- 06 Apr, 2017 3 commits
-
-
Richard Bayerle authored
Fixes #7.
-
Richard Bayerle authored
-
Richard Bayerle authored
-
- 11 Mar, 2017 2 commits
-
-
Richard Bayerle authored
-
Richard Bayerle authored
The body node with the info message is now optional. Added possibility to add EME node (or both). Removes both of those at decryption. Bumps version to 0.5.0.
-
- 02 Mar, 2017 1 commit
-
-
Richard Bayerle authored
Also added versioning.
-
- 13 Feb, 2017 1 commit
-
-
Richard Bayerle authored
-
- 06 Feb, 2017 1 commit
-
-
Richard Bayerle authored
Mostly strdup with glib equivalents. Also implemented own deep copy of list, as it is also not available.
-
- 31 Jan, 2017 4 commits
-
-
Richard Bayerle authored
Instead of sticking to the order specified in the XML scheme, it now 'finds' the nodes instead to improve compatibility..
-
Richard Bayerle authored
Sends a standard message in a <body>. If it finds a <body> node in an encrypted message, it is deleted.
-
Richard Bayerle authored
-
Richard Bayerle authored
Instead of including the terminator nullbyte at the end of the payload, it is now added back when decrypting. This fixes the compatibility issue with other languages' strings.
-
- 29 Jan, 2017 1 commit
-
-
Richard Bayerle authored
-