aboutsummaryrefslogtreecommitdiff
path: root/plugins/openpgp/src
Commit message (Collapse)AuthorAgeFilesLines
* 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