2003-Jan-30 20:27 |
1.25
|
Check-in
[3126]:
Implement the decision from yesterday evening and finally rename fixme.h
to lmtp2nntp_common.h because there is little chance this this stuff
ever can be moved into more local source contexts. By rse.
(diff)
|
2002-May-28 14:43 |
1.24
|
Check-in
[2165]:
rename By thl.
(diff)
|
2002-May-27 17:09 |
1.23
|
Check-in
[2155]:
createmessageid now using lib_val; added support for long nodenames By thl.
(diff)
|
2002-Mar-13 15:41 |
1.22
|
Check-in
[1991]:
move from log macro to logbook function By thl.
(diff)
|
2002-Mar-13 14:58 |
1.21
|
Check-in
[1990]:
implemented var_expand inside l2 By thl.
(diff)
|
2002-Mar-04 16:54 |
1.20
|
Check-in
[1942]:
Integration done replacing headervalue with new headerrule stuff. This version
is v1.2a3 and runs live on visp.engelschall.com By thl.
(diff)
|
2002-Feb-28 13:57 |
1.19
|
Check-in
[1919]:
integrated new lib_var API; lib_var patch fixed expansion problem By thl.
(diff)
|
2002-Feb-27 10:34 |
1.18
|
Check-in
[1899]:
changed semantic of --headerrule to "keep the colon" By thl.
(diff)
|
2002-Feb-20 16:42 |
1.17
|
Check-in
[1893]:
flush work done this week. New structure for headers. Basic loop of desired
new header rewriting feature currently supports replacing a header, adding a
header and regex matching finds the correct header and calls lib_var. Try
./lmtp2nntp -i 1.conf -h ':Reply-To:New-Reply:${xyz}' -h ::To:bv -h 21::ch:cv By thl.
(diff)
|
2002-Feb-19 14:00 |
1.16
|
Check-in
[1892]:
this is dynamic now By thl.
(diff)
|
2002-Feb-14 12:03 |
1.15
|
Check-in
[1856]:
Please review!
Attempt to use lib_ex for proper cleanup. I discovered some tweaks and
quirks regarding the volatile nature of the hrNew structure temporary
allocating resources. Two wrappers, strdupex() and mallocex() are
used to throw exceptions. It was a pain, or at least a different kind
of programming, to always ensure that hrNew resoures are cleaned up
completely when they should and to stop the cleanup code from releasing
resources in the non-exceptional case. Although, the declaration of a
volatile structure requires casting where i do not want to use it. Maybe
i did something wrong, and life becomes easier in this particular case
when i put the exeptional cleanup code in the catch construct, because
in this try-cleanup-catch block i only want cleanup in the exeptional
case. However, this would only remove the "hrNew = NULL" line at the
buttom of the for() loop. Would this help, should it work? Unsure ... By thl.
(diff)
|
2002-Feb-13 17:25 |
1.14
|
Check-in
[1845]:
new -h option and config By thl.
(diff)
|
2002-Feb-07 09:59 |
1.13
|
Check-in
[1820]:
throw out a bunch of obsolete stuff By thl.
(diff)
|
2002-Feb-05 11:42 |
1.12
|
Check-in
[1801]:
removed obsolete --veryverbose By thl.
(diff)
|
2002-Feb-05 11:40 |
1.11
|
Check-in
[1800]:
moved --destination from nsc/ns to nns/pns and fixed a copynpaste bug By thl.
(diff)
|
2002-Feb-04 16:43 |
1.10
|
Check-in
[1790]:
merged new --acl option with obsolete post-option processing By thl.
(diff)
|
2002-Feb-04 14:52 |
1.9
|
Check-in
[1787]:
application defaults now set through option_register() By thl.
(diff)
|
2002-Jan-31 16:03 |
1.8
|
Check-in
[1748]:
moved --operationmode option By thl.
(diff)
|
2002-Jan-31 14:54 |
1.7
|
Check-in
[1744]:
moved --groupmode option By thl.
(diff)
|
2002-Jan-31 14:44 |
1.6
|
Check-in
[1742]:
moved --destination option By thl.
(diff)
|
2002-Jan-31 11:40 |
1.5
|
Check-in
[1738]:
moved --client option By thl.
(diff)
|
2002-Jan-31 11:14 |
1.4
|
Check-in
[1737]:
moved --bind option By thl.
(diff)
|
2002-Jan-31 10:03 |
1.3
|
Check-in
[1731]:
moved --acl option By thl.
(diff)
|
2002-Jan-30 17:41 |
1.2
|
Check-in
[1720]:
flush. first options moved. introduced exception handling. By thl.
(diff)
|
2002-Jan-24 13:07 |
1.1
|
Check-in
[1625]:
master of the FIXMEs! please read comment in fixme.h By thl.
|