about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Release 0.4.7James Booth2015-09-202-1/+3
* Moved /winstidy command to /wins autotidyJames Booth2015-09-194-32/+40
* Updated CHANGELOGJames Booth2015-09-151-0/+1
* Added otr and pgp to /prefs command helpJames Booth2015-09-091-2/+4
* Added conference and receipts features to caps query responseJames Booth2015-09-091-0/+12
* Spelling fixJames Booth2015-09-091-1/+1
* Pass delay timestamp to all incoming chat eventsJames Booth2015-09-086-73/+40
* Added install-all.sh gpg dependency for opensuseJames Booth2015-09-061-1/+1
* Fixed fedora uuid dependencyJames Booth2015-09-041-1/+1
* Updated fedora dependencies in install-all.shJames Booth2015-09-031-3/+1
* Updated CHANGELOGJames Booth2015-09-031-0/+2
* Removed duplicate help entry for /roster show emptyJames Booth2015-09-021-1/+0
* PGP: Use old gpgme_io_writeJames Booth2015-09-011-1/+1
* PGP: Use old gpgme_io_writeJames Booth2015-09-011-1/+1
* PGP: UI tweaks for passphrase requestJames Booth2015-09-012-1/+4
* PGP: Added null check for passphrase_attemptJames Booth2015-09-011-2/+6
* Save PGP passphrase when correctJames Booth2015-09-011-22/+47
* Fixed passing from arg in PGP ask passphraseJames Booth2015-09-011-3/+3
* Added UI function to get PGP passphraseJames Booth2015-09-013-13/+37
* Added PGP passphrase callbackJames Booth2015-09-011-0/+34
* Added libgpgme-devel to Cygwin dependencies install-all.shJames Booth2015-08-311-2/+2
* PGP: Format fingerprintsJames Booth2015-08-304-1/+34
* Split PGP incoming and outgoing message handlingJames Booth2015-08-3011-129/+142
* Fixed OTR decryption checkJames Booth2015-08-278-18/+30
* Added str_contains_str to commonJames Booth2015-08-265-0/+76
* 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-263-0/+19
* 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
* Fixed test stubsJames Booth2015-08-261-2/+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-254-0/+67
* 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-255-73/+73
* 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-254-35/+101
* Show public keys in PGP key listJames Booth2015-08-241-1/+1
* Removed unused barejid argument from PGP decryptionJames Booth2015-08-244-5/+5
* 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-232-1/+6
* 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