about summary refs log tree commit diff stats
path: root/src/pgp/gpg.h
Commit message (Collapse)AuthorAgeFilesLines
* OX: XEP-0373: OpenPGP for XMPP - Version 0.5.0 (2020-06-19)DebXWoody2020-07-101-0/+1
| | | | | | | | | | | Discovering Public Keys via PEP * 4.3 Discovering Public Keys of a User * 4.4 Requesting Public Keys * Import Public Keys into GnuPG's local keyring. Issue: #1331
* Apply coding styleMichael Vetter2020-07-071-21/+23
|
* Revert "Apply coding style"Michael Vetter2020-07-071-23/+21
| | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems.
* Apply coding styleMichael Vetter2020-07-071-21/+23
| | | | Regards https://github.com/profanity-im/profanity/issues/1396
* OX: Announce public key on PEPDebXWoody2020-07-061-0/+2
| | | | | | | | | | | | | | | 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
* Feature request - XEP-0373: OpenPGP for XMPP (OX)DebXWoody2020-06-291-0/+16
| | | | | | | | | 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
|
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
|
* Update copyrightJames Booth2018-01-211-1/+1
|
* Allow previous autocompletion with shift tabJames Booth2017-04-011-1/+1
|
* Update CopyrightJames Booth2017-01-281-1/+1
|
* Make header defines consistentJames Booth2016-07-241-2/+2
|
* Update GPL link in headersJames Booth2016-07-241-1/+1
|
* PGP: Also encrypt using sender public keyJames Booth2016-03-291-1/+1
|
* Updated copyrightJames Booth2016-02-141-1/+1
|
* Show PGP error stringsJames Booth2015-12-151-1/+1
|
* Applied coding style to src/pgp/James Booth2015-10-251-10/+9
|
* PGP: Format fingerprintsJames Booth2015-08-301-0/+2
|
* Added PGP key autocompleterJames Booth2015-08-251-0/+2
|
* PGP: Display whether contact public key was received or manually setJames Booth2015-08-251-0/+5
|
* PGP: Show key IDs for assigned public keysJames Booth2015-08-251-1/+1
|
* Show public/private indicator when listing PGP keysJames Booth2015-08-251-2/+7
|
* Removed unused barejid argument from PGP decryptionJames Booth2015-08-241-1/+1
|
* Check for valid PGP key on startJames Booth2015-08-231-0/+1
|
* Tidied pgp memory allocationsJames Booth2015-08-111-0/+1
|
* Added /pgp setkey commandJames Booth2015-06-231-0/+3
|
* Added window encyption mode for PGPJames Booth2015-06-201-0/+1
|
* Decrypt incoming messagesJames Booth2015-03-251-0/+1
|
* Send encrypted messagesJames Booth2015-03-241-1/+2
|
* Added signature verification, /pgp fps commandJames Booth2015-03-241-0/+3
|
* Added pgpkeyid account setting, send signed presenceJames Booth2015-03-231-0/+1
|
* Added Id and fingerprint to pgp key listJames Booth2015-03-221-1/+8
|
* Added /pgp libver commandJames Booth2015-03-221-0/+1
|
* Added pgp key list commandJames Booth2015-03-221-0/+41