1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 10:13:12 +02:00

xfer: fix DCC file receive on Termux (closes #1811)

This fixes such error displayed on Termux when receiving a DCC file:

xfer: invalid address "96747949": error 8 hostname nor servname provided, or not known
This commit is contained in:
Sébastien Helleu
2022-09-03 22:29:46 +02:00
parent 7cf9399616
commit e8524ea2c4
12 changed files with 193 additions and 67 deletions
+1
View File
@@ -455,6 +455,7 @@ WeeChat "core" is located in following directories:
|             test-relay-auth.cpp | Tests: clients authentication.
|          xfer/ | Root of unit tests for Xfer plugin.
|             test-xfer-file.cpp | Tests: file functions.
|             test-xfer-network.cpp | Tests: network functions.
|===
[[documentation_translations]]
+1
View File
@@ -457,6 +457,7 @@ Le cœur de WeeChat est situé dans les répertoires suivants :
|             test-relay-auth.cpp | Tests : authentification des clients.
|          xfer/ | Racine des tests unitaires pour l'extension Xfer.
|             test-xfer-file.cpp | Tests : fonctions sur les fichiers.
|             test-xfer-network.cpp | Tests : fonctions réseau.
|===
[[documentation_translations]]
+2
View File
@@ -510,6 +510,8 @@ WeeChat "core" は以下のディレクトリに配置されています:
|          xfer/ | Root of unit tests for Xfer plugin.
// TRANSLATION MISSING
|             test-xfer-file.cpp | Tests: file functions.
// TRANSLATION MISSING
|             test-xfer-network.cpp | Tests: network functions.
|===
[[documentation_translations]]
+2
View File
@@ -459,6 +459,8 @@ WeeChat „језгро” се налази у следећим директо
|          xfer/ | Root of unit tests for Xfer plugin.
// TRANSLATION MISSING
|             test-xfer-file.cpp | Tests: file functions.
// TRANSLATION MISSING
|             test-xfer-network.cpp | Tests: network functions.
|===
[[documentation_translations]]