about summary refs log tree commit diff stats
path: root/tests/testsuite.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'peterlvilim/keyring'James Booth2015-01-131-0/+3
|\
| * Add unit tests for eval_passwordPeter Vilim2015-01-121-0/+3
| |
* | Added tests for clearing chat sessions on lost connectionJames Booth2015-01-101-0/+1
| |
* | Added test to ensure chat sessions cleared on cmd_disconnectJames Booth2015-01-101-0/+3
| |
* | Fixed chat session testsJames Booth2015-01-101-34/+3
| |
* | Added offline handler for chat sessionsJames Booth2015-01-061-0/+10
| |
* | Added chat session testsJames Booth2015-01-061-0/+36
|/
* Fixed assert fail messages in testsJames Booth2015-01-061-26/+78
|
* Added server_event testsJames Booth2014-12-251-2/+1
|
* Added roster_list testsJames Booth2014-12-251-2/+1
|
* Added preferences testsJames Booth2014-12-251-1/+2
|
* Added parser testsJames Booth2014-12-251-1/+1
|
* Added muc testsJames Booth2014-12-251-2/+2
|
* Added jid testsJames Booth2014-12-251-1/+1
|
* Added history testsJames Booth2014-12-251-1/+2
|
* Added form testsJames Booth2014-12-251-2/+0
|
* Added contact testsJames Booth2014-12-251-2/+0
|
* Added common testsJames Booth2014-12-251-2/+1
|
* Added cmd_win testsJames Booth2014-12-251-1/+2
|
* Added cmd_sub testsJames Booth2014-12-251-1/+2
|
* Added cmd_statuses testsJames Booth2014-12-251-1/+2
|
* Added cmd_roster testsJames Booth2014-12-241-2/+2
|
* Added cmd_rooms testsJames Booth2014-12-241-2/+2
|
* Added cmd_otr testsJames Booth2014-12-241-2/+1
|
* Added cmd_join testsJames Booth2014-12-241-1/+2
|
* Added cmd_connect testsJames Booth2014-12-241-2/+2
|
* Added cmd_bookmark testsJames Booth2014-12-241-1/+2
|
* Added cmd_alias testsJames Booth2014-12-241-2/+2
|
* Added autocomplete testsJames Booth2014-12-241-2/+2
|
* Refactored all cmd_account testsJames Booth2014-12-241-13/+4
|
* Refactoring cmd_account testsJames Booth2014-12-241-3/+1
|
* Refactoring cmd_account testsJames Booth2014-12-241-2/+1
|
* Use will_return instead of mock valuesJames Booth2014-12-231-7/+2
|
* cmd_account_shows_account_when_connected_and_no_argsJames Booth2014-12-231-3/+6
|
* Added stubbed implementationsJames Booth2014-12-231-2/+7
|
* Refactored parsing capsJames Booth2014-11-261-0/+2
|
* Removed /duck commandJames Booth2014-10-181-2/+0
|
* Tidied muc moduleJames Booth2014-09-281-4/+4
|
* Added tests for form_remove_text_multi_valueJames Booth2014-09-151-2/+6
|
* Added tests for form_remove_valueJames Booth2014-09-151-0/+4
|
* Added tests for form_add_valueJames Booth2014-09-151-0/+3
|
* Added form testsJames Booth2014-09-141-0/+12
|
* Added test for jid validation on /bookmark addJames Booth2014-08-181-0/+1
|
* Fixed tests for sha1 renamingJames Booth2014-06-151-7/+7
|
* Refactored bookmarks to use option parser, allow bookmarking rooms with ↵James Booth2014-05-101-7/+0
| | | | passwords
* Changed to use gnutls instead of openssl for sha1 hashingJames Booth2014-05-011-0/+7
|
* Chat room windows now created only after successful joinJames Booth2014-04-211-4/+1
|
* Check for duplicate options in option parserJames Booth2014-04-141-0/+1
|
* Added parse_optionsJames Booth2014-04-141-0/+8
|
* Added test for valid window switchJames Booth2014-04-011-0/+1
|