<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd, branch rel-15</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-15</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-15'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2009-11-07T20:06:30+00:00</updated>
<entry>
<title>Added missing contrib/platformtest.sh to distribution</title>
<updated>2009-11-07T20:06:30+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2009-11-07T20:06:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=cade80dcf516f40e7d53124bc98526e6e5b3fb66'/>
<id>urn:sha1:cade80dcf516f40e7d53124bc98526e6e5b3fb66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ngIRCd release 15</title>
<updated>2009-11-07T12:57:15+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2009-11-07T12:57:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=c414d0bd3ae670fdcc5d1b81c4e01b486bca91d8'/>
<id>urn:sha1:c414d0bd3ae670fdcc5d1b81c4e01b486bca91d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>configtest: print ssl config options even when unset</title>
<updated>2009-10-17T13:35:26+00:00</updated>
<author>
<name>Florian Westphal</name>
<email>fw@strlen.de</email>
</author>
<published>2009-10-17T12:31:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=bc88b2cb06a1663210de5f517a99687713ec91c3'/>
<id>urn:sha1:bc88b2cb06a1663210de5f517a99687713ec91c3</id>
<content type='text'>
Print "SSLOptionVar =" instead of omitting the option when
running --configtest with ssl enabled.
This better matches the behaviour of other options, e.g.  ChrootDir.
</content>
</entry>
<entry>
<title>ngIRCd release 15~rc1</title>
<updated>2009-10-15T08:04:34+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2009-10-15T08:04:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=bc1ac7fbc57bb6341b0b553c29d2da82464fc866'/>
<id>urn:sha1:bc1ac7fbc57bb6341b0b553c29d2da82464fc866</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated NEWS and ChangeLog files</title>
<updated>2009-10-03T14:45:09+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2009-10-03T14:45:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=37e950a40ceef1e28fde92dd3b2c3bcd03800295'/>
<id>urn:sha1:37e950a40ceef1e28fde92dd3b2c3bcd03800295</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make sure forwarded CONNECT commands are handled correctly</title>
<updated>2009-09-30T14:00:06+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2009-09-09T21:00:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=55c04e691d2e069eebf1f2cc7d9992d2510f681f'/>
<id>urn:sha1:55c04e691d2e069eebf1f2cc7d9992d2510f681f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Generate WALLOPS message on operator-generated SQUIT</title>
<updated>2009-09-30T14:00:06+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2009-05-19T21:06:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=881b9af2512a9707cdd599f84628a03c4e22cf2b'/>
<id>urn:sha1:881b9af2512a9707cdd599f84628a03c4e22cf2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable SQUIT command for IRC Operators</title>
<updated>2009-09-30T14:00:06+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2009-05-19T20:41:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=294320ed62bdb7dac546cea43fac3b4c916788a4'/>
<id>urn:sha1:294320ed62bdb7dac546cea43fac3b4c916788a4</id>
<content type='text'>
This patch enables IRC Operators to use the SQUIT command as specified in
RFC 2812, section 3.1.8 "Squit".

When forwarding SQUIT commands, the server connected to the target will
drop the connection (not the target server itself!).

Please note:

 - the configuration option "AllowRemoteOper" mus be enabled on the
   server disconnecting the target to allow forwarding of SQUIT commands.
 - if the remote server is configured to establish the connection, it
   will just do this; so the disconnect is not permanent in this case!
</content>
</entry>
<entry>
<title>Xcode: added new op.{c|h} to project file</title>
<updated>2009-09-30T14:00:06+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2009-04-24T22:37:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=03b70229eb95e218f56ab22ce30fa6279b3ae91f'/>
<id>urn:sha1:03b70229eb95e218f56ab22ce30fa6279b3ae91f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use functions provided by op.c "module"</title>
<updated>2009-09-30T14:00:06+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2009-04-22T21:24:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=9918dfc1d595a680573910d12beb337cf4a58b14'/>
<id>urn:sha1:9918dfc1d595a680573910d12beb337cf4a58b14</id>
<content type='text'>
Local functions Check_Oper() and No_Privileges() have been replaced by
global functions in op.c "module": Op_Check() and Op_NoPrivileges().
</content>
</entry>
</feed>
