aboutsummaryrefslogtreecommitdiff
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix OMEMO file transfer GCM tagMarvin W2019-10-282-2/+2
|
* Fix accept/reject new OMEMO key buttons in current Adwaita theme versionsfiaxh2019-10-281-19/+16
|
* Colapse inactive keys in OMEMO keys dialogfiaxh2019-10-225-98/+144
|
* Don't send delivery recipts or chat states for own messagesfiaxh2019-10-221-1/+1
| | | | fixes #631
* Fix wrong size being reported for OMEMO encrypted HTTP file transfersMarvin W2019-10-181-1/+1
| | | | Fixes #630
* Plugins: Set UI texts in code instead of .ui files to fix translationsfiaxh2019-10-105-21/+35
| | | | Co-authored-by: srgcdev <srg.dev@posteo.net>
* Fix pubsub item listener notifyingfiaxh2019-10-021-1/+1
|
* Add Bookmarks2 implementation, introduce bookmarks interfacesfiaxh2019-09-291-2/+2
|
* Fix compilation with older gcryptMarvin W2019-09-171-1/+1
|
* Fix warnings and compilation with older valacMarvin W2019-09-163-46/+58
|
* Add support for JET-OMEMOMarvin W2019-09-166-56/+272
|
* Add JET supportMarvin W2019-09-168-50/+62
|
* Add basic crypto-valaMarvin W2019-09-166-0/+1158
|
* Make TestCase protected for newer valaMaxime “pep” Buquet2019-09-111-1/+1
| | | | Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
* fixup Fix some warningsfiaxh2019-09-101-6/+4
|
* Fix some warningshrxi2019-09-109-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 translationsTranslations2019-08-2844-879/+1204
|