-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
638 lines (379 loc) · 21.5 KB
/
ChangeLog
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
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
2014-03-06 16:45 Robert James Clay <[email protected]>
- Release as version 1.5
2014-03-06 14:14 Lars Kellogg-Stedman <[email protected]>
- Merge fix of type mismatches and warnings through the code.
- Merge using off_t for seek and tell operations.
- Merge adding missing commands to man page.
2014-03-06 13:49 Robert James Clay <[email protected]>
- Add a text file with message testing content.
- Correct name of crashwrite option for msg text in tests/02-crashwrite-test.sh.
2014-03-06 08:15 Lars Kellogg-Stedman <[email protected]>
- Merge conversion from ulong/ushort to stdint types in src/cmnllib/, src/jamlib/,
src/crashmail/, src/shared/, and src/tools/.
2013-02-17 19:21 Robert James Clay <[email protected]>
- Release as version 1.4
- README, doc/ReadMe.txt: [email protected] is the email address preferred by
Lars Kellogg-Stedman.
2013-02-17 18:56 Lars Kellogg-Stedman <[email protected]>
- tests/02-crashwrite.sh: added tests for named packets
2013-02-15 12:08 Robert James Clay <[email protected]>
- Release as version 1.3
- Adapt tests/ directory to this version of Crashmail II.
- Add copyright information for tests/roundup to README file.
2013-02-15 10:02 Lars Kellogg-Stedman <[email protected]>
- tests/*: Merge in the addition of testing and a tests/ subdirectory done by
Lars Kellogg-Stedman in his Crashmail port (github.com/larsks/crashmail.git).
2013-02-12 14:27 Robert James Clay <[email protected]>
- Release as version 1.2.1
2013-02-12 14:06 Lars Kellogg-Stedman <[email protected]>
- src/crashmail/areafix.c: more pointer size fixes
- src/tools/crashmaint.c: more pointer size fixes
2013-02-12 13:40 Robert James Clay <[email protected]>
- Release as version 1.2
- src/tools/crashmaint.c: crashmaint has already had its version set as v1.2;
with the release of Crashmail with an overall version of v1.2, synchronize
its version with crashmail itself by setting it from src/crashmail/version.h
instead of setting it directly in its code.
2013-02-12 12:03 Robert James Clay <[email protected]>
- Release as version 1.1.1
2013-02-12 12:27 Lars Kellogg-Stedman <[email protected]>
- src/tools/crashwrite.c: Fix integer-length issues in crashwrite. Crashwrite
declares pktnum as type ulong when it should really be uint32_t. Using "%lx"
instead of "%x" to display this was resulting in invalid packet filenames.
2013-02-12 11:18 Robert James Clay <[email protected]>
- Release as version 1.1
- src/tools/crashexport.c: crashexport has already had its version set as v1.1;
with the release of Crashmail with an overall version of v1.1, synchronize
its version with crashmail itself by setting it from src/crashmail/version.h
instead of setting it directly in its code.
2013-02-12 11:18 Robert James Clay <[email protected]>
- Release as version 1.1
- src/tools/crashexport.c: crashexport has already had its version set as v1.1;
with the release of Crashmail with an overall version of v1.1, synchronize
its version with crashmail itself by setting it from src/crashmail/version.h
instead of setting it directly in its code.
2013-02-11 Robert James Clay <[email protected]>
- Release as version 1.0
- Move, rename, and update doc/History.txt to be the top level ChangeLog file.
- The tools crashexport, crashgetnode, crashlist, crashlistout, and crashstats
have already had their versions set as v1.0; with the release of Crashmail
v1.0, synchronize their versions with crashmail itself by setting their
versions from src/crashmail/version.h instead of setting it directly in
their code.
2013-02-10 20:14 Lars Kellogg-Stedman <[email protected]>
- src/tools/crashstats.c: Fixed 64-bit problems in crashstats, which made
assumptions about the size of pointers that would cause it to fail on 64bit
systems.
2013-02-10 17:30 Robert James Clay <[email protected]>
- Release version 0.76
- Add a top level Makefile to the distribution.
- Update and rename src/ReadMe.txt as the top level INSTALL file.
- Derive new top level README file from the content of doc/ReadMe.txt.
- Move the definition of the Crashmail version from src/crashmail/crashmail.h
to the new file src/crashmail/version.h.
2013-02-10 12:55 Robert James Clay <[email protected]>
- Release version 0.75.1
- src/crashmail/crashmail.h: Correct VERSION entries for v0.75 and add a
definition for VERSION_PATCH.
2013-02-09 Robert James Clay <[email protected]>
- Release version 0.75
- Update copyright information in doc/ReadMe.txt and convert the file to UTF-8.
- Change the format of the doc/History.txt changelog entries since v0.71 to
include date and author information as the header line, instead of just
using a "Changes in version m.nn" line.
2013-01-21 Robert James Clay <[email protected]>
- Release version 0.74
- Add usage of CPPFLAGS, CFLAGS, & LDFLAGS to the source files Makefile.linux,
cmnllib/Makefile.linux, jamlib/Makefile.linux, and oslib_linux/Makefile.
2010-12-24 Robert James Clay <[email protected]>
- Release version 0.73
2010-08-10 Petr Salinger <[email protected]>
- Fix for a 'fails to build on GNU/kFreeBSD' bug on Debian (Bug#592481).
2009-09-19 Robert James Clay <[email protected]>
- Release version 0.72
2009-09-11 Peter Krefting <[email protected]>
- Fix usage of stdarg macros. This fixes a segmentation fault when writing to
the log file.
- Fix duplicate argument to LogWrite.
- Make the "obj" directory if it does not already exist.
- Use stdint types to get sizes with known number of bits. This fixes data
handling issues on 64-bit architectures.
- Fix printf format strings for node numbers. This fixes log and error messages
displaying 4D node numbers in 64-bit builds.
2004-06-10 Johan Billing <[email protected]>
Version 0.7 was probably the last major revision of CrashMail. If you
are using CrashMail, please send me an e-mail ([email protected]).
I am curious about how many CrashMail users there still are...
Changes in version 0.71
- Fixed a bug that could cause CrashMail to crash when exporting messages
from a JAM area with deleted messages.
- Updated JAMLIB to 1.3.2
- Win32 binaries are now compiled with MinGW 3.1.0-1 instead of
gcc-2.95-mingw32.
Changes in version 0.7
- Implemented a message filter. Using this feature, you can filter out messages
that match specified criteria and perform a number of commands on them. This
filter will for example copy echomail messages addressed to me to a special
area (the area needs to be configured as a local area using LOCALAREA):
FILTER SOURCE=TOSSED and TYPE=ECHOMAIL and TONAME="Johan Billing"
COPY PERSONAL_MESSAGES
See doc/filter.txt for a complete description of the new message filter.
- The new message filter replaces the configuration keywords ROBOTNAME, REMAP
and REMAPNODE since the message filter can perform these tasks.
Replacement for ROBOTNAME <name> <command>:
FILTER TYPE=NETMAIL and TOLOCALAKA and TONAME=<name>
EXECUTE <command>
Replacement for REMAP <pattern> <new name> <destination pattern>
FILTER TYPE=NETMAIL and TOLOCALAKA and TONAME=<pattern>
REMAPMSG <new name> <destination pattern>
Replacement for REMAPNODE <node pattern> <destination pattern>
FILTER TYPE=NETMAIL and TOADDR=<node pattern>
REMAPMSG "*" <destination pattern>
- Rewrote the dupe-checking. CrashMail now no longer needs to load the entire
dupe buffer into memory. This means that you now can keep a much large dupe
buffer without using a lot of memory.
CrashMail will not read your old dupe file, you have to delete it.
Also note that the second argument for DUPEFILE has changed from the size
of the dupe buffer in KB to the maximum number of messages that should be
stored in the dupe buffer. If you don't update your configuration, you will
only have a very small dupe buffer.
- CrashMail no longer keeps zero-length files in the packet directory for use
in naming new bundles. Instead it relies solely on the cmindex file.
- CrashMail now also supports nodelists in the Version 7+ format in addition
to its own format. (Note: It seems like the Linux version of FastLst does
not include hub/region in the compiled nodelist for some reason. This means
that node patterns with HUB/REGION won't work.)
- New tool in the CrashMail suite: crashlistout. This tool can list your
outbound directory in a pretty way.
- New configuration keywords: BEFORETOSS and BEFOREPACK. You can use these
to execute custom commands before tossing/packing a *.pkt file.
- New keyword PKTFROM in node configuration. You can use this if you want
to set the originating address of .pkt files to something other than the
default.
- New configuration switches: FLOWCRLF and NOEXPORTNETMAIL. FLOWCRLF makes
CrashMail use CRLF as end-of-line characters in flow files instead of
just LF. NOEXPORTNETMAIL makes CrashMail ignore netmail areas with
SCAN and SCANLIST. This together with NOROUTE makes it possible to use
an external program for handling netmail.
- New switch NEEDSPLUS for the REMOTEAF keyword.
- New commandline argument: SCANDOTJAM. This can be used for scanning areas
listed in echomail.jam/netmail.jam files.
- In addition to "programname ?", you can now also use -h, --help, help, /?
and /h with CrashMail and the related utilities to show the commandline help.
- Improved the time it takes for CrashMail to load the configuration file.
Only noticable if you have a huge number of pass-through areas.
- Fixed some bugs found in the ChangeLog from CrashEcho (thanks guys!)
- SCANLIST does not abort anymore if an area cannot be scanned
- RESCAN was broken and always returned an "unknown area" error
- Added sanity checks to JAM linking to prevent CrashMail from crashing
on messagebases with broken reply links
- Fixed some memory leaks in the JAM handling.
- Upgraded JAMLIB to version 1.3.1
- Some minor cosmetic changes.
- Cleaned up the source in various places.
Changes in version 0.62:
CrashMail
- CrashMail would check packet passwords even if the command-line option
NOSECURITY was used. Fixed.
- The Local flag is now cleared and the Sent flag is set before messages
are imported to the messagebase. In previous versions of CrashMail,
imported messages with Local flag and no Sent flag were re-exported the
next time CrashMail SCAN was run. Fixed.
- CrashMail no longer leaves empty lines in the config file when areas are
removed by the AreaFix.
CrashMaint
- CrashMaint used local time instead of UTC when deleting old messages in
JAM areas. This could cause messages to be deleted ahead of time. Thanks
to Alexander S Aganichev for noticing this and sending me a patch.
JAMLIB
- There was a bug in JAMLIB that caused the Linux version of CrashMail to fail
when trying to import an empty message to the messagebase. The bug has been
fixed and CrashMail now uses the new version of JAMLIB.
Changes in version 0.61:
CrashMail:
- CrashMail incorrectly bounced netmails to nodes listed as hold in the
nodelist are no longer bounced. Fixed. Netmails to nodes listed as down
are still bounced.
- The CrashMail REMOVE command didn't work. Fixed.
- The AreaFix would sometimes miss some areas when you unsubscribed to areas
using patterns.
- The AreaFix no longer crashes when it tries to remove areas after the
feed has unsubscribed to them.
- JAM_LINK and JAM_HIGHWATER would turn on both linking and the use of
highwater marks. Fixed.
- TINYSEENBY didn't work. Fixed.
- CrashMail had problems with backslashes in file-attaches. Fixed.
JAMLIB
- Changed to latest version of JAMLIB.
CrashWrite:
- PKTFROMADDR/PKTTOADDR didn't work. Fixed.
- CrashWrite had problems with paragraphs longer than 100 characters. Fixed.
Changes in version 0.6
CrashMail:
- The AreaFix no longer truncates area names longer than 30 characters in
the response messages.
- The Linux version of CrashMail now shows the real return code (using
WEXITSTATUS()) when an external command returns an error.
- Two default areas may now have the same path
- Cleaned up the Makefiles
- CrashMail no longer sets the Sent flag on all imported message. CrashMail
now only exports messages with the Local flag set and the Sent flag cleared.
- CrashMail can now also export JAM messages with very long kludges without
problems. Previous versions had problems with kludges longer than 200 chars.
- LF characters are stripped when importing messsages to a JAM messagebase.
- Space characters are stripped in AreaFix commands. This means that AreaFix
commands will work even if they begin with one or several space characters.
- Node numbers can now be abbreviated on the EXPORT lines. See example.prefs
for an example on how this works. Thanks to Per Lundberg for idea and
original patch.
- You can now define local areas in crashmail.prefs using the keyword
LOCALAREA. Local areas are not used by CrashMail, but are included in config
files created by CrashExport and are maintained when running CrashMaint.
CrashWrite:
- There are two new options PKTFROMADDR and PKTTOADDR that can be used to
set the origin and destination address to something other than the origin
and destination address of the message inside the packet.
- A new option PASSWORD that can be used to set the password of the created
packet.
JAMLIB:
- JAMLIB could crash on corrupt messagebases. Fixed.
- JAMLIB lo longer reads or writes structures directly from/to disk. This
makes JAMLIB even more portable and ensures that the Intel byte-order will
be used on all platforms regardless of the processor used.
All programs:
- The Win32 version of CrashMail did not work if you were tossing mail to
many downlinks since you could only open a limited number of files with
fopen() (about 40). Because of this, the Win32 version has been rewritten
to use Windows' I/O functions rather than the standard C stdio. The problem
is solved and the Win32 version is now also slightly faster. Note that
JAMLIB still uses fopen() so do not use too high a value for JAM_MAXOPEN.
- Improved the error messages in all programs. Now CrashMail will also
tell you why an I/O error occurred using the response given by the
operating system. (To do this, the functions osError() and osErrorMsg()
were added to oslib.)
- Added function osVFPrintf() to oslib
- Changed error message "Too many arguments" in command line parsing to
to "Unknown keyword %s". This should make it easier to find the
problem.
- Several cosmetic changes to program output and source code
Changes in version 0.52
CrashMail:
- Three new flags for the NODE keyword: CRASH, DIRECT and HOLD. With these
flags, you can set the priority for packed and unpacked netmail.
- When the packet directory was missing, the error message said that the
outbound directory was missing. This could be very confusing. Fixed.
- Fixed a Y2K-related bug in the JAM import function.
- Node patterns with REGION or HUB did not work for points. Fixed.
- Added the new %-code %R for the ROBOTNAME keyword. %R gives the message
in RFC-format with the addresses in RFC-format ([email protected]).
- When importing messages, CrashMail now checks for robot and AreaFix names
before messages are remapped. If you want to remap messages to AreaFix, you
have to make sure that no AreaFix names are configured. REMAPNODE still
works as before.
- CrashMail now updates the DateProcessed field when exporting messages from
a JAM area.
- CrashMail no longer is so strict with names of packet files names. Packet
names are now considered valid even if they contain non-hexadecimal
characters.
- When glibc 2.1 was used, the Linux version of CrashMail exported messages
from JAM messagebases with an incorrect date. The time was one hour ahead.
This has now been fixed.
- Dates in Via lines were one month early. Fixed.
- If a netmail area had an IMPORT line, all netmails would be imported to
that area. This has been fixed and IMPORT now works as intended.
- CrashMail no longer aborts if a JAM area could not be opened when exporting
messages. CrashMail instead continues and exports mail from all other areas.
- CrashMail used to create an invalid configuration file when auto-adding
areas to a config file where the last line did not end with an end-of-line
character. This has now been fixed.
- You can now use the environment variable CMCONFIGFILE to set the default
configuration file for CrashMail.
- CrashMail would incorrectly import FMPT kludges to JAM areas. Fixed.
CrashExport:
- CrashExport did not write netmail areas correctly to a GoldED configuration
file. This has now been fixed.
- CrashExport can now also create en area configuration file for timEd.
- CrashExport no longer exports areas with the UNCONFIRMED keyword.
CrashStats:
- The total number of messages per day were not calculated correctly in the
LAST7 mode, instead a random number would be shown. The average total number
of messages per day was also incorrect. These bugs have now been fixed.
CrashMaint:
- You can now use the environment variable CMCONFIGFILE to set the default
configuration file for CrashMail.
All programs:
- The argument parsing has been improved. The main change for the user is that
"programname ?" now gives a more helpful output.
- The functions remove(), rename() and system() has been moved to the oslib.
This change should not be noticable for the user.
- Peter Karlsson has prepared man-pages for CrashMail and all related tools.
Thanks, Peter! These are handy under Linux, but can also be used on other
platforms if you install a "man"-program.
- Peter Karlsson has ported CrashMail II to OS/2. Thanks, Peter!
Changes in version 0.5
CrashMail:
- Because of a bug in the pattern matching, an empty string would match any
pattern. Fixed.
- Areas belonging to the same group were not listed together in the area lists
generated by the Areafix.
- CrashMail showed the same error message twice when the packer returned an
error when unarchiving a bundle. Fixed.
- If the highwater mark was lower than the lowest messagenumber in a JAM area,
CrashMail would still try to export messages beginning from the highwater
mark. Unfortunately this would cause a crash because of another bug
that appeared when CrashMail tried to export an unreadable message.
All this has now been fixed.
- CrashMail no longer stops exporting when it encounters an unreadable message
- CrashMail no longer adds its own node number to the path if it already
exists as the last node in the path lines.
- CrashMail could sometimes create circular reply links and get caught in
infinite loops when dupes were imported to a JAM messagebase. Fixed.
- New config option: ALLOWKILLSENT
- New command-line keyword for CrashMail: TOSSDIR
- New command-line keyword for CrashMail: NOSECURITY. If this keyword is
used, all packets will be tossed without security checks. This is mainly
intended to be used together with TOSSFILE/TOSSDIR and packets
generated by CrashWrite.
CrashMaint:
- CrashMaint no longer checks the ActiveMsgs counter in the JAM messagebase
to determine if the area needs to be packed. This check did not always work,
among other things because all programs did not update the counter
properly. JAM areas are now always packed when "crashmaint pack" is
used.
- CrashMaint now rebuilds the ActiveMsgs counter when packing a JAM area.
- CrashMaint did not update the messagebase header when removing all messages
from a JAM area. This would cause some messages not to be exported when
highwater marks were used. (If you suspect that this has happened to
you, remove all *.cmhw files.)
- Improved the error handling a bit in CrashMaint. Now you get an error if
an area couldn't be updated since it was in use by another program.
CrashWrite:
- Included CrashWrite, a new tool for CrashMail. CrashWrite reads a text
file and then creates a packet file that can be tossed by CrashMail.
CrashExport:
- CrashAreasBBS and CrashForward have been replaced by the new program
CrashExport. In addition to the old formats, CrashExport can also
create arealists in GoldED format. The old version of CrashAreasBBS had
some trouble with pass-through areas, this is gone in CrashExport.
Changes in version 0.42
- Fixed bug that occurred when sending mail to nodes with long addresses
(e.g. 9999:8888/7777.6666)
- Fixed an error message in the outbound handling
- Fixed a bug that occurred when auto-adding pass-through areas
- Fixed a small memory leak
- CrashMail got caught in an infinite loop when an unknown nodelist format
was specified in the config. This is now fixed.
- CrashMail no longer segfaults at startup when pass-through areas are used!
- CrashMail now adds packets to bundles in the correct order
- CrashMail would under some circumstances use the same bundle for more than
one node. This has been fixed and a mechanism that checks that the same
bundle is not used for more than one node has been added.
- Routing did not work properly when BOUNCEPOINTS was turned on. Fixed.
- Removed an unnecessary linebreak from the bounce messages.
- New configuration keyword: NOMAXOUTBOUNDZONE. See example.prefs for more
information.
- CrashList did not handle Pvt nodes correctly. Fixed.
- There was a small mistake in the example configuration file. The keyword is
REMOTEAF, not REMOTEAREAFIX.
Changes in version 0.4
- First public release