Commit Briefs

7b58538074 Alexander Barton

ngIRCd Release 22 (tags/rel-22)


3f436e1810 Alexander Barton

Platforms.txt: Add and update systems

- Add armv7l/unk./linux-gnueabihf - Update hppa/unknown/openbsd5.4 - Update i686/unknown/gnu0.5 - Update i686/pc/cygwin - Add i386/pc/linux-gnu, gcc 4.4.5 - Update x86_64/apple/darwin14.0.0 - Update x86_64/unknown/freebsd8.4 - Update x86_64/unknown/freebsd9.2 - Add x86_64/unknown/freebsd10.0 - Add/update x86_64/unknown/linux-gnu, various compilers - Update x86_64/unknown/openbsd4.8 - Add x86_64/unknown/openbsd5.5 Tested version is "rel-22-rc1-3-g967deeb".


967deebacd Alexander Barton

User mode "F": Fix description in NEWS and ChangeLog


74262a4093 Alexander Barton

Update NEWS and ChangeLog for ngIRCd 22 once more ...


be88707027 Alexander Barton

Match list patterns case-insensitive

The invite-, ban-, and except lists are affected by this change, as well as G-Lines an K-Lines. Problem pointed out by "wowaname" on #ngircd, thanks!


7d7eb735f0 Alexander Barton

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


fa7fac88d2 Alexander Barton

Update NEWS and ChangeLog for ngIRCd 22 once more ...


84ff5a6eb9 Alexander Barton

Sync "except lists" between servers

Up to now, ban, invite, and G-Line lists have been synced between servers while linking -- but obviously nobody noticed that except list have been missing ever since. Until now. Thanks to "j4jackj", who reported this issue in #ngircd.


bf2eae3249 Alexander Barton

Allow longer usernames for authentication


ffad2da835 Alexander Barton

Correctly check that a server has a valid hostname and port

David Binderman <dcb314@hotmail.com> reported the following compiler warning, which is a real bug in ngIRCd, thanks! conn.c:2077:55: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]


3f1547ecde Alexander Barton

Fix spelling and whitespaces in INSTALL


7893dc5241 Alexander Barton

Update NEWS and ChangeLog for ngIRCd 22


896d45471a Alexander Barton

Lists_MakeMask: Don't destroy source buffer


01c3552140 Alexander Barton

Initialize Conf_ScrubCTCP even when SYSLOG isn't #define'd

The "SYSLOG" #define isn't related to "Conf_ScrubCTCP" at all, so initialize the latter even when "SYSLOG" isn't #define'd. Pointed out by wowaname on #ngircd, thanks!


ce3c4074ba Alexander Barton

Platforms.txt: Add and update systems

- Add armv7l/unk./linux-gnueabihf - Add x86_64/apple/darwin14.0.0 Thanks to Götz Hoffart <goetz@hoffart.de>!


40ed94a1f2 Alexander Barton

Increase MAX_SERVERS from 16 to 64

There are installations out there that would like to configure more than 16 links per server, so increase this limit. Best would be to get rid of MAX_SERVERS altogether and make if fully dynamic, but start with this quick and dirty hack ...


c1f180b87b Alexander Barton

New "Debian release" 21.1-0ab2

(cherry picked from commit 48fcb97fa4a2762a873d9d693c7a126588a1811d)


f5944a17e4 Alexander Barton

Debian: Don't adjust path names that are correct by default


06920df4bb Alexander Barton

Debian: Correctly set and use "docdir"


e864b1f33e Alexander Barton

Update config.guess and config.sub to recent versions

- config.guess: 2014-03-23 - config.sub: 2014-05-01


39b8fc65b6 Alexander Barton

Add "tests-skipped.lst" to src/testsuite/.gitignore


3de972e0bd Alexander Barton

Test suite/platformtest.sh: Detect when tests have been skipped

Detect if some tests have been skipped, for example when telnet(1) or expect(1) is missing: ./contrib/platformtest.sh will echo a warning message now.


ec2bf5c5a2 Alexander Barton

Platforms.txt: Add and update systems

- Add sparc/unknown/openbsd5.5 - Update powerpc/apple/darwin7.9.0 - Update x86_64/unknown/linux-gnu, Open64 - Update x86_64/unknown/linux-gnu, Sun C 5.12/Solaris Studio 12.3 - Update x86_64/unknown/linux-gnu, tcc 0.9.25 Thanks to Götz Hoffart <goetz@hoffart.de>!



a90004b913 Alexander Barton

Test suite: Update file headers and comments