Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix various typos | Michael Vetter | 2020-12-10 | 1 | -3/+3 |
| | |||||
* | Declare counter var inside loop | Michael Vetter | 2020-11-09 | 1 | -4/+2 |
| | | | | We require c99/gnu99 anyways. | ||||
* | Since the string from strerror should never be modified, use const. | Philipp Klaus Krause | 2020-10-14 | 1 | -1/+1 |
| | |||||
* | OX: XEP-0373: OpenPGP for XMPP - Version 0.5.0 (2020-06-19) | DebXWoody | 2020-07-10 | 2 | -0/+45 |
| | | | | | | | | | | | 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 | 2 | -318/+330 |
| | |||||
* | Revert "Apply coding style" | Michael Vetter | 2020-07-07 | 2 | -334/+322 |
| | | | | | | This reverts commit 9b55f2dec0ea27a9ce4856e303425e12f866cea2. Sorting the includes creates some problems. | ||||
* | Apply coding style | Michael Vetter | 2020-07-07 | 2 | -322/+334 |
| | | | | Regards https://github.com/profanity-im/profanity/issues/1396 | ||||
* | OX: Announce public key on PEP | DebXWoody | 2020-07-06 | 2 | -0/+105 |
| | | | | | | | | | | | | | | | 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 condition | Michael Vetter | 2020-07-02 | 1 | -3/+3 |
| | |||||
* | gpg.c: Format new ox function heads | Michael Vetter | 2020-07-02 | 1 | -7/+26 |
| | |||||
* | Use files_get_account_data_path instead of duplicate code | Michael Vetter | 2020-07-01 | 1 | -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) | DebXWoody | 2020-06-29 | 2 | -0/+355 |
| | | | | | | | | | 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 | 2 | -2/+2 |
| | | | | Fix #1068 | ||||
* | Add vim modeline | Michael Vetter | 2019-11-13 | 2 | -0/+2 |
| | |||||
* | Restoration of correct GPG encryption | Viachaslau Khalikin | 2019-02-20 | 1 | -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 2019 | Michael Vetter | 2019-01-22 | 2 | -2/+2 |
| | |||||
* | Update copyright | James Booth | 2018-01-21 | 2 | -2/+2 |
| | |||||
* | Show libotr and libgpgme versions on --version | James Booth | 2017-08-10 | 1 | -1/+4 |
| | | | | issue #956 | ||||
* | Allow previous autocompletion with shift tab | James Booth | 2017-04-01 | 2 | -3/+3 |
| | |||||
* | Update Copyright | James Booth | 2017-01-28 | 2 | -2/+2 |
| | |||||
* | Free pgpdir | James Booth | 2016-07-25 | 1 | -0/+1 |
| | |||||
* | Move all filepath handling to files.c | James Booth | 2016-07-24 | 1 | -5/+3 |
| | |||||
* | Move xgd functions | James Booth | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Add config/files.c | James Booth | 2016-07-24 | 1 | -0/+1 |
| | |||||
* | Tidy headers | James Booth | 2016-07-24 | 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 | 2 | -2/+2 |
| | |||||
* | Removed #AX_PREFIX_CONFIG_H | James Booth | 2016-03-31 | 1 | -1/+1 |
| | |||||
* | PGP: Fixed array size for encryption keys | James Booth | 2016-03-29 | 1 | -1/+1 |
| | |||||
* | PGP: Also encrypt using sender public key | James Booth | 2016-03-29 | 2 | -11/+30 |
| | |||||
* | Merge branch 'master' into plugins-c | James Booth | 2016-02-14 | 2 | -2/+2 |
|\ | | | | | | | | | | | Conflicts: src/main.c src/ui/console.c | ||||
| * | Updated copyright | James Booth | 2016-02-14 | 2 | -2/+2 |
| | | |||||
* | | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 1 | -1/+1 |
|/ | |||||
* | Show PGP error strings | James Booth | 2015-12-15 | 2 | -6/+10 |
| | |||||
* | Applied coding style to src/pgp/ | James Booth | 2015-10-25 | 2 | -31/+30 |
| | |||||
* | PGP: Use old gpgme_io_write | James Booth | 2015-09-01 | 1 | -1/+1 |
| | |||||
* | PGP: Use old gpgme_io_write | James Booth | 2015-09-01 | 1 | -1/+1 |
| | |||||
* | PGP: Added null check for passphrase_attempt | James Booth | 2015-09-01 | 1 | -2/+6 |
| | |||||
* | Save PGP passphrase when correct | James Booth | 2015-09-01 | 1 | -22/+47 |
| | |||||
* | Added UI function to get PGP passphrase | James Booth | 2015-09-01 | 1 | -10/+13 |
| | |||||
* | Added PGP passphrase callback | James Booth | 2015-09-01 | 1 | -0/+34 |
| | |||||
* | PGP: Format fingerprints | James Booth | 2015-08-30 | 2 | -0/+25 |
| | |||||
* | Added PGP key autocompleter | James Booth | 2015-08-25 | 2 | -0/+34 |
| | |||||
* | PGP: Display whether contact public key was received or manually set | James Booth | 2015-08-25 | 2 | -9/+34 |
| | |||||
* | PGP: Show key IDs for assigned public keys | James Booth | 2015-08-25 | 2 | -61/+61 |
| | |||||
* | PGP: Do not save contact's fingerprint when no key found | James Booth | 2015-08-25 | 1 | -3/+11 |
| | |||||
* | Show public/private indicator when listing PGP keys | James Booth | 2015-08-25 | 2 | -26/+85 |
| | |||||
* | Show public keys in PGP key list | James Booth | 2015-08-24 | 1 | -1/+1 |
| | |||||
* | Removed unused barejid argument from PGP decryption | James Booth | 2015-08-24 | 2 | -2/+2 |
| | |||||
* | Added JID to log when failing to load PGP fingerprint | James Booth | 2015-08-23 | 1 | -1/+1 |
| | | | | Added PGP stub for tests |