<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd/ChangeLog, branch rel-27</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-27</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-27'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2024-04-26T14:53:00+00:00</updated>
<entry>
<title>ngIRCd Release 27</title>
<updated>2024-04-26T14:53:00+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2024-04-26T14:53:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=4ad7de02d68fbf73910d6af721114242aed820a2'/>
<id>urn:sha1:4ad7de02d68fbf73910d6af721114242aed820a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update ChangeLog, NEWS &amp; AUTHORS.md for ngIRCd 27</title>
<updated>2024-04-26T12:18:36+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2024-04-19T21:41:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=e348ac04e79ae57438c755a3228306120e4aeb63'/>
<id>urn:sha1:e348ac04e79ae57438c755a3228306120e4aeb63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ngIRCd Release 27~rc1</title>
<updated>2024-04-13T10:26:55+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2024-04-13T10:26:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=b362b5a94554a3f4818c90bf54f8715b58ab923b'/>
<id>urn:sha1:b362b5a94554a3f4818c90bf54f8715b58ab923b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Prepare documentation for ngIRCd 27~rc1</title>
<updated>2024-04-05T22:13:24+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2024-01-16T22:09:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=ff0a9b9c2a4312a37ca115e8d72d7a7a3b9ce26e'/>
<id>urn:sha1:ff0a9b9c2a4312a37ca115e8d72d7a7a3b9ce26e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use a default "IncludeDir" only when no config file was specified</title>
<updated>2024-01-21T19:15:47+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2024-01-21T18:41:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=b4c8e74ccb2cb95e492323b8b39950b203e0262f'/>
<id>urn:sha1:b4c8e74ccb2cb95e492323b8b39950b203e0262f</id>
<content type='text'>
No longer use a default built-in value for the "IncludeDir" directive
when a configuration file was explicitly specified on the command line
using "--config"/"-f": This way no default include directory is scanned
when a possibly non-default configuration file is used which
(intentionally) did not specify an "IncludeDir" directive.

With this patch you now can use "-f /dev/null" for checking all built-in
defaults, regardless of any local configuration files in the default
drop-in directory (which would have been read in until this change).
</content>
</entry>
<entry>
<title>Deduce a server name when not set in the configuration</title>
<updated>2024-01-21T00:20:46+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2024-01-20T22:04:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=3c39094b52332dc2b79ee9ae640324e312b81777'/>
<id>urn:sha1:3c39094b52332dc2b79ee9ae640324e312b81777</id>
<content type='text'>
The server "Name" in the "[Global]" section of the configuration file is
optional now: When not set (or empty), ngIRCd now tries to deduce a
valid IRC server name from the local host name ("node name"), possibly
adding a ".host" extension when the host name does not contain a dot
(".") which is required in an IRC server name ("ID").

This new behaviour, with all configuration parameters now being
optional, allows running ngIRCd without any configuration file at all.
</content>
</entry>
<entry>
<title>autogen.sh: Prefere automake 1.11 over other releases</title>
<updated>2024-01-16T21:32:33+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2024-01-16T16:33:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=5f494ec5fe7f22ef198f98c2e752237e91363e4f'/>
<id>urn:sha1:5f494ec5fe7f22ef198f98c2e752237e91363e4f</id>
<content type='text'>
GNU automake 1.11 is the last release supporting "de-ANSI-fication"
using the included ansi2knr tool. And becuase we _want_ to support old
K&amp;R platforms, we try hard to use this release of automake when
available to generate our build system.
</content>
</entry>
<entry>
<title>Autodetect support for IPv6 by default</title>
<updated>2024-01-16T21:32:33+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2024-01-15T21:14:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=ccb0cf3170047d7bf372c9a43c4a6dfee1228126'/>
<id>urn:sha1:ccb0cf3170047d7bf372c9a43c4a6dfee1228126</id>
<content type='text'>
Until now, IPv6 support was disabled by default, which seems a bit
outdated in 2024. Note: You still can pass "--enable-ipv6" or
"--disable-ipv6" to the ./configure script to forcefully activate or
deactivate IPv6 support.
</content>
</entry>
<entry>
<title>Start preparing the ChangeLog for the next release ...</title>
<updated>2024-01-11T14:12:54+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2024-01-11T13:56:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=499ca9ce6fb3b40979d5889aec11473fe6d34f59'/>
<id>urn:sha1:499ca9ce6fb3b40979d5889aec11473fe6d34f59</id>
<content type='text'>
</content>
</entry>
<entry>
<title>2024 =:)</title>
<updated>2024-01-11T14:11:56+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2024-01-08T15:38:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=0061394d7fe684ea444cf021d48c9674a45c82df'/>
<id>urn:sha1:0061394d7fe684ea444cf021d48c9674a45c82df</id>
<content type='text'>
</content>
</entry>
</feed>
