diff --git a/doc/de/autogen/lua_infos.xml b/doc/de/autogen/lua_infos.xml new file mode 100644 index 000000000..0cbd17c46 --- /dev/null +++ b/doc/de/autogen/lua_infos.xml @@ -0,0 +1,13 @@ + + + + + infolist + lua_script + liste des scripts lua + diff --git a/doc/de/autogen/perl_infos.xml b/doc/de/autogen/perl_infos.xml new file mode 100644 index 000000000..76d6614a2 --- /dev/null +++ b/doc/de/autogen/perl_infos.xml @@ -0,0 +1,13 @@ + + + + + infolist + perl_script + liste des scripts perl + diff --git a/doc/de/autogen/python_infos.xml b/doc/de/autogen/python_infos.xml new file mode 100644 index 000000000..5522e371e --- /dev/null +++ b/doc/de/autogen/python_infos.xml @@ -0,0 +1,13 @@ + + + + + infolist + python_script + liste des scripts python + diff --git a/doc/de/autogen/ruby_infos.xml b/doc/de/autogen/ruby_infos.xml new file mode 100644 index 000000000..8f4374da6 --- /dev/null +++ b/doc/de/autogen/ruby_infos.xml @@ -0,0 +1,13 @@ + + + + + infolist + ruby_script + liste des scripts ruby + diff --git a/doc/de/autogen/tcl_infos.xml b/doc/de/autogen/tcl_infos.xml new file mode 100644 index 000000000..47e5275eb --- /dev/null +++ b/doc/de/autogen/tcl_infos.xml @@ -0,0 +1,13 @@ + + + + + infolist + tcl_script + liste des scripts tcl + diff --git a/doc/de/autogen/weechat_commands.xml b/doc/de/autogen/weechat_commands.xml index 61fbf0bcb..b77278fbf 100644 --- a/doc/de/autogen/weechat_commands.xml +++ b/doc/de/autogen/weechat_commands.xml @@ -52,34 +52,28 @@ Examples: /bar scroll nicklist * ye -/buffer [Aktion [Argumente] | Nummer | [[Server] [Channel]]] +/buffer [clear [number | -all] | move number | close | list | notify | localvar | set property value | number | name] Puffer verwalten - action: action to do: clear: clear buffer content (-all for all buffers, number for a buffer, or nothing for current buffer) move: move buffer in the list (may be relative, for example -1) close: close buffer list: list buffers (no parameter implies this list) notify: display notify levels for all opened buffers localvar: display local variables for current buffer - scroll: scroll in history (may be relative, and may end by a letter: s=sec, m=min, h=hour, d=day, M=month, y=year); if there is only letter, then scroll to beginning of this item - + set: set a property for current buffer number: jump to buffer by number server, - channel: jump to buffer by server and/or channel name + name: jump to buffer by (partial) name Examples: clear current buffer: /buffer clear clear all buffers: /buffer clear -all move buffer: /buffer move 5 - close buffer: /buffer close this is part msg - scroll 1 day up: /buffer scroll 1d == /buffer scroll -1d == /buffer scroll -24h - scroll to beginning - of this day: /buffer scroll d - scroll 15 min down: /buffer scroll +15m - scroll 20 msgs up: /buffer scroll -20 + close buffer: /buffer close jump to #weechat: /buffer #weechat + jump to next buffer: /buffer +1 /command plugin command diff --git a/doc/de/autogen/weechat_options.xml b/doc/de/autogen/weechat_options.xml index 928955689..f02c1a0ec 100644 --- a/doc/de/autogen/weechat_options.xml +++ b/doc/de/autogen/weechat_options.xml @@ -976,6 +976,16 @@ +weechat.network.gnutls_dh_prime_bitsmax_lines: minimum size in bits for handshake using Diffie Hellman key exchange + + + type: integer + + + values: 0 .. 2147483647 (default value: 512) + + + weechat.plugin.autoload: comma separated list of plugins to load automatically at startup, "*" means all plugins found (names may be partial, for example "perl" is ok for "perl.so") diff --git a/doc/de/user/plugin_scripts.de.xml b/doc/de/user/plugin_scripts.de.xml index 4a7998eb5..34dec0187 100644 --- a/doc/de/user/plugin_scripts.de.xml +++ b/doc/de/user/plugin_scripts.de.xml @@ -55,4 +55,30 @@ along with this program. If not, see . +
+ Infos and infolists + + + + + + + Type + Name + Description + + + + &perl_infos.xml; + &python_infos.xml; + &ruby_infos.xml; + &lua_infos.xml; + &tcl_infos.xml; + + + + + +
+ diff --git a/doc/en/autogen/lua_infos.xml b/doc/en/autogen/lua_infos.xml new file mode 100644 index 000000000..0cbd17c46 --- /dev/null +++ b/doc/en/autogen/lua_infos.xml @@ -0,0 +1,13 @@ + + + + + infolist + lua_script + liste des scripts lua + diff --git a/doc/en/autogen/perl_infos.xml b/doc/en/autogen/perl_infos.xml new file mode 100644 index 000000000..76d6614a2 --- /dev/null +++ b/doc/en/autogen/perl_infos.xml @@ -0,0 +1,13 @@ + + + + + infolist + perl_script + liste des scripts perl + diff --git a/doc/en/autogen/python_infos.xml b/doc/en/autogen/python_infos.xml new file mode 100644 index 000000000..5522e371e --- /dev/null +++ b/doc/en/autogen/python_infos.xml @@ -0,0 +1,13 @@ + + + + + infolist + python_script + liste des scripts python + diff --git a/doc/en/autogen/ruby_infos.xml b/doc/en/autogen/ruby_infos.xml new file mode 100644 index 000000000..8f4374da6 --- /dev/null +++ b/doc/en/autogen/ruby_infos.xml @@ -0,0 +1,13 @@ + + + + + infolist + ruby_script + liste des scripts ruby + diff --git a/doc/en/autogen/tcl_infos.xml b/doc/en/autogen/tcl_infos.xml new file mode 100644 index 000000000..47e5275eb --- /dev/null +++ b/doc/en/autogen/tcl_infos.xml @@ -0,0 +1,13 @@ + + + + + infolist + tcl_script + liste des scripts tcl + diff --git a/doc/en/autogen/weechat_commands.xml b/doc/en/autogen/weechat_commands.xml index 0173113dc..4e47590a0 100644 --- a/doc/en/autogen/weechat_commands.xml +++ b/doc/en/autogen/weechat_commands.xml @@ -52,34 +52,28 @@ Examples: /bar scroll nicklist * ye -/buffer [action [args] | number | [[server] [channel]]] +/buffer [clear [number | -all] | move number | close | list | notify | localvar | set property value | number | name] manage buffers - action: action to do: clear: clear buffer content (-all for all buffers, number for a buffer, or nothing for current buffer) move: move buffer in the list (may be relative, for example -1) close: close buffer list: list buffers (no parameter implies this list) notify: display notify levels for all opened buffers localvar: display local variables for current buffer - scroll: scroll in history (may be relative, and may end by a letter: s=sec, m=min, h=hour, d=day, M=month, y=year); if there is only letter, then scroll to beginning of this item - + set: set a property for current buffer number: jump to buffer by number server, - channel: jump to buffer by server and/or channel name + name: jump to buffer by (partial) name Examples: clear current buffer: /buffer clear clear all buffers: /buffer clear -all move buffer: /buffer move 5 - close buffer: /buffer close this is part msg - scroll 1 day up: /buffer scroll 1d == /buffer scroll -1d == /buffer scroll -24h - scroll to beginning - of this day: /buffer scroll d - scroll 15 min down: /buffer scroll +15m - scroll 20 msgs up: /buffer scroll -20 + close buffer: /buffer close jump to #weechat: /buffer #weechat + jump to next buffer: /buffer +1 /command plugin command diff --git a/doc/en/autogen/weechat_options.xml b/doc/en/autogen/weechat_options.xml index 3e12c354a..7aa3e1712 100644 --- a/doc/en/autogen/weechat_options.xml +++ b/doc/en/autogen/weechat_options.xml @@ -976,6 +976,16 @@
+weechat.network.gnutls_dh_prime_bitsmax_lines: minimum size in bits for handshake using Diffie Hellman key exchange + + + type: integer + + + values: 0 .. 2147483647 (default value: 512) + + + weechat.plugin.autoload: comma separated list of plugins to load automatically at startup, "*" means all plugins found (names may be partial, for example "perl" is ok for "perl.so") diff --git a/doc/en/user/plugin_scripts.en.xml b/doc/en/user/plugin_scripts.en.xml index 9d094fcd3..2cb5921f9 100644 --- a/doc/en/user/plugin_scripts.en.xml +++ b/doc/en/user/plugin_scripts.en.xml @@ -54,4 +54,30 @@ along with this program. If not, see . +
+ Infos and infolists + + + + + + + Type + Name + Description + + + + &perl_infos.xml; + &python_infos.xml; + &ruby_infos.xml; + &lua_infos.xml; + &tcl_infos.xml; + + + + + +
+ diff --git a/doc/fr/autogen/lua_infos.xml b/doc/fr/autogen/lua_infos.xml new file mode 100644 index 000000000..0cbd17c46 --- /dev/null +++ b/doc/fr/autogen/lua_infos.xml @@ -0,0 +1,13 @@ + + + + + infolist + lua_script + liste des scripts lua + diff --git a/doc/fr/autogen/perl_infos.xml b/doc/fr/autogen/perl_infos.xml new file mode 100644 index 000000000..76d6614a2 --- /dev/null +++ b/doc/fr/autogen/perl_infos.xml @@ -0,0 +1,13 @@ + + + + + infolist + perl_script + liste des scripts perl + diff --git a/doc/fr/autogen/python_infos.xml b/doc/fr/autogen/python_infos.xml new file mode 100644 index 000000000..5522e371e --- /dev/null +++ b/doc/fr/autogen/python_infos.xml @@ -0,0 +1,13 @@ + + + + + infolist + python_script + liste des scripts python + diff --git a/doc/fr/autogen/ruby_infos.xml b/doc/fr/autogen/ruby_infos.xml new file mode 100644 index 000000000..8f4374da6 --- /dev/null +++ b/doc/fr/autogen/ruby_infos.xml @@ -0,0 +1,13 @@ + + + + + infolist + ruby_script + liste des scripts ruby + diff --git a/doc/fr/autogen/tcl_infos.xml b/doc/fr/autogen/tcl_infos.xml new file mode 100644 index 000000000..47e5275eb --- /dev/null +++ b/doc/fr/autogen/tcl_infos.xml @@ -0,0 +1,13 @@ + + + + + infolist + tcl_script + liste des scripts tcl + diff --git a/doc/fr/autogen/weechat_commands.xml b/doc/fr/autogen/weechat_commands.xml index aa9f90fdf..64bad46b7 100644 --- a/doc/fr/autogen/weechat_commands.xml +++ b/doc/fr/autogen/weechat_commands.xml @@ -52,32 +52,27 @@ Exemples : /bar scroll nicklist * ye -/buffer [action [args] | nombre | [[serveur] [canal]]] +/buffer [clear [nombre | -all] | move nombre | close | list | notify | localvar | set propriété valeur | nombre | nom] gestion des tampons - action: action à effectuer: clear: efface le contenu du tampon (-all pour tous les tampons, un numéro pour un tampon, ou rien pour le tampon courant) move: déplace le tampon dans la liste (peut être relatif, par exemple -1) close: ferme le tampon list: liste les tampons ouverts (pas de paramètre affiche cette liste) notify: affiche les niveaux de notification pour tous les tampons ouverts localvar: affiche la liste des variables locales pour le tampon courant - scroll: fait défiler l'historique (peut être relatif, et peut se terminer par une lettre: s=sec, m=min, h=heure, d=jour, M=mois, y=année); s'il y a seulement une lettre, alors fait défiler jusqu'au début de cet élément - + set: modifier une propriété du tampon courant nombre: saute au tampon qui a ce numéro -serveur, - canal: saute au tampon par serveur et/ou nom de canal + nom: saute au tampon par nom (partiel) Exemples: - déplacer tampon: /buffer move 5 - fermer tampon: /buffer close c'est le message de départ - défiler 1 jour haut: /buffer scroll 1d == /buffer scroll -1d == /buffer scroll -24h - défiler au début - de ce jour: /buffer scroll d - défiler 15 min bas: /buffer scroll +15m -défiler 20 msgs haut: /buffer scroll -20 - aller sur #weechat: /buffer #weechat +effacer le tampon courant: /buffer clear + effacer tous les tampons: /buffer clear -all + déplacer le tampon: /buffer move 5 + fermer le tampon: /buffer close + aller sur #weechat: /buffer #weechat + aller au tampon suivant: /buffer +1 /command extension commande diff --git a/doc/fr/autogen/weechat_options.xml b/doc/fr/autogen/weechat_options.xml index a45c8ad6e..6159862e6 100644 --- a/doc/fr/autogen/weechat_options.xml +++ b/doc/fr/autogen/weechat_options.xml @@ -976,6 +976,16 @@
+weechat.network.gnutls_dh_prime_bitsmax_lines: taille minimum en bits pour la poignée de main (handshake) utilisant un échange de clé Diffie Hellman + + + type: entier + + + valeurs: 0 .. 2147483647 (valeur par défaut: 512) + + + weechat.plugin.autoload: liste des extensions à charger automatiquement au démarrage, "*" signifie toutes (séparées par des virgules, les noms peuvent être partiels, par exemple "perl" est ok pour "perl.so") diff --git a/doc/fr/user/plugin_scripts.fr.xml b/doc/fr/user/plugin_scripts.fr.xml index b4c94c445..f48e573c6 100644 --- a/doc/fr/user/plugin_scripts.fr.xml +++ b/doc/fr/user/plugin_scripts.fr.xml @@ -56,4 +56,30 @@ along with this program. If not, see . +
+ Infos et infolists + + + + + + + Type + Nom + Description + + + + &perl_infos.xml; + &python_infos.xml; + &ruby_infos.xml; + &lua_infos.xml; + &tcl_infos.xml; + + + + + +
+ diff --git a/doc/include_autogen.xml b/doc/include_autogen.xml index cb730b702..633ff42a9 100644 --- a/doc/include_autogen.xml +++ b/doc/include_autogen.xml @@ -35,6 +35,11 @@ + + + + +