about summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Fix build on sr.htMichael Vetter2020-05-221-0/+1
* Update bookmark test stubMichael Vetter2020-05-221-2/+2
* Add executable stubMichael Vetter2020-05-201-1/+1
* Fix http_upload stubMichael Vetter2020-04-171-0/+3
* Update database stubMichael Vetter2020-04-071-3/+1
* Remove chat_log_get_previous()Michael Vetter2020-04-061-5/+0
* Add log_database_add_*() test stubsMichael Vetter2020-04-061-1/+6
* Fix message_send_private unittest stubMichael Vetter2020-04-061-1/+6
* db: add database unit test stubMichael Vetter2020-04-061-0/+31
* Add slashguard featureMichael Vetter2020-03-181-0/+1
* Add cons_avatar_setting to unit test stubMichael Vetter2020-03-101-0/+1
* Fix log test stubMichael Vetter2020-02-211-4/+5
* Fix test stubMichael Vetter2020-02-211-1/+1
* Allow utf8 symbols as omemo/pgp/otr indicator charMichael Vetter2020-02-201-2/+2
* Parse mentions and triggers in muc history if display is 'regular'Michael Vetter2020-02-202-3/+3
* Add builds.sr.ht CI for OpenBSDWilliam Wennerström2020-02-171-0/+6
* test: Init window.layout to make compiler happyMichael Vetter2020-02-141-0/+1
* Fix testsMichael Vetter2020-02-141-1/+1
* xep-0308: adapt unit test stubsMichael Vetter2020-02-142-8/+6
* xep-0308: add cons_correction_setting stub to testsMichael Vetter2020-02-101-0/+1
* Fix unittest buildPaul Fariello2020-01-311-14/+14
* Add context to autocomplete_with_func and use it for omemo trust commandPaul Fariello2020-01-313-5/+5
* Add cons_os_setting stub for testsMichael Vetter2020-01-241-0/+1
* Use OMEMO for offline MUC members (#1242)Paul Fariello2020-01-201-1/+1
* xep-0084: add test stub fileMichael Vetter2019-12-181-0/+7
* test: add cons_color_settingMichael Vetter2019-12-091-0/+1
* Add cons_logging_setting() to test stubMichael Vetter2019-11-131-2/+1
* Add cons_titlebar_setting stubMichael Vetter2019-11-051-1/+1
* Don't override ProfMessage Id with origin-idMichael Vetter2019-10-311-1/+1
* Adjust message stubs in unit testsMichael Vetter2019-10-291-4/+4
* Adjust stub for connection_get_profanity_identifierMichael Vetter2019-10-221-1/+1
* Move ProfMessage and message_is_sent_by_us to xmppMichael Vetter2019-10-191-1/+0
* Add message_is_sent_by_us stubMichael Vetter2019-10-181-0/+5
* Remove accidentally added fileMichael Vetter2019-10-181-7/+0
* Add connection_get_profanity_identifier stubMichael Vetter2019-10-183-0/+12
* Fix memory leak in unittestsDmitry Podgorny2019-10-141-0/+1
* 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
href='/danisanti/profani-tty/commit/tests/unittests/test_plugins_disco.c?id=9945246a648998e374c0c3a5ac56cdffc63ef13a'>9945246a ^
a2726b6a ^
9945246a ^










1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131