<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd/contrib/MacOSX/ngIRCd.xcodeproj/project.pbxproj, branch rel-19.2</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-19.2</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-19.2'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2012-04-27T22:49:37+00:00</updated>
<entry>
<title>Merge branch 'capabilities'</title>
<updated>2012-04-27T22:49:37+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-04-27T22:49:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=76565022fbda9a4054d7f74a46439db4145e5655'/>
<id>urn:sha1:76565022fbda9a4054d7f74a46439db4145e5655</id>
<content type='text'>
* capabilities:
  "multi-prefix" capability 2/2: adjust NAME and WHO handlers
  "multi-prefix" capability 1/2: implement complete CAP infrastructure
  IRC_Send_NAMES(): Code cleanup
  New function Client_CapSet() in addition to Client_Cap{Add|Del}
  "CAP REQ" starts capability negotiation and delays user registration
  Correctly handle "CAP END", new client type CLIENT_WAITCAPEND
  Implement core IRC capability handling and "CAP" command
  New "login" source file
  Introduce_Client() =&gt; Client_Introduce(), and move it to client.c
</content>
</entry>
<entry>
<title>"multi-prefix" capability 2/2: adjust NAME and WHO handlers</title>
<updated>2012-04-27T22:39:21+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-04-27T22:38:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=4602cb9891a0234e391d56ac4b2491d134020f1b'/>
<id>urn:sha1:4602cb9891a0234e391d56ac4b2491d134020f1b</id>
<content type='text'>
The NAME and WHO commands now return multiple usermode prfixes when
the "multi-prefix" capability is in effect for the requesting client.

See &lt;http://ircv3.atheme.org/extensions/multi-prefix-3.1&gt;
</content>
</entry>
<entry>
<title>Xcode: update project file for Xcode 4.3</title>
<updated>2012-04-27T13:52:09+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-04-27T13:52:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=359732af85e8566d919a2e0bc580a490ead49d9e'/>
<id>urn:sha1:359732af85e8566d919a2e0bc580a490ead49d9e</id>
<content type='text'>
(No changes needed)
</content>
</entry>
<entry>
<title>Xcode: correctly sort conn-ssl.{c|h} files in file list</title>
<updated>2012-04-17T10:57:27+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-04-17T10:57:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=69be7a85a2117f0526ca4e113a806be989dc2f53'/>
<id>urn:sha1:69be7a85a2117f0526ca4e113a806be989dc2f53</id>
<content type='text'>
</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>New "login" source file</title>
<updated>2012-03-31T13:38:46+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-03-31T13:38:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=edfcc2f9d5b796fd30f60138591e4f96d54cfcf6'/>
<id>urn:sha1:edfcc2f9d5b796fd30f60138591e4f96d54cfcf6</id>
<content type='text'>
Rename Hello_User[_PostAuth] to Login_User[_PostAuth] and move it to the
new login.c; and move cb_Read_Auth_Result(), too. This will enable further
code to easily call Login_User() when required.
</content>
</entry>
<entry>
<title>Add missing documentation files to Xcode project</title>
<updated>2012-03-31T10:51:33+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2012-03-31T10:51:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=9f3af061cf4a48c2d580a4bb42eb49c71b96e09d'/>
<id>urn:sha1:9f3af061cf4a48c2d580a4bb42eb49c71b96e09d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add new class.{c|h} module to Xcode project</title>
<updated>2011-12-24T13:24:07+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2011-12-24T13:24:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=1e054e0b82f2d3037365bc212b917e3434dc1733'/>
<id>urn:sha1:1e054e0b82f2d3037365bc212b917e3434dc1733</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Xcode: update project file for Xcode 4.2</title>
<updated>2011-12-24T12:22:34+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2011-12-24T12:22:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=872dc5042d47a43f02c10df9c74ee2c0e7b28c81'/>
<id>urn:sha1:872dc5042d47a43f02c10df9c74ee2c0e7b28c81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Xcode: update project file to Xcode 3.2 or newer</title>
<updated>2011-08-07T12:42:49+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2011-08-07T12:42:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=641045249cb4c11244b772012dc5b36005c89517'/>
<id>urn:sha1:641045249cb4c11244b772012dc5b36005c89517</id>
<content type='text'>
Xcode requires Mac OS X 10.6 or newer; Xcode 4 supports this project
format as well, so effectively you can use Mac OS X 10.6.x or 10.7.x
for building ngIRCd with the Apple Xcode IDE.
</content>
</entry>
</feed>
