<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd/man, branch rel-24</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-24</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-24'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2017-01-15T21:07:11+00:00</updated>
<entry>
<title>2017!</title>
<updated>2017-01-15T21:07:11+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2017-01-15T21:07:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=2bb917f05aafaf526736d0b7ade2f330835bbbe1'/>
<id>urn:sha1:2bb917f05aafaf526736d0b7ade2f330835bbbe1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ngircd.conf.5.tmpl: Fix spelling</title>
<updated>2017-01-07T14:52:23+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2017-01-07T14:50:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=bfebdaece83db1b2b6b43a0169f8a45bc81109bf'/>
<id>urn:sha1:bfebdaece83db1b2b6b43a0169f8a45bc81109bf</id>
<content type='text'>
Thanks to Christoph Biedl.
</content>
</entry>
<entry>
<title>Add PAMServiceName setting to specify the used PAM configuration</title>
<updated>2016-06-05T21:48:29+00:00</updated>
<author>
<name>Christian Aistleitner</name>
<email>christian@quelltextlich.at</email>
</author>
<published>2016-06-05T10:46:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=e84000f7b8b8fb8ae29f53f66dea488f904e0838'/>
<id>urn:sha1:e84000f7b8b8fb8ae29f53f66dea488f904e0838</id>
<content type='text'>
This setting allows to run multiple ngIRCd instances with
PAM configurations on each instance.
If one sets it to "ngircd-foo", PAM will use `/etc/pam.d/ngircd-foo`
instead of the default `/etc/pam.d/ngircd`.
</content>
</entry>
<entry>
<title>Update copyright notices for 2016</title>
<updated>2016-01-04T21:43:58+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2016-01-04T21:43:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=6a5569c27d47674b2e7483ddf6f1fafd8fe65a2e'/>
<id>urn:sha1:6a5569c27d47674b2e7483ddf6f1fafd8fe65a2e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #217 from SaberUK/master+notice-auth</title>
<updated>2015-08-01T12:51:04+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2015-08-01T12:51:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=64c265cf33d09cfb9ab5e7d0bbc8033dc85f7c64'/>
<id>urn:sha1:64c265cf33d09cfb9ab5e7d0bbc8033dc85f7c64</id>
<content type='text'>
Use "NOTICE *" before registration instead of "NOTICE AUTH".</content>
</entry>
<entry>
<title>Streamline ".gitignore" files</title>
<updated>2015-07-19T01:03:06+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2015-07-19T01:03:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=a5ca8be6588590c6c5feb35bb0f149c0619122c4'/>
<id>urn:sha1:a5ca8be6588590c6c5feb35bb0f149c0619122c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename NoticeAuth to NoticeBeforeRegistration.</title>
<updated>2015-07-14T13:43:19+00:00</updated>
<author>
<name>Peter Powell</name>
<email>petpow@saberuk.com</email>
</author>
<published>2015-07-14T13:43:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=5545e1bebf31ddb9f89c80979c0be93e3fdf6f0c'/>
<id>urn:sha1:5545e1bebf31ddb9f89c80979c0be93e3fdf6f0c</id>
<content type='text'>
The old name is still supported for compatibility reasons.
</content>
</entry>
<entry>
<title>Use "NOTICE *" before registration instead of "NOTICE AUTH".</title>
<updated>2015-07-14T13:37:42+00:00</updated>
<author>
<name>Peter Powell</name>
<email>petpow@saberuk.com</email>
</author>
<published>2015-07-14T13:37:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=d118cd74b6ff342b978b493d56f9306028e364cf'/>
<id>urn:sha1:d118cd74b6ff342b978b493d56f9306028e364cf</id>
<content type='text'>
AUTH is a valid nickname so sending notices to it is probably not
a good idea. Use * as the target instead as done with numerics
when the nick is not available.

This mimics the behaviour in Charybdis, IRCD-Hybrid, InspIRCd 2.2,
Plexus 4, etc.
</content>
</entry>
<entry>
<title>Update ngircd.conf.5: "CloadUserToNick" hides user and real name</title>
<updated>2015-05-15T21:15:09+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2015-05-15T21:15:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=a43d79aeff4d9612588043e2561294faead1ae8a'/>
<id>urn:sha1:a43d79aeff4d9612588043e2561294faead1ae8a</id>
<content type='text'>
Closes #208.
</content>
</entry>
<entry>
<title>Streamline effect of "MorePrivacy" option (WHOIS, LIST)</title>
<updated>2015-05-13T20:42:51+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2015-05-13T20:42:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=f8f7f83f5a2228bb9deeb8324be015cd76b84ced'/>
<id>urn:sha1:f8f7f83f5a2228bb9deeb8324be015cd76b84ced</id>
<content type='text'>
- Update documentation in ngircd.conf(5)
- LIST: Don't hide channels for IRC Ops when "MorePrivacy" is in effect
- WHOIS: Don't hide IP addresses/hostnames when "MorePrivacy" is in effect

Closes #198
</content>
</entry>
</feed>
