about summary refs log tree commit diff stats
path: root/src/profanity.c
Commit message (Expand)AuthorAgeFilesLines
* Rename jabber_ functionsJames Booth2016-05-061-4/+4
* Add session.cJames Booth2016-05-051-4/+4
* Implement XEP-0363: HTTP File UploadDominik Heidler2016-04-261-0/+5
* Load/destroy tray icons on init/shutdownJames Booth2016-04-181-1/+1
* Moved gtk specific code to tray.cJames Booth2016-04-181-20/+3
* Grouped tray icon initialisation codeJames Booth2016-04-171-11/+9
* Make tray icon configurable using /tray cmdDominik Heidler2016-04-161-2/+2
* Merge remote-tracking branch 'Dav1d23/master'James Booth2016-04-111-1/+37
|\
| * Re-introduce gtk_use booleanDavid2016-04-101-9/+20
| * libgtk is now optionalDavid2016-03-301-15/+17
| * This case was clearly not tested locally, so many failures here.David2016-03-131-1/+3
| * fix no gtk initDavid2016-03-131-5/+12
| * Merge branch 'tray_icon' into HEADDavid2016-03-121-0/+12
| |\
| | * Use a folder to add iconsDavid2016-03-071-0/+6
| | * Introduce Tray Icon for ProfanityDavid2016-03-061-0/+6
* | | Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-14/+14
|/ /
* | Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\|
| * Updated copyrightJames Booth2016-02-141-1/+1
* | Added C plugin code from plugins branchJames Booth2016-02-141-14/+27
|/
* Added roster struct, create and destroy roster on connect/disconnectJames Booth2016-01-051-4/+6
* Added hardcoded autoping timeoutJames Booth2015-12-311-0/+1
* Allow /quit during TLS certificate verification promptJames Booth2015-11-101-1/+8
* Removed ui_titlebar_presenceJames Booth2015-11-021-4/+4
* Removed ui_get_chat_recipientsJames Booth2015-11-021-1/+1
* Removed ui_input_nonblocking()James Booth2015-11-011-1/+1
* Removed ui_readline()James Booth2015-11-011-1/+1
* Applied coding style to src/James Booth2015-10-261-2/+2
* Removed --disable-tls command line optionJames Booth2015-10-181-5/+5
* Add ability to script commands after connectJames Booth2015-10-151-0/+2
* Use lastactivity preference for presence updatesJames Booth2015-10-141-2/+10
* Added auto xa option, tidied autoaway codeJames Booth2015-09-271-40/+110
* Tidied autoaway codeJames Booth2015-09-251-22/+20
* Allow autoaway when status is dndJames Booth2015-09-251-1/+4
* Set status to what it was before autoawayJames Booth2015-09-251-4/+8
* Send current presence when autoaway mode idleJames Booth2015-09-251-1/+1
* Include last activity with autoaway mode awayJames Booth2015-09-251-1/+1
* Save trusted certificates to tlscerts file with more informationJames Booth2015-09-241-0/+4
* log: Introduced stderr log handlerDmitry Podgorny2015-06-231-0/+3
* shutdown: Call prefs_close() after log_close()Dmitry Podgorny2015-06-221-1/+1
* Merge branch 'master' into openpgpJames Booth2015-06-171-1/+3
|\
| * Removed wins_get_current_* functionsJames Booth2015-06-171-1/+3
* | Merge branch 'master' into openpgpJames Booth2015-06-171-5/+7
|\|
| * Added current window reference to command functionsJames Booth2015-06-171-2/+2
| * Pass current window to autocompletersJames Booth2015-06-161-3/+5
* | Merge branch 'master' into openpgpJames Booth2015-06-151-1/+1
|\|
| * Moved ui/windows -> window_listJames Booth2015-06-151-1/+1
* | Merge branch 'master' into openpgpJames Booth2015-06-051-1/+1
|\|
| * Added initial stabber testJames Booth2015-05-171-1/+1
* | Merge branch 'master' into openpgpJames Booth2015-05-071-4/+5
|\|
| * Added cl_ev_presence_sendJames Booth2015-05-071-4/+5
/a> 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 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983