about summary refs log tree commit diff stats
path: root/src/pgp
Commit message (Collapse)AuthorAgeFilesLines
* Add context to autocomplete_with_func and use it for omemo trust commandPaul Fariello2020-01-312-2/+2
| | | | Fix #1068
* Add vim modelineMichael Vetter2019-11-132-0/+2
|
* 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-222-2/+2
|
* Update copyrightJames Booth2018-01-212-2/+2
|
* Show libotr and libgpgme versions on --versionJames Booth2017-08-101-1/+4
| | | | issue #956
* Allow previous autocompletion with shift tabJames Booth2017-04-012-3/+3
|
* Update CopyrightJames Booth2017-01-282-2/+2
|
* 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
|
* Make header defines consistentJames Booth2016-07-241-2/+2
|
* Update GPL link in headersJames Booth2016-07-242-2/+2
|
* 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-292-11/+30
|
* Merge branch 'master' into plugins-cJames Booth2016-02-142-2/+2
|\ | | | | | | | | | | Conflicts: src/main.c src/ui/console.c
| * Updated copyrightJames Booth2016-02-142-2/+2
| |
* | Added C plugin code from plugins branchJames Booth2016-02-141-1/+1
|/
* Show PGP error stringsJames Booth2015-12-152-6/+10
|
* Applied coding style to src/pgp/James Booth2015-10-252-31/+30
|
* 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-302-0/+25
|
* Added PGP key autocompleterJames Booth2015-08-252-0/+34
|
* PGP: Display whether contact public key was received or manually setJames Booth2015-08-252-9/+34
|
* PGP: Show key IDs for assigned public keysJames Booth2015-08-252-61/+61
|
* 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-252-26/+85
|
* Show public keys in PGP key listJames Booth2015-08-241-1/+1
|
* Removed unused barejid argument from PGP decryptionJames Booth2015-08-242-2/+2
|
* 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-232-0/+30
|
* Log recipient used for PGP decryptionJames Booth2015-08-231-1/+19
|
* Tidied pgp memory allocationsJames Booth2015-08-112-42/+66
|
* 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
|
* Dereference pgp keyJames Booth2015-08-091-1/+5
|
* Merge remote-tracking branch 'pasis/gpgme-h-check'James Booth2015-06-241-0/+2
|\
| * pgp: Added include config.hDmitry Podgorny2015-06-241-0/+2
| | | | | | | | gpgme.h checks _FILE_OFFSET_BITS macro and it's set at config.h
* | Removed NULL checks when not requiredJames Booth2015-06-241-8/+4
|/
* Free prefs strings, check for NULLs when closing pgp moduleJames Booth2015-06-241-6/+12
|
* Added /pgp setkey commandJames Booth2015-06-232-0/+150
|
48 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995