about summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Debugging travis buildJames Booth2015-06-131-5/+7
* Use regex for multiline assert in rooms functional testJames Booth2015-06-131-2/+5
* Changed assert order in rooms testJames Booth2015-06-131-3/+3
* Increase connection time, functional testsJames Booth2015-06-131-0/+3
* Tidied functional testsJames Booth2015-06-1310-192/+100
* Moved all tests to tests folderJames Booth2015-06-1270-0/+10913
* Moved tests -> unittestsJames Booth2015-05-2855-9742/+0
* Added initial stabber testJames Booth2015-05-171-1/+1
* Moved logic to notify_messageJames Booth2015-05-101-1/+1
* Renamed presence_update -> presence_sendJames Booth2015-05-072-4/+4
* Added ui_contact_onlineJames Booth2015-05-073-63/+25
* Added ui_ev_new_private_win to ui eventsJames Booth2015-05-041-2/+6
* ui_outgoing_chat_msg now takes ProfChatWin as argumentJames Booth2015-05-041-1/+1
* Pass ProfChatWin to otr_on_message_sendJames Booth2015-05-021-10/+1
* Removed server event delegation functionsJames Booth2015-05-012-86/+0
* Move current win check to event, removed next and prev win functionsJames Booth2015-04-301-3/+0
* Removed ui_win_switch_numJames Booth2015-04-304-58/+1
* Removed some ui functions, inlinedJames Booth2015-04-301-9/+0
* Added ui_win_error_line()James Booth2015-04-291-0/+2
* Return result on OTR message sendingJames Booth2015-04-292-2/+11
* Renamed event functionsJames Booth2015-04-281-14/+14
* Moved otr message send event to otr moduleJames Booth2015-04-271-0/+1
* Removed server_events dependency on libotr headersJames Booth2015-04-271-1/+2
* Moved new chat win events to client events moduleJames Booth2015-04-212-6/+15
* Renamed server event functionsJames Booth2015-04-191-14/+14
* Moved server_events to event/James Booth2015-04-191-1/+1
* 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