Branch: refs/heads/master
Home: https://github.com/ngircd/ngircd
Commit: c4245220deefc91ebcc41f264ec6e4dd7993f35b
https://github.com/ngircd/ngircd/commit/c4245220deefc91ebcc41f264ec6e4dd799…
Author: Alexander Barton <alex(a)barton.de>
Date: 2015-05-13 (Wed, 13 May 2015)
Changed paths:
M src/ngircd/match.c
Log Message:
-----------
Fix MatchCaseInsensitive[List]](): lowercase string _and_ pattern
Up to now, only the the string ("haystack") became lowercased and was
the compared to the pattern ("needle") -- which failed, when the pattern
itself wasn't all lowercase ...
Branch: refs/heads/master
Home: https://github.com/ngircd/ngircd
Commit: f8f7f83f5a2228bb9deeb8324be015cd76b84ced
https://github.com/ngircd/ngircd/commit/f8f7f83f5a2228bb9deeb8324be015cd76b…
Author: Alexander Barton <alex(a)barton.de>
Date: 2015-05-13 (Wed, 13 May 2015)
Changed paths:
M man/ngircd.conf.5.tmpl
M src/ngircd/irc-channel.c
M src/ngircd/irc-info.c
Log Message:
-----------
Streamline effect of "MorePrivacy" option (WHOIS, LIST)
- Update documentation in ngircd.conf(5)
- LIST: Don't hide channels for IRC Ops when "MorePrivacy" is in effect
- WHOIS: Don't hide IP addresses/hostnames when "MorePrivacy" is in effect
Closes #198