Branch: refs/heads/master Home: https://github.com/ngircd/ngircd Commit: d118cd74b6ff342b978b493d56f9306028e364cf https://github.com/ngircd/ngircd/commit/d118cd74b6ff342b978b493d56f9306028e3... Author: Peter Powell petpow@saberuk.com Date: 2015-07-14 (Tue, 14 Jul 2015)
Changed paths: M doc/sample-ngircd.conf.tmpl M man/ngircd.conf.5.tmpl M src/ngircd/conf.h M src/ngircd/conn.c
Log Message: ----------- Use "NOTICE *" before registration instead of "NOTICE AUTH".
AUTH is a valid nickname so sending notices to it is probably not a good idea. Use * as the target instead as done with numerics when the nick is not available.
This mimics the behaviour in Charybdis, IRCD-Hybrid, InspIRCd 2.2, Plexus 4, etc.
Commit: 5545e1bebf31ddb9f89c80979c0be93e3fdf6f0c https://github.com/ngircd/ngircd/commit/5545e1bebf31ddb9f89c80979c0be93e3fdf... Author: Peter Powell petpow@saberuk.com Date: 2015-07-14 (Tue, 14 Jul 2015)
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/conn.c
Log Message: ----------- Rename NoticeAuth to NoticeBeforeRegistration.
The old name is still supported for compatibility reasons.
Commit: 64c265cf33d09cfb9ab5e7d0bbc8033dc85f7c64 https://github.com/ngircd/ngircd/commit/64c265cf33d09cfb9ab5e7d0bbc8033dc85f... Author: Alexander Barton alex@barton.de Date: 2015-08-01 (Sat, 01 Aug 2015)
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/conn.c
Log Message: ----------- Merge pull request #217 from SaberUK/master+notice-auth
Use "NOTICE *" before registration instead of "NOTICE AUTH".
Compare: https://github.com/ngircd/ngircd/compare/b72a7a4b96df...64c265cf33d0