diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-16 14:52:11 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-16 14:52:11 +0200 |
commit | 89e43eaf40e2b1281fe21c2c9eee78d183df8405 (patch) | |
tree | adbb957e07d0c50d7ace5e20febf22be99aa8e92 /doc/en | |
parent | e03642e9df3b1b900d8b6f80fd828a2ec24a0cce (diff) | |
download | weechat-89e43eaf40e2b1281fe21c2c9eee78d183df8405.zip |
core: set server name when connecting to server with TLS (SNI extension) only if it's not an IPV4/IPv6 (closes #1635)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_dev.en.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/en/weechat_dev.en.adoc b/doc/en/weechat_dev.en.adoc index 78b506cb8..34b7e7358 100644 --- a/doc/en/weechat_dev.en.adoc +++ b/doc/en/weechat_dev.en.adoc @@ -397,12 +397,14 @@ WeeChat "core" is located in following directories: | test-core-arraylist.cpp | Tests: arraylists. | test-core-calc.cpp | Tests: calculation of expressions. | test-core-crypto.cpp | Tests: cryptographic functions. +| test-core-dir.cpp | Tests: directory/file functions. | test-core-eval.cpp | Tests: evaluation of expressions. | test-core-hashtble.cpp | Tests: hashtables. | test-core-hdata.cpp | Tests: hdata. | test-core-hook.cpp | Tests: hooks. | test-core-infolist.cpp | Tests: infolists. | test-core-list.cpp | Tests: lists. +| test-core-network.cpp | Tests: network functions. | test-core-secure.cpp | Tests: secured data. | test-core-signal.cpp | Tests: signals. | test-core-string.cpp | Tests: strings. |