about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
>545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705