<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd, branch rel-13-rc1</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-13-rc1</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-13-rc1'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2008-11-21T21:08:23+00:00</updated>
<entry>
<title>ngIRCd release 13~rc1</title>
<updated>2008-11-21T21:08:23+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-11-21T21:08:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=7cf9d93aeebad0b7b5bdf1ef1de58d2e7b2300e4'/>
<id>urn:sha1:7cf9d93aeebad0b7b5bdf1ef1de58d2e7b2300e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix double minus signs in manual pages</title>
<updated>2008-11-21T20:37:03+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-11-21T20:31:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=ffc5f93ef543189626e0e4e269f125aea15a5053'/>
<id>urn:sha1:ffc5f93ef543189626e0e4e269f125aea15a5053</id>
<content type='text'>
This patch fixes the following lintian(1) warning: "Manual page seems
to contain a hyphen where a minus sign was intended. '-' chars are
interpreted as hyphens (U+2010) by groff, not as minus signs (U+002D).
Since options to programs use minus signs (U+002D), this means for
example in UTF-8 locales that you cannot cut&amp;paste options, nor search
for them easily. '-' must be escaped ('\-') to be interpreted as minus."
</content>
</entry>
<entry>
<title>Debian package ("make deb"): fix some lintian(1) warnings</title>
<updated>2008-11-21T20:36:59+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-11-21T20:27:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=97d97ef5c4e0d5494e4b1301903c7730df6421a1'/>
<id>urn:sha1:97d97ef5c4e0d5494e4b1301903c7730df6421a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change formatting of some log messages</title>
<updated>2008-11-20T22:50:26+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-11-20T22:50:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=2eb564ccaa0c560a49cb46bfc2ce8bd5dec77b57'/>
<id>urn:sha1:2eb564ccaa0c560a49cb46bfc2ce8bd5dec77b57</id>
<content type='text'>
- Fix formatting of some log messages, mostly punctuation.
- cb_Connect_to_Server(): don't use string concatenation, because it
  is not supported by pre-ANSI C compilers ...
</content>
</entry>
<entry>
<title>Fix pem_passwd_cb(): unused variable "rwflag" (OpenSSL)</title>
<updated>2008-11-20T22:46:20+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-11-20T22:46:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=14baf64f41b696e7a04eb7c63b1776d0dc94a980'/>
<id>urn:sha1:14baf64f41b696e7a04eb7c63b1776d0dc94a980</id>
<content type='text'>
This patch fixes the following warning of GCC (version 4.3.2) in
function pem_passwd_cb() when compiling with OpenSSL support and
without debug code:

conn-ssl.c: In function 'pem_passwd_cb':
conn-ssl.c:122: warning: unused parameter 'rwflag'
</content>
</entry>
<entry>
<title>New configuration option "NoIdent" to disable IDENT lookups</title>
<updated>2008-11-19T18:11:39+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-11-19T18:11:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=4c113d8850dfc423e3dae2d2f90e7e9a9d42f0b0'/>
<id>urn:sha1:4c113d8850dfc423e3dae2d2f90e7e9a9d42f0b0</id>
<content type='text'>
The new configuration option "NoIdent" in ngircd.conf can be used to
disable IDENT lookups even when the ngIRCd daemon is compiled with IDENT
lookups enabled.
</content>
</entry>
<entry>
<title>Implement the IRC command "SERVLIST"</title>
<updated>2008-11-19T17:16:26+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-11-19T17:13:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=3243d9ee441e9cd4338965bac7c2ed3b49a3c2dd'/>
<id>urn:sha1:3243d9ee441e9cd4338965bac7c2ed3b49a3c2dd</id>
<content type='text'>
The IRC command "SERVLIST" lists all the registered services, see RFC 2811, section 3.5.1.
The syntax is "SERVLIST [&lt;mask&gt; [&lt;type&gt;]]". The parameter &lt;type&gt; is not used by ngIRCd at
the moment, all registered services are of type 0 (which is the default when omitted).
</content>
</entry>
<entry>
<title>Updated NEWS and ChangeLog, using NEWS for news only :-)</title>
<updated>2008-11-19T10:46:37+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-11-19T10:46:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=672b391523fcc33e4645980c10342478dd1baeb0'/>
<id>urn:sha1:672b391523fcc33e4645980c10342478dd1baeb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Create local &amp;SERVER channel and log server messages to it</title>
<updated>2008-11-17T22:27:06+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-11-17T22:27:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=0eda085f1e001cb1f2381ffe3ca70299d32632d3'/>
<id>urn:sha1:0eda085f1e001cb1f2381ffe3ca70299d32632d3</id>
<content type='text'>
ngIRCd now creates a server-local channel &amp;SERVER with channel modes
+mnPt (moderated, no messages from outside the channel, persistent and
with the topic locked) and logs all the messages to it that a user with
mode +s ("server messages") receives.

If an IRC operator withdraws the +P ("persistent") mode and the &amp;SERVER
channel is freed because of no members, nothing special happens. The
channel can be recerated any time later and ngIRCd would begin logging
to it again.
</content>
</entry>
<entry>
<title>Implement local channels (prefix "&amp;")</title>
<updated>2008-11-17T20:52:56+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-11-13T23:42:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=2cc21caf32323ebd778c16c8a7b69cd12d6ff01f'/>
<id>urn:sha1:2cc21caf32323ebd778c16c8a7b69cd12d6ff01f</id>
<content type='text'>
This patch implements server-local channels, prefix "&amp;", that are only
visible to users of the same local server and not in the network.

Patch written by Scott Perry (2008-06-04), see:
 - http://arthur.barton.de/cgi-bin/bugzilla/show_bug.cgi?id=87
 - http://arthur.barton.de/cgi-bin/bugzilla/attachment.cgi?id=24&amp;action=view
</content>
</entry>
</feed>
