This commit is contained in:
Kenny Root 2016-09-22 07:55:07 +00:00 committed by GitHub
commit fe04602e02
14 changed files with 286 additions and 96 deletions

View file

@ -34,8 +34,8 @@
-cmdmax: Specifies the maximum number of commands to perform before
starting the internal flood protection.
-sasl_mechanism Specifies the mechanism to use for the SASL authentication.
At the moment irssi only supports the 'plain' and the
'external' mechanisms.
Irssi supports the 'plain' and 'external' mechanisms by
default and other mechanisms through scripts.
-sasl_username Specifies the username to use during the SASL authentication.
-sasl_password Specifies the password to use during the SASL authentication.

View file

@ -137,6 +137,9 @@ irc-cap.c
"server cap end", SERVER_REC
sasl.c
"server sasl init "<mechanism>, SERVER_REC
"server sasl step "<mechanism>, SERVER_REC, GBytes *
"server sasl abort "<mechanism>, SERVER_REC
"server sasl failure", SERVER_REC, char *reason
"server sasl success", SERVER_REC