2001-Jan-20 14:26 |
1.22
|
Check-in
[341]:
Renamed the followings tags in petidomo.conf
MTA_Options --> MTAOptions
List_Directory --> ListDirectory
Ack_Queue_Directory --> AckQueueDirectory
for consistency reasons. While I was at it, I also renamed the source
file from config.c to config-files.c, because the module config.c is
generally associated with GNU autoconf and this has nothing to do with
it. By simons.
(diff)
|
2001-Jan-19 21:51 |
1.21
|
Check-in
[334]:
The module contains the static variable MasterConfig, which all other
Petidomo routines can access via getMasterConfig(). The routine
getListConfig(), which is defined in config.c, too, used the "correct"
mechanism to access MasterConfig, even though it could access it
directly. Since I chose the same name ("MasterConfig" :->) for the
local copy of the pointer, gcc warns that this variable shadows the
static one. To get rid of this warning, and since it doesn't make one
bit a difference, getListConfig() accessse the static variable
directly now. By simons.
(diff)
|
2001-Jan-19 16:26 |
1.20
|
Check-in
[328]:
Due to a mix-up in the variable names, Petidomo expanded all list
config file paths incorrectly when the list has a flat hierarchy. That
is fixed now. By simons.
(diff)
|
2001-Jan-19 15:56 |
1.19
|
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 14:12 |
1.18
|
Check-in
[315]:
Mailing list config files may now have the suffix ".config" or
".conf". Similarly, if the list config file is in a separate
directory, it may be called <listname>/config or <listname>/conf. By simons.
(diff)
|
2001-Jan-18 21:30 |
1.17
|
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-18 15:41 |
1.16
|
Check-in
[297]:
ListACLFile -> ACLFile By rse.
(diff)
|
2001-Jan-15 18:19 |
1.15
|
Check-in
[277]:
- ListType is no longer a required parameter; it now defaults to "open". By simons.
(diff)
|
2001-Jan-15 17:55 |
1.14
|
Check-in
[274]:
List's "AllowPublicSubscripiton" does not exist anymore. Now we have
"SubscriptionType" with valid values "public", "admin" or
"acknowledged". By simons.
(diff)
|
2001-Jan-15 17:35 |
1.13
|
Check-in
[271]:
Removed the whole concept of "alien subscription". It was stupid to
begin with and now that we'll have acknowledged subscriptions, it is
useless, too. By simons.
(diff)
|
2001-Jan-15 17:29 |
1.12
|
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.
(diff)
|
2001-Jan-11 15:17 |
1.11
|
Check-in
[266]:
Added config entry "AcknowledgementFile" to the mailing list's config file. By simons.
(diff)
|
2001-Jan-10 17:34 |
1.10
|
Check-in
[260]:
Removed debugging output. By simons.
(diff)
|
2001-Jan-08 21:36 |
1.9
|
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.8
|
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)
|
2001-Jan-06 15:12 |
1.7
|
Check-in
[250]:
Replaced the old basedir-mechanism in Petidomo, which used to be the
home directory of the petidomo user. Now, Petidomo expects its master
config file in ETCDIR, which is '/etc' per default. All other paths
will be set there at run-time. By simons.
(diff)
|
2000-Dec-14 18:27 |
1.6
|
Check-in
[233]:
Hardcoded the base directory /usr/local/petidomo for the moment. By simons.
(diff)
|
2000-Dec-14 17:16 |
1.5
|
Check-in
[230]:
Removed the signature code and all code that depended on it. In the
new Petidomo, the signature mechanism for server mails will work
differently. By simons.
(diff)
|
2000-Dec-14 17:03 |
1.4
|
Check-in
[229]:
Removed the global configuration options "DetachImmediately" and
"ShowStatistics". Consequently removed all code that deals with these
options, too. By simons.
(diff)
|
2000-Dec-14 16:48 |
1.3
|
Check-in
[227]:
- Removed all debugging code. Now that Petidomo will be "rewritten"
in C++, I need a new paradigm for debugging anyway and the old
solution of mine was to messy for my taste anyway.
- Petidomo no longer cares under what name it has been started. The
different modes of operation will now be distinguished by a
mandatory command line parameter. 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
[197]:
Initial revision By simons.
|
2000-Dec-12 14:19 |
1.1.1.1
|
Check-in
[196]:
Imported Petidomo 2.2 as found on www.petidomo.com. By simons.
|