<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd, 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-23T22:15:02+00:00</updated>
<entry>
<title>ngIRCd Release 25</title>
<updated>2019-01-23T22:15:02+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2019-01-23T22:15:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=74631fa72870fd23040cd6fdda7797c4f0a2c50d'/>
<id>urn:sha1:74631fa72870fd23040cd6fdda7797c4f0a2c50d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Platforms.txt: Add and update systems</title>
<updated>2019-01-23T21:45:07+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2019-01-23T21:45:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=1d4f80b42297555ef1a72eec553c59f9ee1e8dce'/>
<id>urn:sha1:1d4f80b42297555ef1a72eec553c59f9ee1e8dce</id>
<content type='text'>
- Update x86_64/apple/darwin16.5.0 (Apple clang 8.1)
- Add x86_64/apple/darwin17.7.0 (Apple clang 10.0)
- Add x86_64/apple/darwin18.2.0 (Apple clang 10.0)
- Add x86_64/unknown/haiku (gcc 7.3)
- Update x86_64/pc/linux-gnu (gcc 6.3.0)
</content>
</entry>
<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>Fix compilation without deprecated OpenSSL APIs (#252)</title>
<updated>2018-11-28T13:10:46+00:00</updated>
<author>
<name>Rosen Penev</name>
<email>rosenp@gmail.com</email>
</author>
<published>2018-11-28T13:10:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=7690716e4fa8ac3ae9b513f4adba685f9e2c0e1f'/>
<id>urn:sha1:7690716e4fa8ac3ae9b513f4adba685f9e2c0e1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update Xcode project for latest Xcode version (10.0)</title>
<updated>2018-10-30T00:56:13+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2018-10-30T00:56:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=c97fb2e93e9c7d66b1ce70fa681a762d1f430521'/>
<id>urn:sha1:c97fb2e93e9c7d66b1ce70fa681a762d1f430521</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some compiler warnings of Apple Xcode/Clang</title>
<updated>2018-10-30T00:53:24+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2018-10-30T00:53:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=c8162a80beba80f3b1d04fdba8e74bf5366c47f7'/>
<id>urn:sha1:c8162a80beba80f3b1d04fdba8e74bf5366c47f7</id>
<content type='text'>
For example:

* src/ngircd/irc-login.c:102:21: Implicit conversion loses integer
  precision: 'int' to 'char'

* src/ngircd/conn.c:1084:9: Implicit conversion turns floating-point
  number into integer: 'double' to 'bool'

* src/tool/tool.c:85:10: Implicit conversion loses integer precision:
  'int' to 'char'
</content>
</entry>
<entry>
<title>Fix typos/errors/... in file comments</title>
<updated>2018-10-30T00:48:31+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2018-10-30T00:48:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=e8e04b4c8fd63d075ffa6b85327c4b90d7005051'/>
<id>urn:sha1:e8e04b4c8fd63d075ffa6b85327c4b90d7005051</id>
<content type='text'>
Found by Xcode/Clang code analyzer. No functional changes.
</content>
</entry>
<entry>
<title>Update doc/Protocol.txt for IRCv3 WEBIRC extension</title>
<updated>2018-10-07T21:55:30+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2018-10-07T21:54:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=a38eea8987b32f3d17ae04eabdd9d114af57bd25'/>
<id>urn:sha1:a38eea8987b32f3d17ae04eabdd9d114af57bd25</id>
<content type='text'>
See commit d0f9d3d92.
</content>
</entry>
</feed>
