about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added PGP passphrase callbackJames Booth2015-09-011-0/+34
* PGP: Format fingerprintsJames Booth2015-08-303-1/+28
* Split PGP incoming and outgoing message handlingJames Booth2015-08-3010-125/+132
* Fixed OTR decryption checkJames Booth2015-08-275-18/+20
* Added str_contains_str to commonJames Booth2015-08-262-0/+7
* Renamed enc_message parameter for incoming messagesJames Booth2015-08-262-8/+8
* Tidied sv_ev_incoming_messageJames Booth2015-08-261-59/+56
* Fixed OTR char displayJames Booth2015-08-261-2/+2
* Fixed compile when no OTR or PGP supportJames Booth2015-08-261-1/+1
* Added otr and pgp char to themesJames Booth2015-08-261-0/+15
* Added /otr char and /pgp charJames Booth2015-08-263-10/+46
* Added preference for encryption charJames Booth2015-08-264-4/+63
* Added check for libgpgme on account autocompleteJames Booth2015-08-261-0/+2
* Display special char for encrypted messagesJames Booth2015-08-267-31/+55
* PGP: Added key ID autocompletion to /account settingJames Booth2015-08-251-0/+9
* Added PGP key autocompleterJames Booth2015-08-253-0/+60
* PGP: Display whether contact public key was received or manually setJames Booth2015-08-254-13/+42
* PGP: Show key IDs for assigned public keysJames Booth2015-08-254-72/+72
* PGP: Do not save contact's fingerprint when no key foundJames Booth2015-08-251-3/+11
* Added HAVE_LIBGPGME check for setting account keyJames Booth2015-08-251-0/+4
* Show public/private indicator when listing PGP keysJames Booth2015-08-253-32/+98
* Show public keys in PGP key listJames Booth2015-08-241-1/+1
* Removed unused barejid argument from PGP decryptionJames Booth2015-08-243-4/+4
* Leave chat rooms before receiving self unavailable presenceJames Booth2015-08-231-0/+2
* Added JID to log when failing to load PGP fingerprintJames Booth2015-08-231-1/+1
* Validate PGP key when chosen for accountJames Booth2015-08-231-2/+6
* Check for valid PGP key on startJames Booth2015-08-233-2/+32
* Log recipient used for PGP decryptionJames Booth2015-08-231-1/+19
* Free OTR TLVSJames Booth2015-08-201-1/+11
* Free id for OTR messagesJames Booth2015-08-202-5/+10
* Tidied pgp memory allocationsJames Booth2015-08-114-43/+71
* Free pgp key on connectJames Booth2015-08-101-0/+2
* Free timestamp and id for receiptsJames Booth2015-08-092-1/+3
* Dereference timestamp on chat loggingJames Booth2015-08-091-1/+6
* Free gpgme context on verificationJames Booth2015-08-091-0/+1
* Free pgp headersJames Booth2015-08-091-0/+1
* Free software version result propertiesJames Booth2015-08-091-0/+9
* Dereference pgp keyJames Booth2015-08-091-1/+5
* Free error message in carbons handlersJames Booth2015-08-091-0/+2
* Free timestamps and carbons stanzasJames Booth2015-08-092-3/+11
* Free strings in prefs_loadJames Booth2015-08-091-0/+2
* Updated /help helpJames Booth2015-08-081-1/+6
* Show software version result in current windowJames Booth2015-08-065-25/+78
* Fix typobrandenbyers2015-08-051-1/+1
* Handle resource not found on sofware version requestJames Booth2015-08-051-0/+4
* Use original JID in software version request in MUCJames Booth2015-08-051-6/+5
* Handle software version requests for gateways that return from domainpartJames Booth2015-08-051-2/+8
* Use id handler for software version requests, handle errorsJames Booth2015-08-054-7/+51
* Modified /account helpJames Booth2015-08-031-30/+32
* Added account status autocompleteJames Booth2015-08-031-0/+20