about summary refs log tree commit diff stats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add basic qrcode functionsMichael Vetter2022-05-306-1/+54
* Merge pull request #1714 from MarcoPolo-PasTonMolo/feature/avatar-setMichael Vetter2022-05-308-1/+191
|\
| * Final touches for `/avatar set`Michael Vetter2022-05-273-4/+5
| * Add checks for whether gdk-pixbuf exists before using avatar setMarcoPolo-PasTonMolo2022-05-264-2/+16
| * Add `/avatar set` command to publish avatarMarcoPolo-PasTonMolo2022-05-267-1/+176
* | Merge pull request #1712 from MarcoPolo-PasTonMolo/fix/1347Michael Vetter2022-05-292-7/+45
|\ \
| * | Make muc config update after form submitMarcoPolo-PasTonMolo2022-05-272-7/+45
| |/
* | Fix description of moodMichael Vetter2022-05-271-1/+1
* | Respect silent nick change in mucsMarcoPolo-PasTonMolo2022-05-261-0/+2
* | Fix segfault on `/ox discover`MarcoPolo-PasTonMolo2022-05-261-5/+8
|/
* Fix room name not updating.MarcoPolo-PasTonMolo2022-05-181-0/+8
* Update copyright yearMichael Vetter2022-05-0946-48/+48
* Log encrypted messages by default to chatlogMichael Vetter2022-05-092-7/+7
* ox: remove /ox sendfile because its actually not implementedMichael Vetter2022-05-052-11/+1
* ox: show ox preferencesMichael Vetter2022-05-054-0/+31
* ox: Add /ox log commandMichael Vetter2022-05-056-1/+41
* ox: only process proper messagesMichael Vetter2022-05-041-12/+11
* ox: prefix function _openpgp_signcrypt with ox_Michael Vetter2022-05-041-3/+3
* ox: have metadata node openMichael Vetter2022-05-041-0/+6
* ox: return upon invalid fingerprintMichael Vetter2022-05-041-1/+2
* ox: fix mistakes in p_ox_gpg_decrypt()Michael Vetter2022-05-041-1/+3
* Improve ox command helpMichael Vetter2022-05-041-2/+3
* ox: print message when `/ox end` is run but not startedMichael Vetter2022-05-041-4/+8
* ox: print more error messages to UIMichael Vetter2022-05-031-2/+6
* ox: dont require marginal trust levelMichael Vetter2022-05-031-0/+5
* Bugfix OX rpad generationStefan Kropp2022-05-031-4/+6
* ox_key_is_usable - Logging and owner trust checkStefan Kropp2022-05-031-0/+6
* ox: use glib date function in _gettimestamp and fix memleakMichael Vetter2022-05-031-12/+10
* ox: Use connection_create_stanza_id() instead of xmpp_uuid_gen()Michael Vetter2022-05-031-4/+4
* ox: implement `/ox end`Michael Vetter2022-05-031-0/+12
* ox: use iq_id_handler_add instead of xmpp_id_handler_addMichael Vetter2022-05-031-6/+6
* ox: use iq_send_stanza instead of xmpp_sendMichael Vetter2022-05-031-4/+10
* ox: use pubsub acces model open when announce ox public keyMichael Vetter2022-05-031-0/+7
* Restore default behaviour for stampsMichael Vetter2022-05-032-2/+2
* Fix autocomplete for `/ox discover`.Martin Dosch2022-05-021-1/+1
* ox: add jid autocompletion for /ox requestMichael Vetter2022-05-021-0/+5
* Use profanity.001.log instead of profanity.log.001 for rotated logsMichael Vetter2022-04-291-8/+13
* Use 3 digits for rotated logfilesMichael Vetter2022-04-291-3/+3
* Set default max log size to 10MBMichael Vetter2022-04-291-1/+1
* Merge pull request #1700 from profanity-im/feat/change-chatlogMichael Vetter2022-04-291-3/+3
|\
| * Use ISO8601 for log filesMichael Vetter2022-04-291-1/+1
| * Use ISO8601 for chatlogsMichael Vetter2022-04-291-2/+2
* | Merge branch 'master' into add_stamp_settingsMichael Vetter2022-04-2819-308/+333
|\|
| * Merge pull request #1697 from cockroach/feature/offline-muc-notificationsMichael Vetter2022-04-288-1/+62
| |\
| | * Add support for offline MUC notificationsStefan Ott2022-04-238-1/+62
| * | Fix ox autocompletionMichael Vetter2022-04-281-3/+10
| * | ox: group online autocompletion togetherMichael Vetter2022-04-281-10/+5
| * | ox: dont print empty body messageMichael Vetter2022-04-271-3/+3
| * | Merge pull request #1699 from profanity-im/1698-fixoxabrtMichael Vetter2022-04-272-7/+6
| |\ \
| | * | ox: print invalid fingerprint instead of abortingMichael Vetter2022-04-271-1/+5
99' href='#n599'>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 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794