about summary refs log tree commit diff stats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Check for curl version nrMichael Vetter2021-07-201-1/+1
* Start next cycleMichael Vetter2021-07-141-1/+1
* Release 0.11.0Michael Vetter2021-07-141-2/+2
* Start new cycleMichael Vetter2021-01-091-1/+1
* Release 0.10.0Michael Vetter2021-01-091-2/+2
* configure: check for python3-configMichael Vetter2020-10-091-1/+2
* Use g_date_time_format_iso8601()Michael Vetter2020-09-301-2/+2
* Require libstrophe/libmesode 0.10.0Michael Vetter2020-09-301-10/+2
* Basic support for building on NetBSD.nia2020-09-041-9/+13
* configure: support gtk3 tooMichael Vetter2020-08-041-3/+5
* 0.9.5Michael Vetter2020-07-011-1/+1
* Start new cycleMichael Vetter2020-06-241-1/+1
* Release 0.9.4Michael Vetter2020-06-241-2/+2
* Start new cycleMichael Vetter2020-06-191-1/+1
* Release 0.9.3Michael Vetter2020-06-191-2/+2
* Start new cycleMichael Vetter2020-06-131-1/+1
* Release 0.9.2Michael Vetter2020-06-131-2/+2
* Use gnu99 standardMichael Vetter2020-06-131-1/+1
* Define POSIX macro to have strdupMichael Vetter2020-06-121-1/+1
* Start new cycleMichael Vetter2020-06-111-1/+1
* Release 0.9.1Michael Vetter2020-06-111-2/+2
* Make legacy auth optionalDmitry Podgorny2020-06-111-1/+10
* Start new cycleMichael Vetter2020-06-091-1/+1
* Release 0.9.0Michael Vetter2020-06-091-2/+2
* Bump libstrophe requirement to 0.9.3Michael Vetter2020-06-051-3/+3
* Correctly check for 'expect'Michael Vetter2020-06-041-1/+1
* Merge pull request #1351 from toogley/masterMichael Vetter2020-06-041-1/+1
|\
| * use always c99; fixes "universal character names" error msgtoogley2020-06-021-1/+1
* | Merge pull request #1349 from profanity-im/autotoolsMichael Vetter2020-06-031-2/+18
|\ \ | |/ |/|
| * Include mesode.h in libmesode test caseMichael Vetter2020-06-031-0/+5
| * configure.ac: add additional check for libstropheDmitry Podgorny2020-05-311-2/+13
* | Fix: configure sqliteDebXWoody2020-05-301-1/+1
|/
* Downgrade sqlite to 3.22.0Michael Vetter2020-04-081-2/+2
* Downgrade dependenciesMichael Vetter2020-04-071-4/+4
* Require at least glib 2.62.Michael Vetter2020-04-061-2/+2
* Require only sqlite 3.28.0Michael Vetter2020-04-061-2/+2
* Start SQLite db moduleMichael Vetter2020-04-061-2/+5
* Add builds.sr.ht CI for OpenBSDWilliam Wennerström2020-02-171-7/+11
* Start next development cycleMichael Vetter2020-02-071-1/+1
* Release 0.8.1Michael Vetter2020-02-071-2/+2
* Start next development cycleMichael Vetter2020-02-031-1/+1
* Release 0.8.0Michael Vetter2020-02-031-2/+2
* Check for fmod() functionMichael Vetter2019-12-121-0/+3
* Adjust tray configure switch to also include clipboardMichael Vetter2019-10-291-5/+5
* Include PYTHON_EXTRA_LIBS in libtool configMarko Zagožen2019-10-011-1/+1
* Set version to 0.7.1Michael Vetter2019-09-241-1/+1
* Set configure to develMichael Vetter2019-07-311-1/+1
* Release 0.7.0Michael Vetter2019-07-311-2/+2
* Update profanity repo URLMichael Vetter2019-05-031-1/+1
* Add libgcrypt minimum version in configure error logPaul Fariello2019-04-131-2/+2
u> 2016-07-25 12:28:33 +0200 committer GitHub <noreply@github.com> 2016-07-25 12:28:33 +0200 Fix indentation in http_upload.c' href='/danisanti/profani-tty/commit/src/tools/http_upload.c?id=5d354defca1aadf54960a8bec2424616b30883f1'>5d354def ^
1b0ce852 ^


























9be7d29f ^



















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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355