]> jfr.im git - solanum.git/commit
ircd/newconf: ignore invalid connect block passwords (#261)
authorAaron Jones <redacted>
Sat, 14 Aug 2021 23:14:39 +0000 (23:14 +0000)
committerGitHub <redacted>
Sat, 14 Aug 2021 23:14:39 +0000 (23:14 +0000)
commit95898abbb17277b9b7d6287b2105b46c6541ed99
tree95caac72c5f9895893ce880cf1a4d3a3ac395f46
parentf6b73103d683179e60a99c87037c685f68dd0f9c
ircd/newconf: ignore invalid connect block passwords (#261)

Also, ignore a connect block that requests certfp authentication
without setting the ssl flag, as it will then go on to fail anyway.

Finally, correct an erroneous error message about class blocks.
ircd/newconf.c