<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd/INSTALL.md, 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-03-23T19:23:29+00:00</updated>
<entry>
<title>S2S-TLS: Add notice to INSTALL.md</title>
<updated>2024-03-23T19:23:29+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2024-01-11T13:24:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=6b27eabf5bdbc6bf6f71d7b1e7d059dfeab6849b'/>
<id>urn:sha1:6b27eabf5bdbc6bf6f71d7b1e7d059dfeab6849b</id>
<content type='text'>
</content>
</entry>
<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>Streamline README.md &amp; INSTALL.md files</title>
<updated>2024-03-23T19:15:16+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2024-03-23T19:15:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=339ad77b621b061de7053f88410f1b1395392ff5'/>
<id>urn:sha1:339ad77b621b061de7053f88410f1b1395392ff5</id>
<content type='text'>
- Tweak some paragraphs and bring others more in line with texts on the
  homepage ...
- Try to not duplicate information:
  - Configuration is explained in doc/QuickStart.md;
  - command line parameters are already better described in the
    ngircd(8) manual page.
- Move all pointers to documentation to the README.md file, which is
  directly shown in GitHub when browsing the repository, for example.
</content>
</entry>
<entry>
<title>INSTALL.md: Add info for macOS systems</title>
<updated>2024-03-17T21:42:19+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2024-03-17T18:51:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=7efda4168f5154f42e2c5cf8f1acace71980e265'/>
<id>urn:sha1:7efda4168f5154f42e2c5cf8f1acace71980e265</id>
<content type='text'>
</content>
</entry>
<entry>
<title>INSTALL.md: Add info for current Red Hat/Fedora systems</title>
<updated>2024-01-21T19:15:47+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2024-01-21T19:14:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=e8670f86906f92cedcbcf64ccbba49804d44e657'/>
<id>urn:sha1:e8670f86906f92cedcbcf64ccbba49804d44e657</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate info from INSTALL.md into doc/QuickStart.md</title>
<updated>2024-01-21T19:15:47+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2024-01-21T19:10:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=6fb8022949676c5a2c73c9629a4a4a1a67da389f'/>
<id>urn:sha1:6fb8022949676c5a2c73c9629a4a4a1a67da389f</id>
<content type='text'>
Move most information regarding configuring ngIRCd into the
doc/QuickStart.md document, only describe building and installing ngIRCd
in the INSTALL.md file. Don't duplicate content!

Add references where this makes sense.
</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>Enhance documentation a bit, add doc/QuickStart.md</title>
<updated>2021-12-30T19:01:44+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2021-12-30T19:01:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=3675c7567caf65e8fb0ed0390083a6d33919d26f'/>
<id>urn:sha1:3675c7567caf65e8fb0ed0390083a6d33919d26f</id>
<content type='text'>
And this file could well be expanded!
</content>
</entry>
<entry>
<title>INSTALL.md: Add instructions for ArchLinux (pacman)</title>
<updated>2020-06-20T13:54:02+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2020-06-20T13:54:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=ed9d8e79507b0a10290d1c5b1acfaa3a1c1ab2a9'/>
<id>urn:sha1:ed9d8e79507b0a10290d1c5b1acfaa3a1c1ab2a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>INSTALL.md: Add not about removed legacy options</title>
<updated>2020-04-20T17:31:57+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2020-04-20T17:31:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=42e8654d7b04197eb90ce1ccd8a055ffb6309c3d'/>
<id>urn:sha1:42e8654d7b04197eb90ce1ccd8a055ffb6309c3d</id>
<content type='text'>
</content>
</entry>
</feed>
