about summary refs log tree commit diff stats
path: root/src/pgp/gpg.c
Commit message (Expand)AuthorAgeFilesLines
* ox: fix mistakes in p_ox_gpg_decrypt()Michael Vetter2022-05-041-1/+3
* ox: print more error messages to UIMichael Vetter2022-05-031-2/+6
* ox: dont require marginal trust levelMichael Vetter2022-05-031-0/+5
* ox_key_is_usable - Logging and owner trust checkStefan Kropp2022-05-031-0/+6
* Merge pull request #1644 from profanity-im/ox-polishMichael Vetter2022-03-211-37/+34
|\
| * ox: adjust formattingMichael Vetter2022-02-241-4/+0
| * ox: standardize log outputMichael Vetter2022-02-241-33/+34
* | add `files_file_in_account_data_path()`Steffen Jaeckel2022-03-131-19/+5
|/
* auto-formatSteffen Jaeckel2022-02-011-14/+14
* Format code correctlyMichael Vetter2021-10-051-1/+1
* OX bug fixingDebXWoody2021-06-291-0/+5
* Fix various typosMichael Vetter2020-12-101-3/+3
* Declare counter var inside loopMichael Vetter2020-11-091-4/+2
* Since the string from strerror should never be modified, use const.Philipp Klaus Krause2020-10-141-1/+1
* OX: XEP-0373: OpenPGP for XMPP - Version 0.5.0 (2020-06-19)DebXWoody2020-07-101-0/+44
* Apply coding styleMichael Vetter2020-07-071-297/+307
* Revert "Apply coding style"Michael Vetter2020-07-071-311/+301
* Apply coding styleMichael Vetter2020-07-071-301/+311
* OX: Announce public key on PEPDebXWoody2020-07-061-0/+103
* 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
* Feature request - XEP-0373: OpenPGP for XMPP (OX)DebXWoody2020-06-291-0/+339
* Add context to autocomplete_with_func and use it for omemo trust commandPaul Fariello2020-01-311-1/+1
* Add vim modelineMichael Vetter2019-11-131-0/+1
* Restoration of correct GPG encryptionViachaslau Khalikin2019-02-201-1/+1
* 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
* 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
|\
| * 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