about summary refs log tree commit diff stats
path: root/.gitignore
Commit message (Expand)AuthorAgeFilesLines
* update gitignoreSteffen Jaeckel2022-03-301-0/+5
* Add I/O error handling and use filenames instead of file descriptorsWilliam Wennerström2020-11-161-0/+1
* Add zipfiles to gitignoreMichael Vetter2020-02-031-0/+3
* Update gitignoreMichael Vetter2020-01-301-0/+2
* Update plugin API docsJames Booth2016-08-021-0/+1
* Update gitignore, added python API docs MakefileJames Booth2016-08-021-2/+2
* Add python plugin hook docsJames Booth2016-07-291-0/+2
* Update gitignoreJames Booth2016-07-291-2/+12
* Merge branch 'master' into python3James Booth2016-07-241-1/+0
|\
| * Update gitignoreJames Booth2016-07-241-0/+2
* | Update gitignoreJames Booth2016-07-191-0/+4
|/
* Merge remote-tracking branch 'Dav1d23/master'James Booth2016-04-111-1/+0
|\
* | Added doxygen settings for C plugin APIJames Booth2016-03-171-0/+3
|/
* Added C plugin code from plugins branchJames Booth2016-02-141-0/+2
* Updated .gitignoreJames Booth2015-08-091-0/+5
* Added codelite commands file to .gitignoreJames Booth2015-06-131-0/+1
* Moved all tests to tests folderJames Booth2015-06-121-6/+6
* Added temp config files to gitignoreJames Booth2015-06-121-0/+1
* Tidied .gitignoreJames Booth2015-06-121-57/+37
* Renamed stabbertests -> functionaltestsJames Booth2015-05-281-2/+3
* Moved tests -> unittestsJames Booth2015-05-281-0/+2
* Added more connect testsJames Booth2015-05-241-1/+2
* Added stabber testsuiteJames Booth2015-05-171-0/+1
* Added profanity.sh (OSX helper script for codelite) to .gitignoreJames Booth2015-03-041-0/+1
* Free resource lists on /account commandJames Booth2015-02-091-1/+1
* Added code to generate HTML command reference for websiteJames Booth2015-02-081-0/+3
* Added callgrind.out files to gitignoreJames Booth2015-02-061-0/+1
* Updated gitignoreJames Booth2015-01-141-0/+1
* Added chat session testsJames Booth2015-01-061-0/+1
* Added m4 directory to gitignoreJames Booth2014-10-301-0/+1
* Merge branch 'master' into muc_rolesJames Booth2014-09-301-1/+3
|\
| * Dont check for var attribute on form fields of type fixedJames Booth2014-09-301-0/+5
* | Updated gitignoreJames Booth2014-09-291-1/+1
* | Updated gitignoreJames Booth2014-09-281-0/+2
* | Added codelite project to gitignoreJames Booth2014-09-281-0/+3
|/
* Added push all script to .gitignoreJames Booth2014-05-121-0/+1
* Added cppcheck.out to .gitignoreJames Booth2014-04-261-0/+1
* Updated .gitignoreJames Booth2014-04-061-0/+4
* fixed build error when make run with -jN optionDmitry Podgorny2014-03-061-1/+2
* Added DS store to gitignoreJames Booth2014-02-121-0/+1
* Removed manual logging of test resultsJames Booth2014-02-121-1/+1
* Added push-all.sh to .gitignoreJames Booth2014-01-301-0/+1
* Move all test output to ./testsuite.out, show single line pass/failJames Booth2014-01-291-0/+1
* Added valgrind.out.old to gitignoreJames Booth2014-01-251-0/+1
* Merge branch 'master' into otrJames Booth2014-01-081-0/+1
|\
| * Added clean.sh to gitignoreJames Booth2014-01-081-0/+1
* | Merge branch 'master' into otrJames Booth2014-01-051-0/+7
|\|
| * Updated .gitignoreJames Booth2014-01-031-0/+7
* | Merge branch 'otr' of github.com:boothj5/profanity into otrJames Booth2013-11-081-0/+2
|\ \
| * | Merge branch 'master' into otrJames Booth2013-09-171-0/+1
| |\|
='n593' href='#n593'>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 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