about summary refs log tree commit diff stats
path: root/src/pgp/gpg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added PGP passphrase callbackJames Booth2015-09-011-0/+34
* PGP: Format fingerprintsJames Booth2015-08-301-0/+23
* Added PGP key autocompleterJames Booth2015-08-251-0/+32
* PGP: Display whether contact public key was received or manually setJames Booth2015-08-251-9/+29
* PGP: Show key IDs for assigned public keysJames Booth2015-08-251-60/+60
* 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-251-24/+78
* Show public keys in PGP key listJames Booth2015-08-241-1/+1
* Removed unused barejid argument from PGP decryptionJames Booth2015-08-241-1/+1
* Added JID to log when failing to load PGP fingerprintJames Booth2015-08-231-1/+1
* Check for valid PGP key on startJames Booth2015-08-231-0/+29
* Log recipient used for PGP decryptionJames Booth2015-08-231-1/+19
* Tidied pgp memory allocationsJames Booth2015-08-111-42/+65
* 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
* | 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-231-0/+147
* Added window encyption mode for PGPJames Booth2015-06-201-0/+7
* Removed TODO in gpg.cJames Booth2015-06-131-1/+0
* Use null check convention in gpg.cJames Booth2015-05-041-1/+1
* Decrypt incoming messagesJames Booth2015-03-251-5/+46
* Send encrypted messagesJames Booth2015-03-241-16/+76
* Added signature verification, /pgp fps commandJames Booth2015-03-241-1/+75
* Fixed tabsJames Booth2015-03-231-13/+13
* Fixed tabsJames Booth2015-03-231-36/+36
* Added pgpkeyid account setting, send signed presenceJames Booth2015-03-231-2/+91
* Added Id and fingerprint to pgp key listJames Booth2015-03-221-1/+21
* Added /pgp libver commandJames Booth2015-03-221-2/+11
* Fixed whitespaceJames Booth2015-03-221-1/+1
* Added pgp key list commandJames Booth2015-03-221-0/+81
49:47 -0700 committer Kartik Agaram <vc@akkartik.com> 2018-10-05 19:49:47 -0700 4667' href='/akkartik/mu/commit/subx/apps/factorial.subx?h=hlt&id=03d50cc83c7c2bebb2b019667b80c1c51f4a8def'>03d50cc8 ^
ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^
04be5eb2 ^
9d27e966 ^
6030d7e2 ^
5a9795bb ^
6030d7e2 ^
6ff9ce26 ^
9d27e966 ^
ee9a9237 ^
6030d7e2 ^


9d27e966 ^
6030d7e2 ^
9d27e966 ^
dd9ba09a ^
6030d7e2 ^

dd9ba09a ^
6030d7e2 ^

ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^

dd9ba09a ^
6030d7e2 ^
04be5eb2 ^
ee9a9237 ^
6030d7e2 ^



6ff9ce26 ^
03d50cc8 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^
00439520 ^
ee9a9237 ^
6030d7e2 ^


ee9a9237 ^
6030d7e2 ^
ee9a9237 ^
6030d7e2 ^


d48cfd0f ^
ee9a9237 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112