Commits
- Commit:
94148c37f5b29dffe1f37192d3930a2e3de2377d
- From:
- Alexander Barton <alex@barton.de>
- Date:
ngIRCd Release 21
- Commit:
f25be28ab85a17c57eea4504e2924c2793150669
- From:
- Alexander Barton <alex@barton.de>
- Date:
doc/Platforms.txt: add Mac OS X 10.6.8
- Commit:
fae7bd1bb74c482bc714d7fb4dcf8b3f211acd0d
- From:
- Alexander Barton <alex@barton.de>
- Date:
Update doc/Platforms.txt
- Commit:
0556aa19011bb16e58bf436fc0199e18c4f3ec21
- From:
- Alexander Barton <alex@barton.de>
- Date:
ngircd.init: Make sure no stale PID file is left over
- Commit:
48698f14a283fe1b618ab7b09cb8d7a552bda61c
- From:
- Alexander Barton <alex@barton.de>
- Date:
platformtest.sh/Platforms.txt: allow user names up to 8 characters
- Commit:
8e6db769ac549cfe26042f7d51ae8a301d8fc569
- From:
- Federico G. Schwindt <fgsch@lodoss.net>
- Date:
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().
- Commit:
8a041373bb81f75a91a00e692979619938199989
- From:
- Alexander Barton <alex@barton.de>
- Date:
Debian: Fix sed(1) rules adjusting "ngircd-full" package
Error introduced by last commit :-/
- Commit:
37c8699f3403f8d45c1cfb1679be4248cfb1e726
- From:
- Alexander Barton <alex@barton.de>
- Date:
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.
- Commit:
788b3002d8f7340e709dda2de94dfdd812f1c400
- From:
- Alexander Barton <alex@barton.de>
- Date:
ngIRCd Release 21~rc2
- Commit:
beb9f65dc8dfb4517ab59512ddaf1e111a4e3132
- From:
- Alexander Barton <alex@barton.de>
- Date:
platformtest.sh: Detect clang compilers
- Commit:
62865f7e1910d08ad8d72cb89f830f6d9411ffa2
- From:
- Federico G. Schwindt <fgsch@lodoss.net>
- Date:
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.
- Commit:
a7dda1b28c5d425b3fc4e946ff238ca06c9bb64e
- From:
- Federico G. Schwindt <fgsch@lodoss.net>
- Date:
Report the correct file on error
- Commit:
cba5a2579f911c8527e5c51c4c57e6beaefe26d8
- From:
- Alexander Barton <alex@barton.de>
- Date:
doc/Platforms.txt: Add Open64 and tcc C compilers on Linux
Thanks to Götz Hoffart!
- Commit:
a2479bb9069ea2b61cf606dbefc2cb3ad0eb8e1d
- From:
- Alexander Barton <alex@barton.de>
- Date:
platformtest.sh: Detect tcc compiler
- Commit:
17589534d0ccff05463910d1f0ba673d7d1630fd
- From:
- Federico G. Schwindt <fgsch@lodoss.net>
- Date:
Add support for arc4random
If arc4random is present it will be used over the srand/rand interface.
This fixes some warnings in OpenBSD-current.
- Commit:
ea26fd2840f6c7f286407e86f832d6ec5e93eeeb
- From:
- Federico G. Schwindt <fgsch@lodoss.net>
- Date:
Fix another strcat warning missed in commit 4c5b43
- Commit:
45d3e6aa91295bee056df8be5c3ed224420fba02
- From:
- Alexander Barton <alex@barton.de>
- Date:
platformtest.sh: Clean up GIT source tree, when possible
- Commit:
0bd3fb88b2c2a433a68c82c3eaba2fd13b8fcd0b
- From:
- Alexander Barton <alex@barton.de>
- Date:
platformtest.sh: Detect Apple LLVM (clang) compiler
- Commit:
c34b91d8ddd23c0f04da949b4f3b592ed081c729
- From:
- Alexander Barton <alex@barton.de>
- Date:
Update (date of) manual pages
- Commit:
56da86b4f4f162851f802d9e90b2779d804f411b
- From:
- Alexander Barton <alex@barton.de>
- Date:
ChnageLog file: even more spelling fixes ...
- Commit:
ea8a2bf1fc786874010c8a6ef84b3142c536112e
- From:
- Alexander Barton <alex@barton.de>
- Date:
INSTALL file: Update "Upgrade Information"
- Commit:
1b349b05d5040de19921f087785310dfe24ef5df
- From:
- Alexander Barton <alex@barton.de>
- Date:
Fix spelling in NEWS and ChangeLog files
- Commit:
4c5b439992ce99f1bed84c51e4d9c3a3cd118858
- From:
- Alexander Barton <alex@barton.de>
- Date:
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!
- Commit:
86cd2da8d5dc08eedbf23be5249d1cc3a16f0787
- From:
- Alexander Barton <alex@barton.de>
- Date:
ngIRCd Release 21~rc1
- Commit:
9b1fee8995f5e1ee5390ba36635804744a368c94
- From:
- Alexander Barton <alex@barton.de>
- Date:
Update NEWS and ChangeLog files