]> jfr.im git - irc/charybdis-ircd/charybdis.git/commit
extensions/extb_ssl.c: make certfp parameter case-insensitive origin/release/4
authorAaron Jones <redacted>
Tue, 28 Jan 2020 20:46:09 +0000 (20:46 +0000)
committerAaron Jones <redacted>
Tue, 28 Jan 2020 20:47:33 +0000 (20:47 +0000)
commit818d461f79215d84742131cb2ec40b57dd601131
tree34a2a58a0ba26127c47825973a70a90dab1b1ec9
parentefad5fe1f972a6b07bd6b0e3bcfd2fa2195ac8a3
extensions/extb_ssl.c: make certfp parameter case-insensitive

I had the idea that maybe these should be case-sensitive because some
encodings (like Base-64) are. But it turns out it's better to
prioritise not breaking existing configurations / channel mode lists,
and just revisit this in future maybe.

[ci skip]
extensions/extb_ssl.c