Branch: refs/heads/master Home: https://github.com/ngircd/ngircd Commit: c4245220deefc91ebcc41f264ec6e4dd7993f35b https://github.com/ngircd/ngircd/commit/c4245220deefc91ebcc41f264ec6e4dd7993... Author: Alexander Barton alex@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 ...
ngircd-commits@lists.barton.de