Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split ox functions from gpg.c to ox.c | Michael Vetter | 2022-06-29 | 1 | -18/+2 |
| | |||||
* | OX: XEP-0373: OpenPGP for XMPP - Version 0.5.0 (2020-06-19) | DebXWoody | 2020-07-10 | 1 | -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 style | Michael Vetter | 2020-07-07 | 1 | -21/+23 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 1 | -23/+21 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 1 | -21/+23 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | OX: Announce public key on PEP | DebXWoody | 2020-07-06 | 1 | -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) | DebXWoody | 2020-06-29 | 1 | -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 command | Paul Fariello | 2020-01-31 | 1 | -1/+1 |
| | | | | Fix #1068 | ||||
* | Add vim modeline | Michael Vetter | 2019-11-13 | 1 | -0/+1 |
| | |||||
* | Update copyright to include 2019 | Michael Vetter | 2019-01-22 | 1 | -1/+1 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 1 | -1/+1 |
| | |||||
* | Allow previous autocompletion with shift tab | James Booth | 2017-04-01 | 1 | -1/+1 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | Make header defines consistent | James Booth | 2016-07-24 | 1 | -2/+2 |
| | |||||
* | Update GPL link in headers | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | PGP: Also encrypt using sender public key | James Booth | 2016-03-29 | 1 | -1/+1 |
| | |||||
* | Updated copyright | James Booth | 2016-02-14 | 1 | -1/+1 |
| | |||||
* | Show PGP error strings | James Booth | 2015-12-15 | 1 | -1/+1 |
| | |||||
* | Applied coding style to src/pgp/ | James Booth | 2015-10-25 | 1 | -10/+9 |
| | |||||
* | PGP: Format fingerprints | James Booth | 2015-08-30 | 1 | -0/+2 |
| | |||||
* | Added PGP key autocompleter | James Booth | 2015-08-25 | 1 | -0/+2 |
| | |||||
* | PGP: Display whether contact public key was received or manually set | James Booth | 2015-08-25 | 1 | -0/+5 |
| | |||||
* | PGP: Show key IDs for assigned public keys | James Booth | 2015-08-25 | 1 | -1/+1 |
| | |||||
* | Show public/private indicator when listing PGP keys | James Booth | 2015-08-25 | 1 | -2/+7 |
| | |||||
* | Removed unused barejid argument from PGP decryption | James Booth | 2015-08-24 | 1 | -1/+1 |
| | |||||
* | Check for valid PGP key on start | James Booth | 2015-08-23 | 1 | -0/+1 |
| | |||||
* | Tidied pgp memory allocations | James Booth | 2015-08-11 | 1 | -0/+1 |
| | |||||
* | Added /pgp setkey command | James Booth | 2015-06-23 | 1 | -0/+3 |
| | |||||
* | Added window encyption mode for PGP | James Booth | 2015-06-20 | 1 | -0/+1 |
| | |||||
* | Decrypt incoming messages | James Booth | 2015-03-25 | 1 | -0/+1 |
| | |||||
* | Send encrypted messages | James Booth | 2015-03-24 | 1 | -1/+2 |
| | |||||
* | Added signature verification, /pgp fps command | James Booth | 2015-03-24 | 1 | -0/+3 |
| | |||||
* | Added pgpkeyid account setting, send signed presence | James Booth | 2015-03-23 | 1 | -0/+1 |
| | |||||
* | Added Id and fingerprint to pgp key list | James Booth | 2015-03-22 | 1 | -1/+8 |
| | |||||
* | Added /pgp libver command | James Booth | 2015-03-22 | 1 | -0/+1 |
| | |||||
* | Added pgp key list command | James Booth | 2015-03-22 | 1 | -0/+41 |