aboutsummaryrefslogtreecommitdiff
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* Update translationsTranslations2021-03-0470-75/+735
|
* Remove unnecessary Soup dependency from OMEMO pluginfiaxh2021-01-281-1/+0
| | | | fixes #983
* Update translations + DOAPTranslations2021-01-1166-285/+885
|
* Use advertized/server/live time for sorting instead of arrival timefiaxh2020-12-041-3/+1
| | | | fixes #310
* Improve contact description in OMEMO warningsfiaxh2020-12-041-7/+12
| | | | fixes #947
* Improve entity identity getterfiaxh2020-11-201-1/+1
|
* Use WeakMap for message cachingfiaxh2020-11-141-2/+2
|
* Update translationsTranslations2020-11-1260-108/+104
|
* Make some strings translatable, update translationsTranslations2020-11-101-2/+2
|
* 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
|