Commits
- Commit:
7b58538074ad947ab493c45206cec61eae681f7c
- From:
- Alexander Barton <alex@barton.de>
- Date:
ngIRCd Release 22
- Commit:
3f436e1810e242176895c69e58978c47966c666d
- From:
- Alexander Barton <alex@barton.de>
- Date:
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".
- Commit:
967deebacd4340b1fdb49402ff99a1985fadc1a6
- From:
- Alexander Barton <alex@barton.de>
- Date:
User mode "F": Fix description in NEWS and ChangeLog
- Commit:
74262a40935fa67b98e95c02f4bba4056dc21831
- From:
- Alexander Barton <alex@barton.de>
- Date:
Update NEWS and ChangeLog for ngIRCd 22 once more ...
- Commit:
be887070273c47a07c9bf488630f6fb707976f67
- From:
- Alexander Barton <alex@barton.de>
- Date:
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!
- Commit:
7d7eb735f0c8b541e7809a68cb49174605147904
- From:
- Alexander Barton <alex@barton.de>
- Date:
ngIRCd Release 22~rc1
- Commit:
fa7fac88d27861beec9533fb4b141aca1dcb3f2d
- From:
- Alexander Barton <alex@barton.de>
- Date:
Update NEWS and ChangeLog for ngIRCd 22 once more ...
- Commit:
84ff5a6eb975fbabfaaa92447246571721a016bc
- From:
- Alexander Barton <alex@barton.de>
- Date:
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.
- Commit:
bf2eae3249cd7890c0189dfcf1a50b0e40e199b2
- From:
- Alexander Barton <alex@barton.de>
- Date:
Allow longer usernames for authentication
- Commit:
ffad2da835e26a1a457d4f4a16acf6797d4cc71e
- From:
- Alexander Barton <alex@barton.de>
- Date:
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]
- Commit:
3f1547ecdec24fd685f05e40733ae0d907bcb9d8
- From:
- Alexander Barton <alex@barton.de>
- Date:
Fix spelling and whitespaces in INSTALL
- Commit:
7893dc524192715ef004028f8959819f53d34660
- From:
- Alexander Barton <alex@barton.de>
- Date:
Update NEWS and ChangeLog for ngIRCd 22
- Commit:
896d45471aa4324d6c86cfc5613feab760151c70
- From:
- Alexander Barton <alex@barton.de>
- Date:
Lists_MakeMask: Don't destroy source buffer
- Commit:
01c3552140f710fd1efc5b1037e99500c2a292d7
- From:
- Alexander Barton <alex@barton.de>
- Date:
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!
- Commit:
ce3c4074ba08a6a851e45864d1f88ca4b8820a53
- From:
- Alexander Barton <alex@barton.de>
- Date:
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>!
- Commit:
40ed94a1f23aa120cb80bcf8224cef69124909f1
- From:
- Alexander Barton <alex@barton.de>
- Date:
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 ...
- Commit:
c1f180b87b424b65d9b75299047148b7d01c2cc2
- From:
- Alexander Barton <alex@barton.de>
- Date:
New "Debian release" 21.1-0ab2
(cherry picked from commit 48fcb97fa4a2762a873d9d693c7a126588a1811d)
- Commit:
f5944a17e44b1acd642aaeaf1ad551e3b0074fb5
- From:
- Alexander Barton <alex@barton.de>
- Date:
Debian: Don't adjust path names that are correct by default
- Commit:
06920df4bb88260aba7d5bf1c2000d2e521bab3e
- From:
- Alexander Barton <alex@barton.de>
- Date:
Debian: Correctly set and use "docdir"
- Commit:
e864b1f33e7dafacd4b3af5b217567709c49ea2e
- From:
- Alexander Barton <alex@barton.de>
- Date:
Update config.guess and config.sub to recent versions
- config.guess: 2014-03-23
- config.sub: 2014-05-01
- Commit:
39b8fc65b69c7534228e314c08604341bdf6125f
- From:
- Alexander Barton <alex@barton.de>
- Date:
Add "tests-skipped.lst" to src/testsuite/.gitignore
- Commit:
3de972e0bdbb5da7b13db5628e5373e3ec57cf51
- From:
- Alexander Barton <alex@barton.de>
- Date:
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.
- Commit:
ec2bf5c5a23e791fda3f2ea4d92c663abb94490a
- From:
- Alexander Barton <alex@barton.de>
- Date:
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>!
- Commit:
70160b3a5b2b03d998263ba497dc944c2fb7a503
- From:
- Alexander Barton <alex@barton.de>
- Date:
Add "cov-int" directory (Coverity test tool) to .gitignore file
- Commit:
a90004b9133b62b3dc2ee80c572a8d0c9c607141
- From:
- Alexander Barton <alex@barton.de>
- Date:
Test suite: Update file headers and comments