about summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into pgpJames Booth2015-04-212-6/+15
|\
| * Moved new chat win events to client events moduleJames Booth2015-04-212-6/+15
* | Merge branch 'master' into pgpJames Booth2015-04-191-14/+14
|\|
| * Renamed server event functionsJames Booth2015-04-191-14/+14
* | Merge branch 'master' into pgpJames Booth2015-04-191-1/+1
|\|
| * Moved server_events to event/James Booth2015-04-191-1/+1
* | Merge branch 'master' into pgpJames Booth2015-04-121-0/+1
|\|
| * Added option to show jids in occupants panelJames Booth2015-04-121-0/+1
* | Merge branch 'master' into pgpJames Booth2015-04-113-19/+0
|\|
| * Autogenerate room name with UUID for /join with no argsJames Booth2015-04-113-19/+0
* | Merge branch 'master' into pgpJames Booth2015-03-291-7/+7
|\|
| * Use password for chat room invitesJames Booth2015-03-291-7/+7
* | Merge branch 'master' into pgpJames Booth2015-03-291-1/+1
|\|
| * 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 signature verification, /pgp fps commandJames Booth2015-03-241-1/+9
* | Added pgpkeyid account setting, send signed presenceJames Booth2015-03-235-14/+16
* | Added Id and fingerprint to pgp key listJames Booth2015-03-221-0/+4
* | Added /pgp libver commandJames Booth2015-03-221-0/+6
* | Added pgp key list commandJames Booth2015-03-221-0/+7
|/
* 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