summary refs log tree commit diff stats
path: root/plugins/fishlim
AgeCommit message (Expand)Author
2016-10-08fishlim: Add commands /topic+ /msg+ and /notice+cypherpunk
2016-10-08fishlim: Add /keyx for DH1080 key exchangePatrick Griffis
2016-09-26build: Reorder includes to avoid installed plugin headerRainer Müller
2016-02-18Fix strict prototype warningsPatrick Griffis
2015-10-16build: Let 'make dist' do a better jobRico Tzschichholz
2015-10-10Use VS 2015Arnavion
2015-04-23Remove unused fileTingPing
2015-02-11Better project files.Arnavion
2014-12-28Fix building as c89TingPing
2014-12-28Use glib for allocations in all pluginsTingPing
2014-12-17More consistently include config.hTingPing
2014-12-15Don't require glib 2.40TingPing
2014-12-15fishlim: Handle server-timeTingPing
2014-12-15fishlim: Use proper filesystem encoding for filesTingPing
2014-12-15fishlim: Use standard keyfile save functionTingPing
2014-12-15fishlim: Strip whitespace when deleting keysTingPing
2014-12-15fishlim: Use hexchat_nickcmp()TingPing
2014-12-15fishlim: Improve string handlingTingPing
2014-12-15configure: Improve various build flagsTingPing
2014-07-18Fix formatting warningsTingPing
2014-06-02fishlim: Fix filename in error messagesTingPing
2014-06-02Handle a special character before "+OK", e.g. identify-msg + or -Samuel Lidén Borell
2014-06-02Use path to HexChat instead of XChat in the test programSamuel Lidén Borell
2014-06-02Add missing include in the test programSamuel Lidén Borell
2014-06-02Fix memory leak in the test programSamuel Lidén Borell
2014-06-02Fix undefined behaviour in left shiftSamuel Lidén Borell
2014-01-29osx: Silence openssl deprecated warningsTingPing
2014-01-20configure: Clean up EXTRA_DISTTingPing
2013-09-15plugins: fishlim: VS2013 comes with a working stdbool.hArnavion
2013-09-15Convert project files to vs2013Eustachy Kapusta
2013-07-24Move optimization settings from all subsequent projects to hexchat.propsEustachy Kapusta
2013-04-28Don't hardcode "plugins" as the subdirectory for plugins in manyChristoph J. Thompson
2013-04-25win32: Moved PlatformToolset configuration to individual project files. It sh...Arnavion
2013-04-01Remove another bunch of obsolete junkBerke Viktor
2012-11-04Use configdir instead of *xchatdir*Berke Viktor
2012-10-30Now some final cleanup (I hope)Berke Viktor
2012-10-30Some final rebrandingBerke Viktor
2012-10-30Rebrand get_info(xchatdir) but remain compatible for Perl and PythonBerke Viktor
2012-10-30Rebranding for the rest of plugin*Berke Viktor
2012-10-30Rebranding for XCHAT_EAT_*Berke Viktor
2012-10-30Rebranding for XCHAT_PRI_*Berke Viktor
2012-10-30Remove hexchat-plugin.h duplicateBerke Viktor
2012-10-28Further doc relocations and conversionsBerke Viktor
2012-10-24A lot more rebrandingBerke Viktor
2012-10-21Move warning level to property sheetBerke Viktor
2012-10-13Compatibility for Automake 1.12.4+Berke Viktor
2012-10-03Revert to VS2010 part4Berke Viktor
2012-10-02Use explicit project names, output filenames depend on themBerke Viktor
2012-10-02Oops, wrong find'n'replaceBerke Viktor
2012-10-02Remove hardcoding as much as possibleBerke Viktor
winampcontrol with winamp' href='/git-repos/torxchat.git/commit/build/xchat-wdk.iss?id=77292b4254a78cb286991589bc2796761e621bb0'>77292b42 ^
79a6cd6b ^
e4f78860 ^
8aec84af ^





07068b0c ^
0f3a15d6 ^
07068b0c ^

ea920a8e ^
134686d9 ^

0f3a15d6 ^
e4f78860 ^

42229db7 ^







b76e56c4 ^


0f3a15d6 ^
b859949c ^
07068b0c ^


b4696b18 ^



4ffb7db8 ^
07068b0c ^

17a432a6 ^
eb17775e ^
07068b0c ^
















































809e4d76 ^

07068b0c ^



























eb17775e ^

b1f9c2ce ^
eb17775e ^

d16f3887 ^
07068b0c ^

b9ece546 ^

07068b0c ^



b9ece546 ^

07068b0c ^


9c8f37cc ^




77292b42 ^

e7bfe440 ^


ea920a8e ^
f108310a ^


1c14e3e8 ^


d55d0b1e ^

77292b42 ^
79a6cd6b ^

ea920a8e ^
e4f78860 ^


ea920a8e ^
07068b0c ^
ea920a8e ^

07068b0c ^
ea920a8e ^

07068b0c ^
ea920a8e ^

07068b0c ^
07068b0c ^
07068b0c ^
ea920a8e ^

ae4d7193 ^
ea920a8e ^

ae4d7193 ^
07068b0c ^
4ffb7db8 ^
04faeae4 ^
4ffb7db8 ^
0f3a15d6 ^



07068b0c ^



711d06b4 ^

07068b0c ^
711d06b4 ^




07068b0c ^





00e7b363 ^
07068b0c ^





00e7b363 ^

07068b0c ^





00e7b363 ^












07068b0c ^




a36bca1a ^
00e7b363 ^


a36bca1a ^



00e7b363 ^

07068b0c ^
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