<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ngircd/configure.in, branch rel-13</title>
<subtitle>ngircd with make
</subtitle>
<id>http://git.nakidai.ru/ngircd/atom?h=rel-13</id>
<link rel='self' href='http://git.nakidai.ru/ngircd/atom?h=rel-13'/>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/'/>
<updated>2008-12-25T22:18:29+00:00</updated>
<entry>
<title>ngIRCd release 13</title>
<updated>2008-12-25T22:18:29+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-12-25T22:18:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=4b83a23d9d3aa4644dc497f14eaca2bd7f1cc347'/>
<id>urn:sha1:4b83a23d9d3aa4644dc497f14eaca2bd7f1cc347</id>
<content type='text'>
</content>
</entry>
<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>TLS/SSL support: code changes.</title>
<updated>2008-09-13T13:10:32+00:00</updated>
<author>
<name>Florian Westphal</name>
<email>fw@strlen.de</email>
</author>
<published>2008-09-13T13:10:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=ef3327d372c159bd2a395d6854843982a5e9c54d'/>
<id>urn:sha1:ef3327d372c159bd2a395d6854843982a5e9c54d</id>
<content type='text'>
This adds the required code to enable ssl/tls support
during compile and run time, respectively.
</content>
</entry>
<entry>
<title>Enable GNU libc "memory tracing" when compiled with debug code.</title>
<updated>2008-08-13T14:00:57+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-08-13T14:00:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=c769cbecb6214f518135c4bb2a52479747c2bf7b'/>
<id>urn:sha1:c769cbecb6214f518135c4bb2a52479747c2bf7b</id>
<content type='text'>
This patch lets ngIRCd activate "memory tracing" of the GNU libc when
compiled with debug code (configure: --enable-debug) and the functionality
is available on the system.
(http://www.gnu.org/software/libc/manual/html_node/Allocation-Debugging.html)
</content>
</entry>
<entry>
<title>New make target: "osxpkg" to create an Mac OS X installer package.</title>
<updated>2008-08-12T15:30:38+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-08-12T15:30:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=707cc42dec2439da1fdee4ed3eb0e0a44d5ea9fe'/>
<id>urn:sha1:707cc42dec2439da1fdee4ed3eb0e0a44d5ea9fe</id>
<content type='text'>
This patch adds a new make target, "osxpkg", to the main Makefile which
gereates a Apple Mac OS X installer package of ngIRCd. The packagemaker(1)
project bundle is stored in contrib/MacOSX/ngIRCd.pmdoc.
</content>
</entry>
<entry>
<title>Revert "dpkg-shlibdeps: warning: dependency on libnsl.so.1 [..]"</title>
<updated>2008-07-09T16:36:40+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-07-09T16:36:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=4467d127c2306c5bd0c0e3fe50ee470b604f5946'/>
<id>urn:sha1:4467d127c2306c5bd0c0e3fe50ee470b604f5946</id>
<content type='text'>
- Solaris needs both -lsocket _and_ -lnsl
- A/UX needs -lUTIL

"... which totally sucks because we'd link libnsl on Linux, too
(where its not needed at all). So, we have to figure out how to tell
autocrap to NOT put -lnsl there unless it exports a symbol we need.
This also means that [...] has to be reverted (or done properly)."
					-- Florian Westphal @ #ngircd

This reverts commit 2b14234abc252383679bae2d23861b773dc9713e.
</content>
</entry>
<entry>
<title>dpkg-shlibdeps: warning: dependency on libnsl.so.1 [..]</title>
<updated>2008-07-09T16:33:48+00:00</updated>
<author>
<name>Florian Westphal</name>
<email>fw@strlen.de</email>
</author>
<published>2008-06-30T20:50:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=2b14234abc252383679bae2d23861b773dc9713e'/>
<id>urn:sha1:2b14234abc252383679bae2d23861b773dc9713e</id>
<content type='text'>
(they use none of its symbols).

So, rip out that AC_CHECK_LIB cruft, pointed out by Christoph Biedl.

If there are platforms that really need that we should
only link when we actually use these libraries.
</content>
</entry>
<entry>
<title>Use strtok_r instead of strchr in IRC_JOIN.</title>
<updated>2008-05-26T19:20:03+00:00</updated>
<author>
<name>Scott Perry</name>
<email>scperry@ucsd.edu</email>
</author>
<published>2008-05-26T10:38:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=b90f71ca2ab1b2eea7ca992b1e51a4b39afe0728'/>
<id>urn:sha1:b90f71ca2ab1b2eea7ca992b1e51a4b39afe0728</id>
<content type='text'>
This patch does significant cleanup on the join code by using strtok_r
instead of mangling strchr to parse channel names and keys in parallel when
a JOIN command contains a list of channels and keys.

Also adds an strtok_r implementation to libportab.
</content>
</entry>
<entry>
<title>configure.in: don't check for "obvious" standard functions.</title>
<updated>2008-05-25T18:16:25+00:00</updated>
<author>
<name>Florian Westphal</name>
<email>fw@strlen.de</email>
</author>
<published>2008-05-25T18:16:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=73f7201ab38013a9c30239ebee35511f77657ce3'/>
<id>urn:sha1:73f7201ab38013a9c30239ebee35511f77657ce3</id>
<content type='text'>
Drop checks for the following C standard functions:
malloc, memmove, memset, realloc, strchr, strcspn, strerror, strstr.

Rationale: These are standard K&amp;R/C89 functions, no point in
''making sure they exist''.
</content>
</entry>
<entry>
<title>Update master development branch</title>
<updated>2008-05-13T14:12:15+00:00</updated>
<author>
<name>Alexander Barton</name>
<email>alex@barton.de</email>
</author>
<published>2008-05-13T14:12:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.nakidai.ru/ngircd/commit/?id=9486bc7465022657ca8d207827a848c5be5d0618'/>
<id>urn:sha1:9486bc7465022657ca8d207827a848c5be5d0618</id>
<content type='text'>
- use "dev" instead of "HEAD" as "version number",
- update ChangeLog and NEWS to reflect the 0.12.0 release.
</content>
</entry>
</feed>
