Branch: refs/heads/master Home: https://github.com/ngircd/ngircd Commit: d803ff052585b29defb41f7e5c3c0915f767bebc https://github.com/ngircd/ngircd/commit/d803ff052585b29defb41f7e5c3c0915f767... Author: Alexander Barton alex@barton.de Date: 2018-02-25 (Sun, 25 Feb 2018)
Changed paths: M configure.ng
Log Message: ----------- configure.ng: Split list into separate lines
Commit: 8f0c705029501141528fbe7671e4107b4e1f395f https://github.com/ngircd/ngircd/commit/8f0c705029501141528fbe7671e4107b4e1f... Author: Alexander Barton alex@barton.de Date: 2018-02-25 (Sun, 25 Feb 2018)
Changed paths: M src/portab/Makefile.ng
Log Message: ----------- portab/Makefile: Split list into separate lines
Commit: 03acae970df0ebe713a4be791e6c75915d34a365 https://github.com/ngircd/ngircd/commit/03acae970df0ebe713a4be791e6c75915d34... Author: Alexander Barton alex@barton.de Date: 2018-02-25 (Sun, 25 Feb 2018)
Changed paths: M src/ngircd/irc.c
Log Message: ----------- User mode "C": Allow messages from servers, services, and IRC Ops
Update user mode "C" handling ("Only users that share a channel are allowed to send messages") to behave like user mode "b" ("block private messages and notices") and therefore allow messages from servers, services, and IRC Operators, too.
Change proposed by "wowaname" in #ngircd, thanks!
Compare: https://github.com/ngircd/ngircd/compare/3559940e4aff...03acae970df0