aboutsummaryrefslogtreecommitdiff
path: root/plugins/openpgp
Commit message (Collapse)AuthorAgeFilesLines
* Small fixesfiaxh2018-01-301-1/+1
|
* Only display transferred images, display file names, open in system viewer, ↵fiaxh2018-01-282-5/+7
| | | | include and use pgp embedded file names
* Pipeline for incoming messages in libdinofiaxh2018-01-282-8/+18
|
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-286-20/+21
|
* Update translationsTranslations2018-01-2413-39/+95
|
* Initial Catalan translation. (#279)Jordi Mallach2018-01-241-0/+51
| | | | | | * Initial Catalan translation. * Add OMEMO and OpenPGP plugin translations.
* Update translationsTranslations2017-12-3111-99/+154
|
* Rename resources to have a reverse DNS prefixfiaxh2017-12-032-2/+2
|
* Update translationsTranslations2017-11-249-46/+29
|
* Disconnect stanza listeners from pipelinefiaxh2017-11-221-16/+15
|
* Update translationsTranslations2017-11-1812-84/+350
|
* Fix unit tests using async + read message markerfiaxh2017-11-171-1/+1
|
* Read+(write) stream asyncfiaxh2017-11-161-39/+61
|
* Go offline before quiting applicationfiaxh2017-10-311-1/+1
| | | | fixes #141
* Fix warningsfiaxh2017-10-315-27/+44
|
* Added luxembourgish translationDennis Fink2017-10-292-0/+40
|
* PGP encrypted file transfersfiaxh2017-10-226-47/+100
|
* Move encryption menu into ChatInput, PGP support for MUCsfiaxh2017-09-064-54/+104
|
* Focus selected widgets in the accounts dialoghrxi2017-09-011-2/+3
| | | | | | | | | | Previously, you had to issue two clicks in order to enter something into the text fields. This also replaces the `Entry` widgets with their label counterparts once they lose focus. Since the `ComboBox` handling of focus seems to be buggy (`focus_out_event` not firing), the OpenPGP key selection lacks the latter feature.
* Handle xmpp ?join and ?message urisfiaxh2017-08-251-4/+4
|
* "Default" per-contact settings (change UI)fiaxh2017-08-251-5/+4
|
* README: Discussion MUC, change urlfiaxh2017-08-222-2/+2
|
* libdino: remove dependency to GTK+ (all GTK+ code is in main+plugins)Marvin W2017-08-172-6/+9
|
* openpgp: contact details provider (fingerprint), colored fingerprints, fix ↵fiaxh2017-08-146-34/+124
| | | | shown availability
* xmpp-vala: Remove require-functionsfiaxh2017-08-141-2/+0
|
* Set jid handle in ContactDetails, use LabelHybrids more, remove edit from ↵fiaxh2017-06-171-1/+1
| | | | StartConversation
* Update translationsfiaxh2017-05-314-1/+105
|
* cmake/signal-protocol: shared lib, mark_as_advanced and othersMarvin W2017-04-261-1/+1
|
* Gettext supportfiaxh2017-04-108-7/+98
|
* Show account status (incl errors) in ManageAccounts.Dialogfiaxh2017-04-101-2/+2
|
* MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3)fiaxh2017-04-041-2/+2
|
* New CMakeMarvin W2017-03-231-20/+10
| | | | | - add install and uninstall targets - compatibility for systems without pkg-config
* Small bug fixes and compatibility with Vala 0.36Marvin W2017-03-231-2/+2
|
* Add typed identity to manager modules and stream flagsfiaxh2017-03-204-24/+14
|
* Improve when to send chat state notificationsfiaxh2017-03-161-4/+6
|
* Fix ChatInput for many lines + small UI changesfiaxh2017-03-161-1/+1
|
* Do not use gpgme 1.7.0+ features yet.Marvin W2017-03-131-0/+4
|
* amend 39722a4fiaxh2017-03-122-15/+18
|
* Query GPG in other thread + only once (account settings)fiaxh2017-03-122-21/+63
|
* PGP module: store data in own db, use pgp key as specified in account settingsfiaxh2017-03-129-59/+189
|
* Move PGP support into pluginfiaxh2017-03-1210-0/+486