2001-Feb-17 22:59 |
1.20
|
Check-in
[390]:
Added check whether the required listname parameter is there before
we try and read the mail from standard input. By simons.
(diff)
|
2001-Jan-21 13:00 |
1.19
|
Check-in
[360]:
Provide a "petidomo --mode=dump <listname>" and use this in petidomo-kickout
instead of directly fiddling with Petidomo's files. By rse.
(diff)
|
2001-Jan-20 14:52 |
1.18
|
Check-in
[346]:
First bunch of cosmetic adjustments to text messages. Additionally
--masterconf=FILE is also passed through to files created in acknowledge
directory. By rse.
(diff)
|
2001-Jan-20 12:19 |
1.17
|
Check-in
[340]:
Be careful, listname can be NULL in global operation mode and not
all printf implementations are as smart as BSD's variant. Instead of
printing "(null)" others just dump core. By rse.
(diff)
|
2001-Jan-19 16:27 |
1.16
|
Check-in
[329]:
Removed unnecessary cast. By simons.
(diff)
|
2001-Jan-19 16:08 |
1.15
|
Check-in
[326]:
Added version information to the start-up log message. By simons.
(diff)
|
2001-Jan-19 16:01 |
1.14
|
Check-in
[325]:
First step in GNu shtool version support:
Add version.c and use it for "petidomo --version".
Support for handling version.c in Makefile.in is coming later. By rse.
(diff)
|
2001-Jan-19 15:26 |
1.13
|
Check-in
[321]:
Moved the initial startup log message up so that it is logged before
the main config file is parsed. Also added the path of the main config
file to the message so that people can see where Petidomo locks for it
in case parsing fails. By simons.
(diff)
|
2001-Jan-19 15:09 |
1.12
|
Check-in
[318]:
Added a message that is logged every time Petidomo starts up. This
message will "dump" the configuration of Petidomo so that the user has
a clue which Petidomo instance is doing what. By simons.
(diff)
|
2001-Jan-19 14:05 |
1.11
|
Check-in
[314]:
Added code that will set the real user id of the process equal to the
effective user id. By simons.
(diff)
|
2001-Jan-19 13:49 |
1.10
|
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.9
|
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 19:48 |
1.8
|
Check-in
[281]:
Implemented the approve mode, where incoming mails are searched for
confirmation cookies and the apropriate queue entries will be
executed. By simons.
(diff)
|
2001-Jan-15 18:06 |
1.7
|
Check-in
[276]:
Had to make is_approved a global variable, because it is actually
tested in subroutines of listserv_main() and hermes_main(), like
subscribe(), which's parameter list I don't want to change. By simons.
(diff)
|
2001-Jan-15 17:27 |
1.6
|
Check-in
[269]:
Added --approved command line parameter, which is treated as a
boolean. Whether it is set or not will be passed through to
listserv_main() and to hermes_main(). The parameter will be used by
the spooling mechanism. By simons.
(diff)
|
2001-Jan-08 21:36 |
1.5
|
Check-in
[257]:
Rewrote Petidomo so that virtually any file's path can be configured
at run-time now. By simons.
(diff)
|
2001-Jan-08 16:55 |
1.4
|
Check-in
[253]:
Petidomo will now expect its master config file at
SYSCONFDIR/petidomo.conf. This location can be changed at run-time
with the command line parameter --masterconf. By simons.
(diff)
|
2000-Dec-15 14:11 |
1.3
|
Check-in
[242]:
Reversed all changes concerning C++ in Petidomo ... it isn't worth the
major rewrite. By simons.
(diff)
|
2000-Dec-12 16:35 |
1.2
|
Check-in
[210]:
- Added correct GNU GPL copyright statements to the files.
- Removed unnecessary include statements. By simons.
(diff)
|
2000-Dec-12 14:19 |
1.1
|
Check-in
[201]:
Initial revision By simons.
|
2000-Dec-12 14:19 |
1.1.1.1
|
Check-in
[200]:
Imported Petidomo 2.2 as found on www.petidomo.com. By simons.
|