about summary refs log tree commit diff stats
path: root/tests/functionaltests
ModeNameSize
-rw-r--r--functionaltests.c4401log stats plain blame
-rw-r--r--proftest.c6755log stats plain blame
-rw-r--r--proftest.h548log stats plain blame
-rwxr-xr-xstart_profanity.sh40log stats plain blame
-rw-r--r--test_carbons.c4152log stats plain blame
-rw-r--r--test_carbons.h248log stats plain blame
-rw-r--r--test_chat_session.c5881log stats plain blame
-rw-r--r--test_chat_session.h399log stats plain blame
-rw-r--r--test_connect.c2346log stats plain blame
-rw-r--r--test_connect.h261log stats plain blame
-rw-r--r--test_disconnect.c485log stats plain blame
-rw-r--r--test_disconnect.h44log stats plain blame
-rw-r--r--test_message.c1340log stats plain blame
-rw-r--r--test_message.h121log stats plain blame
-rw-r--r--test_muc.c14260log stats plain blame
-rw-r--r--test_muc.h726log stats plain blame
-rw-r--r--test_ping.c5682log stats plain blame
-rw-r--r--test_ping.h202log stats plain blame
-rw-r--r--test_presence.c7791log stats plain blame
-rw-r--r--test_presence.h627log stats plain blame
-rw-r--r--test_receipts.c2426log stats plain blame
-rw-r--r--test_receipts.h146log stats plain blame
-rw-r--r--test_rooms.c1119log stats plain blame
-rw-r--r--test_rooms.h32log stats plain blame
-rw-r--r--test_roster.c2840log stats plain blame
-rw-r--r--test_roster.h151log stats plain blame
-rw-r--r--test_software.c5329log stats plain blame
-rw-r--r--test_software.h362log stats plain blame
'>^
eb0f0dd9 ^
b36fbe41 ^
f099bf9a ^
441422dd ^
ca26452a ^
8c5866ff ^
069bdbc3 ^

2b0108e6 ^
54e225aa ^
60820007 ^
de9e621b ^
c3418a29 ^
3303376b ^
ddbb4872 ^
31c0f2ba ^

34148e21 ^
446027b9 ^

a37d55e1 ^
31ecd41c ^
ef832ce5 ^
8c9174b8 ^
ca26452a ^

8dbe300d ^




6d5d41b3 ^
0a42be57 ^
6d5d41b3 ^
58632920 ^
e0732ad0 ^
58632920 ^
f9b4abe3 ^
46ee72f9 ^
3d6ebf48 ^

aa26278a ^
c71259c3 ^

866d87af ^
e559c33d ^
291c6bc3 ^
a114fe88 ^
921f026c ^

213ccc01 ^

13f73a30 ^

c71259c3 ^
1479a5e1 ^




5a625dd8 ^

54e225aa ^

5a625dd8 ^
1bf58479 ^




6b697054 ^

58632920 ^


8dbe300d ^


ca26452a ^
7982b8e4 ^
58632920 ^
7344d3b8 ^
069bdbc3 ^
ca26452a ^
6d5d41b3 ^
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177