about summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Added option to show jids in occupants panelJames Booth2015-04-121-0/+1
* Autogenerate room name with UUID for /join with no argsJames Booth2015-04-113-19/+0
* Use password for chat room invitesJames Booth2015-03-291-7/+7
* Add callback data to room disco info response handlerJames Booth2015-03-291-1/+1
* Set members only property when getting room featuresJames Booth2015-03-291-1/+1
* Added otr_tag_message, removed commands.c dependency on libotrJames Booth2015-03-161-1/+6
* Move common chat logging code to log.cJames Booth2015-03-151-2/+8
* Added /receipts commandJames Booth2015-03-151-0/+1
* Merge branch 'master' into xep-0184James Booth2015-03-141-0/+1
|\
| * Don't switch window on sent carbonJames Booth2015-03-141-0/+2
* | Removed from argument from outgoing message functionsJames Booth2015-03-141-4/+2
* | Show message received text for receiptsJames Booth2015-03-112-3/+5
* | Added basic delivery receiptsJames Booth2015-03-111-0/+2
|/
* Send private carbons element with message when encryptedJames Booth2015-03-102-2/+8
* Merge remote-tracking branch 'oliverlemoal/xep-0280' into xep-0280James Booth2015-03-082-0/+3
|\
| * Add XEP-0280 supportOlivier LE MOAL2015-02-102-0/+3
* | 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