<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd/doc/Makefile.am, branch rel-20.1</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-20.1</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-20.1'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2012-12-25T18:14:31+00:00</updated>
<entry>
<title>Makefiles: Correctly quote sed expressions</title>
<updated>2012-12-25T18:14:31+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-12-25T18:13:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=1e5a7aac877f2b5d105d8cb291b107217b140632'/>
<id>urn:sha1:1e5a7aac877f2b5d105d8cb291b107217b140632</id>
<content type='text'>
Now the Makefiles support spaces in "$sysconfdir", which isn't uncommon
for Cygwin for example, when $HOME contains whitespaces ("/home/User Name")
and ngIRCd is installed into the user home ("./configure --prefix=$HOME").
</content>
</entry>
<entry>
<title>Add doc/Contributing.txt to distribution archive</title>
<updated>2012-09-24T15:40:33+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-09-24T15:40:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=b1b83831d199cc893606e924255a8747c97cd572'/>
<id>urn:sha1:b1b83831d199cc893606e924255a8747c97cd572</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make our own targets "silent", if enabled</title>
<updated>2012-09-15T17:15:16+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-09-15T17:15:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=5300f0082cf834b60d36859acc0be3c17b3848c9'/>
<id>urn:sha1:5300f0082cf834b60d36859acc0be3c17b3848c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>"make uninstall": remove ngircd.conf if not modified</title>
<updated>2012-08-18T21:50:20+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-08-18T21:50:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=4cf65b973c780880047b0ad4e77e95cf7315cb0f'/>
<id>urn:sha1:4cf65b973c780880047b0ad4e77e95cf7315cb0f</id>
<content type='text'>
Now "make uninstall" removes the installed "ngircd.conf" file, if it
is still equal to our "sample-ngircd.conf" file and therefore hasn't
been modified by the user. If it has been modified, it isn't removed
and a notice is displayed to the user.

In addition, "make install" now displays a message when no ngircd.conf
file exists and the "sample-ngircd.conf" file will be installed as a
starting point.
</content>
</entry>
<entry>
<title>Implement core IRC capability handling and "CAP" command</title>
<updated>2012-03-31T13:59:06+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-03-31T13:59:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=bd3a7ccb158c9f2eac1af77804529b76d99c3e79'/>
<id>urn:sha1:bd3a7ccb158c9f2eac1af77804529b76d99c3e79</id>
<content type='text'>
This patch implements the core functions to support "IRC Capabilities"
and the IRC "CAP" command as used by other servers and specified here:
&lt;http://www.leeh.co.uk/draft-mitchell-irc-capabilities-02.html&gt;.

It enables ngIRCd to support the defined handshake, but it doesn't
implement any capabilities, so "CAP LS" and "CAP LIST" always return
the empty set and "CAP REQ ..." always fails with "CAP NAK".
</content>
</entry>
<entry>
<title>Makefiles: list each source files on a separate line</title>
<updated>2012-03-31T10:52:58+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-03-31T10:52:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=67bd1bf34fc3f7bebb304cdf84284523c8ea09f5'/>
<id>urn:sha1:67bd1bf34fc3f7bebb304cdf84284523c8ea09f5</id>
<content type='text'>
Patches that add/remove source files become much nicer this way :-)
</content>
</entry>
<entry>
<title>Added doc/Modes.txt: document modes supported by ngIRCd</title>
<updated>2011-08-26T14:16:53+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2011-08-26T14:16:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=f173a974bee5181d8131519ed07b3b5261bf6366'/>
<id>urn:sha1:f173a974bee5181d8131519ed07b3b5261bf6366</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove support for ZeroConf/Bonjour/Rendezvous service registration</title>
<updated>2011-01-09T22:51:30+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2011-01-09T22:51:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=4a6d44dce2436103dafaad199597ada354d9b794'/>
<id>urn:sha1:4a6d44dce2436103dafaad199597ada354d9b794</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add doc/README-Interix.txt and doc/Bopm.txt to distribution tarball</title>
<updated>2010-11-15T19:11:16+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2010-11-15T19:11:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=dd580d3ea73445f17010b6fc0864b6cf132cce55'/>
<id>urn:sha1:dd580d3ea73445f17010b6fc0864b6cf132cce55</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add doc/PAM.txt to distribution tarball</title>
<updated>2010-11-14T22:17:04+00:00</updated>
<author>
<name>Florian Westphal</name>
<email>fw@strlen.de</email>
</author>
<published>2010-11-14T22:15:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=678d5411e23b3361ef32617f520d051109de8eef'/>
<id>urn:sha1:678d5411e23b3361ef32617f520d051109de8eef</id>
<content type='text'>
doc/PAM.txt was not included in the release tarball.
reported by Christoph Biedl.
</content>
</entry>
</feed>
