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/ja | |
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/ja')
-rw-r--r-- | doc/ja/weechat_dev.ja.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ja/weechat_dev.ja.adoc b/doc/ja/weechat_dev.ja.adoc index 254b28cdc..1f0bb8c10 100644 --- a/doc/ja/weechat_dev.ja.adoc +++ b/doc/ja/weechat_dev.ja.adoc @@ -412,12 +412,16 @@ WeeChat "core" は以下のディレクトリに配置されています: | test-core-calc.cpp | Tests: calculation of expressions. // TRANSLATION MISSING | test-core-crypto.cpp | Tests: cryptographic functions. +// TRANSLATION MISSING +| test-core-dir.cpp | Tests: directory/file functions. | test-core-eval.cpp | テスト: 式の評価 | test-core-hashtble.cpp | テスト: ハッシュテーブル | test-core-hdata.cpp | テスト: hdata | test-core-hook.cpp | テスト: フック | test-core-infolist.cpp | テスト: インフォリスト | test-core-list.cpp | テスト: リスト +// TRANSLATION MISSING +| test-core-network.cpp | Tests: network functions. | test-core-secure.cpp | テスト: データ保護 // TRANSLATION MISSING | test-core-signal.cpp | テスト: signals. |