2001-Jan-20 14:42 |
1.7
|
Check-in
[343]:
Underscores in file names suck, because you need an extra key-press to
type them compared to the hyphen. For this reason (and for
consistency) I corrected this horrible, horrible mistake of the past
and renamed those files. By simons.
(diff)
|
2001-Jan-19 15:56 |
1.6
|
Check-in
[324]:
Get rid of all complaints from GCC 2.97
(except for two things which I do not want to change on my own) By rse.
(diff)
|
2001-Jan-19 15:53 |
1.5
|
Check-in
[323]:
Incorporated the cookie into the end-of-mail-marker used in the
ack-script, so that the whole mechanism doesn't break when somebody
has the words '[end-of-mail-marker]' in the mail body itself. By simons.
(diff)
|
2001-Jan-19 13:49 |
1.4
|
Check-in
[312]:
Petidomo needs to know the path to the executable in order to write
the ack-spool file, which starts Petidomo again to process the
acknowledged command or posting. I used BINDIR for that, but realized
that this sucks when somebody manually moves the binary. Hence, I am
using the contents of argv[0] now, normalized to an absolute path.
This value is stored in the global variable who_am_i, which the
queue_*() routines now use. By simons.
(diff)
|
2001-Jan-18 21:30 |
1.3
|
Check-in
[308]:
As we agreed today, Petidomo is now open because licensed under GPL and
always will be licensed under GPL, so use "Petidomo" as the program name
everywhere and consistently. By rse.
(diff)
|
2001-Jan-15 17:58 |
1.2
|
Check-in
[275]:
queue_command() and queue_posting() will now return the cookie used as
filename, so that the calling code can mail back the request for
confirmation. By simons.
(diff)
|
2001-Jan-15 17:29 |
1.1
|
Check-in
[270]:
Implemented spooling mechanism for requests and postings that need an
acknowledgement to be processed. The code is there, it just isn't
called yet. By simons.
|