From 89e43eaf40e2b1281fe21c2c9eee78d183df8405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 16 May 2021 14:52:11 +0200 Subject: core: set server name when connecting to server with TLS (SNI extension) only if it's not an IPV4/IPv6 (closes #1635) --- doc/ja/weechat_dev.ja.adoc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/ja') 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. -- cgit v1.2.3