| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Parse mentions and triggers in muc history if display is 'regular' | Michael Vetter | 2020-02-20 | 2 | -3/+3 |
* | Add builds.sr.ht CI for OpenBSD | William Wennerström | 2020-02-17 | 1 | -0/+6 |
* | test: Init window.layout to make compiler happy | Michael Vetter | 2020-02-14 | 1 | -0/+1 |
* | Fix tests | Michael Vetter | 2020-02-14 | 1 | -1/+1 |
* | xep-0308: adapt unit test stubs | Michael Vetter | 2020-02-14 | 2 | -8/+6 |
* | xep-0308: add cons_correction_setting stub to tests | Michael Vetter | 2020-02-10 | 1 | -0/+1 |
* | Fix unittest build | Paul Fariello | 2020-01-31 | 1 | -14/+14 |
* | Add context to autocomplete_with_func and use it for omemo trust command | Paul Fariello | 2020-01-31 | 3 | -5/+5 |
* | Add cons_os_setting stub for tests | Michael Vetter | 2020-01-24 | 1 | -0/+1 |
* | Use OMEMO for offline MUC members (#1242) | Paul Fariello | 2020-01-20 | 1 | -1/+1 |
* | xep-0084: add test stub file | Michael Vetter | 2019-12-18 | 1 | -0/+7 |
* | test: add cons_color_setting | Michael Vetter | 2019-12-09 | 1 | -0/+1 |
* | Add cons_logging_setting() to test stub | Michael Vetter | 2019-11-13 | 1 | -2/+1 |
* | Add cons_titlebar_setting stub | Michael Vetter | 2019-11-05 | 1 | -1/+1 |
* | Don't override ProfMessage Id with origin-id | Michael Vetter | 2019-10-31 | 1 | -1/+1 |
* | Adjust message stubs in unit tests | Michael Vetter | 2019-10-29 | 1 | -4/+4 |
* | Adjust stub for connection_get_profanity_identifier | Michael Vetter | 2019-10-22 | 1 | -1/+1 |
* | Move ProfMessage and message_is_sent_by_us to xmpp | Michael Vetter | 2019-10-19 | 1 | -1/+0 |
* | Add message_is_sent_by_us stub | Michael Vetter | 2019-10-18 | 1 | -0/+5 |
* | Remove accidentally added file | Michael Vetter | 2019-10-18 | 1 | -7/+0 |
* | Add connection_get_profanity_identifier stub | Michael Vetter | 2019-10-18 | 3 | -0/+12 |
* | Fix memory leak in unittests | Dmitry Podgorny | 2019-10-14 | 1 | -0/+1 |
* | Fix invalid reads in unit tests | Michael Vetter | 2019-10-10 | 1 | -2/+0 |
* | Revert "Free lits in test_cmd_roster unittest" | Michael Vetter | 2019-10-10 | 1 | -1/+0 |
* | First destroy roster then free list in test_cmd_roster | Michael Vetter | 2019-10-06 | 1 | -3/+3 |
* | Free strings in test_cmd_alias | Michael Vetter | 2019-10-06 | 1 | -0/+4 |
* | Free lits in test_cmd_roster unittest | Michael Vetter | 2019-10-06 | 1 | -0/+4 |
* | Remove not needed strdupin test_cmd_rooms | Michael Vetter | 2019-10-06 | 1 | -2/+3 |
* | Free autocomplete_complete results in unittest | Michael Vetter | 2019-10-06 | 1 | -1/+19 |
* | Fix autocomplete memleak in test_autocomplete | Michael Vetter | 2019-10-06 | 1 | -16/+16 |
* | Free lists in test_roster_list | Michael Vetter | 2019-10-06 | 1 | -0/+20 |
* | Fix two memleaks in test_parser | Michael Vetter | 2019-10-06 | 1 | -0/+4 |
* | Fix memleak in cmd_bookmark_list_shows_bookmarks unittest | Michael Vetter | 2019-10-06 | 1 | -0/+16 |
* | Fix memleak in test_parser unittest | Michael Vetter | 2019-10-06 | 1 | -0/+2 |
* | Fix memleak in test_callbacks unittest | Michael Vetter | 2019-10-06 | 1 | -0/+2 |
* | Fix memleak in test_parser unittest | Michael Vetter | 2019-10-06 | 1 | -1/+7 |
* | Fix test_callbacks memleak | Michael Vetter | 2019-10-06 | 1 | -0/+5 |
* | Fix test_jid unittest memleak | Michael Vetter | 2019-10-06 | 1 | -0/+29 |
* | Fix unittest memleak in test_cmd_join | Michael Vetter | 2019-10-05 | 1 | -0/+8 |
* | Possibility to specify alternative config file | Michael Vetter | 2019-08-02 | 1 | -1/+1 |
* | Add omemo_close stub for tests | Michael Vetter | 2019-07-18 | 1 | -0/+1 |
* | Add missing stub file | Paul Fariello | 2019-07-17 | 1 | -0/+7 |
* | Fix handling of encrypted carbons | Paul Fariello | 2019-06-21 | 1 | -1/+1 |
* | Rename prof_message_t into ProfMessage | Paul Fariello | 2019-06-20 | 2 | -7/+7 |
* | Add prof_message_t to wrap all message attributes | Paul Fariello | 2019-06-20 | 2 | -7/+7 |
* | Fix prefs_get_str related leaks in unit tests | Michael Vetter | 2019-06-19 | 3 | -0/+15 |
* | Remove cons_mouse_setting() stub | Michael Vetter | 2019-06-17 | 1 | -1/+0 |
* | Cancel autoping timer on disconnect or connection loss | Dmitry Podgorny | 2019-06-03 | 1 | -0/+1 |
* | Use mock_type() for casting mock() | Frank Zschockelt | 2019-05-08 | 4 | -13/+13 |
* | Use mock_ptr_type() to silence compiler warnings | Frank Zschockelt | 2019-05-08 | 4 | -12/+12 |