diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-02-15 11:51:44 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-02-15 11:51:44 +0100 |
commit | 341551f2f2db91ee8c017e1dc65adb6dd0b188aa (patch) | |
tree | e066ba259fe7fade21468dd2f480fc6723ad13b9 /doc/en/autogen/user/irc_options.txt | |
parent | 34272b7e4dbc6bf826b50c5e83fea255fc3bea8a (diff) | |
download | weechat-341551f2f2db91ee8c017e1dc65adb6dd0b188aa.zip |
Add SASL authentication in IRC plugin (task #8829), add function "string_encode_base64" in plugin API, fix bug with base64 encoding
New options for IRC servers:
- sasl_mechanism (only "plain" for now)
- sasl_username
- sasl_password
Diffstat (limited to 'doc/en/autogen/user/irc_options.txt')
-rw-r--r-- | doc/en/autogen/user/irc_options.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt index 5dcfdcc7f..2b578c097 100644 --- a/doc/en/autogen/user/irc_options.txt +++ b/doc/en/autogen/user/irc_options.txt @@ -308,6 +308,21 @@ ** type: string ** values: any string (default value: "") +* *irc.server_default.sasl_mechanism* +** description: mechanism for SASL authentication +** type: integer +** values: plain (default value: plain) + +* *irc.server_default.sasl_password* +** description: password for SASL authentication +** type: string +** values: any string (default value: "") + +* *irc.server_default.sasl_username* +** description: username for SASL authentication +** type: string +** values: any string (default value: "") + * *irc.server_default.ssl* ** description: use SSL for server communication ** type: boolean |