diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-05-01 08:46:46 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-05-01 08:46:46 +0200 |
commit | 881f258d3e6d2377059be50cec4b124eb471961e (patch) | |
tree | d3f1f87014a0875bc375d31b909c4d694fbc2be3 /doc/de/autogen | |
parent | f4da7bfdeeed55c4e58ac678a9d76da31d323a6c (diff) | |
download | weechat-881f258d3e6d2377059be50cec4b124eb471961e.zip |
doc: update auto-generated files with URL options
Diffstat (limited to 'doc/de/autogen')
-rw-r--r-- | doc/de/autogen/plugin_api/url_options.asciidoc | 36 |
1 files changed, 28 insertions, 8 deletions
diff --git a/doc/de/autogen/plugin_api/url_options.asciidoc b/doc/de/autogen/plugin_api/url_options.asciidoc index 35b56e48c..12f6666ac 100644 --- a/doc/de/autogen/plugin_api/url_options.asciidoc +++ b/doc/de/autogen/plugin_api/url_options.asciidoc @@ -42,14 +42,12 @@ | address_scope | long | -| protocols | mask | http, https, ftp, ftps, scp, sftp, telnet, ldap, ldaps, dict, file, tftp, all, imap, imaps, pop3, pop3s, smtp, smtps, rtsp, rtmp, rtmpt, rtmpe, rtmpte, rtmps, rtmpts, gopher +| protocols | mask | http, https, ftp, ftps, scp, sftp, telnet, ldap, ldaps, dict, file, tftp, all, imap, imaps, pop3, pop3s, smtp, smtps, rtsp, rtmp, rtmpt, rtmpe, rtmpte, rtmps, rtmpts, gopher, smb, smbs -| redir_protocols | mask | http, https, ftp, ftps, scp, sftp, telnet, ldap, ldaps, dict, file, tftp, all, imap, imaps, pop3, pop3s, smtp, smtps, rtsp, rtmp, rtmpt, rtmpe, rtmpte, rtmps, rtmpts, gopher +| redir_protocols | mask | http, https, ftp, ftps, scp, sftp, telnet, ldap, ldaps, dict, file, tftp, all, imap, imaps, pop3, pop3s, smtp, smtps, rtsp, rtmp, rtmpt, rtmpe, rtmpte, rtmps, rtmpts, gopher, smb, smbs | noproxy | string | -| socks5_gssapi_service | string | - | socks5_gssapi_nec | long | | tcp_keepalive | long | @@ -58,15 +56,27 @@ | tcp_keepintvl | long | +| unix_socket_path | string | + +| path_as_is | long | + +| proxy_service_name | string | + +| service_name | string | + +| default_protocol | string | + +| socks5_gssapi_service | string | + | netrc | long | ignored, optional, required | userpwd | string | | proxyuserpwd | string | -| httpauth | mask | none, basic, digest, gssnegotiate, ntlm, any, anysafe, digest_ie, only, ntlm_wb, negotiate +| httpauth | mask | none, basic, digest, ntlm, any, anysafe, digest_ie, only, ntlm_wb, negotiate -| proxyauth | mask | none, basic, digest, gssnegotiate, ntlm, any, anysafe, digest_ie, only, ntlm_wb, negotiate +| proxyauth | mask | none, basic, digest, ntlm, any, anysafe, digest_ie, only, ntlm_wb, negotiate | netrc_file | string | @@ -116,7 +126,7 @@ | cookiejar | string | -| http_version | long | none, 1_0, 1_1 +| http_version | long | none, 1_0, 1_1, 2_0, 2, 2tls | cookiesession | long | @@ -144,6 +154,10 @@ | headeropt | mask | unified, separate +| pipewait | long | + +| stream_weight | long | + | mail_from | string | | mail_auth | string | @@ -302,12 +316,18 @@ | gssapi_delegation | long | none, policy_flag, flag -| ssl_options | long | allow_beast +| ssl_options | long | allow_beast, no_revoke | ssl_enable_alpn | long | | ssl_enable_npn | long | +| pinnedpublickey | string | + +| ssl_verifystatus | long | + +| ssl_falsestart | long | + | ssh_auth_types | mask | none, policy_flag, flag | ssh_public_keyfile | string | |