2014-12-05 12:38:01 by Petar Bogdanovic | Files touched by this commit (8) | |
Log message:
wip/mopher -> mail/mopher (thanks gdt)
|
2014-11-13 18:13:17 by Petar Bogdanovic | Files touched by this commit (1) |
Log message:
add custom configuration & make pkglint happy
|
2014-11-13 14:38:45 by Petar Bogdanovic | Files touched by this commit (2) |
Log message:
more DESCR; fix HOMEPAGE; add USE_LANGUAGE
|
2014-11-10 22:25:56 by Petar Bogdanovic | Files touched by this commit (1) |
Log message:
mopherd.sh: add shutdown keyword
|
2014-11-10 17:13:53 by Petar Bogdanovic | Files touched by this commit (5) |
Log message:
Upgrade to 0.5.1.
Version 0.5.1
10.11.2014
Fix multiple problems around loading and punycode translation of
UTF-8 regdom rules on NetBSD systems.
|
2014-11-06 18:25:53 by Petar Bogdanovic | Files touched by this commit (5) | |
Log message:
Upgrade to 0.5.0.
Version 0.5.0
06.11.2014
This release contains many new features, almost 18 months of
successful testing in production environments and a variety of
adjustments and bugfixes.
Serious attempt at complete documentation, multiple man pages added:
mopher.7 mopherctl.8 mopherd.8 mopherd.acl.5 mopherd.conf.5
The bdb backend switched to legacy BDB format (1.85), libdb is no
longer a dependency on BSD systems with dbopen(3) in libc.
Mozilla's Public Suffix rule list is no longer compiled into mopher
but a regular file that may be updated and reloaded.
The experimental database logging module (dblog) was added. Its
purpose is a fast history of structured session data, easy to
query and translate into statistics or periodic reports.
Introduction of basic unit test infrastructure.
moco was renamed to mopherctl, see mopherctl(8).
mail.acl was renamed to mopherd.acl, see mopherd.acl(5).
Pattern and list operators were added, see mopherd.acl(5).
Macro symbols in mopherd.acl(5) now use the same naming scheme like
their Sendmail counterparts, including the curly braces.
|
2013-04-13 04:44:40 by Petar Bogdanovic | Files touched by this commit (2) |
Log message:
Upgrade to 0.4.1.
0.4.1: 2013-04-13
* Fixed Message-ID logging
* Updated regdom rules
|
2012-12-12 16:30:30 by Greg Troxel | Files touched by this commit (1) |
Log message:
Add comment about database options.
|
2012-12-12 00:43:05 by Greg Troxel | Files touched by this commit (1) |
Log message:
BUILD_DEFS+= PKG_SYSCONFBASE
|
2012-12-11 01:39:42 by Petar Bogdanovic | Files touched by this commit (8) |
Log message:
Upgrade to 0.4.
0.4: 2012-12-06
BUGFIXES
* Fixed possible format string reevaluation in log.c
* Fixed handling of NULL host addresses
|