about summary refs log tree commit diff stats
path: root/src/pgp/gpg.c
Commit message (Collapse)AuthorAgeFilesLines
* 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-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