diff options
author | Sadie Powell <sadie@witchery.services> | 2023-11-14 15:02:04 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2023-11-14 15:02:04 +0000 |
commit | b28180d680f974b7d3cf72667681b8cda6a39b0a (patch) | |
tree | 45ce01374a4eb95c7b9bca73f25bc28dfefb2721 /include/protocol.h | |
parent | 0f1f0c5a221d199fefc38e116a98fb4ff2c0a4f3 (diff) |
Implement support for the ANONYMOUS SASL mechanism.
Diffstat (limited to 'include/protocol.h')
-rw-r--r-- | include/protocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/protocol.h b/include/protocol.h index 4f7990b51..9967012c0 100644 --- a/include/protocol.h +++ b/include/protocol.h @@ -64,6 +64,8 @@ class CoreExport IRCDProto : public Service bool CanCertFP; /* Can we send arbitrary message tags? */ bool CanSendTags; + /* Can users log out before being fully connected? */ + bool CanSVSLogout; /* Whether this IRCd requires unique IDs for each user or server. See TS6/P10. */ bool RequiresID; /* If this IRCd has unique ids, whether the IDs and nicknames are ambiguous */ |