aboutsummaryrefslogtreecommitdiff
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Update translationsTranslations2020-11-0460-105/+105
|
* Swedish translations (#936)Kim Alvefur2020-11-041-1/+2
| | | | | * Swedish translations * Translate OMEMO strings to Swedish
* Fix some compiler warningsfiaxh2020-10-273-4/+4
|
* Update translationsTranslations2020-10-0761-105/+274
|
* Set key size for omemo http file transfers to 256 bitsMarvin W2020-09-151-2/+3
| | | | Fixes #909
* Send OMEMO-encrypted messages and files using 12 byte IVMarvin W2020-09-146-21/+19
|
* Update translationsTranslations2020-09-1063-1115/+2167
|
* OMEMO: Don't trigger "Not encrypted to this device" warning for messages w/o ↵fiaxh2020-09-101-3/+8
| | | | payload
* Fix initial file encryption displayingfiaxh2020-09-074-4/+16
| | | | fixes #831
* Update translationsTranslations2020-08-0158-109/+450
|
* Only query entity caps when we need themfiaxh2020-07-163-11/+11
|
* Fix rare 1 byte buffer over-readMarvin W2020-06-282-10/+11
|
* Don't offer encryption in MUC PMsfiaxh2020-06-233-0/+12
|
* Use sqlite UPSERTfiaxh2020-06-106-17/+17
|
* Show unencryptable/untrusted OMEMO warnings also in MUCsfiaxh2020-06-052-15/+50
| | | | fixes #857
* Update translationsTranslations2020-05-1754-57/+57
|
* Update translationsTranslations2020-05-1654-139/+216
|
* Add file upload previewfiaxh2020-04-221-0/+8
| | | | fixes #756
* Remove features from service discovery module when detaching module from streamfiaxh2020-04-212-1/+4
| | | | | fixes #179 fixes #812
* Bump libsignal-protocol-c version to 2.3.3Marvin W2020-04-132-1/+1
|
* Update translationsTranslations2020-04-1255-230/+244
|
* Update translationsTranslations2020-04-1156-944/+2094
|
* Last message correction fixesfiaxh2020-04-061-0/+3
|
* Add support for last message correctionfiaxh2020-04-031-3/+2
|
* Visually mark OMEMO messages from a trusted device as trustedfiaxh2020-03-292-0/+27
|
* Warn about undecrypted and untrusted messagesfiaxh2020-03-295-103/+288
|
* Change UI messages for more claritymbeko2020-03-243-16/+16
|
* Enable secure_delete PRAGMA on SQLite databases (#370)Alexander Krotov2020-02-211-0/+3
| | | | It is especially important for OMEMO database, as it stores *ephemeral* keys
* Update translationsTranslations2020-02-1612-37/+1007
|
* Rename zh_Hans -> zh_CN and zh_Hant -> zh_TWfiaxh2020-01-297-8/+8
| | | | fixes #524
* Update translationsTranslations2020-01-2950-126/+1070
|
* Enabling display of more compiler warnings and fix some of themMarvin W2020-01-213-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 defaultMarvin W2020-01-211-3/+6
| | | | You can still compile in tree by using --with-libsignal-in-tree flag
* Improve log messages for OMEMO sending issuesMarvin W2020-01-153-19/+26
|
* Initialize GCrypt on libsignal setupMarvin W2020-01-151-0/+2
|
* Fix various typing issues in signal bindingsMarvin W2020-01-096-48/+24
|
* Fix file receival in groupchat pmsxMarvin W2020-01-091-2/+2
|
* Don't allow newlines in URLs, also clean up on http file transfer detectionMarvin W2019-12-261-11/+7
|
* Update translationsTranslations2019-12-2442-342/+342
|
* Properly check Jids everywhereMarvin W2019-12-233-5/+21
|
* OMEMO: Improve handling of newly added devicesMarvin W2019-12-235-72/+210
|
* Update translationsTranslations2019-12-1942-42/+42
|
* Refactor MAM catchup. Fetch from latest to earliest message.fiaxh2019-12-181-3/+1
|
* Add version and adjust some cmakeMarvin W2019-12-181-8/+8
|
* Update translationsTranslations2019-12-1642-377/+369
|
* Omemo contact details dialog: Only show inactive keys Expander if there are anyfiaxh2019-12-132-6/+8
|
* Add support for HTTP Upload headersWiktor Kwapisiewicz2019-11-191-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 translationsTranslations2019-11-1444-1950/+2078
|
* Fix reporting failed HTTP uploadWiktor Kwapisiewicz2019-11-041-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 insteadfiaxh2019-11-041-4/+19
|