Commit Briefs

94148c37f5 Alexander Barton

ngIRCd Release 21 (tags/rel-21)


f25be28ab8 Alexander Barton

doc/Platforms.txt: add Mac OS X 10.6.8


fae7bd1bb7 Alexander Barton

Update doc/Platforms.txt


0556aa1901 Alexander Barton

ngircd.init: Make sure no stale PID file is left over



8e6db769ac Federico G. Schwindt

Check and call arc4random_stir() if present

FreeBSD prior to 10.0 does not automatically stir on fork(). Same with current NetBSD. If arc4random_stir() is present assume is needed and call it instead of srand().


8a041373bb Alexander Barton

Debian: Fix sed(1) rules adjusting "ngircd-full" package

Error introduced by last commit :-/


37c8699f34 Alexander Barton

Debian: Fix default "HelpFile" file name in ngircd.conf

The "full" package variants must use "/usr/share/doc/ngircd-full/Commands.txt" and "/usr/share/doc/ngircd-full-dbg/Commands.txt" respectively.


788b3002d8 Alexander Barton

ngIRCd Release 21~rc2 (tags/rel-21-rc2)


beb9f65dc8 Alexander Barton

platformtest.sh: Detect clang compilers


62865f7e19 Federico G. Schwindt

Add support for longer config lines

With the introduction of CipherList we could have longer config lines. Handle up to 1024 bytes and warn if the line will be truncated.


a7dda1b28c Federico G. Schwindt

Report the correct file on error


cba5a2579f Alexander Barton

doc/Platforms.txt: Add Open64 and tcc C compilers on Linux

Thanks to Götz Hoffart!


a2479bb906 Alexander Barton

platformtest.sh: Detect tcc compiler


17589534d0 Federico G. Schwindt

Add support for arc4random

If arc4random is present it will be used over the srand/rand interface. This fixes some warnings in OpenBSD-current.


ea26fd2840 Federico G. Schwindt

Fix another strcat warning missed in commit 4c5b43


45d3e6aa91 Alexander Barton

platformtest.sh: Clean up GIT source tree, when possible


0bd3fb88b2 Alexander Barton

platformtest.sh: Detect Apple LLVM (clang) compiler


c34b91d8dd Alexander Barton

Update (date of) manual pages


56da86b4f4 Alexander Barton

ChnageLog file: even more spelling fixes ...


ea8a2bf1fc Alexander Barton

INSTALL file: Update "Upgrade Information"


1b349b05d5 Alexander Barton

Fix spelling in NEWS and ChangeLog files


4c5b439992 Alexander Barton

ngircd.c, main(): use strlcat() instead of strcat()

This fixes the following warning on OpenBSD 5.3: ngircd.o(.text+0xeb4): In function `main': src/ngircd/ngircd.c:300: warning: strcat() is almost always misused, please use strlcat() Thanks to Götz Hoffart for reporting this!


86cd2da8d5 Alexander Barton

ngIRCd Release 21~rc1 (tags/rel-21-rc1)


9b1fee8995 Alexander Barton

Update NEWS and ChangeLog files