File: ChangeLog

package info (click to toggle)
fisg 0.3.8-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 640 kB
  • ctags: 284
  • sloc: ansic: 2,020; makefile: 52; sh: 16
file content (399 lines) | stat: -rw-r--r-- 12,205 bytes parent folder | download
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
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
2003-10-05 10:13  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/th_util.c: Minor fix

2003-10-05 09:41  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* example.cfg: Clean example config

2003-10-05 09:40  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.c, fisg.h, th_config.h: Minor adjustments into debug
	code

2003-10-05 03:33  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.c, fisg.h, th_config.c, th_config.h, userlist.c: Fixed
	several, although not really meaningful, memoryleaks

2003-09-29 08:19  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.c, fisg.h, th_args.c, th_args.h, th_util.c, th_util.h:
	Minor changes and fixes.

2003-09-29 08:19  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* example.cfg: Updated and improved example configuration.

2003-09-27 04:31  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.h: Debug commented out

2003-09-27 04:26  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.c, userlist.c: Fixed a long-standing bug in userlist
	handling, linked list delete was flawed :(

2003-09-27 02:25  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* example.cfg: Removed autoalias.

2003-09-27 02:24  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.c, fisg.h: Removed nick autoalias, it was mostly
	useless, didn't work and is now replaced by autofollow+friends.

2003-09-27 01:11  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.c, fisg.h, out_xhtml.i, userlist.c: Minor improvements
	and cleanups.

2003-09-27 01:10  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* TODO/SUGGESTIONS.txt: New stuff in TODO...

2003-06-22 00:36  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* unix/irssi-multichan.sh: Only try to read channel-specific
	configuration file, if it exists.

2003-06-03 18:54  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.h: Added option and function headers.

2003-06-03 18:54  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.c: Added support for nick-change detection and optional
	"following" of nicks and VERY experimental simple heuristics to the
	nick following.

2003-06-03 18:53  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/userlist.c: Added some userlist-management functions.

2003-06-03 15:02  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.c, fisg.h, in_formats.h, userlist.c: Several features
	and bug-fixes in state of flux

2003-06-01 06:24  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.h: version 0.3.6

2003-06-01 05:59  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* example.cfg: Fixed the filename of c64.css in example
	configuration.

2003-06-01 05:57  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/strmatch.c: Return failed returncode if some tests did not
	pass.

2003-06-01 05:56  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/th_util.c: Greatly optimized the patternmatcher functions
	th_str*match()

2003-05-30 16:55  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/in_formats.h: Re-added "irssi-th" input-format.

2003-05-30 16:55  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.c: Fixed a signed/unsigned comparision.

2003-05-30 16:54  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: Makefile, Makefile.w32: Added -W option

2003-05-28 15:52  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/Makefile: Added linkflag -lm

2003-05-28 15:52  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.h: v0.3.5

2003-05-28 15:32  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/Makefile: Added -ansi -pedantic

2003-05-28 15:30  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.c: Changed illegal //-comments to /* */

2003-05-28 15:15  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.c: Fixed some bugs in the parser.

2003-05-28 01:40  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.c: Some additional fixes and optimizations in parser

2003-05-28 01:17  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.c: Fixed some bugs in the new parser-engine.

2003-05-28 01:16  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/th_util.h: Added scandinavian characters in some
	th_is*()-macros and a th_isspecial() that checks for some special
	characters used in IRC.

2003-05-27 22:12  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* example.cfg: Improved example configuration.

2003-05-27 19:47  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/out_xhtml.i: Fixed path to images.

2003-05-27 19:38  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/out_xhtml.i: Typofix

2003-05-27 19:37  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* example.cfg: Updated example config for picture-support

2003-05-27 19:36  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.h, out_xhtml.i: Finally added support for user
	pictures and option to enable them.

2003-05-27 19:19  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.c: Removed debug

2003-05-27 18:12  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.c, fisg.h, out_xhtml.i: Added new option to use only
	top-list users for funny-stats.

2003-05-27 18:11  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* TODO/: SUGGESTIONS.txt, TODO: Updated TODO due to implemented
	features.

2003-05-27 18:11  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* README: Updated documentation.

2003-05-27 18:10  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* example.cfg: Added new configuration option to compute
	funny-stats only from top-list users.

2003-05-27 16:09  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/th_util.c: Minor optimizations in patternmatcher

2003-05-27 15:58  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: Makefile.gen, strmatch.c: Minor changes in self-test

2003-05-27 15:05  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* FAQ, README: Updated documentation

2003-05-27 14:23  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.h: Version 0.3.4

2003-05-27 14:22  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* users.cfg: Example userfile updated to match recent improvements

2003-05-25 09:13  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: out_xhtml.i, th_util.c: Few new funstats

2003-05-25 09:12  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/in_formats.h: Updated format definitions for new parser
	engine

2003-05-25 08:55  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.c, fisg.h: New parser-engine

2003-05-25 02:45  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.c: Added small helper functions

2003-05-22 00:34  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.c, th_config.c, th_util.c, th_util.h, userlist.c:
	Minor fixes for potential signedness problems. Added th_* wrapper
	macros for is*() and to*() functions.

2003-05-21 07:43  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.c: Removed unnecessary assert()

2003-05-21 07:40  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/th_config.c: Improved error resiliency in configuration
	handling.

2003-05-21 07:28  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/in_formats.h: Added preliminal support for mIRC log-format

2003-05-21 06:23  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.c: Fixed verbosity level

2003-05-13 12:19  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.c, th_config.c, th_util.c: Fixes for SunOS/Solaris
	compilation warnings

2003-05-13 10:04  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/out_xhtml.i: Added link to http://www.tnsp.org/fisg.php in
	generated pages

2003-05-11 04:49  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* .addlog-email: Removed addlog-files

2003-05-11 04:28  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* FAQ, users.cfg: Updated examples and FAQ

2003-05-11 04:28  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* ChangeLog: Removed ChangeLog (will be autogenerated from CVS now
	on)

2003-05-11 04:27  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.h: version 0.3.2

2003-05-06 06:09  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.c: Added new smilies to the detection.

2003-05-06 05:56  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.c: Changed the happiness-computation again :P

2003-05-05 21:50  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.c, fisg.h, out_xhtml.i: Improved computation of "most
	caps"-user and happiness-level

2003-05-05 20:56  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/out_xhtml.i: Fixed happiness-calculation

2003-05-05 13:48  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/out_xhtml.i: [no log message]

2003-05-05 12:25  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.c, fisg.h, out_xhtml.c, out_xhtml.i, out_xhtmls.c:
	Changed computation of "happiness"-indicator

2003-05-05 10:53  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.h, in_formats.h: v0.3.1

2003-05-05 09:23  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/out_xhtml.i: [no log message]

2003-05-05 08:33  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* data/: blue-h.png, blue-v.png, green-h.png, green-v.png,
	red-h.png, red-v.png, yellow-h.png, yellow-v.png, plain/blue-h.png,
	plain/blue-v.png, plain/green-h.png, plain/green-v.png,
	plain/red-h.png, plain/red-v.png, plain/yellow-h.png,
	plain/yellow-v.png: Added more datafiles

2003-05-05 08:32  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* data/: c64.css, grayblue.css, happy1.gif, happy2.gif, happy3.gif,
	happy4.gif, happy5.gif, happy6.gif, pisg.css, simple.css,
	c64/happy1.gif, c64/happy2.gif, c64/happy3.gif, c64/happy4.gif,
	c64/happy5.gif, c64/happy6.gif: Added datafiles

2003-05-05 08:24  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* data/: style-c64.css, style-pisg.css: Removed obsolete files

2003-05-05 08:23  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* ChangeLog: Added ChangeLog

2003-05-05 08:22  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* example.cfg, users.cfg: Updated example configurations

2003-05-05 08:05  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* TODO/: TODO, fisgtest.html: Removed unnecessary bugreport file

2003-05-05 07:39  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.c, fisg.h, out_xhtml.i: Made "happiness" and "random
	comment" in output optional

2003-05-05 05:51  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* FAQ, example.cfg: Example configuration updated

2003-05-05 05:46  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.h, out_xhtml.i: Added support for optional sections

2003-05-05 05:33  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.c, out_formats.c, out_formats.h: Minor re-structuring

2003-05-04 03:10  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.c, th_util.c, th_util.h: Fixed erratically accepting
	nicks with whitespaces in end.	Added case-sensitive strmatch().

2003-03-27 14:01  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* .addlog-email: paskaa

2003-03-27 13:59  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: Makefile, fisg.c, fisg.h, out_xhtml.i: FISG 0.3.x-haara

2003-03-27 13:59  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* TODO/: SUGGESTIONS.txt, TODO, fisgtest.html: uusi TODO

2003-03-27 13:58  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* users.cfg: joo

2003-03-27 13:48  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* COPYING, FAQ, INSTALL, README, example.cfg, users.cfg,
	data/style-c64.css, data/style-pisg.css, src/Makefile,
	src/Makefile.gen, src/Makefile.w32, src/fisg.c, src/fisg.h,
	src/in_formats.h, src/out_formats.c, src/out_formats.h,
	src/out_xhtml.c, src/out_xhtml.i, src/out_xhtmls.c, src/strmatch.c,
	src/th_args.c, src/th_args.h, src/th_config.c, src/th_config.h,
	src/th_util.c, src/th_util.h, src/userlist.c,
	unix/irssi-multichan.sh: Initial import

2003-03-27 13:48  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* COPYING, FAQ, INSTALL, README, example.cfg, users.cfg,
	data/style-c64.css, data/style-pisg.css, src/Makefile,
	src/Makefile.gen, src/Makefile.w32, src/fisg.c, src/fisg.h,
	src/in_formats.h, src/out_formats.c, src/out_formats.h,
	src/out_xhtml.c, src/out_xhtml.i, src/out_xhtmls.c, src/strmatch.c,
	src/th_args.c, src/th_args.h, src/th_config.c, src/th_config.h,
	src/th_util.c, src/th_util.h, src/userlist.c,
	unix/irssi-multichan.sh: Initial revision