about summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid reads in unit testsMichael Vetter2019-10-101-2/+0
* Revert "Free lits in test_cmd_roster unittest"Michael Vetter2019-10-101-1/+0
* First destroy roster then free list in test_cmd_rosterMichael Vetter2019-10-061-3/+3
* Free strings in test_cmd_aliasMichael Vetter2019-10-061-0/+4
* Free lits in test_cmd_roster unittestMichael Vetter2019-10-061-0/+4
* Remove not needed strdupin test_cmd_roomsMichael Vetter2019-10-061-2/+3
* Free autocomplete_complete results in unittestMichael Vetter2019-10-061-1/+19
* Fix autocomplete memleak in test_autocompleteMichael Vetter2019-10-061-16/+16
* Free lists in test_roster_listMichael Vetter2019-10-061-0/+20
* Fix two memleaks in test_parserMichael Vetter2019-10-061-0/+4
* Fix memleak in cmd_bookmark_list_shows_bookmarks unittestMichael Vetter2019-10-061-0/+16
* Fix memleak in test_parser unittestMichael Vetter2019-10-061-0/+2
* Fix memleak in test_callbacks unittestMichael Vetter2019-10-061-0/+2
* Fix memleak in test_parser unittestMichael Vetter2019-10-061-1/+7
* Fix test_callbacks memleakMichael Vetter2019-10-061-0/+5
* Fix test_jid unittest memleakMichael Vetter2019-10-061-0/+29
* Fix unittest memleak in test_cmd_joinMichael Vetter2019-10-051-0/+8
* Possibility to specify alternative config fileMichael Vetter2019-08-021-1/+1
* Add omemo_close stub for testsMichael Vetter2019-07-181-0/+1
* Add missing stub filePaul Fariello2019-07-171-0/+7
* Fix handling of encrypted carbonsPaul Fariello2019-06-211-1/+1
* Rename prof_message_t into ProfMessagePaul Fariello2019-06-202-7/+7
* Add prof_message_t to wrap all message attributesPaul Fariello2019-06-202-7/+7
* Fix prefs_get_str related leaks in unit testsMichael Vetter2019-06-193-0/+15
* Remove cons_mouse_setting() stubMichael Vetter2019-06-171-1/+0
* Cancel autoping timer on disconnect or connection lossDmitry Podgorny2019-06-031-0/+1
* Use mock_type() for casting mock()Frank Zschockelt2019-05-084-13/+13
* Use mock_ptr_type() to silence compiler warningsFrank Zschockelt2019-05-084-12/+12
* Update tests with new URLMichael Vetter2019-05-036-39/+39
* Add occupantswin_occupants_all() stub to unittestMichael Vetter2019-04-231-0/+1
* Fix server_event unit testsPaul Fariello2019-04-171-0/+5
* Fix OTR unit test after account_new API changePaul Fariello2019-04-171-1/+1
* Fix unit test after account_new API changePaul Fariello2019-04-176-18/+19
* Add omemo_start_sessions to unittest stubMichael Vetter2019-04-141-0/+1
* Automatically starts OMEMO if one identity is trustedPaul Fariello2019-04-101-0/+6
* Wait for discovery end to publish omemo devicelist and bundlePaul Fariello2019-04-101-0/+1
* Rework MUC reflected message filteringPaul Fariello2019-04-102-3/+6
* Add OMEMO in prefs commandPaul Fariello2019-04-101-0/+1
* Add required OMEMO stub for unit-testPaul Fariello2019-04-103-3/+69
* Fix broken support for case-sensitive account namesPhilip Flohr2019-02-223-8/+32
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* tests: remove cflag -w and fix warningsDmitry Podgorny2018-10-318-101/+106
* Merge pull request #991 from paulfariello/feature/xep-0050Michael Vetter2018-09-276-15/+17
|\
| * Remove unused stup session_get_domainPaul Fariello2018-09-051-5/+0
| * Add connection_get_domain stub for testsPaul Fariello2018-09-051-0/+5
| * Add support for command config executionPaul Fariello2018-09-051-1/+1
| * Add conf win callbackPaul Fariello2018-09-051-2/+2
| * Rename mucconf wins into conf winsPaul Fariello2018-09-055-12/+12
| * Add command subcommands: list and execPaul Fariello2018-09-051-0/+2
* | Move p_sha1_hash() to stanza.cMichael Vetter2018-09-063-71/+0
|/