about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Send current presence when autoaway mode idleJames Booth2015-09-251-1/+1
* Include last activity with autoaway mode awayJames Booth2015-09-251-1/+1
* Removed redundant last activity setterJames Booth2015-09-251-1/+0
* Save last activity to account on disconnectJames Booth2015-09-254-0/+20
* Fixed /tls helpJames Booth2015-09-241-8/+8
* Added HAVE_LIBMESODE check before setting cert pathJames Booth2015-09-241-0/+2
* Added /tls revokeJames Booth2015-09-244-1/+72
* Show trusted certificate fingerprint firstJames Booth2015-09-241-3/+3
* Added /tls trusted commandJames Booth2015-09-244-0/+67
* Save trusted certificates to tlscerts file with more informationJames Booth2015-09-247-87/+262
* Parse TLS cert subjectJames Booth2015-09-231-4/+37
* Perform directory exists check before setting TLS cert pathJames Booth2015-09-231-2/+7
* Fixed spellingJames Booth2015-09-231-1/+1
* Added TLS trusted certificate path preferenceJames Booth2015-09-235-10/+81
* Tidied output for cert callbackJames Booth2015-09-231-1/+1
* Use subject name in cert callbackJames Booth2015-09-221-1/+1
* Store trusted TLS cert fingerprintsJames Booth2015-09-224-3/+99
* Added conditionals for libmesode cert verificationJames Booth2015-09-221-0/+7
* Prompt user to allow or deny untrusted TLS certificatesJames Booth2015-09-228-3/+79
* Added TLS cert fail callbackJames Booth2015-09-223-1/+29
* Check for libmesode, fall back to libstropheJames Booth2015-09-2114-3/+106
* Moved /winstidy command to /wins autotidyJames Booth2015-09-194-32/+40
* 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-085-69/+37
* 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
* 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