about summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into readlineJames Booth2015-03-081-0/+2
|\
| * Fixed tests for --disable-otrJames Booth2015-03-041-0/+2
* | Merge branch 'master' into readlineJames Booth2015-02-083-1/+53
|\|
| * Moved quote stripper to common, added testsJames Booth2015-02-083-1/+53
* | 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