about summary refs log tree commit diff stats
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Removed ui_win_switch_numJames Booth2015-04-301-1/+0
* Added ui events moduleJames Booth2015-04-281-0/+2
* Added client_events module, reuse message sending code for all commandsJames Booth2015-04-191-0/+2
* Moved server_events to event/James Booth2015-04-191-2/+2
* Merge branch 'master' into readlineJames Booth2015-03-081-1/+5
|\
| * Fixed tests for --disable-otrJames Booth2015-03-041-1/+5
* | Removed history and various key handlersJames Booth2015-01-301-6/+0
* | Extracted keyhandler for printable charactersJames Booth2015-01-201-0/+3
|/
* Simplified autocompleters and command historyJames Booth2015-01-161-4/+4
* Added remaining chat statesJames Booth2015-01-111-0/+2
* Added test to ensure chat sessions cleared on cmd_disconnectJames Booth2015-01-101-0/+1
* Added chat session testsJames Booth2015-01-061-0/+1
* Added server_event testsJames Booth2014-12-251-0/+1
* Added roster_list testsJames Booth2014-12-251-0/+1
* Added preferences testsJames Booth2014-12-251-0/+1
* Added parser testsJames Booth2014-12-251-0/+1
* Added muc testsJames Booth2014-12-251-0/+1
* Added jid testsJames Booth2014-12-251-0/+1
* Added history testsJames Booth2014-12-251-0/+1
* Added form testsJames Booth2014-12-251-1/+2
* Added contact testsJames Booth2014-12-251-0/+1
* Added common testsJames Booth2014-12-251-0/+1
* Added cmd_win testsJames Booth2014-12-251-0/+1
* Added cmd_sub testsJames Booth2014-12-251-0/+1
* Added cmd_statuses testsJames Booth2014-12-251-0/+1
* Added cmd_roster testsJames Booth2014-12-241-0/+1
* Added cmd_rooms testsJames Booth2014-12-241-0/+1
* Added cmd_otr testsJames Booth2014-12-241-2/+1
* Added cmd_join testsJames Booth2014-12-241-0/+1
* Added cmd_connect testsJames Booth2014-12-241-0/+1
* Added cmd_bookmark testsJames Booth2014-12-241-0/+1
* Added cmd_alias testsJames Booth2014-12-241-0/+1
* Added autocomplete testsJames Booth2014-12-241-0/+1
* Use will_return instead of mock valuesJames Booth2014-12-231-3/+3
* Added stubbed implementationsJames Booth2014-12-231-27/+5
* Added occupantswin.cJames Booth2014-12-161-1/+1
* Moved roster functionsJames Booth2014-12-161-2/+1
* Added rosterwin.cJames Booth2014-12-161-0/+2
* Revert "Added -lstrophe to test dependencies"James Booth2014-09-171-1/+1
* Added -lstrophe to test dependenciesJames Booth2014-09-171-1/+1
* Added form testsJames Booth2014-09-141-1/+3
* Created form moduleJames Booth2014-09-051-0/+1
* Added LICENSE.txt to dist targetJames Booth2014-08-241-1/+1
* Added scripts and profrc.example to dist targetJames Booth2014-08-041-2/+4
* Added buffer handling. Buffer are initialized, pushed, and freed. No use is m...Immae2014-06-231-0/+2
* Renamed sha1 functions to avoid naming clashesJames Booth2014-06-151-0/+2
* Fixed makefile to include headers in test sourcesJames Booth2014-04-181-21/+21
* Merge remote-tracking branch 'pasis/iss323'James Booth2014-04-181-3/+15
|\
| * autotools: added EXTRA_DISTDmitry Podgorny2014-04-171-10/+8
| * autotools: install themes during 'make install'Dmitry Podgorny2014-04-081-0/+14
4 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 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