about summary refs log tree commit diff stats
path: root/src/pgp/gpg.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Apply coding style"Michael Vetter2020-07-071-311/+301
| | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems.
* Apply coding styleMichael Vetter2020-07-071-301/+311
| | | | Regards https://github.com/profanity-im/profanity/issues/1396
* OX: Announce public key on PEPDebXWoody2020-07-061-0/+103
| | | | | | | | | | | | | | | src/pgp/gpg.c:p_ox_gpg_readkey Used to read a public key from a file. The function will return the fingerprint of the file and the base64 encoded key. src/xmpp/ox.[hc] ox_announce_public_key(const char* const filename) can be called from the /ox announce <filename> command. The key within the file will be pushed on PEP and the Metadata node will be set. Issue: #1331
* gpg.c: _ox_key_is_usable() simplify if conditionMichael Vetter2020-07-021-3/+3
|
* gpg.c: Format new ox function headsMichael Vetter2020-07-021-7/+26
|
* Use files_get_account_data_path instead of duplicate codeMichael Vetter2020-07-011-13/+9
| | | | | We often had a use case where we want the account specific data dir. Let's create a function for this instead of doing it by hand each time.
* Feature request - XEP-0373: OpenPGP for XMPP (OX)DebXWoody2020-06-291-0/+339
| | | | | | | | | Basic implementation of XEP-0373: OpenPGP for XMPP. https://xmpp.org/extensions/xep-0373.html Command /ox Issue: #1331
* Add context to autocomplete_with_func and use it for omemo trust commandPaul Fariello2020-01-311-1/+1
| | | | Fix #1068
* Add vim modelineMichael Vetter2019-11-131-0/+1
|
* Restoration of correct GPG encryptionViachaslau Khalikin2019-02-201-1/+1
| | | | | | | | Fixes https://github.com/boothj5/profanity/issues/997 Proposed as https://github.com/boothj5/profanity/pull/1008 Related to XEP-0027. Message edited and commit cherry picked by jubalh.
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
|
* Update copyrightJames Booth2018-01-211-1/+1
|
* Show libotr and libgpgme versions on --versionJames Booth2017-08-101-1/+4
| | | | issue #956
* Allow previous autocompletion with shift tabJames Booth2017-04-011-2/+2
|
* Update CopyrightJames Booth2017-01-281-1/+1
|
* Free pgpdirJames Booth2016-07-251-0/+1
|
* Move all filepath handling to files.cJames Booth2016-07-241-5/+3
|
* Move xgd functionsJames Booth2016-07-241-1/+1
|
* Add config/files.cJames Booth2016-07-241-0/+1
|
* Tidy headersJames Booth2016-07-241-1/+1
|
* Update GPL link in headersJames Booth2016-07-241-1/+1
|
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-1/+1
|
* PGP: Fixed array size for encryption keysJames Booth2016-03-291-1/+1
|
* PGP: Also encrypt using sender public keyJames Booth2016-03-291-10/+29
|
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\ | | | | | | | | | | Conflicts: src/main.c src/ui/console.c
| * Updated copyrightJames Booth2016-02-141-1/+1
| |
* | Added C plugin code from plugins branchJames Booth2016-02-141-1/+1
|/
* Show PGP error stringsJames Booth2015-12-151-5/+9
|
* Applied coding style to src/pgp/James Booth2015-10-251-21/+21
|
* PGP: Use old gpgme_io_writeJames Booth2015-09-011-1/+1
|
* PGP: Use old gpgme_io_writeJames Booth2015-09-011-1/+1
|
* PGP: Added null check for passphrase_attemptJames Booth2015-09-011-2/+6
|
* Save PGP passphrase when correctJames Booth2015-09-011-22/+47
|
* Added UI function to get PGP passphraseJames Booth2015-09-011-10/+13
|
* Added PGP passphrase callbackJames Booth2015-09-011-0/+34
|
* PGP: Format fingerprintsJames Booth2015-08-301-0/+23
|
* Added PGP key autocompleterJames Booth2015-08-251-0/+32
|
* PGP: Display whether contact public key was received or manually setJames Booth2015-08-251-9/+29
|
* PGP: Show key IDs for assigned public keysJames Booth2015-08-251-60/+60
|
* PGP: Do not save contact's fingerprint when no key foundJames Booth2015-08-251-3/+11
|
* Show public/private indicator when listing PGP keysJames Booth2015-08-251-24/+78
|
* Show public keys in PGP key listJames Booth2015-08-241-1/+1
|
* Removed unused barejid argument from PGP decryptionJames Booth2015-08-241-1/+1
|
* Added JID to log when failing to load PGP fingerprintJames Booth2015-08-231-1/+1
| | | | Added PGP stub for tests
* Check for valid PGP key on startJames Booth2015-08-231-0/+29
|
* Log recipient used for PGP decryptionJames Booth2015-08-231-1/+19
|
* Tidied pgp memory allocationsJames Booth2015-08-111-42/+65
|
* Free pgp key on connectJames Booth2015-08-101-0/+2
|
* Free gpgme context on verificationJames Booth2015-08-091-0/+1
|
* Free pgp headersJames Booth2015-08-091-0/+1
|