aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpgme-vala
Commit message (Collapse)AuthorAgeFilesLines
* Merge `gpgme-vala` into `openpgp` pluginhrxi2023-10-068-1393/+0
| | | | | There's no reason for it to be a statically linked library anymore, it can be directly compiled into the plugin.
* Fix every inclusion of `gpgme_fix.h` getting their own mutexhrxi2023-10-062-4/+4
|
* CMake: Make STATIC explict where neededMarvin W2021-03-061-1/+1
|
* Fix some compiler warningsfiaxh2020-10-271-2/+2
|
* Fix rare 1 byte buffer over-readMarvin W2020-06-282-10/+11
|
* Add JET supportMarvin W2019-09-161-2/+2
|
* Rework encryption enabling logic + UIfiaxh2019-08-021-2/+1
|
* Only display transferred images, display file names, open in system viewer, ↵fiaxh2018-01-282-5/+14
| | | | include and use pgp embedded file names
* Fix warningsfiaxh2017-10-311-1/+1
|
* PGP encrypted file transfersfiaxh2017-10-222-2/+49
|
* cmake/signal-protocol: shared lib, mark_as_advanced and othersMarvin W2017-04-261-6/+7
|
* Fix -Werror=format-security issuesMarvin W2017-03-301-1/+1
|
* New CMakeMarvin W2017-03-231-14/+6
| | | | | - add install and uninstall targets - compatibility for systems without pkg-config
* Do not use gpgme 1.7.0+ features yet.Marvin W2017-03-131-1/+2
|
* Unlock mutex on exceptions in gpgme helperMarvin W2017-03-121-56/+69
|
* PGP module: store data in own db, use pgp key as specified in account settingsfiaxh2017-03-121-2/+11
|
* Move PGP support into pluginfiaxh2017-03-128-0/+1321