1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 23:13:13 +02:00

Fix the missing AUTOLOGIN extension.

This commit is contained in:
Sadie Powell
2026-03-30 17:42:12 +01:00
parent eaa24d3b0a
commit a858a1e0a0
+2
View File
@@ -648,6 +648,7 @@ private:
NSCertListImpl::ExtensibleItem certs;
CertServiceImpl cs;
NSCertInfoType cert_type;
SerializableExtensibleItem<bool> autologin;
bool CanLogin(User *u, NickCore *nc)
{
@@ -677,6 +678,7 @@ public:
, commandnssasetautologin(this)
, certs(this, NICKSERV_CERT_EXT)
, cs(this)
, autologin(this, "AUTOLOGIN")
{
if (!IRCD || !IRCD->CanCertFP)
throw ModuleException("Your IRCd does not support ssl client certificates");