summary refs log tree commit diff stats
AgeCommit message (Expand)Author
2016-01-29Add support for twitch.tv/membershipPatrick Griffis
2016-01-29Add support for chghostPatrick Griffis
2016-01-29Add support for CAP 3.2Patrick Griffis
2016-01-28Properly handle a few args optionally starting with :Patrick Griffis
2016-01-28Handle PING and AUTHENTICATE with a prefixPatrick Griffis
2016-01-28Sanitize server name for log filesPatrick Griffis
2016-01-28Fix missed commaPatrick Griffis
2016-01-28Add support for cap-notifyPatrick Griffis
2016-01-28Clean up handling CAP LSPatrick Griffis
2016-01-25Fix leaksPatrick Griffis
2016-01-25identd: Use GDataInputStreamPatrick Griffis
2016-01-25Add identd to preferencesPatrick Griffis
2016-01-25Add ctags files to gitignorePatrick Griffis
2016-01-25Rename identd variable namePatrick Griffis
2016-01-10Emit word_click even as long as user is not selecting any text when releasing...Pavel Djundik
2015-12-07.travis.yml: use container-based infrastructureMikaela Suomalainen
2015-11-26installer: Fixed VS2015 CRT DLL name.Arnavion
2015-11-14Make tab completion prefer other peopleAnthony Ryan
2015-11-09Fix incorrect const usagePatrick Griffis
2015-11-09Fix freeing string from g_get_user_name()Patrick Griffis
2015-10-30xtext: Fix overflow on long linesPatrick Griffis
2015-10-17configure: Default to generating xz-tarballs onlyRico Tzschichholz
2015-10-17build: Don't dist resources.h resources.cRico Tzschichholz
2015-10-17build: Determine resources-files once instead of three timesRico Tzschichholz
2015-10-16build: Let 'make dist' do a better jobRico Tzschichholz
2015-10-12win32: Fix installertomek
2015-10-12common: Moved some functions over from plugins/sysinfo that are useful for th...Arnavion
2015-10-11win32: Update Visual Studio 2015 redist links in installertomek
2015-10-11win32: Add Windows 10 ID to manifesttomek
2015-10-11readme.md: Update jenkins linkstomek
2015-10-10Use VS 2015Arnavion
2015-10-10fe-gtk: Use manual registration for resources.Arnavion
2015-10-09Update logo .ico with new shadow and standard sizesobskyr
2015-10-09Update logo SVG to smaller, solid shadowobskyr
2015-10-05win32: Don't rely on CWD for portable-mode checkPatrick Griffis
2015-09-30configure: Clean up Python checkingPatrick Griffis
2015-09-21Merge pull request #1162 from obskyr/masterTingPing
2015-09-14Don't use SASL on an unknown networkPatrick Griffis
2015-09-11TLS: Set SNI hostname before connectmoparisthebest
2015-09-05Removed SeionIRC from the serverlistLee Watson
2015-09-03Improve /mode behaviorTingPing
2015-08-20Fix select regression.RichardHitt
2015-08-02Fix crash in DBus pluginasarium
2015-06-04Fix possible overflowTingPing
2015-05-28Fix warningTingPing
2015-05-27Fix mnemonic collisionTingPing
2015-05-18xtext: Fix poor performance with nick indent enabledRichardHitt
2015-05-08Update alternative font listtomek
2015-04-25Fixed pango attributes not being applied in some cases.Arnavion
2015-04-24Disable pango attributes on sexy entry while it contains preedit text.Arnavion
ref='#n114'>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
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415