Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable secure_delete PRAGMA on SQLite databases (#370) | Alexander Krotov | 2020-02-21 | 1 | -0/+3 |
| | | | | It is especially important for OMEMO database, as it stores *ephemeral* keys | ||||
* | Update translations | Translations | 2020-02-16 | 12 | -37/+1007 |
| | |||||
* | Rename zh_Hans -> zh_CN and zh_Hant -> zh_TW | fiaxh | 2020-01-29 | 7 | -8/+8 |
| | | | | fixes #524 | ||||
* | Update translations | Translations | 2020-01-29 | 50 | -126/+1070 |
| | |||||
* | Enabling display of more compiler warnings and fix some of them | Marvin W | 2020-01-21 | 3 | -19/+15 |
| | | | | | 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 | 3 | -19/+26 |
| | |||||
* | 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 |
| | |||||
* | Fix file receival in groupchat pmsx | Marvin W | 2020-01-09 | 1 | -2/+2 |
| | |||||
* | Don't allow newlines in URLs, also clean up on http file transfer detection | Marvin W | 2019-12-26 | 1 | -11/+7 |
| | |||||
* | Update translations | Translations | 2019-12-24 | 42 | -342/+342 |
| | |||||
* | Properly check Jids everywhere | Marvin W | 2019-12-23 | 3 | -5/+21 |
| | |||||
* | OMEMO: Improve handling of newly added devices | Marvin W | 2019-12-23 | 5 | -72/+210 |
| | |||||
* | Update translations | Translations | 2019-12-19 | 42 | -42/+42 |
| | |||||
* | Refactor MAM catchup. Fetch from latest to earliest message. | fiaxh | 2019-12-18 | 1 | -3/+1 |
| | |||||
* | Add version and adjust some cmake | Marvin W | 2019-12-18 | 1 | -8/+8 |
| | |||||
* | Update translations | Translations | 2019-12-16 | 42 | -377/+369 |
| | |||||
* | Omemo contact details dialog: Only show inactive keys Expander if there are any | fiaxh | 2019-12-13 | 2 | -6/+8 |
| | |||||
* | Add support for HTTP Upload headers | Wiktor Kwapisiewicz | 2019-11-19 | 1 | -0/+4 |
| | | | | | | | | | | | Some services use Authorization header [0] to pass upload credential data. This avoids the token being exposed in server logs and is allowed by XEP-0363 since version 0.5.0. This change adds support for headers allowed in XEP-0363: Authorization, Expires and Cookie. [0]: https://xmpp.org/extensions/xep-0363.html#request | ||||
* | Update translations | Translations | 2019-11-14 | 44 | -1950/+2078 |
| | |||||
* | Fix reporting failed HTTP upload | Wiktor Kwapisiewicz | 2019-11-04 | 1 | -1/+1 |
| | | | | | | Status code can't be less than 200 and greater than or equal 300 at the same time. Using || instead of && marks all uploads that do not have 2xx status code as "failed". | ||||
* | OMEMO: Don't set publish options, configure only bundle node instead | fiaxh | 2019-11-04 | 1 | -4/+19 |
| | |||||
* | Fix OMEMO file transfer GCM tag | Marvin W | 2019-10-28 | 2 | -2/+2 |
| | |||||
* | Fix accept/reject new OMEMO key buttons in current Adwaita theme versions | fiaxh | 2019-10-28 | 1 | -19/+16 |
| | |||||
* | Colapse inactive keys in OMEMO keys dialog | fiaxh | 2019-10-22 | 5 | -98/+144 |
| | |||||
* | Don't send delivery recipts or chat states for own messages | fiaxh | 2019-10-22 | 1 | -1/+1 |
| | | | | fixes #631 | ||||
* | Fix wrong size being reported for OMEMO encrypted HTTP file transfers | Marvin W | 2019-10-18 | 1 | -1/+1 |
| | | | | Fixes #630 | ||||
* | Plugins: Set UI texts in code instead of .ui files to fix translations | fiaxh | 2019-10-10 | 5 | -21/+35 |
| | | | | Co-authored-by: srgcdev <srg.dev@posteo.net> | ||||
* | Fix pubsub item listener notifying | fiaxh | 2019-10-02 | 1 | -1/+1 |
| | |||||
* | Add Bookmarks2 implementation, introduce bookmarks interfaces | fiaxh | 2019-09-29 | 1 | -2/+2 |
| | |||||
* | Fix compilation with older gcrypt | Marvin W | 2019-09-17 | 1 | -1/+1 |
| | |||||
* | Fix warnings and compilation with older valac | Marvin W | 2019-09-16 | 3 | -46/+58 |
| | |||||
* | Add support for JET-OMEMO | Marvin W | 2019-09-16 | 6 | -56/+272 |
| | |||||
* | 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 |
| |