<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd/man, branch rel-25</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-25</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-25'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2019-01-03T13:06:01+00:00</updated>
<entry>
<title>Fix documentation of MotdPhrase length (#254)</title>
<updated>2019-01-03T13:06:01+00:00</updated>
<author>
<name>shankari</name>
<email>shankari@eecs.berkeley.edu</email>
</author>
<published>2019-01-03T12:44:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=fe01ef9a518d3596f60e0aa1602762c05132d31f'/>
<id>urn:sha1:fe01ef9a518d3596f60e0aa1602762c05132d31f</id>
<content type='text'>
The max length is actually 126 (&lt; 127), since the check errors out if
length &gt;= 127. See
&lt;https://github.com/ngircd/ngircd/blob/master/src/ngircd/conf.c#L1487&gt;.

I didn't look through the history to see when the change happened. I
just happened to find during a migration that my 140 character MOTD
didn't work.

Update sample configuration file as well as the man page.
</content>
</entry>
<entry>
<title>2019!</title>
<updated>2019-01-01T23:10:06+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2019-01-01T23:10:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=96bad2b861cffcd7724cf26464da4568852241de'/>
<id>urn:sha1:96bad2b861cffcd7724cf26464da4568852241de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement new configuration option "MaxPenaltyTime" (#251)</title>
<updated>2018-11-28T13:13:09+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2018-11-28T13:13:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=456eea6f1896528dad344ed2c254fd07bdc3a4b1'/>
<id>urn:sha1:456eea6f1896528dad344ed2c254fd07bdc3a4b1</id>
<content type='text'>
This option configures the maximum penalty time increase in seconds, per
penalty event. Set to -1 for no limit (the default), 0 to disable
penalties altogether. ngIRCd doesn't use penalty increases higher than 2
seconds during normal operation, so values higher than 1 rarely make
sense.

Disabling (or reducing) penalties can greatly speed up "make check" runs
for example, see below, but are mostly a debugging feature and normally
not meant to be used on production systems!

Some example timings running "make check" from my macOS workstation:

- MaxPenaltyTime not set: 4:41,79s
- "MaxPenaltyTime = 1":   3:14,71s
- "MaxPenaltyTime = 0":     25,46s

Closes #249.</content>
</entry>
<entry>
<title>2018!</title>
<updated>2018-02-09T21:02:21+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2018-02-09T21:02:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=34bdb0d98afada4af4e723acabdd7c829d30ec99'/>
<id>urn:sha1:34bdb0d98afada4af4e723acabdd7c829d30ec99</id>
<content type='text'>
</content>
</entry>
<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>
</feed>
