<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd, branch rel-16</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-16</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-16'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2010-05-02T13:25:35+00:00</updated>
<entry>
<title>ngIRCd release 16</title>
<updated>2010-05-02T13:25:35+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-05-02T13:25:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=defd7e09afb62ac71859ad910e6dd52a86fb0ae2'/>
<id>urn:sha1:defd7e09afb62ac71859ad910e6dd52a86fb0ae2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>doc/SSL: remove line continuation marker</title>
<updated>2010-05-01T18:29:18+00:00</updated>
<author>
<name>Florian Westphal</name>
<email>fw@strlen.de</email>
</author>
<published>2010-05-01T18:29:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=29d448ed637968359394b1189f3f2be8076f1134'/>
<id>urn:sha1:29d448ed637968359394b1189f3f2be8076f1134</id>
<content type='text'>
some people got confused by the '\' line continuation marker,
thus put everything in a single line, even if the line gets overly long.
</content>
</entry>
<entry>
<title>ngIRCd release 16~rc2</title>
<updated>2010-04-25T11:13:11+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-04-25T11:13:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=bdec5ac1f37110a8456631e0155b5c9efeee35ee'/>
<id>urn:sha1:bdec5ac1f37110a8456631e0155b5c9efeee35ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't reset counters on RESTART</title>
<updated>2010-04-25T10:54:13+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-04-25T10:54:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=73fd26e9fa708727e3f870052df0cc32e295bfc0'/>
<id>urn:sha1:73fd26e9fa708727e3f870052df0cc32e295bfc0</id>
<content type='text'>
When ngIRCd restarts, all the connection counters are preserved now,
as well as the command counters for example.

It's unclear if resetting or not resetting is the "correct" behaviour,
but it's quite clear that the behaviour should be consistent for all the
counters ngIRCd uses ...

And initializing "WCounter", the global but temporary write counter,
is not necessarry at all: it is initialized (reset) before its use in
the command parser (see parse.c).
</content>
</entry>
<entry>
<title>New numeric RPL_STATSCONN (250): display connection statistics</title>
<updated>2010-04-23T21:30:14+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-04-23T21:30:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=79e1ec2b1e852e16fbf72c0a1af982d866f215b6'/>
<id>urn:sha1:79e1ec2b1e852e16fbf72c0a1af982d866f215b6</id>
<content type='text'>
The RPL_STATSCONN numeric (250) displays information about the
highest simoultaneous connection count and the number of all
accepted connections since the daemon started up.

Used by ircd-Hybrid, Bahamut, and Unreal for example.
</content>
</entry>
<entry>
<title>Display total number of served connections on daemon shutdown</title>
<updated>2010-04-23T21:29:22+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-04-23T21:29:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=615d09459ee7c485be38c6957447d73838249054'/>
<id>urn:sha1:615d09459ee7c485be38c6957447d73838249054</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enhace connection statistics counters</title>
<updated>2010-04-23T21:25:34+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-04-23T21:25:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=1338ade65032e5aea4891694a61d8ee3d1c795e1'/>
<id>urn:sha1:1338ade65032e5aea4891694a61d8ee3d1c795e1</id>
<content type='text'>
This patch enables ngIRCd to count the highest maximum simultaneous
connections and all the connections accepted since startup.

New functions:
- Conn_Count(): get current connections
- Conn_CountMax(): maximum simultaneous connections
- Conn_CountAccepted(): number of connections accepted
</content>
</entry>
<entry>
<title>Conn_Init: code cleanup</title>
<updated>2010-04-23T20:23:51+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-04-23T20:23:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=21140500f1d77bdb0912c67a5402ab7280f2ba42'/>
<id>urn:sha1:21140500f1d77bdb0912c67a5402ab7280f2ba42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated doc/Platforms.txt</title>
<updated>2010-04-23T09:04:39+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-04-23T09:04:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=77ceb9f8ab8080a5b9188d137554e981f1d973a7'/>
<id>urn:sha1:77ceb9f8ab8080a5b9188d137554e981f1d973a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Only include &lt;netinet/in_systm.h&gt; if it exists</title>
<updated>2010-04-23T09:04:15+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-04-23T09:04:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=b042363e88a6d89790a9cc5061bdff78108c6909'/>
<id>urn:sha1:b042363e88a6d89790a9cc5061bdff78108c6909</id>
<content type='text'>
</content>
</entry>
</feed>
