aboutsummaryrefslogtreecommitdiff
path: root/plugins/openpgp/src
Commit message (Collapse)AuthorAgeFilesLines
* Refactor file receive/send interfaces and UIfiaxh2019-07-184-40/+58
|
* Fix a couple of typos and double importshrxi2019-06-013-4/+3
|
* Use glib log functionsfiaxh2019-03-151-1/+1
|
* Restructure (http) file provider flow: Separate download&get_info, download ↵fiaxh2018-11-271-0/+1
| | | | in provider, move XmppStreamModule into xmpp-vala
* pgp: Fix checking wrong variable for nullfiaxh2018-08-061-1/+1
|
* Implement XEP-0380 for the OMEMO and OpenPGP plugins (#359)Samuel Hand2018-05-281-0/+1
| | | | | | | | | | * Implement XEP-0380 in a naive fashion for both the OMEMO and OpenPGP plugins * Move the XEP-0380 namespace to a constant * Move the implementation for xep-0380 to its own module * Remove un-needed lines from plugins/openpgp/src/stream_module.vala
* openpgp: Fix invalid iter in key selection dialogfiaxh2018-04-171-21/+23
| | | | | | | On empty pgp keyring the key selection dialog would display a label "No Keys available" which subsequently while selecting different accounts would disappear. Co-authored-by: Gnoxter <gnoxter+github@linuxlounge.net>
* 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
|
* Rename resources to have a reverse DNS prefixfiaxh2017-12-031-1/+1
|
* Disconnect stanza listeners from pipelinefiaxh2017-11-221-16/+15
|
* Update translationsTranslations2017-11-181-1/+1
|
* 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
|
* PGP encrypted file transfersfiaxh2017-10-225-47/+98
|
* 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-221-1/+1
|
* 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-145-33/+121
| | | | 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
* Gettext supportfiaxh2017-04-102-5/+10
|
* Show account status (incl errors) in ManageAccounts.Dialogfiaxh2017-04-101-2/+2
|
* MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3)fiaxh2017-04-041-2/+2
|
* 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-121-15/+17
|
* Query GPG in other thread + only once (account settings)fiaxh2017-03-121-20/+63
|
* PGP module: store data in own db, use pgp key as specified in account settingsfiaxh2017-03-127-54/+183
|
* Move PGP support into pluginfiaxh2017-03-128-0/+394