<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd/doc/Makefile.am, branch rel-27-rc1</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-27-rc1</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-27-rc1'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2024-03-23T19:19:01+00:00</updated>
<entry>
<title>S2S-TLS: Convert SSL.txt to Markdown and update information given</title>
<updated>2024-03-23T19:19:01+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2024-01-08T17:31:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=b826fad15871f73435328b1d77fd364838389adb'/>
<id>urn:sha1:b826fad15871f73435328b1d77fd364838389adb</id>
<content type='text'>
No longer describe creating self-signed certificates or using "stunnel",
as both is not recommended.
</content>
</entry>
<entry>
<title>Add a Dockerfile and documentation to the project</title>
<updated>2024-03-17T21:42:15+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2024-02-09T21:58:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=934f3a0d88becd5f0434e0d1a1cf8f3195c6486d'/>
<id>urn:sha1:934f3a0d88becd5f0434e0d1a1cf8f3195c6486d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Streamline the "testsuite" and "srcdoc" make targets</title>
<updated>2024-02-09T23:22:33+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2024-02-09T23:03:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=c0b8b94550cb589cee39b4e87d8714273d3885f6'/>
<id>urn:sha1:c0b8b94550cb589cee39b4e87d8714273d3885f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert the AUTHORS file to Markdown</title>
<updated>2024-01-20T15:43:54+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2024-01-20T13:03:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=e339d9c3818bce80bc0ec9ddc7f4b302f28c15a6'/>
<id>urn:sha1:e339d9c3818bce80bc0ec9ddc7f4b302f28c15a6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert the FAQ to Markdown and enhance it!</title>
<updated>2024-01-11T14:12:54+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2024-01-09T14:52:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=541351858699bc7f196a197e417dce3b7f13b124'/>
<id>urn:sha1:541351858699bc7f196a197e417dce3b7f13b124</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile.am: Replace make with ${MAKE} (#270)</title>
<updated>2020-04-20T17:29:16+00:00</updated>
<author>
<name>sam_c</name>
<email>11667869+thesamesam@users.noreply.github.com</email>
</author>
<published>2020-04-20T17:29:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=1fc54ebef1e511c7a512f01e05dea064b2f0e0b9'/>
<id>urn:sha1:1fc54ebef1e511c7a512f01e05dea064b2f0e0b9</id>
<content type='text'>
Fixes warnings such as:
"warning: jobserver unavailable: using -j1. Add `+' to parent make rule."

Signed-off-by: Sam James (sam_c) &lt;sam@cmpct.info&gt;</content>
</entry>
<entry>
<title>Convert INSTALL and README files to Markdown</title>
<updated>2020-03-29T20:33:51+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2020-02-11T20:00:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=61ac8be2fd36ffbf55d73215aa3a32ab01e94284'/>
<id>urn:sha1:61ac8be2fd36ffbf55d73215aa3a32ab01e94284</id>
<content type='text'>
This requires some changes to the build system, for example to comply
with the expectations of the GNU autoconf/automake tools ...
</content>
</entry>
<entry>
<title>Remote GIT.txt from Makefile[.am], too!</title>
<updated>2015-07-20T07:34:14+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2015-07-20T07:34:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=24cec978eec8f565c1b0c3b1966248b95d2af10e'/>
<id>urn:sha1:24cec978eec8f565c1b0c3b1966248b95d2af10e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use $(MKDIR_P) instead of $(mkinstalldirs) in Makefile's</title>
<updated>2014-01-17T20:04:40+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2014-01-17T20:04:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=90062111f7fd3be5941d94781470b391bebfccaa'/>
<id>urn:sha1:90062111f7fd3be5941d94781470b391bebfccaa</id>
<content type='text'>
And test for "mkdir -p" using AC_PROG_MKDIR_P in "configure".
</content>
</entry>
<entry>
<title>Use "${docdir}/Commands.txt" as help text file</title>
<updated>2013-01-01T18:25:06+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2013-01-01T18:25:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=950aeec3ff0e15c456ac32d8fecee8c73f7c5df3'/>
<id>urn:sha1:950aeec3ff0e15c456ac32d8fecee8c73f7c5df3</id>
<content type='text'>
</content>
</entry>
</feed>
