about summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Moved command processing to main loop, allow resize during password promptJames Booth2015-02-051-2/+2
* Move SIGWINCH handling to ui/core.c, ignore signal whilst resizingJames Booth2015-02-041-0/+1
* Added mock ui functions to testsJames Booth2015-01-311-0/+5
* Removed history and various key handlersJames Booth2015-01-303-298/+0
* Moved readline code to inputwin.cJames Booth2015-01-301-2/+2
* Added gnu readlineJames Booth2015-01-276-183/+276
* Added key insert tests, extracted key_ctrl_left handlerJames Booth2015-01-203-10/+507
* Added key insert handler testsJames Booth2015-01-203-17/+111
* Extracted keyhandler for printable charactersJames Booth2015-01-203-0/+171
* Added utf8_display_lenJames Booth2015-01-173-0/+55
* Simplified autocompleters and command historyJames Booth2015-01-162-3/+4
* Moved input to ui module, renamed ui_readlineJames Booth2015-01-151-2/+2
* Moved input size variable to ui moduleJames Booth2015-01-151-1/+1
* Removed ch from main loopJames Booth2015-01-151-2/+2
* Inlined ui_handle_special_keysJames Booth2015-01-151-2/+0
* Removed result from main loopJames Booth2015-01-141-1/+1
* Pass value rather than address of ch during main loopJames Booth2015-01-141-1/+1
* Merge remote-tracking branch 'incertia/eval_pass-fixes'James Booth2015-01-141-0/+1
|\
| * fix testsWill Song2015-01-121-0/+1
* | Merge remote-tracking branch 'peterlvilim/keyring'James Booth2015-01-133-1/+75
|\ \ | |/ |/|
| * Add unit tests for eval_passwordPeter Vilim2015-01-123-1/+75
* | Merge remote-tracking branch 'peterlvilim/keyring'James Booth2015-01-135-11/+24
|\|
| * Fix current testsPeter Vilim2015-01-075-11/+24
* | Merge remote-tracking branch 'savar/dynamic_input_block'James Booth2015-01-121-1/+1
* | Merge remote-tracking branch 'incertia/exit-title'James Booth2015-01-121-0/+1
|\ \
| * | add cons_exittitle_setting to testsWill Song2015-01-081-0/+1
| * | add ui_goodbye_title to testsWill Song2014-12-291-0/+1
* | | Fixed testsJames Booth2015-01-114-12/+12
* | | Added remaining chat statesJames Booth2015-01-111-0/+6
* | | Send active chat state, handle composing and gone from recipientsJames Booth2015-01-103-10/+10
* | | Added preferences for showing resource in titlebar and messagesJames Booth2015-01-101-0/+1
* | | Show resource in titlebar and on each messageJames Booth2015-01-101-1/+1
* | | Added tests for clearing chat sessions on lost connectionJames Booth2015-01-106-4/+32
* | | Added test to ensure chat sessions cleared on cmd_disconnectJames Booth2015-01-106-1/+46
* | | Fixed chat session testsJames Booth2015-01-104-188/+35
* | | Added offline handler for chat sessionsJames Booth2015-01-065-2/+73
* | | Fixed testsJames Booth2015-01-062-6/+2
* | | Added chat session testsJames Booth2015-01-065-0/+186
* | | Merge branch 'master' into chat-sessionsJames Booth2015-01-061-26/+78
|\ \ \ | | |/ | |/|
| * | Fixed assert fail messages in testsJames Booth2015-01-061-26/+78
| |/
* | Fixed chat sessions testJames Booth2015-01-051-3/+2
* | Refactored chat session handling on sending messageJames Booth2015-01-043-9/+5
* | Use resource in chat sessionsJames Booth2015-01-041-1/+2
|/
* Use events for chat sessionsJames Booth2014-12-292-3/+3
* Fixed chat state for non OTRJames Booth2014-12-281-1/+1
* Moved chat states out of xmpp module for message send chatJames Booth2014-12-272-1/+6
* Removed old mocksJames Booth2014-12-259-1652/+0
* Added server_event testsJames Booth2014-12-253-29/+47
* Added roster_list testsJames Booth2014-12-251-2/+1
* Added preferences testsJames Booth2014-12-251-1/+2
='n594' href='#n594'>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