Branch: refs/heads/master
Home: https://github.com/ngircd/ngircd
Commit: 722afc1b810cef74dbd2738d71866176fd974ec2
https://github.com/ngircd/ngircd/commit/722afc1b810cef74dbd2738d71866176fd9…
Author: Alexander Barton <alex(a)barton.de>
Date: 2016-07-22 (Fri, 22 Jul 2016)
Changed paths:
M src/portab/portab.h
Log Message:
-----------
Make sure that SYSCONFDIR is always set
This is useful when ./configure hasn't been run but some source code
linters are run in an editor, for example.
Branch: refs/heads/master
Home: https://github.com/ngircd/ngircd
Commit: e84000f7b8b8fb8ae29f53f66dea488f904e0838
https://github.com/ngircd/ngircd/commit/e84000f7b8b8fb8ae29f53f66dea488f904…
Author: Christian Aistleitner <christian(a)quelltextlich.at>
Date: 2016-06-05 (Sun, 05 Jun 2016)
Changed paths:
M doc/sample-ngircd.conf.tmpl
M man/ngircd.conf.5.tmpl
M src/ngircd/conf.c
M src/ngircd/conf.h
M src/ngircd/defines.h
M src/ngircd/pam.c
Log Message:
-----------
Add PAMServiceName setting to specify the used PAM configuration
This setting allows to run multiple ngIRCd instances with
PAM configurations on each instance.
If one sets it to "ngircd-foo", PAM will use `/etc/pam.d/ngircd-foo`
instead of the default `/etc/pam.d/ngircd`.
Commit: 86a64ce6aa522e5cbdb3a90b878e09a3b61d07bf
https://github.com/ngircd/ngircd/commit/86a64ce6aa522e5cbdb3a90b878e09a3b61…
Author: Alexander Barton <alex(a)barton.de>
Date: 2016-06-06 (Mon, 06 Jun 2016)
Changed paths:
M doc/sample-ngircd.conf.tmpl
M man/ngircd.conf.5.tmpl
M src/ngircd/conf.c
M src/ngircd/conf.h
M src/ngircd/defines.h
M src/ngircd/pam.c
Log Message:
-----------
Add "PAMServiceName" configuration option
This setting allows to run multiple ngIRCd instances with separate PAM
configurations on each instance. If one sets it to ngircd-foo, PAM will
use /etc/pam.d/ngircd-foo instead of the default /etc/pam.d/ngircd.
Thanks to "somechris" for the patch & pull request!
Closes #226.
Compare: https://github.com/ngircd/ngircd/compare/a93247d32f79...86a64ce6aa52
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