diff options
| author | Marius Halden <marius.h@lden.org> | 2016-03-21 14:30:44 +0100 |
|---|---|---|
| committer | Marius Halden <marius.h@lden.org> | 2016-05-07 14:27:54 +0200 |
| commit | dab92571b0959a1f1c4805dd6d874421b262aa8c (patch) | |
| tree | afd8181cd53df4b2eb64d59094a9be92044b305c /irc.h | |
| parent | a21ce7901fd2d4f81cddcd7f5d30346d28dfc316 (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
