Added DCC fast in doc

This commit is contained in:
Sebastien Helleu 2006-08-09 22:06:53 +00:00
parent 8babdca0dc
commit 5a4515b759
8 changed files with 106 additions and 64 deletions

View File

@ -10,7 +10,7 @@
<entry>Boolean</entry>
<entry></entry>
<entry>'on'</entry>
<entry>Save config file on exit</entry>
<entry>Konfiguration beim Verlassen abspeichern</entry>
</row>
<row>
<entry><option>look_set_title</option></entry>
@ -960,7 +960,7 @@
<row>
<entry><option>dcc_timeout</option></entry>
<entry>Ganzzahl</entry>
<entry>zwischen 1 und 2147483647</entry>
<entry>zwischen 5 und 2147483647</entry>
<entry>300</entry>
<entry>DCC-Timeout in Sekunden</entry>
</row>
@ -971,6 +971,13 @@
<entry>65536</entry>
<entry>Blockgröße für DCCs</entry>
</row>
<row>
<entry><option>dcc_fast_send</option></entry>
<entry>Boolean</entry>
<entry>zwischen 1024 und 102400</entry>
<entry>'on'</entry>
<entry>Warte beim Veschicken von Dateien nicht auf das ACK-Signal</entry>
</row>
<row>
<entry><option>dcc_port_range</option></entry>
<entry>Zeichenfolge</entry>

View File

