Branch: refs/heads/master
Home: https://github.com/ngircd/ngircd
Commit: 0ab4e7bffd09dc28d46f0b270eb8be5e7d41608f
https://github.com/ngircd/ngircd/commit/0ab4e7bffd09dc28d46f0b270eb8be5e7d4…
Author: Alexander Barton <alex(a)barton.de>
Date: 2016-01-16 (Sat, 16 Jan 2016)
Changed paths:
M doc/Platforms.txt
Log Message:
-----------
Platforms.txt: Add systems
- Add armv7l/unk./linux-gnueabihf (gcc 4.9.2)
- Add x86_64/unknown/linux-gnu (icc 16)
Commit: a673a6e3af783c9c80cadd0cf3c963c754d84649
https://github.com/ngircd/ngircd/commit/a673a6e3af783c9c80cadd0cf3c963c754d…
Author: Alexander Barton <alex(a)barton.de>
Date: 2016-01-16 (Sat, 16 Jan 2016)
Changed paths:
M doc/Platforms.txt
Log Message:
-----------
Platforms.txt: Remove x86_64/unknown/linux-gnu, tcc 0.9.25
This combination had been successfully tested with ngIRCd 21, but after
further investigation didn't build correctly: it seems as if tcc fails
to correctly link external libraries (e. g. ngipaddr).
Astonishingly the test suite passed nevertheless, with garbled output,
but without the daemon crashing!?
When using tcc with ngIRCd 23 (and current master), the test suite fails
completely because the daemon crashes ... (which actually is good!)
Compare: https://github.com/ngircd/ngircd/compare/8f0d24c831dc...a673a6e3af78
Branch: refs/heads/master
Home: https://github.com/ngircd/ngircd
Commit: 2254e92e60fbe09da5adef1111ddcd60b7e98252
https://github.com/ngircd/ngircd/commit/2254e92e60fbe09da5adef1111ddcd60b7e…
Author: Alexander Barton <alex(a)barton.de>
Date: 2016-01-10 (Sun, 10 Jan 2016)
Changed paths:
M contrib/platformtest.sh
Log Message:
-----------
platformtest.sh: Only show "runs=Y" when test suite succeeded
Display "?" in the "runs" colum when the simple "run test" succeeded but
the test suite failed. And display a message to double check the actual
status, because it is somewhat unclear, if the daemon actually "works"
or not in this case.
Commit: 0a6e28458296c8a7b72039d88b5754f3e8053b28
https://github.com/ngircd/ngircd/commit/0a6e28458296c8a7b72039d88b5754f3e80…
Author: Alexander Barton <alex(a)barton.de>
Date: 2016-01-10 (Sun, 10 Jan 2016)
Changed paths:
M contrib/platformtest.sh
Log Message:
-----------
platformtest.sh: Delete ngIRCd binary before test run
This ensures that we definitely don't test an old binary later on ...
Compare: https://github.com/ngircd/ngircd/compare/7cda2f13f48d...0a6e28458296
Branch: refs/heads/master
Home: https://github.com/ngircd/ngircd
Commit: 7dba1a0766b35d01cd8892753d1e0dd578ca2cd9
https://github.com/ngircd/ngircd/commit/7dba1a0766b35d01cd8892753d1e0dd578c…
Author: Alexander Barton <alex(a)barton.de>
Date: 2016-01-07 (Thu, 07 Jan 2016)
Changed paths:
M src/ngircd/irc.c
M src/testsuite/message-test.e
Log Message:
-----------
Send_Message: Fix handling of "empty" targets
Clients can specify multiple targets for the "PRIVMSG", "NOTICE", and
"SQUERY" commands, separated by commas (e. g. "PRIVMSG a,#b,c :text").
Since commit 49ab79d0 ("Limit the number of message targes, and suppress
duplicates"), ngIRCd crashed when the client sent the separator character
only as target(s), e. g. "," or ",,,," etc.!
This patch fixes the bug and adds a test case for this issue.
Thanks to Florian Westphal <fw(a)strlen.de> for spotting the issue!
Commit: 7cda2f13f48d7cd09df5644c44ed222e81029289
https://github.com/ngircd/ngircd/commit/7cda2f13f48d7cd09df5644c44ed222e810…
Author: Alexander Barton <alex(a)barton.de>
Date: 2016-01-07 (Thu, 07 Jan 2016)
Changed paths:
M doc/Platforms.txt
Log Message:
-----------
Platforms.txt: Add and update systems
- Add i386/pc/minix (clang 3.4)
- Update i686/pc/cygwin (gcc 4.9.3)
- Add x86_64/apple/darwin15.2.0 (Apple clang 7.0)
Compare: https://github.com/ngircd/ngircd/compare/055d6e80561c...7cda2f13f48d
Branch: refs/heads/master
Home: https://github.com/ngircd/ngircd
Commit: 6a5569c27d47674b2e7483ddf6f1fafd8fe65a2e
https://github.com/ngircd/ngircd/commit/6a5569c27d47674b2e7483ddf6f1fafd8fe…
Author: Alexander Barton <alex(a)barton.de>
Date: 2016-01-04 (Mon, 04 Jan 2016)
Changed paths:
M AUTHORS
M ChangeLog
M INSTALL
M NEWS
M README
M man/ngircd.8.tmpl
M man/ngircd.conf.5.tmpl
M src/ngircd/ngircd.c
Log Message:
-----------
Update copyright notices for 2016