Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add JET support | Marvin W | 2019-09-16 | 8 | -50/+62 |
| | |||||
* | Add basic crypto-vala | Marvin W | 2019-09-16 | 6 | -0/+1158 |
| | |||||
* | 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 | 9 | -51/+68 |
| | | | | | | 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. | ||||
* | Update translations | Translations | 2019-08-28 | 44 | -879/+1204 |
| | |||||
* | Fix runtime critical | fiaxh | 2019-08-26 | 1 | -2/+5 |
| | |||||
* | Fix specified size for encrypted file uploads | fiaxh | 2019-08-21 | 3 | -9/+13 |
| | |||||
* | Set OMEMO devicelist + bundle node access model to public | fiaxh | 2019-08-09 | 2 | -23/+14 |
| | |||||
* | Rework encryption enabling logic + UI | fiaxh | 2019-08-02 | 7 | -84/+157 |
| | |||||
* | Fix Manage Key dialog string for verified keys (#588) | Henrik Ullman | 2019-07-28 | 1 | -1/+1 |
| | |||||
* | Refactor file receive/send interfaces and UI | fiaxh | 2019-07-18 | 17 | -527/+468 |
| | |||||
* | OMEMO: Add debug logs for incoming bundles | fiaxh | 2019-07-08 | 1 | -4/+6 |
| | |||||
* | OMEMO: Rename variables, refactor can_encrypt | fiaxh | 2019-07-08 | 3 | -25/+23 |
| | |||||
* | OMEMO code cleanup: Move TrustLevel out of Database | fiaxh | 2019-07-08 | 8 | -50/+60 |
| | |||||
* | OMEMO: Move files to fitting subdirectory | fiaxh | 2019-07-08 | 22 | -21/+25 |
| | |||||
* | Update translations | Translations | 2019-07-04 | 40 | -76/+90 |
| | |||||
* | Fix a couple of typos and double imports | hrxi | 2019-06-01 | 5 | -6/+4 |
| | |||||
* | signal-protocol: Fix incorrect free() | fiaxh | 2019-05-26 | 1 | -1/+1 |
| | | | | fixes #562 | ||||
* | Remove Message.stanza field | fiaxh | 2019-05-26 | 2 | -2/+2 |
| | |||||
* | Update translations | Translations | 2019-03-16 | 40 | -189/+189 |
| | |||||
* | Use glib log functions | fiaxh | 2019-03-15 | 9 | -17/+17 |
| | |||||
* | Fix OMEMO new device notifications appearing in wrong context | fiaxh | 2019-03-14 | 1 | -6/+11 |
| | |||||
* | Use regex literals, fixes some compiler warnings | fiaxh | 2019-03-14 | 2 | -2/+2 |
| | |||||
* | Wait for account to be persisted before creating omemo_db.identity entry | fiaxh | 2019-03-14 | 1 | -2/+7 |
| | | | | fixes #128 | ||||
* | Add non-CSD alternative for more windows | fiaxh | 2019-03-14 | 2 | -3/+5 |
| | |||||
* | Move GCM tag into per-device-encrypted area to be compatible with current ↵ | Marvin W | 2019-03-07 | 1 | -3/+8 |
| | | | | OMEMO version, fixes #514 | ||||
* | Check for eme tag before adding fallback text for empty-body OMEMO messages | fiaxh | 2019-02-20 | 1 | -1/+3 |
| | |||||
* | Add fallback text when a known to be OMEMO-encrypted message failed to decrypt | Thibaut Girka | 2019-02-17 | 1 | -0/+1 |
| | |||||
* | Update Translations | Translations | 2019-02-14 | 42 | -197/+539 |
| | |||||
* | Make file read/write async | fiaxh | 2019-02-14 | 2 | -7/+7 |
| | |||||
* | 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 |
| | |||||
* | Fix OMEMO decryption if MUC real_jid is not known (because sender is offline) | fiaxh | 2019-01-09 | 2 | -31/+57 |
| | | | | fixes #490 | ||||
* | Find libqrencode using cmake/pkg-config logic | Marvin W | 2019-01-02 | 2 | -2/+4 |
| | |||||
* | Bump libsignal-protocol-c dependency to 2.3.2 | Marvin W | 2019-01-02 | 4 | -12/+15 |
| | |||||
* | Update Translations | Translations | 2018-12-31 | 38 | -355/+455 |
| | | | | | | | | | | | | | | | Arabic: ButterflyOfFire Basque: beriain Chinese (Simplified): Sak94664 Dutch: flevop, Nathan Follens Flemish: Nathan Follens French: Sioul Galician: Xosé M German: H A, ssantos Luxembourgish: Dennis Fink Norwegian Bokmål: Allan Nordhøy Romanian: Licaon Kter Spanish: sergio | ||||
* | Check FileTransfer's mime_type for null (unknown) when handeling it | fiaxh | 2018-12-31 | 2 | -2/+0 |
| | | | | fixes #479 | ||||
* | Check content_length for null before parsing in http HEAD message response | fiaxh | 2018-11-29 | 2 | -2/+6 |
| | | | | fixes #468 | ||||
* | Fix aesgcm http file up/download bugs | fiaxh | 2018-11-27 | 3 | -21/+36 |
| | |||||
* | Implement aesgcm encrypted file upload | fiaxh | 2018-11-27 | 6 | -11/+115 |
| | |||||
* | FileProvider for aesgcm links | fiaxh | 2018-11-27 | 5 | -6/+164 |
| | | | | Co-authored-by: Thibaut Girka <thib@sitedethib.com> | ||||
* | Restructure (http) file provider flow: Separate download&get_info, download ↵ | fiaxh | 2018-11-27 | 6 | -264/+117 |
| | | | | in provider, move XmppStreamModule into xmpp-vala | ||||
* | Allow 12 for the size of the IV | Tim Henkes | 2018-11-20 | 1 | -2/+2 |
| | |||||
* | Add a white border around QR-codes | Rahix | 2018-11-16 | 1 | -2/+13 |
| | | | | Signed-off-by: Rahix <rahix@rahix.de> | ||||
* | Update translations | Translations | 2018-11-14 | 41 | -641/+823 |
| | |||||
* | Fix Typo | Licaon_Kter | 2018-11-11 | 1 | -1/+1 |
| | |||||
* | Spelling, added comma and ending dot. | Allan Nordhøy | 2018-11-11 | 1 | -2/+2 |
| | |||||
* | Update translations | Translations | 2018-11-10 | 39 | -340/+3964 |
| | | | | | | | | Arabic: ButterflyOfFire <ButterflyOfFire@protonmail.com> Galician: Iván Seoane <ivanrsm1997@gmail.com> Italian: Valerio Baldisserotto <svalo@libersoft.it> Norwegian Bokmål: Allan Nordhøy <epost@anotheragency.no> Romanian: Licaon Kter <licaon.kter@protonmail.com> | ||||
* | Use QR-code icon for OMEMO QR-code button | fiaxh | 2018-11-10 | 2 | -3/+5 |
| |