@ -18,14 +18,14 @@ Argumente: Argumente f
<programlisting>
Puffer verwalten
action: action to do:
move: move buffer in the list (may be relative, for example -1)
close: close buffer (optional arg is part message, for a channel)
list: list open buffers (no parameter implies this list)
notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2+join/part)
server
channel: jump to buffer by server and/or channel name
number: jump to buffer by number
Aktion: Pufferaktion:
move: Puffer in der Liste bewegen (kann auch relativ sein, wie -1)
close: Puffer schließen (eine Part-Message kann optional angegeben werden)
list: alle offenen Puffer auflisten (Standardaktion)
notify: Notify-Level für Puffer festlegen (0=nie, 1=bei hervorgehobenen Nachrichten, 2=1+persönliche Nachricht, 3=2+join/part)
Server
Channel: gehe zum Puffer mit Servernamen oder Channelnamen
Nummer: gehe zu Puffer mit dieser Nummer
</programlisting>
<command>builtin Befehl</command>
@ -124,15 +124,15 @@ functions: interne Funktionen f
reset: Standardbelegung wiederherstellen und entferne alle eigenen Belegungen (Vorsicht!)
</programlisting>
<command>panel [list | add type position size | resize # size | close # | move #1 #2]</command>
<command>panel [list | add Art Position Größe | resize # Größe | close # | move #1 #2]</command>
<programlisting>
manage panels
Panels verwalten
list: list open panels (no parameter implies this list)
add: add a panel, type is global|local, position is top|bottom|left|right
resize: resize a panel with a new size (may be relative, for example -1)
close: close a panel by number
move: move a panel to another number (may be relative, for example -1)
list: listet allo offenen Panels (Default, kann als Parameter auch weggelassen werden)
add: fügt ein Panel hinzu, Art ist global|local, Position ist top|bottom|left|right
resize: setzt die Größe eines Panels neu (kann auch relativ sein, z.B. -1)
close: schließt das Panel mit der angegebenen Nummer
move: verschiebt ein Panel zu einer anderen Position (kann auch relativ sein, z.B. -1)
</programlisting>
<command>plugin [load Dateiname] | [autoload] | [reload] | [unload]</command>
@ -228,19 +228,19 @@ zeigt die Uptime von Weechat an
<programlisting>
Fenster verwalten
list: list open windows (no parameter implies this list)
-1: jump to previous window
+1: jump to next window
b#: jump to next window displaying buffer number #
up: switch to window above current one
down: switch to window below current one
left: switch to window on the left
right: switch to window on the right
splith: split current window horizontally
splitv: split current window vertically
resize: resize window size, new size is &lt;pct&gt; pourcentage of parent window
merge: merge window with another (all = keep only one window)
list: listet die geöffneten Fenster (Default, kann auch weggelassen werden)
-1: springt zum vorherigen Fenster
+1: springt zum nächsten Fenster
b#: springt zum nächsten Fenster, dass Puffer Nummer # anzeigt
up: wechselt zum Fenster über dem aktuellen
down: wechselt zum Fenster unter dem aktuellen
left: wechselt zum linken Fenster
right: wechselt zum rechten Fenster
splith: teilt das aktuelle Fenster horizontal
splitv: teilt das aktuelle Fenster vertikal
resize: verändert die Größe des aktuellen Fensters, die neue Größe ist &lt;pct&gt; Prozent des Elternfensters groß
merge: vereinigt Fenster miteinander (all = alle Fenster vereinigen)
For splith and splitv, pct is a pourcentage which represents size of new window, computed with current window as size reference. For example 25 means create a new window with size = current_size / 4
Bei splith und splitv gibt pct die neue Größe des Fensters im verhältnis zur aktuellen Größe an. Zum Beispiel würde 25 bedeuten, dass das neue Fenster nur noch ein Viertel der Größe des alten Fensters hätte.
</programlisting>

View File

@ -960,7 +960,7 @@
<row>
<entry><option>dcc_timeout</option></entry>
<entry>integer</entry>
<entry>between 1 and 2147483647</entry>
<entry>between 5 and 2147483647</entry>
<entry>300</entry>
<entry>Timeout for dcc request (in seconds)</entry>
</row>
@ -971,6 +971,13 @@
<entry>65536</entry>
<entry>Block size for dcc packets in bytes (default: 65536)</entry>
</row>
<row>
<entry><option>dcc_fast_send</option></entry>
<entry>boolean</entry>
<entry>'on' or 'off'</entry>
<entry>'on'</entry>
<entry>Does not wait for ACK when sending file</entry>
</row>
<row>
<entry><option>dcc_port_range</option></entry>
<entry>string</entry>

View File

@ -960,7 +960,7 @@
<row>
<entry><option>dcc_timeout</option></entry>
<entry>entier</entry>
<entry>entre 1 et 2147483647</entry>
<entry>entre 5 et 2147483647</entry>
<entry>300</entry>
<entry>Délai d'attente pour les requêtes dcc (en secondes)</entry>
</row>
@ -971,6 +971,13 @@
<entry>65536</entry>
<entry>Taille de bloc pour les paquets dcc en octets (défaut: 65536)</entry>
</row>
<row>
<entry><option>dcc_fast_send</option></entry>
<entry>booléen</entry>
<entry>'on' ou 'off'</entry>
<entry>'on'</entry>
<entry>N'attend pas les accusés de réception lors de l'envoi de fichier</entry>
</row>
<row>
<entry><option>dcc_port_range</option></entry>
<entry>chaîne</entry>

View File

@ -10,7 +10,7 @@
<entry>Boolean</entry>
<entry></entry>
<entry>'on'</entry>
<entry>Save config file on exit</entry>
<entry>Konfiguration beim Verlassen abspeichern</entry>
</row>
<row>
<entry><option>look_set_title</option></entry>
@ -960,7 +960,7 @@
<row>
<entry><option>dcc_timeout</option></entry>
<entry>Ganzzahl</entry>
<entry>zwischen 1 und 2147483647</entry>
<entry>zwischen 5 und 2147483647</entry>
<entry>300</entry>
<entry>DCC-Timeout in Sekunden</entry>
</row>
@ -971,6 +971,13 @@
<entry>65536</entry>
<entry>Blockgröße für DCCs</entry>
</row>
<row>
<entry><option>dcc_fast_send</option></entry>
<entry>Boolean</entry>
<entry>zwischen 1024 und 102400</entry>
<entry>'on'</entry>
<entry>Warte beim Veschicken von Dateien nicht auf das ACK-Signal</entry>
</row>
<row>
<entry><option>dcc_port_range</option></entry>
<entry>Zeichenfolge</entry>

View File

@ -18,14 +18,14 @@ Argumente: Argumente f
<programlisting>
Puffer verwalten
action: action to do:
move: move buffer in the list (may be relative, for example -1)
close: close buffer (optional arg is part message, for a channel)
list: list open buffers (no parameter implies this list)
notify: set notify level for buffer (0=never, 1=highlight, 2=1+msg, 3=2+join/part)
server
channel: jump to buffer by server and/or channel name
number: jump to buffer by number
Aktion: Pufferaktion:
move: Puffer in der Liste bewegen (kann auch relativ sein, wie -1)
close: Puffer schließen (eine Part-Message kann optional angegeben werden)
list: alle offenen Puffer auflisten (Standardaktion)
notify: Notify-Level für Puffer festlegen (0=nie, 1=bei hervorgehobenen Nachrichten, 2=1+persönliche Nachricht, 3=2+join/part)
Server
Channel: gehe zum Puffer mit Servernamen oder Channelnamen
Nummer: gehe zu Puffer mit dieser Nummer
</programlisting>
<command>builtin Befehl</command>
@ -124,15 +124,15 @@ functions: interne Funktionen f
reset: Standardbelegung wiederherstellen und entferne alle eigenen Belegungen (Vorsicht!)
</programlisting>
<command>panel [list | add type position size | resize # size | close # | move #1 #2]</command>
<command>panel [list | add Art Position Größe | resize # Größe | close # | move #1 #2]</command>
<programlisting>
manage panels
Panels verwalten
list: list open panels (no parameter implies this list)
add: add a panel, type is global|local, position is top|bottom|left|right
resize: resize a panel with a new size (may be relative, for example -1)
close: close a panel by number
move: move a panel to another number (may be relative, for example -1)
list: listet allo offenen Panels (Default, kann als Parameter auch weggelassen werden)
add: fügt ein Panel hinzu, Art ist global|local, Position ist top|bottom|left|right
resize: setzt die Größe eines Panels neu (kann auch relativ sein, z.B. -1)
close: schließt das Panel mit der angegebenen Nummer
move: verschiebt ein Panel zu einer anderen Position (kann auch relativ sein, z.B. -1)
</programlisting>
<command>plugin [load Dateiname] | [autoload] | [reload] | [unload]</command>
@ -228,19 +228,19 @@ zeigt die Uptime von Weechat an
<programlisting>
Fenster verwalten
list: list open windows (no parameter implies this list)
-1: jump to previous window
+1: jump to next window
b#: jump to next window displaying buffer number #
up: switch to window above current one
down: switch to window below current one
left: switch to window on the left
right: switch to window on the right
splith: split current window horizontally
splitv: split current window vertically
resize: resize window size, new size is &lt;pct&gt; pourcentage of parent window
merge: merge window with another (all = keep only one window)
list: listet die geöffneten Fenster (Default, kann auch weggelassen werden)
-1: springt zum vorherigen Fenster
+1: springt zum nächsten Fenster
b#: springt zum nächsten Fenster, dass Puffer Nummer # anzeigt
up: wechselt zum Fenster über dem aktuellen
down: wechselt zum Fenster unter dem aktuellen
left: wechselt zum linken Fenster
right: wechselt zum rechten Fenster
splith: teilt das aktuelle Fenster horizontal
splitv: teilt das aktuelle Fenster vertikal
resize: verändert die Größe des aktuellen Fensters, die neue Größe ist &lt;pct&gt; Prozent des Elternfensters groß
merge: vereinigt Fenster miteinander (all = alle Fenster vereinigen)
For splith and splitv, pct is a pourcentage which represents size of new window, computed with current window as size reference. For example 25 means create a new window with size = current_size / 4
Bei splith und splitv gibt pct die neue Größe des Fensters im verhältnis zur aktuellen Größe an. Zum Beispiel würde 25 bedeuten, dass das neue Fenster nur noch ein Viertel der Größe des alten Fensters hätte.
</programlisting>

View File

@ -960,7 +960,7 @@
<row>
<entry><option>dcc_timeout</option></entry>
<entry>integer</entry>
<entry>between 1 and 2147483647</entry>
<entry>between 5 and 2147483647</entry>
<entry>300</entry>
<entry>Timeout for dcc request (in seconds)</entry>
</row>
@ -971,6 +971,13 @@
<entry>65536</entry>
<entry>Block size for dcc packets in bytes (default: 65536)</entry>
</row>
<row>
<entry><option>dcc_fast_send</option></entry>
<entry>boolean</entry>
<entry>'on' or 'off'</entry>
<entry>'on'</entry>
<entry>Does not wait for ACK when sending file</entry>
</row>
<row>
<entry><option>dcc_port_range</option></entry>
<entry>string</entry>

View File

@ -960,7 +960,7 @@
<row>
<entry><option>dcc_timeout</option></entry>
<entry>entier</entry>
<entry>entre 1 et 2147483647</entry>
<entry>entre 5 et 2147483647</entry>
<entry>300</entry>
<entry>Délai d'attente pour les requêtes dcc (en secondes)</entry>
</row>
@ -971,6 +971,13 @@
<entry>65536</entry>
<entry>Taille de bloc pour les paquets dcc en octets (défaut: 65536)</entry>
</row>
<row>
<entry><option>dcc_fast_send</option></entry>
<entry>booléen</entry>
<entry>'on' ou 'off'</entry>
<entry>'on'</entry>
<entry>N'attend pas les accusés de réception lors de l'envoi de fichier</entry>
</row>
<row>
<entry><option>dcc_port_range</option></entry>
<entry>chaîne</entry>