aboutsummaryrefslogtreecommitdiffstats
path: root/irc.h
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2016-03-21 14:30:44 +0100
committerMarius Halden <marius.h@lden.org>2016-05-07 14:27:54 +0200
commitdab92571b0959a1f1c4805dd6d874421b262aa8c (patch)
treeafd8181cd53df4b2eb64d59094a9be92044b305c /irc.h
parenta21ce7901fd2d4f81cddcd7f5d30346d28dfc316 (diff)
Add authmode sasl
New AuthMode sasl added, when this is used all users have to authenticate with sasl.
Diffstat (limited to 'irc.h')
-rw-r--r--irc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/irc.h b/irc.h
index f8142ae3..27e164d3 100644
--- a/irc.h
+++ b/irc.h
@@ -58,6 +58,7 @@ typedef enum {
Currently just blocks irc_vawrite(). */
USTATUS_CAP_PENDING = 16,
USTATUS_SASL_PLAIN_PENDING = 32,
+ USTATUS_SASL_AUTHENTICATED = 64,
/* Not really status stuff, but other kinds of flags: For slightly
better password security, since the only way to send passwords