mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 23:36:37 +02:00
script: add option script.scripts.download_timeout
This commit is contained in:
@@ -24,6 +24,7 @@ https://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
|
||||
* irc: add command /cap (issue #8)
|
||||
* irc: add hex dump of messages in raw buffer when debug is enabled for irc
|
||||
plugin (level 2 or more)
|
||||
* script: add option script.scripts.download_timeout
|
||||
|
||||
=== Bugs fixed
|
||||
|
||||
|
||||
@@ -182,6 +182,11 @@
|
||||
** Typ: integer
|
||||
** Werte: -1 .. 525600 (Standardwert: `1440`)
|
||||
|
||||
* [[option_script.scripts.download_timeout]] *script.scripts.download_timeout*
|
||||
** Beschreibung: `timeout (in seconds) for download of scripts and list of scripts`
|
||||
** Typ: integer
|
||||
** Werte: 1 .. 3600 (Standardwert: `30`)
|
||||
|
||||
* [[option_script.scripts.hold]] *script.scripts.hold*
|
||||
** Beschreibung: `Skripten welche "gehalten" werden sollen. Dies ist eine durch Kommata getrennte Liste von Skripten die weder aktualisiert noch entfernt werden können. Zum Beispiel: "buffers.pl,iset.pl"`
|
||||
** Typ: Zeichenkette
|
||||
|
||||
@@ -182,6 +182,11 @@
|
||||
** type: integer
|
||||
** values: -1 .. 525600 (default value: `1440`)
|
||||
|
||||
* [[option_script.scripts.download_timeout]] *script.scripts.download_timeout*
|
||||
** description: `timeout (in seconds) for download of scripts and list of scripts`
|
||||
** type: integer
|
||||
** values: 1 .. 3600 (default value: `30`)
|
||||
|
||||
* [[option_script.scripts.hold]] *script.scripts.hold*
|
||||
** description: `scripts to "hold": comma-separated list of scripts which will never been upgraded and can not be removed, for example: "buffers.pl,iset.pl"`
|
||||
** type: string
|
||||
|
||||
@@ -182,6 +182,11 @@
|
||||
** type: entier
|
||||
** valeurs: -1 .. 525600 (valeur par défaut: `1440`)
|
||||
|
||||
* [[option_script.scripts.download_timeout]] *script.scripts.download_timeout*
|
||||
** description: `délai d'attente maximum (en secondes) pour le téléchargement des scripts et de la liste des scripts`
|
||||
** type: entier
|
||||
** valeurs: 1 .. 3600 (valeur par défaut: `30`)
|
||||
|
||||
* [[option_script.scripts.hold]] *script.scripts.hold*
|
||||
** description: `scripts à "figer" : liste de scripts séparés par des virgules qui ne seront jamais mis à jour et ne peuvent pas être supprimés, par exemple : "buffers.pl,iset.pl"`
|
||||
** type: chaîne
|
||||
|
||||
@@ -182,6 +182,11 @@
|
||||
** tipo: intero
|
||||
** valori: -1 .. 525600 (valore predefinito: `1440`)
|
||||
|
||||
* [[option_script.scripts.download_timeout]] *script.scripts.download_timeout*
|
||||
** descrizione: `timeout (in seconds) for download of scripts and list of scripts`
|
||||
** tipo: intero
|
||||
** valori: 1 .. 3600 (valore predefinito: `30`)
|
||||
|
||||
* [[option_script.scripts.hold]] *script.scripts.hold*
|
||||
** descrizione: `scripts to "hold": comma-separated list of scripts which will never been upgraded and can not be removed, for example: "buffers.pl,iset.pl"`
|
||||
** tipo: stringa
|
||||
|
||||
@@ -182,6 +182,11 @@
|
||||
** タイプ: 整数
|
||||
** 値: -1 .. 525600 (デフォルト値: `1440`)
|
||||
|
||||
* [[option_script.scripts.download_timeout]] *script.scripts.download_timeout*
|
||||
** 説明: `timeout (in seconds) for download of scripts and list of scripts`
|
||||
** タイプ: 整数
|
||||
** 値: 1 .. 3600 (デフォルト値: `30`)
|
||||
|
||||
* [[option_script.scripts.hold]] *script.scripts.hold*
|
||||
** 説明: `"ホールド" するスクリプト: コンマ区切りのスクリプトリスト、このリストに含まれるスクリプトはアップグレードされませんし、削除もされません、例: "buffers.pl,iset.pl"`
|
||||
** タイプ: 文字列
|
||||
|
||||
@@ -182,6 +182,11 @@
|
||||
** typ: liczba
|
||||
** wartości: -1 .. 525600 (domyślna wartość: `1440`)
|
||||
|
||||
* [[option_script.scripts.download_timeout]] *script.scripts.download_timeout*
|
||||
** opis: `timeout (in seconds) for download of scripts and list of scripts`
|
||||
** typ: liczba
|
||||
** wartości: 1 .. 3600 (domyślna wartość: `30`)
|
||||
|
||||
* [[option_script.scripts.hold]] *script.scripts.hold*
|
||||
** opis: `skrypty do "wstrzymania": oddzielona przecinkami lista skryptów, które nigdy nie zostaną zaktualizowane i nie mogą być usunięte, na przykład: "buffers.pl,iset.pl"`
|
||||
** typ: ciąg
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-08-24 10:06+0200\n"
|
||||
"POT-Creation-Date: 2015-08-24 13:25+0200\n"
|
||||
"PO-Revision-Date: 2015-08-15 22:22+0200\n"
|
||||
"Last-Translator: Ondřej Súkup <mimi.vx@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -10218,6 +10218,10 @@ msgid ""
|
||||
"expire)"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "timeout (in seconds) for download of scripts and list of scripts"
|
||||
msgstr "časový limit (v sekundách) pro gnutls handshake"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"local cache directory for scripts; \"%h\" at beginning of string is replaced "
|
||||
|
||||
@@ -24,7 +24,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-08-24 10:06+0200\n"
|
||||
"POT-Creation-Date: 2015-08-24 13:25+0200\n"
|
||||
"PO-Revision-Date: 2015-08-24 11:25+0100\n"
|
||||
"Last-Translator: Nils Görs <weechatter@arcor.de>\n"
|
||||
"Language-Team: German <>\n"
|
||||
@@ -11633,6 +11633,12 @@ msgstr ""
|
||||
"Ablaufdatum des lokalen Caches, in Minuten (-1 = ohne Ablaufdatum, 0 = "
|
||||
"umgehend)"
|
||||
|
||||
#, fuzzy
|
||||
msgid "timeout (in seconds) for download of scripts and list of scripts"
|
||||
msgstr ""
|
||||
"Zeitüberschreitung (in Sekunden) für eine Verbindung zu einem entfernten "
|
||||
"Rechner (mittels einem Kindprozess)"
|
||||
|
||||
msgid ""
|
||||
"local cache directory for scripts; \"%h\" at beginning of string is replaced "
|
||||
"by WeeChat home (\"~/.weechat\" by default) (note: content is evaluated, "
|
||||
|
||||
@@ -22,7 +22,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-08-24 10:06+0200\n"
|
||||
"POT-Creation-Date: 2015-08-24 13:25+0200\n"
|
||||
"PO-Revision-Date: 2015-07-26 09:41+0200\n"
|
||||
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -10500,6 +10500,12 @@ msgid ""
|
||||
"expire)"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "timeout (in seconds) for download of scripts and list of scripts"
|
||||
msgstr ""
|
||||
"tiempo de espera (en segundos) para la conexión al servidor remoto (por un "
|
||||
"subproceso)"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"local cache directory for scripts; \"%h\" at beginning of string is replaced "
|
||||
|
||||
@@ -21,8 +21,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-08-24 10:06+0200\n"
|
||||
"PO-Revision-Date: 2015-08-24 10:06+0200\n"
|
||||
"POT-Creation-Date: 2015-08-24 13:25+0200\n"
|
||||
"PO-Revision-Date: 2015-08-24 13:25+0200\n"
|
||||
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"Language: fr\n"
|
||||
@@ -11367,6 +11367,11 @@ msgstr ""
|
||||
"temps d'expiration du cache local, en minutes (-1 = n'expire jamais, 0 = "
|
||||
"expire toujours)"
|
||||
|
||||
msgid "timeout (in seconds) for download of scripts and list of scripts"
|
||||
msgstr ""
|
||||
"délai d'attente maximum (en secondes) pour le téléchargement des scripts et "
|
||||
"de la liste des scripts"
|
||||
|
||||
msgid ""
|
||||
"local cache directory for scripts; \"%h\" at beginning of string is replaced "
|
||||
"by WeeChat home (\"~/.weechat\" by default) (note: content is evaluated, "
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-08-24 10:06+0200\n"
|
||||
"POT-Creation-Date: 2015-08-24 13:25+0200\n"
|
||||
"PO-Revision-Date: 2015-07-26 09:42+0200\n"
|
||||
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -9559,6 +9559,10 @@ msgid ""
|
||||
"expire)"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "timeout (in seconds) for download of scripts and list of scripts"
|
||||
msgstr "SSL használata a a kapcsolathoz"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"local cache directory for scripts; \"%h\" at beginning of string is replaced "
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-08-24 10:06+0200\n"
|
||||
"POT-Creation-Date: 2015-08-24 13:25+0200\n"
|
||||
"PO-Revision-Date: 2015-07-26 09:42+0200\n"
|
||||
"Last-Translator: Esteban I. Ruiz Moreno <exio4.com@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -10687,6 +10687,12 @@ msgid ""
|
||||
"expire)"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "timeout (in seconds) for download of scripts and list of scripts"
|
||||
msgstr ""
|
||||
"timeout (in secondi) per la connessione ad un host remoto (eseguita in un "
|
||||
"processo figlio)"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"local cache directory for scripts; \"%h\" at beginning of string is replaced "
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-08-24 10:06+0200\n"
|
||||
"POT-Creation-Date: 2015-08-24 13:25+0200\n"
|
||||
"PO-Revision-Date: 2015-08-22 09:00+0900\n"
|
||||
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
|
||||
"Language-Team: Japanese <https://github.com/l/weechat/tree/translation_ja>\n"
|
||||
@@ -10924,6 +10924,10 @@ msgstr ""
|
||||
"ローカルキャッシュが無効になる時間、分単位 (-1 = 再取得しない、0 = 常に再取"
|
||||
"得)"
|
||||
|
||||
#, fuzzy
|
||||
msgid "timeout (in seconds) for download of scripts and list of scripts"
|
||||
msgstr "リモートホストへの接続タイムアウト時間 (秒単位) (子プロセスが行う)"
|
||||
|
||||
msgid ""
|
||||
"local cache directory for scripts; \"%h\" at beginning of string is replaced "
|
||||
"by WeeChat home (\"~/.weechat\" by default) (note: content is evaluated, "
|
||||
|
||||
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-08-24 10:06+0200\n"
|
||||
"POT-Creation-Date: 2015-08-24 13:25+0200\n"
|
||||
"PO-Revision-Date: 2015-08-14 17:54+0200\n"
|
||||
"Last-Translator: Krzysztof Korościk <soltys@szluug.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -11116,6 +11116,12 @@ msgstr ""
|
||||
"lokalnie zapisany czas wygaśnięcia, w minutach (-1 = nigdy nie wygasa, 0 = "
|
||||
"zawsze wygasa)"
|
||||
|
||||
#, fuzzy
|
||||
msgid "timeout (in seconds) for download of scripts and list of scripts"
|
||||
msgstr ""
|
||||
"czas oczekiwania (w sekundach) na połączenie ze zdalnym serwerem (wykonywane "
|
||||
"w procesie potomnym)"
|
||||
|
||||
msgid ""
|
||||
"local cache directory for scripts; \"%h\" at beginning of string is replaced "
|
||||
"by WeeChat home (\"~/.weechat\" by default) (note: content is evaluated, "
|
||||
|
||||
+6
-1
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-08-24 10:06+0200\n"
|
||||
"POT-Creation-Date: 2015-08-24 13:25+0200\n"
|
||||
"PO-Revision-Date: 2015-07-26 09:42+0200\n"
|
||||
"Last-Translator: Eduardo Elias <camponez@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -9989,6 +9989,11 @@ msgid ""
|
||||
"expire)"
|
||||
msgstr ""
|
||||
|
||||
# better not translate handshake
|
||||
#, fuzzy
|
||||
msgid "timeout (in seconds) for download of scripts and list of scripts"
|
||||
msgstr "tempo de espera (em segundos) pelo handshake do gnutls"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"local cache directory for scripts; \"%h\" at beginning of string is replaced "
|
||||
|
||||
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-08-24 10:06+0200\n"
|
||||
"POT-Creation-Date: 2015-08-24 13:25+0200\n"
|
||||
"PO-Revision-Date: 2015-07-26 09:42+0200\n"
|
||||
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -9589,6 +9589,10 @@ msgid ""
|
||||
"expire)"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "timeout (in seconds) for download of scripts and list of scripts"
|
||||
msgstr "использовать SSL при связи с сервером"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"local cache directory for scripts; \"%h\" at beginning of string is replaced "
|
||||
|
||||
@@ -20,7 +20,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-08-24 10:06+0200\n"
|
||||
"POT-Creation-Date: 2015-08-24 13:25+0200\n"
|
||||
"PO-Revision-Date: 2015-03-10 21:33+0100\n"
|
||||
"Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -8659,6 +8659,9 @@ msgid ""
|
||||
"expire)"
|
||||
msgstr ""
|
||||
|
||||
msgid "timeout (in seconds) for download of scripts and list of scripts"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"local cache directory for scripts; \"%h\" at beginning of string is replaced "
|
||||
"by WeeChat home (\"~/.weechat\" by default) (note: content is evaluated, "
|
||||
|
||||
+4
-1
@@ -21,7 +21,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2015-08-24 10:06+0200\n"
|
||||
"POT-Creation-Date: 2015-08-24 13:25+0200\n"
|
||||
"PO-Revision-Date: 2014-08-16 10:27+0200\n"
|
||||
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
@@ -8585,6 +8585,9 @@ msgid ""
|
||||
"expire)"
|
||||
msgstr ""
|
||||
|
||||
msgid "timeout (in seconds) for download of scripts and list of scripts"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"local cache directory for scripts; \"%h\" at beginning of string is replaced "
|
||||
"by WeeChat home (\"~/.weechat\" by default) (note: content is evaluated, "
|
||||
|
||||
@@ -648,9 +648,12 @@ script_action_install (int quiet)
|
||||
ptr_script_to_install->name_with_extension);
|
||||
}
|
||||
weechat_hashtable_set (options, "file_out", filename);
|
||||
weechat_hook_process_hashtable (url, options, 30000,
|
||||
&script_action_install_process_cb,
|
||||
(quiet) ? (void *)1 : (void *)0);
|
||||
weechat_hook_process_hashtable (
|
||||
url,
|
||||
options,
|
||||
weechat_config_integer (script_config_scripts_download_timeout) * 1000,
|
||||
&script_action_install_process_cb,
|
||||
(quiet) ? (void *)1 : (void *)0);
|
||||
free (url);
|
||||
}
|
||||
weechat_hashtable_free (options);
|
||||
@@ -1067,9 +1070,12 @@ script_action_show (const char *name, int quiet)
|
||||
if (url)
|
||||
{
|
||||
weechat_hashtable_set (options, "file_out", filename);
|
||||
weechat_hook_process_hashtable (url, options, 30000,
|
||||
&script_action_show_source_process_cb,
|
||||
NULL);
|
||||
weechat_hook_process_hashtable (
|
||||
url,
|
||||
options,
|
||||
weechat_config_integer (script_config_scripts_download_timeout) * 1000,
|
||||
&script_action_show_source_process_cb,
|
||||
NULL);
|
||||
free (url);
|
||||
}
|
||||
weechat_hashtable_free (options);
|
||||
|
||||
@@ -82,6 +82,7 @@ struct t_config_option *script_config_color_text_version_selected;
|
||||
|
||||
struct t_config_option *script_config_scripts_autoload;
|
||||
struct t_config_option *script_config_scripts_cache_expire;
|
||||
struct t_config_option *script_config_scripts_download_timeout;
|
||||
struct t_config_option *script_config_scripts_path;
|
||||
struct t_config_option *script_config_scripts_hold;
|
||||
struct t_config_option *script_config_scripts_url;
|
||||
@@ -656,6 +657,12 @@ script_config_init ()
|
||||
"0 = always expire)"),
|
||||
NULL, -1, 525600, "1440", NULL, 0, NULL, NULL,
|
||||
NULL, NULL, NULL, NULL);
|
||||
script_config_scripts_download_timeout = weechat_config_new_option (
|
||||
script_config_file, ptr_section,
|
||||
"download_timeout", "integer",
|
||||
N_("timeout (in seconds) for download of scripts and list of scripts"),
|
||||
NULL, 1, 3600, "30", NULL, 0, NULL, NULL,
|
||||
NULL, NULL, NULL, NULL);
|
||||
script_config_scripts_path = weechat_config_new_option (
|
||||
script_config_file, ptr_section,
|
||||
"path", "string",
|
||||
|
||||
@@ -62,6 +62,7 @@ extern struct t_config_option *script_config_color_text_version_selected;
|
||||
|
||||
extern struct t_config_option *script_config_scripts_autoload;
|
||||
extern struct t_config_option *script_config_scripts_cache_expire;
|
||||
extern struct t_config_option *script_config_scripts_download_timeout;
|
||||
extern struct t_config_option *script_config_scripts_path;
|
||||
extern struct t_config_option *script_config_scripts_hold;
|
||||
extern struct t_config_option *script_config_scripts_url;
|
||||
|
||||
@@ -1472,9 +1472,12 @@ script_repo_file_update (int quiet)
|
||||
SCRIPT_PLUGIN_NAME);
|
||||
}
|
||||
weechat_hashtable_set (options, "file_out", filename);
|
||||
weechat_hook_process_hashtable (url, options, 30000,
|
||||
&script_repo_file_update_process_cb,
|
||||
(quiet) ? (void *)1 : (void *)0);
|
||||
weechat_hook_process_hashtable (
|
||||
url,
|
||||
options,
|
||||
weechat_config_integer (script_config_scripts_download_timeout) * 1000,
|
||||
&script_repo_file_update_process_cb,
|
||||
(quiet) ? (void *)1 : (void *)0);
|
||||
free (url);
|
||||
}
|
||||
weechat_hashtable_free (options);
|
||||
|
||||
Reference in New Issue
Block a user