summary refs log tree commit diff stats
path: root/plugins
AgeCommit message (Expand)Author
2012-07-14Update masterTingPing
2012-07-14fixed plugins using correct libdirTingPing
2012-07-14get rid of *.user files and ignore themxhmikosr
2012-07-13Rename DLL files, rename X-SASL to SASLBerke Viktor
2012-07-13Update plugin descriptions and names, tooBerke Viktor
2012-07-13Rename X-Tray to HexTrayBerke Viktor
2012-07-13Dirent is no longer required for PerlBerke Viktor
2012-07-13Remove the last remnants of XChat-WDKBerke Viktor
2012-07-13Update XChat to r1514Berke Viktor
2012-07-13Update XChat to r1512Berke Viktor
2012-07-13Update XChat to r1511Berke Viktor
2012-07-13Update to XChat r1510Berke Viktor
2012-07-13Another bunch of rebranding stuffBerke Viktor
2012-07-13Rename files, delete old windows makefilesBerke Viktor
2012-07-12Even more rebrandingBerke Viktor
2012-07-12Some more rebrandingBerke Viktor
2012-07-11Update version numbers in the plugin docsBerke Viktor
2012-07-11Initial rebranding in codeBerke Viktor
2012-07-11Rebranding on the file levelBerke Viktor
2012-06-15Add .user files and .gitignoreBerke Viktor
2012-06-15Add x64 support to the VS solutionBerke Viktor
2012-06-15LOTS of fixes to the VS solutionBerke Viktor
2012-06-12Update Do At plugin (Khisanth)Berke Viktor
2012-06-10Add WMPA as wellBerke Viktor
2012-06-10Add all plugins to solution except WMPABerke Viktor
2012-06-10More solution fixes and add language interfacesBerke Viktor
2012-05-13Sync with FiSHLiM HEADBerke Viktor
2012-05-04Merge branch 'master' into wdkBerke Viktor
2012-05-04update xchat to r1506Berke Viktor
2012-05-04sync with fishlim headBerke Viktor
2012-05-04Merge branch 'master' into wdkBerke Viktor
2012-05-04update xchat to r1505Berke Viktor
2012-03-16sync with fishlim headBerke Viktor
2012-02-16display WDK version number in X-TrayBerke Viktor
2012-02-16Merge branch 'master' into wdkBerke Viktor
2012-02-16update xchat to r1501Berke Viktor
2012-02-08supposed workaround for disabling chunked encoding (snq-)Berke Viktor
2012-02-04use old code since disabling HTTP/1.1 works with that tooBerke Viktor
2012-02-04fix update checking errors due to GC HTTP bug - manual IE tweaking's still re...Berke Viktor
2012-01-20update the checksum plugin to use the plugin config apiBerke Viktor
2012-01-20add DNS pluginBerke Viktor
2012-01-20disable the non-bmp pluginBerke Viktor
2012-01-18typofixBerke Viktor
2012-01-18add Non-BMP plugin against GTK+ exploitsBerke Viktor
2012-01-15fix prototype in plugin docsBerke Viktor
2012-01-15add info about xsasl add replacing existing configBerke Viktor
2012-01-15additional hints about xchat_pluginpref_list return valueBerke Viktor
2012-01-15implement XSASL LISTBerke Viktor
2012-01-15update xsasl according to api changesBerke Viktor
2012-01-15refactor plugin config API and add skeleton for xchat_pluginpref_listBerke Viktor
sasl/xsasl.c?id=8c9d1aa31e0963782b3859386de538f33c5de461'>^
306b2a87 ^






















2456d0d3 ^

66d8b0ad ^
2456d0d3 ^



44e40483 ^
2456d0d3 ^










66d8b0ad ^

2456d0d3 ^

66d8b0ad ^
2456d0d3 ^










66d8b0ad ^

2456d0d3 ^

66d8b0ad ^
2456d0d3 ^

c979a8a8 ^

2456d0d3 ^



66d8b0ad ^


2456d0d3 ^

66d8b0ad ^
2456d0d3 ^

66d8b0ad ^


2456d0d3 ^

66d8b0ad ^
2456d0d3 ^



66d8b0ad ^
2456d0d3 ^


66d8b0ad ^
2456d0d3 ^




9eae6db3 ^
2456d0d3 ^

















66d8b0ad ^

2456d0d3 ^

66d8b0ad ^
2456d0d3 ^


c979a8a8 ^

2456d0d3 ^



66d8b0ad ^

2456d0d3 ^

66d8b0ad ^
e421c116 ^



66d8b0ad ^
6d55ce36 ^
2456d0d3 ^
e421c116 ^





3485b4fb ^
e421c116 ^











2456d0d3 ^

6d55ce36 ^
e421c116 ^

66d8b0ad ^
e421c116 ^

3485b4fb ^
e421c116 ^

66d8b0ad ^
e421c116 ^










6d55ce36 ^
306b2a87 ^



e421c116 ^

3485b4fb ^
e421c116 ^

2456d0d3 ^
66d8b0ad ^
2456d0d3 ^




9eae6db3 ^
2456d0d3 ^

66d8b0ad ^
2456d0d3 ^

66d8b0ad ^
2456d0d3 ^










3485b4fb ^
2456d0d3 ^










66d8b0ad ^
2456d0d3 ^
66d8b0ad ^

2456d0d3 ^

66d8b0ad ^
2456d0d3 ^
66d8b0ad ^

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