| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge `signal-protocol` into `omemo` plugin | hrxi | 2023-10-06 | 9 | -0/+1166 |
* | Fix some memory leaks | fiaxh | 2023-02-27 | 1 | -10/+31 |
* | OMEMO: Make device list public | fiaxh | 2023-02-05 | 1 | -6/+9 |
* | Fix QR code being displayed way too small | fiaxh | 2023-01-28 | 1 | -5/+5 |
* | Fix compiler warnings | fiaxh | 2022-12-30 | 1 | -1/+0 |
* | OMEMO QR code: Switch to paintable, fix css | fiaxh | 2022-09-18 | 1 | -3/+3 |
* | Improve Gtk4 port | fiaxh | 2022-07-27 | 4 | -15/+15 |
* | Port from GTK3 to GTK4 | fiaxh | 2022-07-27 | 9 | -119/+104 |
* | set a generic MIME type for encrypted file (#1213) | Nkwuda Sunday Cletus | 2022-03-23 | 1 | -1/+1 |
* | Fix build on Vala < 0.50 and pre-release Vala versions | Marvin W | 2022-03-16 | 1 | -2/+1 |
* | QR-code: Actually use Uri.join if glib version supports it | fiaxh | 2022-03-09 | 1 | -6/+6 |
* | OMEMO QR code: URI-escape the JID | mjk | 2022-02-26 | 1 | -1/+17 |
* | OMEMO: Make QR code "scalable" in accordance with GDK_SCALE | mjk | 2022-02-25 | 1 | -2/+4 |
* | OMEMO: Make QR code fixed-resolution and the quiet zone ISO-conformant | mjk | 2022-02-25 | 1 | -14/+8 |
* | Calls: Fix OMEMO in group calls | Marvin W | 2022-02-12 | 1 | -2/+62 |
* | Various call UI/UX improvements | fiaxh | 2022-02-07 | 1 | -4/+11 |
* | Only process PEP messages from bare JIDs | fiaxh | 2022-01-10 | 1 | -1/+2 |
* | Fix compiler warnings ('Type `uint8[]' can not be used for a GLib.Object prop... | fiaxh | 2021-10-12 | 1 | -2/+8 |
* | Fix compiler warnings ('Switch does not handle .. of enum ..') | fiaxh | 2021-10-12 | 1 | -0/+2 |
* | Fix compiler warnings ('assignment .. from incompatible pointer type') by ret... | fiaxh | 2021-10-12 | 1 | -1/+1 |
* | Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'') | fiaxh | 2021-10-12 | 3 | -35/+35 |
* | Merge remote-tracking branch 'origin/feature/calls' | fiaxh | 2021-05-11 | 10 | -398/+646 |
|\ |
|
| * | Calls: Indicate whether OMEMO key is verified | fiaxh | 2021-05-11 | 4 | -8/+65 |
| * | Improve call wording, cleanup | fiaxh | 2021-05-01 | 1 | -1/+0 |
| * | Add support for OMEMO call encryption | fiaxh | 2021-04-29 | 9 | -398/+590 |
* | | Set omemo+openpgp database properties to be the same as main db | fiaxh | 2021-04-07 | 1 | -5/+7 |
|/ |
|
* | Use advertized/server/live time for sorting instead of arrival time | fiaxh | 2020-12-04 | 1 | -3/+1 |
* | Improve contact description in OMEMO warnings | fiaxh | 2020-12-04 | 1 | -7/+12 |
* | Improve entity identity getter | fiaxh | 2020-11-20 | 1 | -1/+1 |
* | Fix some compiler warnings | fiaxh | 2020-10-27 | 2 | -2/+2 |
* | Update translations | Translations | 2020-10-07 | 1 | -1/+1 |
* | Set key size for omemo http file transfers to 256 bits | Marvin W | 2020-09-15 | 1 | -2/+3 |
* | Send OMEMO-encrypted messages and files using 12 byte IV | Marvin W | 2020-09-14 | 5 | -17/+19 |
* | Update translations | Translations | 2020-09-10 | 1 | -3/+3 |
* | OMEMO: Don't trigger "Not encrypted to this device" warning for messages w/o ... | fiaxh | 2020-09-10 | 1 | -3/+8 |
* | Fix initial file encryption displaying | fiaxh | 2020-09-07 | 2 | -4/+8 |
* | Only query entity caps when we need them | fiaxh | 2020-07-16 | 2 | -6/+6 |
* | Don't offer encryption in MUC PMs | fiaxh | 2020-06-23 | 3 | -0/+12 |
* | Use sqlite UPSERT | fiaxh | 2020-06-10 | 4 | -12/+12 |
* | Show unencryptable/untrusted OMEMO warnings also in MUCs | fiaxh | 2020-06-05 | 2 | -15/+50 |
* | Remove features from service discovery module when detaching module from stream | fiaxh | 2020-04-21 | 2 | -1/+4 |
* | Update translations | Translations | 2020-04-12 | 1 | -1/+1 |
* | Last message correction fixes | fiaxh | 2020-04-06 | 1 | -0/+3 |
* | Add support for last message correction | fiaxh | 2020-04-03 | 1 | -3/+2 |
* | Visually mark OMEMO messages from a trusted device as trusted | fiaxh | 2020-03-29 | 1 | -0/+20 |
* | Warn about undecrypted and untrusted messages | fiaxh | 2020-03-29 | 4 | -103/+287 |
* | Change UI messages for more clarity | mbeko | 2020-03-24 | 3 | -16/+16 |
* | Enable secure_delete PRAGMA on SQLite databases (#370) | Alexander Krotov | 2020-02-21 | 1 | -0/+3 |
* | Improve log messages for OMEMO sending issues | Marvin W | 2020-01-15 | 2 | -8/+12 |
* | Properly check Jids everywhere | Marvin W | 2019-12-23 | 3 | -5/+21 |