Files
znc/src
J-P Nurmi e86f43d841 Introduce CaseSensitivity enum class
The enum is a bit more verbose, but leads to more readable code:

str.Equals("foo", true)
// vs.
str.Equals("foo", CString::CaseSensitive)

Deprecate the old Equals() and leave out the length parameter
from the new version => use StartsWith() or StrCmp() instead.
2014-09-29 16:30:45 +02:00
..
2013-12-31 10:10:55 +01:00
2014-08-12 00:20:18 +01:00
2014-02-16 12:45:09 +01:00
2014-09-05 16:34:36 +02:00
2011-09-23 03:33:13 +07:00
2013-12-31 10:10:55 +01:00
2013-12-31 10:10:55 +01:00
2013-12-31 10:10:55 +01:00
2014-08-04 10:04:21 +02:00
2014-09-07 21:23:28 +02:00