diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-01-02 22:31:18 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-01-02 22:31:18 +0000 |
commit | 17045954524d1024535d40af9ba7fabb46bb84ed (patch) | |
tree | 5e189a9deb573ad3aacb5b8aa7de0f1a80625f11 | |
parent | d06e847efe61caf5ee5957bcd557422221fdd16d (diff) | |
download | weechat-17045954524d1024535d40af9ba7fabb46bb84ed.zip |
Added XML files needed by XML doc
-rw-r--r-- | doc/en/config.xml | 1149 | ||||
-rw-r--r-- | doc/en/irc_commands.xml | 438 | ||||
-rw-r--r-- | doc/en/key_functions.xml | 161 | ||||
-rw-r--r-- | doc/en/weechat_commands.xml | 197 | ||||
-rw-r--r-- | doc/fr/config.xml | 1149 | ||||
-rw-r--r-- | doc/fr/irc_commands.xml | 438 | ||||
-rw-r--r-- | doc/fr/key_functions.xml | 161 | ||||
-rw-r--r-- | doc/fr/weechat_commands.xml | 197 | ||||
-rw-r--r-- | weechat/doc/en/config.xml | 1149 | ||||
-rw-r--r-- | weechat/doc/en/irc_commands.xml | 438 | ||||
-rw-r--r-- | weechat/doc/en/key_functions.xml | 161 | ||||
-rw-r--r-- | weechat/doc/en/weechat_commands.xml | 197 | ||||
-rw-r--r-- | weechat/doc/fr/config.xml | 1149 | ||||
-rw-r--r-- | weechat/doc/fr/irc_commands.xml | 438 | ||||
-rw-r--r-- | weechat/doc/fr/key_functions.xml | 161 | ||||
-rw-r--r-- | weechat/doc/fr/weechat_commands.xml | 197 |
16 files changed, 7780 insertions, 0 deletions
diff --git a/doc/en/config.xml b/doc/en/config.xml new file mode 100644 index 000000000..62884ad17 --- /dev/null +++ b/doc/en/config.xml @@ -0,0 +1,1149 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<row> + <entry><option>look_set_title</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Set title for window (terminal for Curses GUI) with name and version</entry> +</row> +<row> + <entry><option>look_startup_logo</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Display WeeChat logo at startup</entry> +</row> +<row> + <entry><option>look_startup_version</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Display WeeChat version at startup</entry> +</row> +<row> + <entry><option>look_weechat_slogan</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>WeeChat slogan (if empty, slogan is not used)</entry> +</row> +<row> + <entry><option>look_charset_decode_iso</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>ISO charset for decoding messages from server (used only if locale is UTF-8) (if empty, messages are not converted if locale is UTF-8</entry> +</row> +<row> + <entry><option>look_charset_decode_utf</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>UTF charset for decoding messages from server (used only if locale is not UTF-8) (if empty, messages are not converted if locale is not UTF-8</entry> +</row> +<row> + <entry><option>look_charset_encode</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Charset for encoding messages sent to server, examples: UFT-8, ISO-8859-1 (if empty, messages are not converted)</entry> +</row> +<row> + <entry><option>look_charset_internal</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Forces internal WeeChat charset (should be empty in most cases, that means detected charset is used)</entry> +</row> +<row> + <entry><option>look_one_server_buffer</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Use same buffer for all servers</entry> +</row> +<row> + <entry><option>look_buffer_timestamp</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Timestamp for buffers</entry> +</row> +<row> + <entry><option>look_color_nicks_number</option></entry> + <entry>integer</entry> + <entry>between 1 and 10</entry> + <entry></entry> + <entry>Number of colors to use for nicks colors</entry> +</row> +<row> + <entry><option>look_color_actions</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Display actions with different colors</entry> +</row> +<row> + <entry><option>look_nicklist</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Display nicklist window (for channel windows)</entry> +</row> +<row> + <entry><option>look_nicklist_position</option></entry> + <entry>string</entry> + <entry>'left', 'right', 'top', 'bottom'</entry> + <entry></entry> + <entry>Nicklist position (top, left, right (default), bottom)</entry> +</row> +<row> + <entry><option>look_nicklist_min_size</option></entry> + <entry>integer</entry> + <entry>between 0 and 100</entry> + <entry></entry> + <entry>Min size for nicklist (width or height, depending on look_nicklist_position (0 = no min size))</entry> +</row> +<row> + <entry><option>look_nicklist_max_size</option></entry> + <entry>integer</entry> + <entry>between 0 and 100</entry> + <entry></entry> + <entry>Max size for nicklist (width or height, depending on look_nicklist_position (0 = no max size; if min == max and > 0, then size is fixed))</entry> +</row> +<row> + <entry><option>look_no_nickname</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Text to display instead of nick when not connected</entry> +</row> +<row> + <entry><option>look_nickmode</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Display nick mode ((half)op/voice) before each nick</entry> +</row> +<row> + <entry><option>look_nickmode_empty</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Display space if nick mode is not (half)op/voice</entry> +</row> +<row> + <entry><option>look_nick_completor</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>The string inserted after nick completion</entry> +</row> +<row> + <entry><option>look_nick_completion_ignore</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Chars ignored for nick completion</entry> +</row> +<row> + <entry><option>look_infobar</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Enable info bar</entry> +</row> +<row> + <entry><option>look_infobar_timestamp</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Timestamp for time in infobar</entry> +</row> +<row> + <entry><option>look_infobar_seconds</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Display seconds in infobar time</entry> +</row> +<row> + <entry><option>look_infobar_delay_highlight</option></entry> + <entry>integer</entry> + <entry>between 0 and 2147483647</entry> + <entry></entry> + <entry>Delay (in seconds) for highlight messages in infobar (0 = disable highlight notifications in infobar)</entry> +</row> +<row> + <entry><option>look_hotlist_names_count</option></entry> + <entry>integer</entry> + <entry>between 0 and 32</entry> + <entry></entry> + <entry>Max number of names in hotlist (0 = no name displayed, only buffer numbers)</entry> +</row> +<row> + <entry><option>look_hotlist_names_level</option></entry> + <entry>integer</entry> + <entry>between 1 and 15</entry> + <entry></entry> + <entry>Level for displaying names in hotlist (combination of: 1=join/part, 2=message, 4=private, 8=highlight, for example: 12=private+highlight)</entry> +</row> +<row> + <entry><option>look_hotlist_names_length</option></entry> + <entry>integer</entry> + <entry>between 0 and 32</entry> + <entry></entry> + <entry>Max length of names in hotlist (0 = no limit)</entry> +</row> +<row> + <entry><option>look_day_change</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Display special message when day changes</entry> +</row> +<row> + <entry><option>look_day_change_timestamp</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Timestamp for date displayed when day changed</entry> +</row> +<row> + <entry><option>look_read_marker</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Use a marker on servers/channels to show first unread line</entry> +</row> +<row> + <entry><option>col_real_white</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>If set, uses real white color, disabled by default for terms with white background (if you never use white background, you should turn on this option to see real white instead of default term foreground color)</entry> +</row> +<row> + <entry><option>col_separator</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for window separators (when splited)</entry> +</row> +<row> + <entry><option>col_title</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for title bar</entry> +</row> +<row> + <entry><option>col_title_bg</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Background for title bar</entry> +</row> +<row> + <entry><option>col_chat</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for chat text</entry> +</row> +<row> + <entry><option>col_chat_time</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for time in chat window</entry> +</row> +<row> + <entry><option>col_chat_time_sep</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for time separator (chat window)</entry> +</row> +<row> + <entry><option>col_chat_prefix1</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for 1st and 3rd char of prefix</entry> +</row> +<row> + <entry><option>col_chat_prefix2</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for middle char of prefix</entry> +</row> +<row> + <entry><option>col_chat_server</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for server name</entry> +</row> +<row> + <entry><option>col_chat_join</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for join arrow (prefix)</entry> +</row> +<row> + <entry><option>col_chat_part</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for part/quit arrow (prefix)</entry> +</row> +<row> + <entry><option>col_chat_nick</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for nicks in actions (chat window)</entry> +</row> +<row> + <entry><option>col_chat_host</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for hostnames (chat window)</entry> +</row> +<row> + <entry><option>col_chat_channel</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for channel names in actions (chat window)</entry> +</row> +<row> + <entry><option>col_chat_dark</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for dark separators (chat window)</entry> +</row> +<row> + <entry><option>col_chat_highlight</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for highlighted nick (chat window)</entry> +</row> +<row> + <entry><option>col_chat_bg</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Background for chat window</entry> +</row> +<row> + <entry><option>col_chat_read_marker</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for unread data marker</entry> +</row> +<row> + <entry><option>col_chat_read_marker_bg</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Background for unread data marker</entry> +</row> +<row> + <entry><option>col_status</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for status bar</entry> +</row> +<row> + <entry><option>col_status_delimiters</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for status bar delimiters</entry> +</row> +<row> + <entry><option>col_status_channel</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for current channel in status bar</entry> +</row> +<row> + <entry><option>col_status_data_msg</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for window with new messages (status bar)</entry> +</row> +<row> + <entry><option>col_status_private</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for window with private message (status bar)</entry> +</row> +<row> + <entry><option>col_status_highlight</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for window with highlight (status bar)</entry> +</row> +<row> + <entry><option>col_status_data_other</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for window with new data (not messages) (status bar)</entry> +</row> +<row> + <entry><option>col_status_more</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for window with new data (status bar)</entry> +</row> +<row> + <entry><option>col_status_bg</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Background for status window</entry> +</row> +<row> + <entry><option>col_infobar</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for info bar text</entry> +</row> +<row> + <entry><option>col_infobar_delimiters</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for infobar delimiters</entry> +</row> +<row> + <entry><option>col_infobar_highlight</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for info bar highlight notification</entry> +</row> +<row> + <entry><option>col_infobar_bg</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Background for info bar window</entry> +</row> +<row> + <entry><option>col_input</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for input text</entry> +</row> +<row> + <entry><option>col_input_channel</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for input text (channel name)</entry> +</row> +<row> + <entry><option>col_input_nick</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for input text (nick name)</entry> +</row> +<row> + <entry><option>col_input_delimiters</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for input text (delimiters)</entry> +</row> +<row> + <entry><option>col_input_bg</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Background for input window</entry> +</row> +<row> + <entry><option>col_nick</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for nicknames</entry> +</row> +<row> + <entry><option>col_nick_away</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for away nicknames</entry> +</row> +<row> + <entry><option>col_nick_chanowner</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for chan owner symbol (specific to unrealircd)</entry> +</row> +<row> + <entry><option>col_nick_chanadmin</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for chan admin symbol (specific to unrealircd)</entry> +</row> +<row> + <entry><option>col_nick_op</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for operator symbol</entry> +</row> +<row> + <entry><option>col_nick_halfop</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for half-operator symbol</entry> +</row> +<row> + <entry><option>col_nick_voice</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for voice symbol</entry> +</row> +<row> + <entry><option>col_nick_more</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for '+' when scrolling nicks</entry> +</row> +<row> + <entry><option>col_nick_sep</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for nick separator</entry> +</row> +<row> + <entry><option>col_nick_self</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for local nick</entry> +</row> +<row> + <entry><option>col_nick_color1</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for nick</entry> +</row> +<row> + <entry><option>col_nick_color2</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for nick</entry> +</row> +<row> + <entry><option>col_nick_color3</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for nick</entry> +</row> +<row> + <entry><option>col_nick_color4</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for nick</entry> +</row> +<row> + <entry><option>col_nick_color5</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for nick</entry> +</row> +<row> + <entry><option>col_nick_color6</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for nick</entry> +</row> +<row> + <entry><option>col_nick_color7</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for nick</entry> +</row> +<row> + <entry><option>col_nick_color8</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for nick</entry> +</row> +<row> + <entry><option>col_nick_color9</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for nick</entry> +</row> +<row> + <entry><option>col_nick_color10</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for nick</entry> +</row> +<row> + <entry><option>col_nick_private</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for other nick in private window</entry> +</row> +<row> + <entry><option>col_nick_bg</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Background for nicknames</entry> +</row> +<row> + <entry><option>col_chat_dcc_selected</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for selected DCC (chat window)</entry> +</row> +<row> + <entry><option>col_dcc_waiting</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for "waiting" dcc status</entry> +</row> +<row> + <entry><option>col_dcc_connecting</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for "connecting" dcc status</entry> +</row> +<row> + <entry><option>col_dcc_active</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for "active" dcc status</entry> +</row> +<row> + <entry><option>col_dcc_done</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for "done" dcc status</entry> +</row> +<row> + <entry><option>col_dcc_failed</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for "failed" dcc status</entry> +</row> +<row> + <entry><option>col_dcc_aborted</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for "aborted" dcc status</entry> +</row> +<row> + <entry><option>history_max_lines</option></entry> + <entry>integer</entry> + <entry>between 0 and 2147483647</entry> + <entry></entry> + <entry>Maximum number of lines in history for one server/channel/private window (0 = unlimited)</entry> +</row> +<row> + <entry><option>history_max_commands</option></entry> + <entry>integer</entry> + <entry>between 0 and 2147483647</entry> + <entry></entry> + <entry>Maximum number of user commands in history (0 = unlimited)</entry> +</row> +<row> + <entry><option>history_display_default</option></entry> + <entry>integer</entry> + <entry>between 0 and 2147483647</entry> + <entry></entry> + <entry>Maximum number of commands to display by default in history listing (0 = unlimited)</entry> +</row> +<row> + <entry><option>log_auto_server</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Automatically log server messages</entry> +</row> +<row> + <entry><option>log_auto_channel</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Automatically log channel chats</entry> +</row> +<row> + <entry><option>log_auto_private</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Automatically log private chats</entry> +</row> +<row> + <entry><option>log_plugin_msg</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Log messages from plugins (scripts)</entry> +</row> +<row> + <entry><option>log_path</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Path for WeeChat log files</entry> +</row> +<row> + <entry><option>log_timestamp</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Timestamp for log (see man strftime for date/time specifiers)</entry> +</row> +<row> + <entry><option>log_hide_nickserv_pwd</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Hide password displayed by nickserv</entry> +</row> +<row> + <entry><option>irc_display_away</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Display message to all channels when (un)marking as away</entry> +</row> +<row> + <entry><option>irc_default_msg_away</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Default message when away</entry> +</row> +<row> + <entry><option>irc_default_msg_part</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Default part message (leaving channel)</entry> +</row> +<row> + <entry><option>irc_default_msg_quit</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Default quit message ('%v' will be replaced by WeeChat version in string)</entry> +</row> +<row> + <entry><option>irc_notice_as_pv</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Display notices as private messages</entry> +</row> +<row> + <entry><option>irc_away_check</option></entry> + <entry>integer</entry> + <entry>between 0 and 2147483647</entry> + <entry></entry> + <entry>Interval between two checks for away (in minutes, 0 = never check)</entry> +</row> +<row> + <entry><option>irc_lag_check</option></entry> + <entry>integer</entry> + <entry>between 30 and 2147483647</entry> + <entry></entry> + <entry>Interval between two checks for lag (in seconds)</entry> +</row> +<row> + <entry><option>irc_lag_min_show</option></entry> + <entry>integer</entry> + <entry>between 0 and 2147483647</entry> + <entry></entry> + <entry>Minimum lag to show (in seconds)</entry> +</row> +<row> + <entry><option>irc_lag_disconnect</option></entry> + <entry>integer</entry> + <entry>between 0 and 2147483647</entry> + <entry></entry> + <entry>Disconnect after important lag (in minutes, 0 = never disconnect)</entry> +</row> +<row> + <entry><option>irc_fifo_pipe</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Create a FIFO pipe for remote control</entry> +</row> +<row> + <entry><option>irc_highlight</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Comma separated list of words to highlight (case insensitive comparison, words may begin or end with "*" for partial match)</entry> +</row> +<row> + <entry><option>irc_colors_receive</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>When off, colors codes are ignored in incoming messages</entry> +</row> +<row> + <entry><option>irc_colors_send</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Allow user to send colors with special codes (%B=bold, %Cxx,yy=color, %U=underline, %R=reverse)</entry> +</row> +<row> + <entry><option>dcc_auto_accept_files</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Automatically accept incoming dcc files</entry> +</row> +<row> + <entry><option>dcc_auto_accept_chats</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Automatically accept dcc chats (use carefully!)</entry> +</row> +<row> + <entry><option>dcc_timeout</option></entry> + <entry>integer</entry> + <entry>between 1 and 2147483647</entry> + <entry></entry> + <entry>Timeout for dcc request (in seconds)</entry> +</row> +<row> + <entry><option>dcc_blocksize</option></entry> + <entry>integer</entry> + <entry>between 1024 and 102400</entry> + <entry></entry> + <entry>Block size for dcc packets in bytes (default: 65536)</entry> +</row> +<row> + <entry><option>dcc_port_range</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Restricts outgoing dcc to use only ports in the given range (useful for NAT) (syntax: a single port, ie. 5000 or a port range, ie. 5000-5015, empty value means any port)</entry> +</row> +<row> + <entry><option>dcc_own_ip</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>IP or DNS address used for outgoing dcc (if empty, local interface IP is used)</entry> +</row> +<row> + <entry><option>dcc_download_path</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Path for writing incoming files with dcc (default: user home)</entry> +</row> +<row> + <entry><option>dcc_upload_path</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Path for reading files when sending thru dcc (when no path is specified)</entry> +</row> +<row> + <entry><option>dcc_convert_spaces</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Convert spaces to underscores when sending files</entry> +</row> +<row> + <entry><option>dcc_auto_rename</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Rename incoming files if already exists (add '.1', '.2', ...)</entry> +</row> +<row> + <entry><option>dcc_auto_resume</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Automatically resume dcc transfer if connection with remote host is loosed</entry> +</row> +<row> + <entry><option>proxy_use</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Use a proxy server to connect to irc server</entry> +</row> +<row> + <entry><option>proxy_type</option></entry> + <entry>string</entry> + <entry>'http', 'socks4', 'socks5'</entry> + <entry></entry> + <entry>Proxy type (http (default), socks4, socks5)</entry> +</row> +<row> + <entry><option>proxy_ipv6</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Connect to proxy in ipv6</entry> +</row> +<row> + <entry><option>proxy_address</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Proxy server address (IP or hostname)</entry> +</row> +<row> + <entry><option>proxy_port</option></entry> + <entry>integer</entry> + <entry>between 0 and 65535</entry> + <entry></entry> + <entry>Port for connecting to proxy server</entry> +</row> +<row> + <entry><option>proxy_username</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Username for proxy server</entry> +</row> +<row> + <entry><option>proxy_password</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Password for proxy server</entry> +</row> +<row> + <entry><option>plugins_path</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Path for searching plugins</entry> +</row> +<row> + <entry><option>plugins_autoload</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Comma separated list of plugins to load automatically at startup, "*" means all plugins found (names may be partial, for example "perl" is ok for "libperl.so")</entry> +</row> +<row> + <entry><option>plugins_extension</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Standard plugins extension in filename, used for autoload (if empty, then all files are loaded when autoload is "*")</entry> +</row> +<row> + <entry><option>server_name</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Name associated to IRC server (for display only)</entry> +</row> +<row> + <entry><option>server_autoconnect</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Automatically connect to server when WeeChat is starting</entry> +</row> +<row> + <entry><option>server_autoreconnect</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Automatically reconnect to server when disconnected</entry> +</row> +<row> + <entry><option>server_autoreconnect_delay</option></entry> + <entry>integer</entry> + <entry>between 0 and 65535</entry> + <entry></entry> + <entry>Delay (in seconds) before trying again to reconnect to server</entry> +</row> +<row> + <entry><option>server_address</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>IP address or hostname of IRC server</entry> +</row> +<row> + <entry><option>server_port</option></entry> + <entry>integer</entry> + <entry>between 0 and 65535</entry> + <entry></entry> + <entry>Port for connecting to server</entry> +</row> +<row> + <entry><option>server_ipv6</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Use IPv6 protocol for server communication</entry> +</row> +<row> + <entry><option>server_ssl</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Use SSL for server communication</entry> +</row> +<row> + <entry><option>server_password</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Password for IRC server</entry> +</row> +<row> + <entry><option>server_nick1</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Nickname to use on IRC server</entry> +</row> +<row> + <entry><option>server_nick2</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Alternate nickname to use on IRC server (if nickname is already used)</entry> +</row> +<row> + <entry><option>server_nick3</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>2nd alternate nickname to use on IRC server (if alternate nickname is already used)</entry> +</row> +<row> + <entry><option>server_username</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>User name to use on IRC server</entry> +</row> +<row> + <entry><option>server_realname</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Real name to use on IRC server</entry> +</row> +<row> + <entry><option>server_command</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>First command to run when connected to server</entry> +</row> +<row> + <entry><option>server_command_delay</option></entry> + <entry>integer</entry> + <entry>between 0 and 5</entry> + <entry></entry> + <entry>Delay (in seconds) after command was executed (example: give some time for authentication)</entry> +</row> +<row> + <entry><option>server_autojoin</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Comma separated list of channels to join when connected to server (example: "#chan1,#chan2,#chan3 key1,key2")</entry> +</row> +<row> + <entry><option>server_autorejoin</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Automatically rejoin channels when kicked</entry> +</row> +<row> + <entry><option>server_notify_levels</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Comma separated list of notify levels for channels of this server (format: #channel:1,..)</entry> +</row> +<row> + <entry><option>server_charset_decode_iso</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Comma separated list of charsets for server and channels, to decode ISO (format: server:charset,#channel:charset,..)</entry> +</row> +<row> + <entry><option>server_charset_decode_utf</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Comma separated list of charsets for server and channels, to decode UTF (format: server:charset,#channel:charset,..)</entry> +</row> +<row> + <entry><option>server_charset_encode</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Comma separated list of charsets for server and channels, to encode messages (format: server:charset,#channel:charset,..)</entry> +</row> diff --git a/doc/en/irc_commands.xml b/doc/en/irc_commands.xml new file mode 100644 index 000000000..7b5e319e2 --- /dev/null +++ b/doc/en/irc_commands.xml @@ -0,0 +1,438 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<command>admin [target]</command> +<programlisting> +find information about the administrator of the server + +target: server + +</programlisting> +<command>ame message</command> +<programlisting> +send a CTCP action to all channels of all connected servers + +message: message to send + +</programlisting> +<command>amsg text</command> +<programlisting> +send message to all channels of all connected servers + +text: text to send + +</programlisting> +<command>away [-all] [message]</command> +<programlisting> +toggle away status + + -all: toggle away status on all connected servers +message: message for away (if no message is given, away status is removed) + +</programlisting> +<command>ban [channel] [nickname [nickname ...]]</command> +<programlisting> +bans nicks or hosts + + channel: channel for ban +nickname: user or host to ban + +</programlisting> +<command>ctcp nickname type [arguments]</command> +<programlisting> +send a CTCP message (Client-To-Client Protocol) + + nickname: user to send CTCP to + type: CTCP type (examples: "version", "ping", ..) +arguments: arguments for CTCP + +</programlisting> +<command>dcc action [nickname [file]]</command> +<programlisting> +starts DCC (file or chat) or close chat + + action: 'send' (file) or 'chat' or 'close' (chat) +nickname: nickname to send file or chat + file: filename (on local host) + +</programlisting> +<command>dehalfop [nickname [nickname]]</command> +<programlisting> +removes half channel operator status from nickname(s) + +</programlisting> +<command>deop [nickname [nickname]]</command> +<programlisting> +removes channel operator status from nickname(s) + +</programlisting> +<command>devoice [nickname [nickname]]</command> +<programlisting> +removes voice from nickname(s) + +</programlisting> +<command>die</command> +<programlisting> +shutdown the server + +</programlisting> +<command>halfop [nickname [nickname]]</command> +<programlisting> +gives half channel operator status to nickname(s) + +</programlisting> +<command>info [target]</command> +<programlisting> +get information describing the server + +target: server name + +</programlisting> +<command>invite nickname channel</command> +<programlisting> +invite a nick on a channel + +nickname: nick to invite + channel: channel to invite + +</programlisting> +<command>ison nickname [nickname ...]</command> +<programlisting> +check if a nickname is currently on IRC + +nickname: nickname + +</programlisting> +<command>join channel[,channel] [key[,key]]</command> +<programlisting> +join a channel + +channel: channel name to join + key: key to join the channel + +</programlisting> +<command>kick [channel] nickname [comment]</command> +<programlisting> +forcibly remove a user from a channel + + channel: channel where user is +nickname: nickname to kick + comment: comment for kick + +</programlisting> +<command>kickban [channel] nickname [comment]</command> +<programlisting> +kicks and bans a nick from a channel + + channel: channel where user is +nickname: nickname to kick and ban + comment: comment for kick + +</programlisting> +<command>kill nickname comment</command> +<programlisting> +close client-server connection + +nickname: nickname + comment: comment for kill + +</programlisting> +<command>links [[server] server_mask]</command> +<programlisting> +list all servernames which are known by the server answering the query + + server: this server should answer the query +server_mask: list of servers must match this mask + +</programlisting> +<command>list [channel[,channel] [server]]</command> +<programlisting> +list channels and their topic + +channel: channel to list +server: server name + +</programlisting> +<command>lusers [mask [target]]</command> +<programlisting> +get statistics about the size of the IRC network + + mask: servers matching the mask only +target: server for forwarding request + +</programlisting> +<command>me message</command> +<programlisting> +send a CTCP action to the current channel + +message: message to send + +</programlisting> +<command>mode { channel {[+|-]|o|p|s|i|t|n|b|v} [limit] [user] [ban mask] } | { nickname {[+|-]|i|w|s|o} }</command> +<programlisting> +change channel or user mode + +channel modes: + channel: channel name to modify + o: give/take channel operator privileges + p: private channel flag + s: secret channel flag + i: invite-only channel flag + t: topic settable by channel operator only flag + n: no messages to channel from clients on the outside + m: moderated channel + l: set the user limit to channel + b: set a ban mask to keep users out + e: set exception mask + v: give/take the ability to speak on a moderated channel + k: set a channel key (password) +user modes: + nickname: nickname to modify + i: mark a user as invisible + s: mark a user for receive server notices + w: user receives wallops + o: operator flag + +</programlisting> +<command>motd [target]</command> +<programlisting> +get the "Message Of The Day" + +target: server name + +</programlisting> +<command>msg receiver[,receiver] text</command> +<programlisting> +send message to a nick or channel + +receiver: nick or channel (may be mask, '*' = current channel) +text: text to send + +</programlisting> +<command>names [channel[,channel]]</command> +<programlisting> +list nicknames on channels + +channel: channel name + +</programlisting> +<command>nick [-all] nickname</command> +<programlisting> +change current nickname + + -all: set new nickname for all connected servers +nickname: new nickname + +</programlisting> +<command>notice nickname text</command> +<programlisting> +send notice message to user + +nickname: user to send notice to + text: text to send + +</programlisting> +<command>op nickname [nickname]</command> +<programlisting> +gives channel operator status to nickname(s) + +</programlisting> +<command>oper user password</command> +<programlisting> +get operator privileges + +user/password: used to get privileges on current IRC server + +</programlisting> +<command>part [channel[,channel]] [part_message]</command> +<programlisting> +leave a channel + + channel: channel name to leave +part_message: part message (displayed to other users) + +</programlisting> +<command>ping server1 [server2]</command> +<programlisting> +ping server + +server1: server to ping +server2: forward ping to this server + +</programlisting> +<command>pong daemon [daemon2]</command> +<programlisting> +answer to a ping message + + daemon: daemon who has responded to Ping message +daemon2: forward message to this daemon + +</programlisting> +<command>query nickname [text]</command> +<programlisting> +send a private message to a nick + +nickname: nickname for private conversation + text: text to send + +</programlisting> +<command>quit [quit_message]</command> +<programlisting> +close all connections and quit + +quit_message: quit message (displayed to other users) + +</programlisting> +<command>quote data</command> +<programlisting> +send raw data to server without parsing + +data: raw data to send + +</programlisting> +<command>rehash</command> +<programlisting> +tell the server to reload its config file + +</programlisting> +<command>restart</command> +<programlisting> +tell the server to restart itself + +</programlisting> +<command>service nickname reserved distribution type reserved info</command> +<programlisting> +register a new service + +distribution: visibility of service + type: reserved for future usage + +</programlisting> +<command>servlist [mask [type]]</command> +<programlisting> +list services currently connected to the network + +mask: list only services matching this mask +type: list only services of this type + +</programlisting> +<command>squery service text</command> +<programlisting> +deliver a message to a service + +service: name of service +text: text to send + +</programlisting> +<command>squit server comment</command> +<programlisting> +disconnect server links + +server: server name +comment: comment for quit + +</programlisting> +<command>stats [query [server]]</command> +<programlisting> +query statistics about server + + query: c/h/i/k/l/m/o/y/u (see RFC1459) +server: server name + +</programlisting> +<command>summon user [target [channel]]</command> +<programlisting> +give users who are on a host running an IRC server a message asking them to please join IRC + + user: username +target: server name +channel: channel name + +</programlisting> +<command>time [target]</command> +<programlisting> +query local time from server + +target: query time from specified server + +</programlisting> +<command>topic [channel] [topic]</command> +<programlisting> +get/set channel topic + +channel: channel name +topic: new topic for channel (if topic is "-delete" then topic is deleted) + +</programlisting> +<command>trace [target]</command> +<programlisting> +find the route to specific server + +target: server + +</programlisting> +<command>unban [channel] nickname [nickname ...]</command> +<programlisting> +unbans nicks or hosts + + channel: channel for unban +nickname: user or host to unban + +</programlisting> +<command>userhost nickname [nickname ...]</command> +<programlisting> +return a list of information about nicknames + +nickname: nickname + +</programlisting> +<command>users [target]</command> +<programlisting> +list of users logged into the server + +target: server + +</programlisting> +<command>version [server | nickname]</command> +<programlisting> +gives the version info of nick or server (current or specified) + + server: server name +nickname: nickname + +</programlisting> +<command>voice [nickname [nickname]]</command> +<programlisting> +gives voice to nickname(s) + +</programlisting> +<command>wallops text</command> +<programlisting> +send a message to all currently connected users who have set the 'w' user mode for themselves + +text to send + +</programlisting> +<command>who [mask ["o"]]</command> +<programlisting> +generate a query which returns a list of information + +mask: only information which match this mask + o: only operators are returned according to the mask supplied + +</programlisting> +<command>whois [server] nickname[,nickname]</command> +<programlisting> +query information about user(s) + + server: server name +nickname: nickname (may be a mask) + +</programlisting> +<command>whowas nickname [,nickname [,nickname ...]] [count [target]]</command> +<programlisting> +ask for information about a nickname which no longer exists + +nickname: nickname to search + count: number of replies to return (full search if negative number) + target: reply should match this mask + +</programlisting> diff --git a/doc/en/key_functions.xml b/doc/en/key_functions.xml new file mode 100644 index 000000000..6cae6bac5 --- /dev/null +++ b/doc/en/key_functions.xml @@ -0,0 +1,161 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<row> + <entry><literal>return</literal></entry> + <entry>terminate line</entry> +</row> +<row> + <entry><literal>tab</literal></entry> + <entry>complete word</entry> +</row> +<row> + <entry><literal>backspace</literal></entry> + <entry>delete previous char</entry> +</row> +<row> + <entry><literal>delete</literal></entry> + <entry>delete next char</entry> +</row> +<row> + <entry><literal>delete_end_line</literal></entry> + <entry>delete until end of line</entry> +</row> +<row> + <entry><literal>delete_beginning_line</literal></entry> + <entry>delete until beginning of line</entry> +</row> +<row> + <entry><literal>delete_line</literal></entry> + <entry>delete entire line</entry> +</row> +<row> + <entry><literal>delete_previous_word</literal></entry> + <entry>delete previous word</entry> +</row> +<row> + <entry><literal>delete_next_word</literal></entry> + <entry>delete next word</entry> +</row> +<row> + <entry><literal>clipboard_paste</literal></entry> + <entry>paste current clipboard content</entry> +</row> +<row> + <entry><literal>transpose_chars</literal></entry> + <entry>transpose chars</entry> +</row> +<row> + <entry><literal>home</literal></entry> + <entry>go to beginning of line</entry> +</row> +<row> + <entry><literal>end</literal></entry> + <entry>go to end of line</entry> +</row> +<row> + <entry><literal>left</literal></entry> + <entry>move one char left</entry> +</row> +<row> + <entry><literal>previous_word</literal></entry> + <entry>move to previous word</entry> +</row> +<row> + <entry><literal>right</literal></entry> + <entry>move one char right</entry> +</row> +<row> + <entry><literal>next_word</literal></entry> + <entry>move to next word</entry> +</row> +<row> + <entry><literal>up</literal></entry> + <entry>call previous command in history</entry> +</row> +<row> + <entry><literal>up_global</literal></entry> + <entry>call previous command in global history</entry> +</row> +<row> + <entry><literal>down</literal></entry> + <entry>call next command in history</entry> +</row> +<row> + <entry><literal>down_global</literal></entry> + <entry>call next command in global history</entry> +</row> +<row> + <entry><literal>page_up</literal></entry> + <entry>scroll one page up</entry> +</row> +<row> + <entry><literal>page_down</literal></entry> + <entry>scroll one page down</entry> +</row> +<row> + <entry><literal>nick_beginning</literal></entry> + <entry>display beginning of nicklist</entry> +</row> +<row> + <entry><literal>nick_end</literal></entry> + <entry>display end of nicklist</entry> +</row> +<row> + <entry><literal>nick_page_up</literal></entry> + <entry>scroll nicklist one page up</entry> +</row> +<row> + <entry><literal>nick_page_down</literal></entry> + <entry>scroll nicklist one page down</entry> +</row> +<row> + <entry><literal>jump_smart</literal></entry> + <entry>jump to buffer with activity</entry> +</row> +<row> + <entry><literal>jump_dcc</literal></entry> + <entry>jump to DCC buffer</entry> +</row> +<row> + <entry><literal>jump_last_buffer</literal></entry> + <entry>jump to last buffer</entry> +</row> +<row> + <entry><literal>jump_server</literal></entry> + <entry>jump to server buffer</entry> +</row> +<row> + <entry><literal>jump_next_server</literal></entry> + <entry>jump to next server</entry> +</row> +<row> + <entry><literal>switch_server</literal></entry> + <entry>switch active server on servers buffer</entry> +</row> +<row> + <entry><literal>scroll_previous_highlight</literal></entry> + <entry>scroll to previous highlight in buffer</entry> +</row> +<row> + <entry><literal>scroll_next_highlight</literal></entry> + <entry>scroll to next highlight in buffer</entry> +</row> +<row> + <entry><literal>scroll_unread</literal></entry> + <entry>scroll to first unread line in buffer</entry> +</row> +<row> + <entry><literal>hotlist_clear</literal></entry> + <entry>clear hotlist</entry> +</row> +<row> + <entry><literal>infobar_clear</literal></entry> + <entry>clear infobar</entry> +</row> +<row> + <entry><literal>refresh</literal></entry> + <entry>refresh screen</entry> +</row> +<row> + <entry><literal>grab_key</literal></entry> + <entry>grab a key</entry> +</row> diff --git a/doc/en/weechat_commands.xml b/doc/en/weechat_commands.xml new file mode 100644 index 000000000..5c8bc8b02 --- /dev/null +++ b/doc/en/weechat_commands.xml @@ -0,0 +1,197 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<command>alias [alias_name [command [arguments]]</command> +<programlisting> +create an alias for a command + +alias_name: name of alias + command: command name (WeeChat or IRC command, without first '/') +arguments: arguments for command + +</programlisting> +<command>buffer [action | number | [[server] [channel]]]</command> +<programlisting> +manage buffers + + action: action to do: + move: move buffer in the list (may be relative, for example -1) + close: close buffer (for channel: same as /part without part message) + list: list opened 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 + +</programlisting> +<command>charset [(decode_iso | decode_utf | encode) charset]</command> +<programlisting> +change charset for server or channel + +decode_iso: charset used for decoding ISO +decode_utf: charset used for decoding UTF + encode: charset used for encoding messages + charset: charset to use (for example: ISO-8859-15, UTF-8,..) + +</programlisting> +<command>clear [-all]</command> +<programlisting> +clear window(s) + +-all: clear all windows + +</programlisting> +<command>connect [servername]</command> +<programlisting> +connect to a server + +servername: server name to connect + +</programlisting> +<command>disconnect [servername]</command> +<programlisting> +disconnect from a server + +servername: server name to disconnect + +</programlisting> +<command>debug dump | windows</command> +<programlisting> +print debug messages + + dump: save memory dump in WeeChat log file (same dump is written when WeeChat crashes) +windows: display windows tree + +</programlisting> +<command>help [command]</command> +<programlisting> +display help about commands + +command: name of a WeeChat or IRC command + +</programlisting> +<command>history [clear | value]</command> +<programlisting> +show buffer command history + +clear: clear history +value: number of history entries to show + +</programlisting> +<command>ignore [mask [[type | command] [channel [server]]]]</command> +<programlisting> +ignore IRC messages and/or hosts + + mask: nick or host mask to ignore + type: type of message to ignore (action, ctcp, dcc, pv) +command: IRC command +channel: name of channel for ignore + server: name of server for ignore + +For each argument, '*' means all. +Without argument, /ignore command lists all defined ignore. + +</programlisting> +<command>key [key function/command] [unbind key] [functions] [reset -yes]</command> +<programlisting> +bind/unbind keys + + key: bind this key to an internal function or a command (beginning by "/") + unbind: unbind a key +functions: list internal functions for key bindings + reset: restore bindings to the default values and delete ALL personal bindings (use carefully!) + +</programlisting> +<command>plugin [load filename] | [autoload] | [reload] | [unload]</command> +<programlisting> +list/load/unload plugins + +filename: WeeChat plugin (file) to load + +Without argument, /plugin command lists all loaded plugins. + +</programlisting> +<command>server [servername] | [servername hostname port [-auto | -noauto] [-ipv6] [-ssl] [-pwd password] [-nicks nick1 nick2 nick3] [-username username] [-realname realname] [-command command] [-autojoin channel[,channel]] ] | [del servername]</command> +<programlisting> +list, add or remove servers + +servername: server name, for internal and display use + hostname: name or IP address of server + port: port for server (integer) + ipv6: use IPv6 protocol + ssl: use SSL protocol + password: password for server + nick1: first nick for server + nick2: alternate nick for server + nick3: second alternate nick for server + username: user name + realname: real name of user + +</programlisting> +<command>save [file]</command> +<programlisting> +save config to disk + +file: filename for writing config + +</programlisting> +<command>set [option [ = value]]</command> +<programlisting> +set config parameters + +option: name of an option (if name is full and no value is given, then help is displayed on option) +value: value for option + +</programlisting> +<command>unalias alias_name</command> +<programlisting> +remove an alias + +alias_name: name of alias to remove + +</programlisting> +<command>unignore [number | [mask [[type | command] [channel [server]]]]]</command> +<programlisting> +unignore IRC messages and/or hosts + + number: # of ignore to unignore (number is displayed by list of ignore) + mask: nick or host mask to unignore + type: type of message to unignore (action, ctcp, dcc, pv) +command: IRC command +channel: name of channel for unignore + server: name of server for unignore + +For each argument, '*' means all. +Without argument, /unignore command lists all defined ignore. + +</programlisting> +<command>upgrade</command> +<programlisting> +upgrade WeeChat without disconnecting from servers + +</programlisting> +<command>uptime [-o]</command> +<programlisting> +show WeeChat uptime + +-o: send uptime on current channel as an IRC message + +</programlisting> +<command>window [list | -1 | +1 | b# | up | down | left | right | splith [pct] | splitv [pct] | resize pct | merge [all]]</command> +<programlisting> +manage windows + + list: list opened 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 pct%% of parent window + merge: merge window with another (all = keep only one window) + +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 + +</programlisting> diff --git a/doc/fr/config.xml b/doc/fr/config.xml new file mode 100644 index 000000000..72d0bbc44 --- /dev/null +++ b/doc/fr/config.xml @@ -0,0 +1,1149 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<row> + <entry><option>look_set_title</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Définit le titre de la fenêtre (terminal pour l'interface Curses) avec le nom et la version</entry> +</row> +<row> + <entry><option>look_startup_logo</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Afficher le logo WeeChat au démarrage</entry> +</row> +<row> + <entry><option>look_startup_version</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Afficher la version de WeeChat au démarrage</entry> +</row> +<row> + <entry><option>look_weechat_slogan</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'the geekest IRC client!'</entry> + <entry>Slogan WeeChat (si vide, le slogan ne sera pas utilisé)</entry> +</row> +<row> + <entry><option>look_charset_decode_iso</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'ISO-8859-1'</entry> + <entry>Jeu de caractères ISO pour décoder les messages du serveur (utilisé seulement si la locale est UTF-8) (si non renseigné, les messages ne sont pas concertis si la locale est UTF-8)</entry> +</row> +<row> + <entry><option>look_charset_decode_utf</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'UTF-8'</entry> + <entry>Jeu de caractères UTF pour décoder les messages du serveur (utilisé seulement si la locale n'est pas UTF-8) (si non renseigné, les messages ne sont pas convertis si la locale n'est pas UTF-8)</entry> +</row> +<row> + <entry><option>look_charset_encode</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Jeu de caractères pour encoder les messages envoyés au serveur, exemples: UFT-8, ISO-8859-1 (si non renseigné, les messages ne sont pas convertis)</entry> +</row> +<row> + <entry><option>look_charset_internal</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Force le jeu de caractères interne à WeeChat (doit être vide dans la plupart des cas, ce qui signifie que le jeu de caractères détecté est utilisé)</entry> +</row> +<row> + <entry><option>look_one_server_buffer</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'off'</entry> + <entry>Utiliser le même tampon pour tous les serveurs</entry> +</row> +<row> + <entry><option>look_buffer_timestamp</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'[%H:%M:%S]'</entry> + <entry>Format de date/heure pour les tampons</entry> +</row> +<row> + <entry><option>look_color_nicks_number</option></entry> + <entry>entier</entry> + <entry>entre 1 et 10</entry> + <entry>10</entry> + <entry>Nombre de couleurs à utiliser pour les couleurs des pseudos</entry> +</row> +<row> + <entry><option>look_color_actions</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Afficher les actions avec différentes couleurs</entry> +</row> +<row> + <entry><option>look_nicklist</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Afficher la fenêtre des utilisateurs (pour les fenêtres de canaux)</entry> +</row> +<row> + <entry><option>look_nicklist_position</option></entry> + <entry>chaîne</entry> + <entry>'left', 'right', 'top', 'bottom'</entry> + <entry>'right'</entry> + <entry>Position de la fenêtre d'utilisateurs (haut (top), gauche (left), droite (right, par défaut), bas (bottom))</entry> +</row> +<row> + <entry><option>look_nicklist_min_size</option></entry> + <entry>entier</entry> + <entry>entre 0 et 100</entry> + <entry>0</entry> + <entry>Taille minimum pour la fenêtre d'utilisateurs (largeur ou hauteur, selon look_nicklist_position (0 = pas de taille minimum))</entry> +</row> +<row> + <entry><option>look_nicklist_max_size</option></entry> + <entry>entier</entry> + <entry>entre 0 et 100</entry> + <entry>0</entry> + <entry>Taille maximum pour la fenêtre d'utilisateurs (largeur ou hauteur, selon look_nicklist_position (0 = pas de taille maximum; si min == max et > 0, alors la taille est fixe))</entry> +</row> +<row> + <entry><option>look_no_nickname</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'-cmd-'</entry> + <entry>Texte à afficher en lieu et place du nom d'utilisateur lorsque la connexion n'est pas active</entry> +</row> +<row> + <entry><option>look_nickmode</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Afficher le mode de l'utilisateur ((half)op/voice) devant chaque utilisateur</entry> +</row> +<row> + <entry><option>look_nickmode_empty</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'off'</entry> + <entry>Afficher un espace si le mode utilisateur n'est pas (half)op/voice</entry> +</row> +<row> + <entry><option>look_nick_completor</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>':'</entry> + <entry>La chaîne affichée après la complétion des pseudos</entry> +</row> +<row> + <entry><option>look_nick_completion_ignore</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'[]-^'</entry> + <entry>Caractères à ignorer pour la complétion des pseudos</entry> +</row> +<row> + <entry><option>look_infobar</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Active la barre d'infos</entry> +</row> +<row> + <entry><option>look_infobar_timestamp</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'%B, %A %d %Y'</entry> + <entry>Format de date/heure dans la barre d'info</entry> +</row> +<row> + <entry><option>look_infobar_seconds</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Afficher les secondes pour l'heure dans la barre d'infos</entry> +</row> +<row> + <entry><option>look_infobar_delay_highlight</option></entry> + <entry>entier</entry> + <entry>entre 0 et 2147483647</entry> + <entry>7</entry> + <entry>Délai (en secondes) pour la notification des messages dans la barre d'infos (0 = désactiver les notifications dans la barre d'infos)</entry> +</row> +<row> + <entry><option>look_hotlist_names_count</option></entry> + <entry>entier</entry> + <entry>entre 0 et 32</entry> + <entry>3</entry> + <entry>Nombre maximum de noms dans la liste d'activité (0 = pas de nom affiché, seulement les numéros de tampons)</entry> +</row> +<row> + <entry><option>look_hotlist_names_level</option></entry> + <entry>entier</entry> + <entry>entre 1 et 15</entry> + <entry>12</entry> + <entry>Niveau pour l'affichage des noms dans la liste d'activité (combinaison de: 1=join/part, 2=message, 4=privé, 8=highlight, par exemple: 12=privé+highlight)</entry> +</row> +<row> + <entry><option>look_hotlist_names_length</option></entry> + <entry>entier</entry> + <entry>entre 0 et 32</entry> + <entry>0</entry> + <entry>Nombre maximum des noms dans la liste d'activité (0 = pas de limite)</entry> +</row> +<row> + <entry><option>look_day_change</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Affiche un message quand le jour change</entry> +</row> +<row> + <entry><option>look_day_change_timestamp</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'%a, %d %b %Y'</entry> + <entry>Format de date pour la date affichée quand le jour a changé</entry> +</row> +<row> + <entry><option>look_read_marker</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>' '</entry> + <entry>Utiliser un marqueur sur les serveurs/canaux pour montrer la première ligne non lue</entry> +</row> +<row> + <entry><option>col_real_white</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'off'</entry> + <entry>Si activé, utilise la vraie couleur blanche, désactivé par défaut pour les terminaux avec un fond blanc (si vous n'utilisez jamais de fond blanc, vous devriez activer cette option pour voir du vrai blanc au lieu de la couleur d'avant plant par défaut du terminal)</entry> +</row> +<row> + <entry><option>col_separator</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'blue'</entry> + <entry>Couleur pour les séparateurs de fenêtres (quand divisé)</entry> +</row> +<row> + <entry><option>col_title</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'default'</entry> + <entry>Couleur pour la barre de titre</entry> +</row> +<row> + <entry><option>col_title_bg</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'blue'</entry> + <entry>Couleur de fond pour la barre de titre</entry> +</row> +<row> + <entry><option>col_chat</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'default'</entry> + <entry>Couleur pour le texte de discussion</entry> +</row> +<row> + <entry><option>col_chat_time</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'default'</entry> + <entry>Couleur pour l'heure dans la fenêtre de discussion</entry> +</row> +<row> + <entry><option>col_chat_time_sep</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'brown'</entry> + <entry>Couleur pour la séparation de l'heure (fenêtre de discussion)</entry> +</row> +<row> + <entry><option>col_chat_prefix1</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightcyan'</entry> + <entry>Couleur pour le 1er et le 3ème caractère du préfixe</entry> +</row> +<row> + <entry><option>col_chat_prefix2</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'white'</entry> + <entry>Couleur pour le caractère du milieu du préfixe</entry> +</row> +<row> + <entry><option>col_chat_server</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'brown'</entry> + <entry>Couleur pour le nom du serveur</entry> +</row> +<row> + <entry><option>col_chat_join</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightgreen'</entry> + <entry>Couleur pour la flèche du join (préfixe)</entry> +</row> +<row> + <entry><option>col_chat_part</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightred'</entry> + <entry>Couleur pour la flèche du part/quit (préfixe)</entry> +</row> +<row> + <entry><option>col_chat_nick</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightcyan'</entry> + <entry>Couleur pour les noms d'utilisateurs dans les actions (fenêtre de discussion)</entry> +</row> +<row> + <entry><option>col_chat_host</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'cyan'</entry> + <entry>Couleur pour les noms de machines (fenêtre de discussion)</entry> +</row> +<row> + <entry><option>col_chat_channel</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'white'</entry> + <entry>Couleur pour les canaux dans les actions (fenêtre de discussion)</entry> +</row> +<row> + <entry><option>col_chat_dark</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'green'</entry> + <entry>Couleur pour les séparateurs sombres (fenêtre de discussion)</entry> +</row> +<row> + <entry><option>col_chat_highlight</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'yellow'</entry> + <entry>Couleur pour le pseudo surligné (fenêtre de discussion)</entry> +</row> +<row> + <entry><option>col_chat_bg</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'default'</entry> + <entry>Couleur de fond pour la fenêtre de discussion</entry> +</row> +<row> + <entry><option>col_chat_read_marker</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'yellow'</entry> + <entry>Couleur pour le marqueur de données non lues</entry> +</row> +<row> + <entry><option>col_chat_read_marker_bg</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'magenta'</entry> + <entry>Couleur de fond pour le marqueur de données non lues</entry> +</row> +<row> + <entry><option>col_status</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'default'</entry> + <entry>Couleur pour la barre de statut</entry> +</row> +<row> + <entry><option>col_status_delimiters</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'cyan'</entry> + <entry>Couleur pour les délimiteurs de la barre de statut</entry> +</row> +<row> + <entry><option>col_status_channel</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'white'</entry> + <entry>Couleur pour le canal courant dans la barre de statut</entry> +</row> +<row> + <entry><option>col_status_data_msg</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'yellow'</entry> + <entry>Couleur pour une fenêtre avec de nouvelles infos (barre de statut)</entry> +</row> +<row> + <entry><option>col_status_private</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightmagenta'</entry> + <entry>Couleur pour une fenêtre avec un message privé (barre de statut)</entry> +</row> +<row> + <entry><option>col_status_highlight</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightred'</entry> + <entry>Couleur pour une fenêtre avec un highlight (barre de statut)</entry> +</row> +<row> + <entry><option>col_status_data_other</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'default'</entry> + <entry>Couleur pour une fenêtre avec des nouvelles données (pas des infos) (barre de statut)</entry> +</row> +<row> + <entry><option>col_status_more</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'white'</entry> + <entry>Couleur pour une fenêtre avec des nouvelles données (barre de statut)</entry> +</row> +<row> + <entry><option>col_status_bg</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'blue'</entry> + <entry>Couleur de fond pour la fenêtre de statut</entry> +</row> +<row> + <entry><option>col_infobar</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'black'</entry> + <entry>Couleur pour la barre d'infos</entry> +</row> +<row> + <entry><option>col_infobar_delimiters</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'blue'</entry> + <entry>Couleur pour les délimiteurs de la barre d'infos</entry> +</row> +<row> + <entry><option>col_infobar_highlight</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'white'</entry> + <entry>Couleur pour la notification dans la barre d'infos</entry> +</row> +<row> + <entry><option>col_infobar_bg</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'cyan'</entry> + <entry>Couleur de fond pour la fenêtre de barre d'infos</entry> +</row> +<row> + <entry><option>col_input</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'default'</entry> + <entry>Couleur pour le texte saisi</entry> +</row> +<row> + <entry><option>col_input_channel</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'white'</entry> + <entry>Couleur pour le texte saisi (nom du canal)</entry> +</row> +<row> + <entry><option>col_input_nick</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightcyan'</entry> + <entry>Couleur pour le texte saisi (pseudo)</entry> +</row> +<row> + <entry><option>col_input_delimiters</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'cyan'</entry> + <entry>Couleur pour le texte saisi (délimiteurs)</entry> +</row> +<row> + <entry><option>col_input_bg</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'default'</entry> + <entry>Couleur de fond pour la fenêtre de saisie</entry> +</row> +<row> + <entry><option>col_nick</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'default'</entry> + <entry>Couleur pour les pseudos</entry> +</row> +<row> + <entry><option>col_nick_away</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'cyan'</entry> + <entry>Couleur pour les pseudos absents</entry> +</row> +<row> + <entry><option>col_nick_chanowner</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightgreen'</entry> + <entry>Couleur pour le symbole du propriétaire du canal (spécifique à unrealircd)</entry> +</row> +<row> + <entry><option>col_nick_chanadmin</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightgreen'</entry> + <entry>Couleur pour le symbole administrateur du canal (spécifique à unrealircd)</entry> +</row> +<row> + <entry><option>col_nick_op</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightgreen'</entry> + <entry>Couleur pour le symbole opérateur</entry> +</row> +<row> + <entry><option>col_nick_halfop</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightmagenta'</entry> + <entry>Couleur pour le symbole demi-opérateur</entry> +</row> +<row> + <entry><option>col_nick_voice</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'yellow'</entry> + <entry>Couleur pour le symbole voix</entry> +</row> +<row> + <entry><option>col_nick_more</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightmagenta'</entry> + <entry>Couleur pour les '+' lors du scroll sur les pseudos</entry> +</row> +<row> + <entry><option>col_nick_sep</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'blue'</entry> + <entry>Couleur pour le séparateur de pseudo</entry> +</row> +<row> + <entry><option>col_nick_self</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'white'</entry> + <entry>Couleur pour le pseudo local</entry> +</row> +<row> + <entry><option>col_nick_color1</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'cyan'</entry> + <entry>Couleur pour le pseudo</entry> +</row> +<row> + <entry><option>col_nick_color2</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'magenta'</entry> + <entry>Couleur pour le pseudo</entry> +</row> +<row> + <entry><option>col_nick_color3</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'green'</entry> + <entry>Couleur pour le pseudo</entry> +</row> +<row> + <entry><option>col_nick_color4</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'brown'</entry> + <entry>Couleur pour le pseudo</entry> +</row> +<row> + <entry><option>col_nick_color5</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightblue'</entry> + <entry>Couleur pour le pseudo</entry> +</row> +<row> + <entry><option>col_nick_color6</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'default'</entry> + <entry>Couleur pour le pseudo</entry> +</row> +<row> + <entry><option>col_nick_color7</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightcyan'</entry> + <entry>Couleur pour le pseudo</entry> +</row> +<row> + <entry><option>col_nick_color8</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightmagenta'</entry> + <entry>Couleur pour le pseudo</entry> +</row> +<row> + <entry><option>col_nick_color9</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightgreen'</entry> + <entry>Couleur pour le pseudo</entry> +</row> +<row> + <entry><option>col_nick_color10</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'blue'</entry> + <entry>Couleur pour le pseudo</entry> +</row> +<row> + <entry><option>col_nick_private</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'default'</entry> + <entry>Couleur pour l'autre pseudo dans la fenêtre privée</entry> +</row> +<row> + <entry><option>col_nick_bg</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'default'</entry> + <entry>Couleur de fond pour les pseudos</entry> +</row> +<row> + <entry><option>col_chat_dcc_selected</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'white'</entry> + <entry>Couleur pour le DCC sélectionné (fenêtre de discussion)</entry> +</row> +<row> + <entry><option>col_dcc_waiting</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightcyan'</entry> + <entry>Couleur pour le statut dcc "attente"</entry> +</row> +<row> + <entry><option>col_dcc_connecting</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'yellow'</entry> + <entry>Couleur pour le statut dcc "connexion"</entry> +</row> +<row> + <entry><option>col_dcc_active</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightblue'</entry> + <entry>Couleur pour le statut dcc "actif"</entry> +</row> +<row> + <entry><option>col_dcc_done</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightgreen'</entry> + <entry>Couleur pour le statut dcc "terminé"</entry> +</row> +<row> + <entry><option>col_dcc_failed</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightred'</entry> + <entry>Couleur pour le statut dcc "échoué"</entry> +</row> +<row> + <entry><option>col_dcc_aborted</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightred'</entry> + <entry>Couleur pour le statut dcc "interrompu"</entry> +</row> +<row> + <entry><option>history_max_lines</option></entry> + <entry>entier</entry> + <entry>entre 0 et 2147483647</entry> + <entry>4096</entry> + <entry>Nombre maximum de lignes dans l'historique pour un serveur/fenêtre/fenêtre privée (0 = sans limite)</entry> +</row> +<row> + <entry><option>history_max_commands</option></entry> + <entry>entier</entry> + <entry>entre 0 et 2147483647</entry> + <entry>100</entry> + <entry>Nombre maximum de commandes utilisateur dans l'historique (0 = sans limite)</entry> +</row> +<row> + <entry><option>history_display_default</option></entry> + <entry>entier</entry> + <entry>entre 0 et 2147483647</entry> + <entry>5</entry> + <entry>Nombre maximum de commandes à afficher par défaut dans le listing d'historique (0 = sans limite)</entry> +</row> +<row> + <entry><option>log_auto_server</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'off'</entry> + <entry>Enregistrer automatiquement les messages du serveur</entry> +</row> +<row> + <entry><option>log_auto_channel</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'off'</entry> + <entry>Enregistrer automatiquement les conversations des canaux</entry> +</row> +<row> + <entry><option>log_auto_private</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'off'</entry> + <entry>Enregistrer automatiquement les conversations privées</entry> +</row> +<row> + <entry><option>log_plugin_msg</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'off'</entry> + <entry>Enregistrer les messages des plugins (scripts)</entry> +</row> +<row> + <entry><option>log_path</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'~/.weechat/logs/'</entry> + <entry>Chemin pour les conversations sauvegardées par WeeChat</entry> +</row> +<row> + <entry><option>log_timestamp</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'%Y %b %d %H:%M:%S'</entry> + <entry>Format de date/heure pour les conversations sauvegardées (voir man strftime pour le format de date/heure)</entry> +</row> +<row> + <entry><option>log_hide_nickserv_pwd</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Masquer le mot de passe affiché par nickserv</entry> +</row> +<row> + <entry><option>irc_display_away</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Affiche un message sur tous les canaux pour l'absence/le retour</entry> +</row> +<row> + <entry><option>irc_default_msg_away</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'away'</entry> + <entry>Message par défaut pour l'absence</entry> +</row> +<row> + <entry><option>irc_default_msg_part</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'WeeChat %v'</entry> + <entry>Message par défaut pour le part (quitte un canal)</entry> +</row> +<row> + <entry><option>irc_default_msg_quit</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'WeeChat %v'</entry> + <entry>Message de fin par défaut ('%v' sera remplacé par la version de WeeChat dans la chaîne)</entry> +</row> +<row> + <entry><option>irc_notice_as_pv</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'off'</entry> + <entry>Afficher les notices comme des messages privés</entry> +</row> +<row> + <entry><option>irc_away_check</option></entry> + <entry>entier</entry> + <entry>entre 0 et 2147483647</entry> + <entry>0</entry> + <entry>Intervalle entre deux vérifications des absences (en minutes, 0 = ne jemais vérifier)</entry> +</row> +<row> + <entry><option>irc_lag_check</option></entry> + <entry>entier</entry> + <entry>entre 30 et 2147483647</entry> + <entry>60</entry> + <entry>Intervalle entre deux mesures de lag (en secondes)</entry> +</row> +<row> + <entry><option>irc_lag_min_show</option></entry> + <entry>entier</entry> + <entry>entre 0 et 2147483647</entry> + <entry>1</entry> + <entry>Lag minimum à afficher (en secondes)</entry> +</row> +<row> + <entry><option>irc_lag_disconnect</option></entry> + <entry>entier</entry> + <entry>entre 0 et 2147483647</entry> + <entry>5</entry> + <entry>Déconnexion après un lag important (en minutes, 0 = ne jamais se déconnecter)</entry> +</row> +<row> + <entry><option>irc_fifo_pipe</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'off'</entry> + <entry>Créer un tube FIFO pour le contrôle à distance</entry> +</row> +<row> + <entry><option>irc_highlight</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Liste des mots pour la notification (séparés par des virgules, le comparaison ne tient pas compte de la casse, les mots peuvent commencer ou se terminer par "*" pour une comparaison partielle)</entry> +</row> +<row> + <entry><option>irc_colors_receive</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Si désactivé, les codes couleurs des messages entrants sont ignorés</entry> +</row> +<row> + <entry><option>irc_colors_send</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Autorise l'utilisateur à envoyer des couleurs avec des codes spéciaux (%B=gras, %Cxx,yy=couleur, %U=souligné, %R=inversé)</entry> +</row> +<row> + <entry><option>dcc_auto_accept_files</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'off'</entry> + <entry>Accepte automatiquement les fichiers dcc entrants</entry> +</row> +<row> + <entry><option>dcc_auto_accept_chats</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'off'</entry> + <entry>Accepte automatiquement les demandes de discussion dcc (à utiliser avec précaution !)</entry> +</row> +<row> + <entry><option>dcc_timeout</option></entry> + <entry>entier</entry> + <entry>entre 1 et 2147483647</entry> + <entry>300</entry> + <entry>Délai d'attente pour les requêtes dcc (en secondes)</entry> +</row> +<row> + <entry><option>dcc_blocksize</option></entry> + <entry>entier</entry> + <entry>entre 1024 et 102400</entry> + <entry>65536</entry> + <entry>Taille de bloc pour les paquets dcc en octets (défaut: 65536)</entry> +</row> +<row> + <entry><option>dcc_port_range</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Restreint le dcc sortant à utiliser des ports dans la plage donnée (pratique pour le NAT) (syntaxe: un port simple, par exemple 5000, une plage de ports, par exemple 5000-5015, si non renseigné tout port peut être utilisé)</entry> +</row> +<row> + <entry><option>dcc_own_ip</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Adresse IP ou DNS utilisée pour le dcc sortant (si non renseigné, l'interface IP locale est utilisée)</entry> +</row> +<row> + <entry><option>dcc_download_path</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'~'</entry> + <entry>Chemin pour écrire les fichiers reçus par dcc (par défaut: répertoire de l'utilisateur)</entry> +</row> +<row> + <entry><option>dcc_upload_path</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'~'</entry> + <entry>Chemin pour lire les fichiers lorsqu'ils sont envoyés par dcc (quand aucun chemin n'est spécifié)</entry> +</row> +<row> + <entry><option>dcc_convert_spaces</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Convertir les espaces en underscores lors d'envoi de fichiers</entry> +</row> +<row> + <entry><option>dcc_auto_rename</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Renommer les fichiers reçus s'ils existent déjà (ajoute '.1', '.2', ...)</entry> +</row> +<row> + <entry><option>dcc_auto_resume</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Continuer automatiquement les transferts dcc si la connexion avec la machine distante a été perdue</entry> +</row> +<row> + <entry><option>proxy_use</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'off'</entry> + <entry>Utiliser un proxy pour se connecter au serveur irc</entry> +</row> +<row> + <entry><option>proxy_type</option></entry> + <entry>chaîne</entry> + <entry>'http', 'socks4', 'socks5'</entry> + <entry>'http'</entry> + <entry>Type de proxy (http (défaut), socks4, socks5)</entry> +</row> +<row> + <entry><option>proxy_ipv6</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'off'</entry> + <entry>Se connecter au proxy en ipv6</entry> +</row> +<row> + <entry><option>proxy_address</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Adresse du serveur proxy (IP ou nom)</entry> +</row> +<row> + <entry><option>proxy_port</option></entry> + <entry>entier</entry> + <entry>entre 0 et 65535</entry> + <entry>3128</entry> + <entry>Port pour se connecter au serveur proxy</entry> +</row> +<row> + <entry><option>proxy_username</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Nom d'utilisateur pour le serveur proxy</entry> +</row> +<row> + <entry><option>proxy_password</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Mot de passe pour le serveur proxy</entry> +</row> +<row> + <entry><option>plugins_path</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'~/.weechat/plugins'</entry> + <entry>Chemin de recherche des extensions</entry> +</row> +<row> + <entry><option>plugins_autoload</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'*'</entry> + <entry>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 "libperl.so")</entry> +</row> +<row> + <entry><option>plugins_extension</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'.so'</entry> + <entry>Extension standard des extensions dans le nom de fichier, pour le chargement automatique (si vide, alors tous les fichiers sont chargés si autoload vaut "*")</entry> +</row> +<row> + <entry><option>server_name</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Nom associé au serveur IRC (pour affichage seulement)</entry> +</row> +<row> + <entry><option>server_autoconnect</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Connexion automatique au serveur quand WeeChat démarre</entry> +</row> +<row> + <entry><option>server_autoreconnect</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Reconnexion automatique au serveur après une déconnexion</entry> +</row> +<row> + <entry><option>server_autoreconnect_delay</option></entry> + <entry>entier</entry> + <entry>entre 0 et 65535</entry> + <entry>30</entry> + <entry>Délai (en secondes) avant de tenter une reconnexion au serveur</entry> +</row> +<row> + <entry><option>server_address</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Adresse IP ou nom du serveur IRC</entry> +</row> +<row> + <entry><option>server_port</option></entry> + <entry>entier</entry> + <entry>entre 0 et 65535</entry> + <entry>6667</entry> + <entry>Port pour se connecter au serveur</entry> +</row> +<row> + <entry><option>server_ipv6</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'off'</entry> + <entry>Utiliser le protocole IPv6 pour la communication avec le serveur</entry> +</row> +<row> + <entry><option>server_ssl</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'off'</entry> + <entry>Utiliser SSL pour la communication avec le serveur</entry> +</row> +<row> + <entry><option>server_password</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Mot de passe pour le serveur IRC</entry> +</row> +<row> + <entry><option>server_nick1</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Pseudo à utiliser sur le serveur IRC</entry> +</row> +<row> + <entry><option>server_nick2</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Pseudo alternatif pour le serveur IRC (si le pseudo est déjà utilisé)</entry> +</row> +<row> + <entry><option>server_nick3</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>2nd pseudo alternatif pour le serveur IRC (si le pseudo alternatif est déjà utilisé)</entry> +</row> +<row> + <entry><option>server_username</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Nom d'utilisateur pour le serveur IRC</entry> +</row> +<row> + <entry><option>server_realname</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Nom réel pour le serveur IRC</entry> +</row> +<row> + <entry><option>server_command</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Commande à exécuter en premier lorsque connecté au serveur</entry> +</row> +<row> + <entry><option>server_command_delay</option></entry> + <entry>entier</entry> + <entry>entre 0 et 5</entry> + <entry>0</entry> + <entry>Délai (en secondes) après exécution de la commande (exemple: donner du temps pour l'authentification)</entry> +</row> +<row> + <entry><option>server_autojoin</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Liste des canaux (séparés par des virgules) à rejoindre lorsque connecté au serveur (exemple: "#chan1,#chan2,#chan3 key1,key2")</entry> +</row> +<row> + <entry><option>server_autorejoin</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Rejoindre automatiquement les canaux quand mis dehors</entry> +</row> +<row> + <entry><option>server_notify_levels</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Liste des niveaux de notifications (séparés par des virgules) pour les canaux de ce serveur (format: #canal:1,..)</entry> +</row> +<row> + <entry><option>server_charset_decode_iso</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Liste des jeux de caractères (séparés par des virgules) pour le serveur et les canaux, pour décoder l'ISO (format: server:charset,#canal:charset,..)</entry> +</row> +<row> + <entry><option>server_charset_decode_utf</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Liste des jeux de caractères (séparés par des virgules) pour le serveur et les canaux, pour décoder l'UTF (format: server:charset,#canal:charset,..)</entry> +</row> +<row> + <entry><option>server_charset_encode</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Liste des jeux de caractères (séparés par des virgules) pour le serveur et les canaux, pour encoder les messages (format: server:charset,#canal:charset,..)</entry> +</row> diff --git a/doc/fr/irc_commands.xml b/doc/fr/irc_commands.xml new file mode 100644 index 000000000..4829700af --- /dev/null +++ b/doc/fr/irc_commands.xml @@ -0,0 +1,438 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<command>admin [cible]</command> +<programlisting> +trouver les informations sur l'administrateur du serveur + +cible: serveur + +</programlisting> +<command>ame message</command> +<programlisting> +envoyer une action CTCP à tous les canaux de tous les serveurs connectés + +message: message à envoyer + +</programlisting> +<command>amsg texte</command> +<programlisting> +envoyer un message à tous les canaux de tous les serveurs connectés + +texte: texte à envoyer + +</programlisting> +<command>away [-all] [message]</command> +<programlisting> +basculer le statut absent + + -all: basculer le statut absent sur tous les serveurs connectés +message: message pour l'absence (si pas de message donné, le statut d'absence est supprimé) + +</programlisting> +<command>ban [canal] [pseudo [pseudo ...]]</command> +<programlisting> +bannit des pseudos ou masques + + canal: nom du canal pour le bannissement +pseudo: pseudo ou masque pour le bannissement + +</programlisting> +<command>ctcp pseudo type [arguments]</command> +<programlisting> +envoyer un message CTCP (Client-To-Client Protocol) + + pseudo: utilisateur à qui envoyer le CTCP + type: type de CTCP (exemples: "version", "ping", etc...) +arguments: arguments pour le CTCP + +</programlisting> +<command>dcc action [pseudo [fichier]]</command> +<programlisting> +démarre le DCC (fichier ou discussion) ou ferme une discussion + + action: 'send' (envoi de fichier) ou 'chat' (discussion) ou 'close' (fermeture discussion) + pseudo: pseudo pour envoyer le fichier ou discuter +fichier: nom du fichier (sur la machine locale) + +</programlisting> +<command>dehalfop [pseudo [pseudo]]</command> +<programlisting> +retire le statut de demi-opérateur du canal à/aux nick(s) + +</programlisting> +<command>deop [pseudo [pseudo]]</command> +<programlisting> +retire le statut d'opérateur du canal à/aux nick(s) + +</programlisting> +<command>devoice [pseudo [pseudo]]</command> +<programlisting> +retire la voix du/des pseudo(s) + +</programlisting> +<command>die</command> +<programlisting> +arrêter le serveur + +</programlisting> +<command>halfop [pseudo [pseudo]]</command> +<programlisting> +donner le statut de demi-opérateur à un/des utilisateur(s) + +</programlisting> +<command>info [cible]</command> +<programlisting> +voir les informations décrivant le serveur + +cible: nom du serveur + +</programlisting> +<command>invite pseudo canal</command> +<programlisting> +inviter un utilisateur sur un canal + + pseudo: utilisateur à inviter +channel: canal pour l'invitation + +</programlisting> +<command>ison pseudo [pseudo ...]</command> +<programlisting> +vérifier si un utilisateur est actuellement sur IRC + +pseudo: pseudo + +</programlisting> +<command>join canal[,canal] [clé[,clé]]</command> +<programlisting> +joindre un canal + +canal: nom du canal à rejoindre + clé: clé pour rejoindre le canal + +</programlisting> +<command>kick [canal] pseudo [commentaire]</command> +<programlisting> +retirer par la force un utilisateur d'un canal + + canal: canal où l'utilisateur se trouve + pseudo: utilisateur à éliminer +commentaire: commentaire pour l'élimination + +</programlisting> +<command>kickban [canal] pseudo [commentaire]</command> +<programlisting> +retirer par la force un utilisateur d'un canal et le bannir + + canal: canal où l'utilisateur se trouve + pseudo: utilisateur à éliminer et bannir +commentaire: commentaire pour l'élimination + +</programlisting> +<command>kill pseudo commentaire</command> +<programlisting> +fermer la connexion client-serveur + + pseudo: utilisateur +commentaire: commentaire pour la mort + +</programlisting> +<command>links [[serveur] masque_serveur]</command> +<programlisting> +lister tous les noms de serveurs connus du serveur qui répondent à la requête + + serveur: ce serveur doit répondre à la requête +masque_serveur: liste des serveurs correspondant au masque + +</programlisting> +<command>list [canal[,canall] [serveur]]</command> +<programlisting> +lister les canaux et leur sujet + +canal: canal à lister +serveur: nom du serveur + +</programlisting> +<command>lusers [masque [cible]]</command> +<programlisting> +obtenir des statistiques sur la taille du réseau IRC + +masque: serveurs qui correspondent au masque seulement + cible: serveur pour faire suivre la requête + +</programlisting> +<command>me message</command> +<programlisting> +envoyer une action CTCP au canal courant + +message: message à envoyer + +</programlisting> +<command>mode { canal {[+|-]|o|p|s|i|t|n|b|v} [limite] [utilisateur] [masque de banissement] } | { nick {[+|-]|i|w|s|o} }</command> +<programlisting> +changer le mode du canal ou de l'utilisateur + +modes de canaux : + canal: nom du canal à modifier + o: donner/reprendre le statut privilégié d'opérateur + p: indicateur de canal privé + s: indicateur de canal secret + i: indicateur de canal avec invitation seulement + t: le titre est modifiable seulement par un opérateur du canal + n: aucun message au canal depuis l'extérieur + m: canal modéré + l: fixer la limite d'utilisateurs pour le canal + b: paramétrer un masque de banissement pour garder des utilisateurs dehors + e: paramétrer un masque d'exception + v: donner/reprendre la possibilité de parler sur un canal modéré + k: définir une clé (mot de passe) pour accéder au canal +modes utilisateur : + pseudo: utilisateur à modifier + i: marquer un utilisateur comme invisible + s: marquer un utilisateur pour recevoir les notices du serveur + w: l'utilisateur reçoit les wallops + o: drapeau opérateur + +</programlisting> +<command>motd [cible]</command> +<programlisting> +obtenir le message du jour + +cible: nom du serveur + +</programlisting> +<command>msg cible[,cible] texte</command> +<programlisting> +envoyer un message à un utilisateur ou canal + +cible: utilisateur ou canal (peut-être un masque, '*' = canal courant) +texte: texte à envoyer + +</programlisting> +<command>names [canal[,canal]]</command> +<programlisting> +lister les utilisateurs sur des canaux + +canal: nom du canal + +</programlisting> +<command>nick [-all] pseudo</command> +<programlisting> +changer le pseudo courant + + -all: définir le nouveau pseudo sur tous les serveurs connectés +pseudo: nouveau pseudo + +</programlisting> +<command>notice pseudo texte</command> +<programlisting> +envoyer un message notice à un utilisateur + +pseudo: utilisateur cible pour la notice + texte: texte à envoyer + +</programlisting> +<command>op pseudo [pseudo]</command> +<programlisting> +donner le statut opérateur à un/des utilisateur(s) + +</programlisting> +<command>oper utilisateur mot_de_passe</command> +<programlisting> +obtenir le statut d'opérateur + +utilisateur/mot_de_passe: utilisé pour obtenir les privilèges sur le serveur IRC courant + +</programlisting> +<command>part [canal[,canall] [message_de_fin]</command> +<programlisting> +quitter un canal + + canal: canal à quitter +message_de_fin: message de fin (affiché aux autres utilisateurs) + +</programlisting> +<command>ping serveur1 [serveur2]</command> +<programlisting> +pinguer un serveur + +serveur1: serveur à pinguer +serveur2: faire suivre le ping à ce serveur + +</programlisting> +<command>pong démon [démon2]</command> +<programlisting> +répondre à un message ping + + démon: démon qui a répondu au message Ping +démon2: faire suivre le message à ce démon + +</programlisting> +<command>query pseudo [texte]</command> +<programlisting> +envoyer un message privé à un utilisateur + +pseudo: utilisateur pour la conversation privée + texte: texte à envoyer + +</programlisting> +<command>quit [message_de_fin]</command> +<programlisting> +fermer toutes les connexions et quitter + +message_de_fin: message de fin (affiché aux autres utilisateurs) + +</programlisting> +<command>quote données</command> +<programlisting> +envoyer des données brutes au serveur sans analyse + +données: données brutes à envoyer + +</programlisting> +<command>rehash</command> +<programlisting> +demander au serveur de recharger son fichier de configuration + +</programlisting> +<command>restart</command> +<programlisting> +demander au serveur de redémarrer + +</programlisting> +<command>service pseudo réservé distribution type réservé info</command> +<programlisting> +enregister un nouveau service + +distribution: visibilité du service + type: réservé pour une utilisation future + +</programlisting> +<command>servlist [masque [type]]</command> +<programlisting> +lister les services actuellement connectés au réseau + +masque: lister seulement les services qui correspondent à ce masque + type: lister seulement les services de ce type + +</programlisting> +<command>squery service texte</command> +<programlisting> +envoyer un message à un service + +service: nom du service +texte: texte à envoyer + +</programlisting> +<command>squit serveur commentaire</command> +<programlisting> +déconnecter les liens vers un serveur + +serveur: nom du serveur +commentaire: commentaire pour quitter + +</programlisting> +<command>stats [requête [serveur]]</command> +<programlisting> +demander des statistiques sur le serveur + +requête: c/h/i/k/l/m/o/y/u (voir la RFC1459) +serveur: nom du serveur + +</programlisting> +<command>summon utilisateur [cible [canal]]</command> +<programlisting> +envoyer aux utilisateurs d'un serveur IRC un message leur demandant de rejoindre IRC + +utilisateur: nom d'utilisateur + cible: nom du serveur + canal: nom du canal + +</programlisting> +<command>time [cible]</command> +<programlisting> +demander l'heure locale de serveur + +cible: demander l'heure de ce serveur + +</programlisting> +<command>topic [canal] [titre]</command> +<programlisting> +recevoir/définir le titre du canal + +canal: nom du canal +titre: nouveau titre pour le canal (si le titre est "-delete" alors le titre est supprimé) + +</programlisting> +<command>trace [cible]</command> +<programlisting> +trouver le chemin jusqu'à un serveur spécifique + +cible: serveur + +</programlisting> +<command>unban [canal] pseudo [pseudo ...]</command> +<programlisting> +supprime le bannissement sur des pseudos ou masques + + canal: nom du canal pour supprimer le bannissement +pseudo: pseudo ou masque pour supprimer le bannissement + +</programlisting> +<command>userhost pseudo [pseudo ...]</command> +<programlisting> +retourne une liste d'informations sur des utilisateurs + +pseudo: pseudo + +</programlisting> +<command>users [cible]</command> +<programlisting> +liste des utilisateurs connectés au serveur + +cible: serveur + +</programlisting> +<command>version [serveur | pseudo]</command> +<programlisting> +retourne la version de l'utilisateur ou du serveur (courant ou spécifié) + +serveur: nom du serveur + pseudo: utilisateur + +</programlisting> +<command>voice [pseudo [pseudo]]</command> +<programlisting> +donne la voix à/aux utilisateur(s) + +</programlisting> +<command>wallops texte</command> +<programlisting> +envoyer un message à tous les utilisateurs connectés qui ont activé le mode utilisateur 'w' pour eux-mêmes + +texte à envoyer + +</programlisting> +<command>who [masque ["o"]]</command> +<programlisting> +génère une requête qui retourne une liste d'information + +masque: information qui correspond à ce masque uniquement + o: seul les opérateurs sont retournés correspondant au masque fourni + +</programlisting> +<command>whois [serveur] pseudo[,pseudo]</command> +<programlisting> +demande les informations sur le(s) utilisateur(s) + +serveur: nom du serveur + pseudo: utilisateur (peut être un masque) + +</programlisting> +<command>whowas pseudo [,pseudo [,pseudo ...]] [nombre [cible]]</command> +<programlisting> +demander de l'information sur un nick qui n'existe plus + +pseudo: pseudo à chercher +nombre: nombre de réponses à retourner (recherche complète si nombre négatif) + cible: la réponse doit correspondre à ce masque + +</programlisting> diff --git a/doc/fr/key_functions.xml b/doc/fr/key_functions.xml new file mode 100644 index 000000000..a1dba46d0 --- /dev/null +++ b/doc/fr/key_functions.xml @@ -0,0 +1,161 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<row> + <entry><literal>return</literal></entry> + <entry>terminer la ligne</entry> +</row> +<row> + <entry><literal>tab</literal></entry> + <entry>compléter le mot</entry> +</row> +<row> + <entry><literal>backspace</literal></entry> + <entry>effacer le caractère précédent</entry> +</row> +<row> + <entry><literal>delete</literal></entry> + <entry>effacer le caractère suivant</entry> +</row> +<row> + <entry><literal>delete_end_line</literal></entry> + <entry>effacer jusqu'à la fin de la ligne</entry> +</row> +<row> + <entry><literal>delete_beginning_line</literal></entry> + <entry>effacer jusqu'au début de la ligne</entry> +</row> +<row> + <entry><literal>delete_line</literal></entry> + <entry>effacer la ligne entière</entry> +</row> +<row> + <entry><literal>delete_previous_word</literal></entry> + <entry>effacer le mot précédent</entry> +</row> +<row> + <entry><literal>delete_next_word</literal></entry> + <entry>effacer le mot suivant</entry> +</row> +<row> + <entry><literal>clipboard_paste</literal></entry> + <entry>coller le contenu du presse-papier</entry> +</row> +<row> + <entry><literal>transpose_chars</literal></entry> + <entry>inverser les caractères</entry> +</row> +<row> + <entry><literal>home</literal></entry> + <entry>aller au début de la ligne</entry> +</row> +<row> + <entry><literal>end</literal></entry> + <entry>aller à la fin de la ligne</entry> +</row> +<row> + <entry><literal>left</literal></entry> + <entry>se déplacer d'un caractère à gauche</entry> +</row> +<row> + <entry><literal>previous_word</literal></entry> + <entry>se déplacer au mot précédent</entry> +</row> +<row> + <entry><literal>right</literal></entry> + <entry>se déplacer d'un caractère à droite</entry> +</row> +<row> + <entry><literal>next_word</literal></entry> + <entry>se déplacer au mot suivant</entry> +</row> +<row> + <entry><literal>up</literal></entry> + <entry>appeler la commande précédente dans l'historique</entry> +</row> +<row> + <entry><literal>up_global</literal></entry> + <entry>appeler la commande précédente dans l'historique global</entry> +</row> +<row> + <entry><literal>down</literal></entry> + <entry>appeler la commande suivante dans l'historique</entry> +</row> +<row> + <entry><literal>down_global</literal></entry> + <entry>appeler la commande suivante dans l'historique global</entry> +</row> +<row> + <entry><literal>page_up</literal></entry> + <entry>faire défiler d'une page vers le haut</entry> +</row> +<row> + <entry><literal>page_down</literal></entry> + <entry>faire défiler d'une page vers le bas</entry> +</row> +<row> + <entry><literal>nick_beginning</literal></entry> + <entry>afficher le début de la liste des pseudos</entry> +</row> +<row> + <entry><literal>nick_end</literal></entry> + <entry>afficher la fin de la liste des pseudos</entry> +</row> +<row> + <entry><literal>nick_page_up</literal></entry> + <entry>faire défiler la liste des pseudos d'une page vers le haut</entry> +</row> +<row> + <entry><literal>nick_page_down</literal></entry> + <entry>faire défiler la liste des pseudos d'une page vers le bas</entry> +</row> +<row> + <entry><literal>jump_smart</literal></entry> + <entry>sauter au tampon avec de l'activité</entry> +</row> +<row> + <entry><literal>jump_dcc</literal></entry> + <entry>sauter au tampon DCC</entry> +</row> +<row> + <entry><literal>jump_last_buffer</literal></entry> + <entry>sauter au dernier tampon</entry> +</row> +<row> + <entry><literal>jump_server</literal></entry> + <entry>sauter au tampon du serveur</entry> +</row> +<row> + <entry><literal>jump_next_server</literal></entry> + <entry>sauter au prochain serveur</entry> +</row> +<row> + <entry><literal>switch_server</literal></entry> + <entry>bascule de serveur actif sur le tampon des serveurs</entry> +</row> +<row> + <entry><literal>scroll_previous_highlight</literal></entry> + <entry>scroller jusqu'au highlight précédent du tampon</entry> +</row> +<row> + <entry><literal>scroll_next_highlight</literal></entry> + <entry>scroller jusqu'au highlight suivant du tampon</entry> +</row> +<row> + <entry><literal>scroll_unread</literal></entry> + <entry>scroller jusqu'à la première ligne non lue du tampon</entry> +</row> +<row> + <entry><literal>hotlist_clear</literal></entry> + <entry>effacer la liste d'activité</entry> +</row> +<row> + <entry><literal>infobar_clear</literal></entry> + <entry>effacer la barre d'infos</entry> +</row> +<row> + <entry><literal>refresh</literal></entry> + <entry>rafraichir l'écran</entry> +</row> +<row> + <entry><literal>grab_key</literal></entry> + <entry>capturer une touche</entry> +</row> diff --git a/doc/fr/weechat_commands.xml b/doc/fr/weechat_commands.xml new file mode 100644 index 000000000..da21dd581 --- /dev/null +++ b/doc/fr/weechat_commands.xml @@ -0,0 +1,197 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<command>alias [nom_alias [commande [paramètres]]</command> +<programlisting> +créer un alias pour une commande + + nom_alias: nom de l'alias + commande: nom de la commande (commande WeeChat ou IRC, sans le premier '/') +paramètres: paramètres pour la commande + +</programlisting> +<command>buffer [action | nombre | [[serveur] [canal]]]</command> +<programlisting> +gestion des tampons + + action: action à effectuer: + move: déplacer le tampon dans la liste (peut être relatif, par exemple -1) + close: fermer le tampon (pour un canal: équivalent à /part sans message de fin) + list: liste les tampons ouverts (pas de paramètre affiche cette liste) + notify: fixer le niveau de notification (0=jamais, 1=highlight, 2=1+msg, 3=2+join/part) +serveur + canal: sauter au tampon par serveur et/ou nom de canal + nombre: sauter au tampon qui a ce numéro + +</programlisting> +<command>charset [(decode_iso | decode_utf | encode) charset]</command> +<programlisting> +changer le jeu de caractères pour le serveur ou le canal + +decode_iso: jeu de caractères utilisé pour décoder l'ISO +decode_utf: jeu de caractères utilisé pour décoder l'UTF + encode: jeu de caractères utilisé pour encoder les messages + charset: jeu de caractères à utiliser (par exemple: ISO-8859-15, UTF-8,..) + +</programlisting> +<command>clear [-all]</command> +<programlisting> +effacer la/les fenêtre(s) + +-all: effacer toutes les fenêtres + +</programlisting> +<command>connect [nom_serveur]</command> +<programlisting> +se connecter à un serveur + +nom_serveur: nom du serveur pour se connecter + +</programlisting> +<command>disconnect [nom_serveur]</command> +<programlisting> +se déconnecter d'un serveur + +nom_serveur: nom du serveur pour se déconnecter + +</programlisting> +<command>debug dump | windows</command> +<programlisting> +affiche des messages de debuggage + + dump: affiche les variables mémoire WeeChat dans le fichier log (les mêmes messages sont affichés lorsque WeeChat plante) +windows: affiche l'arbre des fenêtres + +</programlisting> +<command>help [commande]</command> +<programlisting> +afficher l'aide sur les commandes + +commande: nom d'une commande WeeChat ou IRC + +</programlisting> +<command>history [clear | valeur]</command> +<programlisting> +affiche l'historique des commandes du tampon + +clear: effacer l'historique +valeur: nombre d'entrées dans l'historique à afficher + +</programlisting> +<command>ignore [masque [[type | commande] [canal [serveur]]]]</command> +<programlisting> +ignorer des messages IRC et/ou des masques + + masque: pseudo ou masque à ignorer + type: type de message à ignorer (action, ctcp, dcc, pv) +commande: commande IRC + canal: nom du canal pour le ignore + serveur: nom du serveur pour le ignore + +Pour chaque paramètre, '*' signifie tou(te)s. +Sans paramètre, la commande /ignore liste les ignore définis. + +</programlisting> +<command>key [touche fonction/commande] [unbind touche] [functions] [reset -yes]</command> +<programlisting> +associer/libérer des touches + + touche: associer cette touche à une fonction interne ou une commande (commençant par "/") + unbind: supprimer l'association à une touche +functions: lister la liste des fonctions internes pour les associations de touches + reset: restaure les touches aux valeurs par défaut et supprime TOUTES les touches personnelles (utiliser avec précaution !) + +</programlisting> +<command>plugin [load fichier] | [autoload] | [reload] | [unload]</command> +<programlisting> +liste/charge/décharge des extensions + +fichier: extension WeeChat (fichier) à charger + +Sans paramètre, la commande /plugin liste toutes les extensions chargées. + +</programlisting> +<command>server [nom_serveur] | [nom_serveur nom/IP port [-auto | -noauto] [-ipv6] [-ssl] [-pwd mot_de_passe] [-nicks pseudo1 pseudo2 pseudo3] [-username nom_utilisateur] [-realname nom_réel] [-command commande] [-autojoin canal[,canal]] ] | [del nom_serveur]</command> +<programlisting> +liste, ajoute ou retire des serveurs + + nom_serveur: nom du serveur, pour usage interne et affichage + nom/IP: nom ou adresse IP du serveur + port: port pour le serveur (nombre entier) + ipv6: utiliser le protocole IPv6 + ssl: utiliser le protocole SSL + mot_de_passe: mot de passe pour le serveur + pseudo1: premier pseudo pour le serveur + pseudo2: pseudo alternatif pour le serveur + pseudo3: second pseudo alternatif pour le serveur +nom_utilisateur: nom d'utilisateur + nom_réel: nom réel de l'utilisateur + +</programlisting> +<command>save [fichier]</command> +<programlisting> +sauvegarder la configuration sur disque + +fichier: fichier pour sauvegarder la configuration + +</programlisting> +<command>set [option [ = valeur]]</command> +<programlisting> +modifier des paramètres de configuration + +option: nom de l'option (si le nom est complet et qu'aucune valeur n'est donnée, alors l'aide sur l'option est affichée) +valeur: valeur pour l'option + +</programlisting> +<command>unalias nom_alias</command> +<programlisting> +supprimer un alias + +nom_alias: nom de l'alias à supprimer + +</programlisting> +<command>unignore [nombre | [masque [[type | commande] [canal [serveur]]]]]</command> +<programlisting> +supprimer le ignore des messages IRC et/ou des masques + + nombre: numéro de ignore à supprimer (le nombre est affiché sur la liste des ignore) + masque: pseudo ou masque à ignorer + type: type de message à ignorer (action, ctcp, dcc, pv) +commande: commande IRC + canal: nom du canal pour le ignore + serveur: nom du serveur pour le ignore + +Pour chaque paramètre, '*' signifie tou(te)s. +Sans paramètre, /ignore liste les ignore définis. + +</programlisting> +<command>upgrade</command> +<programlisting> +mettre à jour WeeChat sans se déconnecter des serveurs + +</programlisting> +<command>uptime [-o]</command> +<programlisting> +montrer l'uptime de WeeChat + +-o: envoyer l'uptime sur le canal courant en tant que message IRC + +</programlisting> +<command>window [list | -1 | +1 | b# | up | down | left | right | splith [pct] | splitv [ptc] | resize pct | merge [all]]</command> +<programlisting> +gestion des fenêtres + + list: liste les fenêtres ouvertes (pas de paramètre affiche cette liste) + -1: saute à la fenêtre précédente + +1: saute à la fenêtre suivante + b#: saute à la fenêtre affichant le tampon n°# + up: saute à la fenêtre au dessus + down: saute à la fenêtre au dessous + left: saute à la fenêtre à gauche + right: saute à la fenêtre à droite +splith: éclate la fenêtre en deux horizontalement +splitv: éclate la fenêtre en deux verticalement +resize: redimensionne une fenêtre, la nouvelle taille est pct%% de la fenêtre parent + merge: fusionne la fenêtre avec une autre + +Pour splith et splitv, pct est un pourcentage qui représente la taille de la nouvelle fenêtre, calculée par rapport à la taille de la fenêtre courante. Par exemple 25 signifie créer une fenêtre qui a pour taille: taille_courante / 4 + +</programlisting> diff --git a/weechat/doc/en/config.xml b/weechat/doc/en/config.xml new file mode 100644 index 000000000..62884ad17 --- /dev/null +++ b/weechat/doc/en/config.xml @@ -0,0 +1,1149 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<row> + <entry><option>look_set_title</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Set title for window (terminal for Curses GUI) with name and version</entry> +</row> +<row> + <entry><option>look_startup_logo</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Display WeeChat logo at startup</entry> +</row> +<row> + <entry><option>look_startup_version</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Display WeeChat version at startup</entry> +</row> +<row> + <entry><option>look_weechat_slogan</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>WeeChat slogan (if empty, slogan is not used)</entry> +</row> +<row> + <entry><option>look_charset_decode_iso</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>ISO charset for decoding messages from server (used only if locale is UTF-8) (if empty, messages are not converted if locale is UTF-8</entry> +</row> +<row> + <entry><option>look_charset_decode_utf</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>UTF charset for decoding messages from server (used only if locale is not UTF-8) (if empty, messages are not converted if locale is not UTF-8</entry> +</row> +<row> + <entry><option>look_charset_encode</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Charset for encoding messages sent to server, examples: UFT-8, ISO-8859-1 (if empty, messages are not converted)</entry> +</row> +<row> + <entry><option>look_charset_internal</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Forces internal WeeChat charset (should be empty in most cases, that means detected charset is used)</entry> +</row> +<row> + <entry><option>look_one_server_buffer</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Use same buffer for all servers</entry> +</row> +<row> + <entry><option>look_buffer_timestamp</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Timestamp for buffers</entry> +</row> +<row> + <entry><option>look_color_nicks_number</option></entry> + <entry>integer</entry> + <entry>between 1 and 10</entry> + <entry></entry> + <entry>Number of colors to use for nicks colors</entry> +</row> +<row> + <entry><option>look_color_actions</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Display actions with different colors</entry> +</row> +<row> + <entry><option>look_nicklist</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Display nicklist window (for channel windows)</entry> +</row> +<row> + <entry><option>look_nicklist_position</option></entry> + <entry>string</entry> + <entry>'left', 'right', 'top', 'bottom'</entry> + <entry></entry> + <entry>Nicklist position (top, left, right (default), bottom)</entry> +</row> +<row> + <entry><option>look_nicklist_min_size</option></entry> + <entry>integer</entry> + <entry>between 0 and 100</entry> + <entry></entry> + <entry>Min size for nicklist (width or height, depending on look_nicklist_position (0 = no min size))</entry> +</row> +<row> + <entry><option>look_nicklist_max_size</option></entry> + <entry>integer</entry> + <entry>between 0 and 100</entry> + <entry></entry> + <entry>Max size for nicklist (width or height, depending on look_nicklist_position (0 = no max size; if min == max and > 0, then size is fixed))</entry> +</row> +<row> + <entry><option>look_no_nickname</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Text to display instead of nick when not connected</entry> +</row> +<row> + <entry><option>look_nickmode</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Display nick mode ((half)op/voice) before each nick</entry> +</row> +<row> + <entry><option>look_nickmode_empty</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Display space if nick mode is not (half)op/voice</entry> +</row> +<row> + <entry><option>look_nick_completor</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>The string inserted after nick completion</entry> +</row> +<row> + <entry><option>look_nick_completion_ignore</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Chars ignored for nick completion</entry> +</row> +<row> + <entry><option>look_infobar</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Enable info bar</entry> +</row> +<row> + <entry><option>look_infobar_timestamp</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Timestamp for time in infobar</entry> +</row> +<row> + <entry><option>look_infobar_seconds</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Display seconds in infobar time</entry> +</row> +<row> + <entry><option>look_infobar_delay_highlight</option></entry> + <entry>integer</entry> + <entry>between 0 and 2147483647</entry> + <entry></entry> + <entry>Delay (in seconds) for highlight messages in infobar (0 = disable highlight notifications in infobar)</entry> +</row> +<row> + <entry><option>look_hotlist_names_count</option></entry> + <entry>integer</entry> + <entry>between 0 and 32</entry> + <entry></entry> + <entry>Max number of names in hotlist (0 = no name displayed, only buffer numbers)</entry> +</row> +<row> + <entry><option>look_hotlist_names_level</option></entry> + <entry>integer</entry> + <entry>between 1 and 15</entry> + <entry></entry> + <entry>Level for displaying names in hotlist (combination of: 1=join/part, 2=message, 4=private, 8=highlight, for example: 12=private+highlight)</entry> +</row> +<row> + <entry><option>look_hotlist_names_length</option></entry> + <entry>integer</entry> + <entry>between 0 and 32</entry> + <entry></entry> + <entry>Max length of names in hotlist (0 = no limit)</entry> +</row> +<row> + <entry><option>look_day_change</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Display special message when day changes</entry> +</row> +<row> + <entry><option>look_day_change_timestamp</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Timestamp for date displayed when day changed</entry> +</row> +<row> + <entry><option>look_read_marker</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Use a marker on servers/channels to show first unread line</entry> +</row> +<row> + <entry><option>col_real_white</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>If set, uses real white color, disabled by default for terms with white background (if you never use white background, you should turn on this option to see real white instead of default term foreground color)</entry> +</row> +<row> + <entry><option>col_separator</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for window separators (when splited)</entry> +</row> +<row> + <entry><option>col_title</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for title bar</entry> +</row> +<row> + <entry><option>col_title_bg</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Background for title bar</entry> +</row> +<row> + <entry><option>col_chat</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for chat text</entry> +</row> +<row> + <entry><option>col_chat_time</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for time in chat window</entry> +</row> +<row> + <entry><option>col_chat_time_sep</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for time separator (chat window)</entry> +</row> +<row> + <entry><option>col_chat_prefix1</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for 1st and 3rd char of prefix</entry> +</row> +<row> + <entry><option>col_chat_prefix2</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for middle char of prefix</entry> +</row> +<row> + <entry><option>col_chat_server</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for server name</entry> +</row> +<row> + <entry><option>col_chat_join</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for join arrow (prefix)</entry> +</row> +<row> + <entry><option>col_chat_part</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for part/quit arrow (prefix)</entry> +</row> +<row> + <entry><option>col_chat_nick</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for nicks in actions (chat window)</entry> +</row> +<row> + <entry><option>col_chat_host</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for hostnames (chat window)</entry> +</row> +<row> + <entry><option>col_chat_channel</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for channel names in actions (chat window)</entry> +</row> +<row> + <entry><option>col_chat_dark</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for dark separators (chat window)</entry> +</row> +<row> + <entry><option>col_chat_highlight</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for highlighted nick (chat window)</entry> +</row> +<row> + <entry><option>col_chat_bg</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Background for chat window</entry> +</row> +<row> + <entry><option>col_chat_read_marker</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for unread data marker</entry> +</row> +<row> + <entry><option>col_chat_read_marker_bg</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Background for unread data marker</entry> +</row> +<row> + <entry><option>col_status</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for status bar</entry> +</row> +<row> + <entry><option>col_status_delimiters</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for status bar delimiters</entry> +</row> +<row> + <entry><option>col_status_channel</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for current channel in status bar</entry> +</row> +<row> + <entry><option>col_status_data_msg</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for window with new messages (status bar)</entry> +</row> +<row> + <entry><option>col_status_private</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for window with private message (status bar)</entry> +</row> +<row> + <entry><option>col_status_highlight</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for window with highlight (status bar)</entry> +</row> +<row> + <entry><option>col_status_data_other</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for window with new data (not messages) (status bar)</entry> +</row> +<row> + <entry><option>col_status_more</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for window with new data (status bar)</entry> +</row> +<row> + <entry><option>col_status_bg</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Background for status window</entry> +</row> +<row> + <entry><option>col_infobar</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for info bar text</entry> +</row> +<row> + <entry><option>col_infobar_delimiters</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for infobar delimiters</entry> +</row> +<row> + <entry><option>col_infobar_highlight</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for info bar highlight notification</entry> +</row> +<row> + <entry><option>col_infobar_bg</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Background for info bar window</entry> +</row> +<row> + <entry><option>col_input</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for input text</entry> +</row> +<row> + <entry><option>col_input_channel</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for input text (channel name)</entry> +</row> +<row> + <entry><option>col_input_nick</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for input text (nick name)</entry> +</row> +<row> + <entry><option>col_input_delimiters</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for input text (delimiters)</entry> +</row> +<row> + <entry><option>col_input_bg</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Background for input window</entry> +</row> +<row> + <entry><option>col_nick</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for nicknames</entry> +</row> +<row> + <entry><option>col_nick_away</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for away nicknames</entry> +</row> +<row> + <entry><option>col_nick_chanowner</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for chan owner symbol (specific to unrealircd)</entry> +</row> +<row> + <entry><option>col_nick_chanadmin</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for chan admin symbol (specific to unrealircd)</entry> +</row> +<row> + <entry><option>col_nick_op</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for operator symbol</entry> +</row> +<row> + <entry><option>col_nick_halfop</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for half-operator symbol</entry> +</row> +<row> + <entry><option>col_nick_voice</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for voice symbol</entry> +</row> +<row> + <entry><option>col_nick_more</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for '+' when scrolling nicks</entry> +</row> +<row> + <entry><option>col_nick_sep</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for nick separator</entry> +</row> +<row> + <entry><option>col_nick_self</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for local nick</entry> +</row> +<row> + <entry><option>col_nick_color1</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for nick</entry> +</row> +<row> + <entry><option>col_nick_color2</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for nick</entry> +</row> +<row> + <entry><option>col_nick_color3</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for nick</entry> +</row> +<row> + <entry><option>col_nick_color4</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for nick</entry> +</row> +<row> + <entry><option>col_nick_color5</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for nick</entry> +</row> +<row> + <entry><option>col_nick_color6</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for nick</entry> +</row> +<row> + <entry><option>col_nick_color7</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for nick</entry> +</row> +<row> + <entry><option>col_nick_color8</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for nick</entry> +</row> +<row> + <entry><option>col_nick_color9</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for nick</entry> +</row> +<row> + <entry><option>col_nick_color10</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for nick</entry> +</row> +<row> + <entry><option>col_nick_private</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for other nick in private window</entry> +</row> +<row> + <entry><option>col_nick_bg</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Background for nicknames</entry> +</row> +<row> + <entry><option>col_chat_dcc_selected</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for selected DCC (chat window)</entry> +</row> +<row> + <entry><option>col_dcc_waiting</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for "waiting" dcc status</entry> +</row> +<row> + <entry><option>col_dcc_connecting</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for "connecting" dcc status</entry> +</row> +<row> + <entry><option>col_dcc_active</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for "active" dcc status</entry> +</row> +<row> + <entry><option>col_dcc_done</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for "done" dcc status</entry> +</row> +<row> + <entry><option>col_dcc_failed</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for "failed" dcc status</entry> +</row> +<row> + <entry><option>col_dcc_aborted</option></entry> + <entry>color</entry> + <entry>Curses or Gtk color</entry> + <entry></entry> + <entry>Color for "aborted" dcc status</entry> +</row> +<row> + <entry><option>history_max_lines</option></entry> + <entry>integer</entry> + <entry>between 0 and 2147483647</entry> + <entry></entry> + <entry>Maximum number of lines in history for one server/channel/private window (0 = unlimited)</entry> +</row> +<row> + <entry><option>history_max_commands</option></entry> + <entry>integer</entry> + <entry>between 0 and 2147483647</entry> + <entry></entry> + <entry>Maximum number of user commands in history (0 = unlimited)</entry> +</row> +<row> + <entry><option>history_display_default</option></entry> + <entry>integer</entry> + <entry>between 0 and 2147483647</entry> + <entry></entry> + <entry>Maximum number of commands to display by default in history listing (0 = unlimited)</entry> +</row> +<row> + <entry><option>log_auto_server</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Automatically log server messages</entry> +</row> +<row> + <entry><option>log_auto_channel</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Automatically log channel chats</entry> +</row> +<row> + <entry><option>log_auto_private</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Automatically log private chats</entry> +</row> +<row> + <entry><option>log_plugin_msg</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Log messages from plugins (scripts)</entry> +</row> +<row> + <entry><option>log_path</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Path for WeeChat log files</entry> +</row> +<row> + <entry><option>log_timestamp</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Timestamp for log (see man strftime for date/time specifiers)</entry> +</row> +<row> + <entry><option>log_hide_nickserv_pwd</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Hide password displayed by nickserv</entry> +</row> +<row> + <entry><option>irc_display_away</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Display message to all channels when (un)marking as away</entry> +</row> +<row> + <entry><option>irc_default_msg_away</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Default message when away</entry> +</row> +<row> + <entry><option>irc_default_msg_part</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Default part message (leaving channel)</entry> +</row> +<row> + <entry><option>irc_default_msg_quit</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Default quit message ('%v' will be replaced by WeeChat version in string)</entry> +</row> +<row> + <entry><option>irc_notice_as_pv</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Display notices as private messages</entry> +</row> +<row> + <entry><option>irc_away_check</option></entry> + <entry>integer</entry> + <entry>between 0 and 2147483647</entry> + <entry></entry> + <entry>Interval between two checks for away (in minutes, 0 = never check)</entry> +</row> +<row> + <entry><option>irc_lag_check</option></entry> + <entry>integer</entry> + <entry>between 30 and 2147483647</entry> + <entry></entry> + <entry>Interval between two checks for lag (in seconds)</entry> +</row> +<row> + <entry><option>irc_lag_min_show</option></entry> + <entry>integer</entry> + <entry>between 0 and 2147483647</entry> + <entry></entry> + <entry>Minimum lag to show (in seconds)</entry> +</row> +<row> + <entry><option>irc_lag_disconnect</option></entry> + <entry>integer</entry> + <entry>between 0 and 2147483647</entry> + <entry></entry> + <entry>Disconnect after important lag (in minutes, 0 = never disconnect)</entry> +</row> +<row> + <entry><option>irc_fifo_pipe</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Create a FIFO pipe for remote control</entry> +</row> +<row> + <entry><option>irc_highlight</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Comma separated list of words to highlight (case insensitive comparison, words may begin or end with "*" for partial match)</entry> +</row> +<row> + <entry><option>irc_colors_receive</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>When off, colors codes are ignored in incoming messages</entry> +</row> +<row> + <entry><option>irc_colors_send</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Allow user to send colors with special codes (%B=bold, %Cxx,yy=color, %U=underline, %R=reverse)</entry> +</row> +<row> + <entry><option>dcc_auto_accept_files</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Automatically accept incoming dcc files</entry> +</row> +<row> + <entry><option>dcc_auto_accept_chats</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Automatically accept dcc chats (use carefully!)</entry> +</row> +<row> + <entry><option>dcc_timeout</option></entry> + <entry>integer</entry> + <entry>between 1 and 2147483647</entry> + <entry></entry> + <entry>Timeout for dcc request (in seconds)</entry> +</row> +<row> + <entry><option>dcc_blocksize</option></entry> + <entry>integer</entry> + <entry>between 1024 and 102400</entry> + <entry></entry> + <entry>Block size for dcc packets in bytes (default: 65536)</entry> +</row> +<row> + <entry><option>dcc_port_range</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Restricts outgoing dcc to use only ports in the given range (useful for NAT) (syntax: a single port, ie. 5000 or a port range, ie. 5000-5015, empty value means any port)</entry> +</row> +<row> + <entry><option>dcc_own_ip</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>IP or DNS address used for outgoing dcc (if empty, local interface IP is used)</entry> +</row> +<row> + <entry><option>dcc_download_path</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Path for writing incoming files with dcc (default: user home)</entry> +</row> +<row> + <entry><option>dcc_upload_path</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Path for reading files when sending thru dcc (when no path is specified)</entry> +</row> +<row> + <entry><option>dcc_convert_spaces</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Convert spaces to underscores when sending files</entry> +</row> +<row> + <entry><option>dcc_auto_rename</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Rename incoming files if already exists (add '.1', '.2', ...)</entry> +</row> +<row> + <entry><option>dcc_auto_resume</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Automatically resume dcc transfer if connection with remote host is loosed</entry> +</row> +<row> + <entry><option>proxy_use</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Use a proxy server to connect to irc server</entry> +</row> +<row> + <entry><option>proxy_type</option></entry> + <entry>string</entry> + <entry>'http', 'socks4', 'socks5'</entry> + <entry></entry> + <entry>Proxy type (http (default), socks4, socks5)</entry> +</row> +<row> + <entry><option>proxy_ipv6</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Connect to proxy in ipv6</entry> +</row> +<row> + <entry><option>proxy_address</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Proxy server address (IP or hostname)</entry> +</row> +<row> + <entry><option>proxy_port</option></entry> + <entry>integer</entry> + <entry>between 0 and 65535</entry> + <entry></entry> + <entry>Port for connecting to proxy server</entry> +</row> +<row> + <entry><option>proxy_username</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Username for proxy server</entry> +</row> +<row> + <entry><option>proxy_password</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Password for proxy server</entry> +</row> +<row> + <entry><option>plugins_path</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Path for searching plugins</entry> +</row> +<row> + <entry><option>plugins_autoload</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Comma separated list of plugins to load automatically at startup, "*" means all plugins found (names may be partial, for example "perl" is ok for "libperl.so")</entry> +</row> +<row> + <entry><option>plugins_extension</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Standard plugins extension in filename, used for autoload (if empty, then all files are loaded when autoload is "*")</entry> +</row> +<row> + <entry><option>server_name</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Name associated to IRC server (for display only)</entry> +</row> +<row> + <entry><option>server_autoconnect</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Automatically connect to server when WeeChat is starting</entry> +</row> +<row> + <entry><option>server_autoreconnect</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Automatically reconnect to server when disconnected</entry> +</row> +<row> + <entry><option>server_autoreconnect_delay</option></entry> + <entry>integer</entry> + <entry>between 0 and 65535</entry> + <entry></entry> + <entry>Delay (in seconds) before trying again to reconnect to server</entry> +</row> +<row> + <entry><option>server_address</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>IP address or hostname of IRC server</entry> +</row> +<row> + <entry><option>server_port</option></entry> + <entry>integer</entry> + <entry>between 0 and 65535</entry> + <entry></entry> + <entry>Port for connecting to server</entry> +</row> +<row> + <entry><option>server_ipv6</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Use IPv6 protocol for server communication</entry> +</row> +<row> + <entry><option>server_ssl</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Use SSL for server communication</entry> +</row> +<row> + <entry><option>server_password</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Password for IRC server</entry> +</row> +<row> + <entry><option>server_nick1</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Nickname to use on IRC server</entry> +</row> +<row> + <entry><option>server_nick2</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Alternate nickname to use on IRC server (if nickname is already used)</entry> +</row> +<row> + <entry><option>server_nick3</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>2nd alternate nickname to use on IRC server (if alternate nickname is already used)</entry> +</row> +<row> + <entry><option>server_username</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>User name to use on IRC server</entry> +</row> +<row> + <entry><option>server_realname</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Real name to use on IRC server</entry> +</row> +<row> + <entry><option>server_command</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>First command to run when connected to server</entry> +</row> +<row> + <entry><option>server_command_delay</option></entry> + <entry>integer</entry> + <entry>between 0 and 5</entry> + <entry></entry> + <entry>Delay (in seconds) after command was executed (example: give some time for authentication)</entry> +</row> +<row> + <entry><option>server_autojoin</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Comma separated list of channels to join when connected to server (example: "#chan1,#chan2,#chan3 key1,key2")</entry> +</row> +<row> + <entry><option>server_autorejoin</option></entry> + <entry>boolean</entry> + <entry>'on' or 'off'</entry> + <entry></entry> + <entry>Automatically rejoin channels when kicked</entry> +</row> +<row> + <entry><option>server_notify_levels</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Comma separated list of notify levels for channels of this server (format: #channel:1,..)</entry> +</row> +<row> + <entry><option>server_charset_decode_iso</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Comma separated list of charsets for server and channels, to decode ISO (format: server:charset,#channel:charset,..)</entry> +</row> +<row> + <entry><option>server_charset_decode_utf</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Comma separated list of charsets for server and channels, to decode UTF (format: server:charset,#channel:charset,..)</entry> +</row> +<row> + <entry><option>server_charset_encode</option></entry> + <entry>string</entry> + <entry>any string</entry> + <entry></entry> + <entry>Comma separated list of charsets for server and channels, to encode messages (format: server:charset,#channel:charset,..)</entry> +</row> diff --git a/weechat/doc/en/irc_commands.xml b/weechat/doc/en/irc_commands.xml new file mode 100644 index 000000000..7b5e319e2 --- /dev/null +++ b/weechat/doc/en/irc_commands.xml @@ -0,0 +1,438 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<command>admin [target]</command> +<programlisting> +find information about the administrator of the server + +target: server + +</programlisting> +<command>ame message</command> +<programlisting> +send a CTCP action to all channels of all connected servers + +message: message to send + +</programlisting> +<command>amsg text</command> +<programlisting> +send message to all channels of all connected servers + +text: text to send + +</programlisting> +<command>away [-all] [message]</command> +<programlisting> +toggle away status + + -all: toggle away status on all connected servers +message: message for away (if no message is given, away status is removed) + +</programlisting> +<command>ban [channel] [nickname [nickname ...]]</command> +<programlisting> +bans nicks or hosts + + channel: channel for ban +nickname: user or host to ban + +</programlisting> +<command>ctcp nickname type [arguments]</command> +<programlisting> +send a CTCP message (Client-To-Client Protocol) + + nickname: user to send CTCP to + type: CTCP type (examples: "version", "ping", ..) +arguments: arguments for CTCP + +</programlisting> +<command>dcc action [nickname [file]]</command> +<programlisting> +starts DCC (file or chat) or close chat + + action: 'send' (file) or 'chat' or 'close' (chat) +nickname: nickname to send file or chat + file: filename (on local host) + +</programlisting> +<command>dehalfop [nickname [nickname]]</command> +<programlisting> +removes half channel operator status from nickname(s) + +</programlisting> +<command>deop [nickname [nickname]]</command> +<programlisting> +removes channel operator status from nickname(s) + +</programlisting> +<command>devoice [nickname [nickname]]</command> +<programlisting> +removes voice from nickname(s) + +</programlisting> +<command>die</command> +<programlisting> +shutdown the server + +</programlisting> +<command>halfop [nickname [nickname]]</command> +<programlisting> +gives half channel operator status to nickname(s) + +</programlisting> +<command>info [target]</command> +<programlisting> +get information describing the server + +target: server name + +</programlisting> +<command>invite nickname channel</command> +<programlisting> +invite a nick on a channel + +nickname: nick to invite + channel: channel to invite + +</programlisting> +<command>ison nickname [nickname ...]</command> +<programlisting> +check if a nickname is currently on IRC + +nickname: nickname + +</programlisting> +<command>join channel[,channel] [key[,key]]</command> +<programlisting> +join a channel + +channel: channel name to join + key: key to join the channel + +</programlisting> +<command>kick [channel] nickname [comment]</command> +<programlisting> +forcibly remove a user from a channel + + channel: channel where user is +nickname: nickname to kick + comment: comment for kick + +</programlisting> +<command>kickban [channel] nickname [comment]</command> +<programlisting> +kicks and bans a nick from a channel + + channel: channel where user is +nickname: nickname to kick and ban + comment: comment for kick + +</programlisting> +<command>kill nickname comment</command> +<programlisting> +close client-server connection + +nickname: nickname + comment: comment for kill + +</programlisting> +<command>links [[server] server_mask]</command> +<programlisting> +list all servernames which are known by the server answering the query + + server: this server should answer the query +server_mask: list of servers must match this mask + +</programlisting> +<command>list [channel[,channel] [server]]</command> +<programlisting> +list channels and their topic + +channel: channel to list +server: server name + +</programlisting> +<command>lusers [mask [target]]</command> +<programlisting> +get statistics about the size of the IRC network + + mask: servers matching the mask only +target: server for forwarding request + +</programlisting> +<command>me message</command> +<programlisting> +send a CTCP action to the current channel + +message: message to send + +</programlisting> +<command>mode { channel {[+|-]|o|p|s|i|t|n|b|v} [limit] [user] [ban mask] } | { nickname {[+|-]|i|w|s|o} }</command> +<programlisting> +change channel or user mode + +channel modes: + channel: channel name to modify + o: give/take channel operator privileges + p: private channel flag + s: secret channel flag + i: invite-only channel flag + t: topic settable by channel operator only flag + n: no messages to channel from clients on the outside + m: moderated channel + l: set the user limit to channel + b: set a ban mask to keep users out + e: set exception mask + v: give/take the ability to speak on a moderated channel + k: set a channel key (password) +user modes: + nickname: nickname to modify + i: mark a user as invisible + s: mark a user for receive server notices + w: user receives wallops + o: operator flag + +</programlisting> +<command>motd [target]</command> +<programlisting> +get the "Message Of The Day" + +target: server name + +</programlisting> +<command>msg receiver[,receiver] text</command> +<programlisting> +send message to a nick or channel + +receiver: nick or channel (may be mask, '*' = current channel) +text: text to send + +</programlisting> +<command>names [channel[,channel]]</command> +<programlisting> +list nicknames on channels + +channel: channel name + +</programlisting> +<command>nick [-all] nickname</command> +<programlisting> +change current nickname + + -all: set new nickname for all connected servers +nickname: new nickname + +</programlisting> +<command>notice nickname text</command> +<programlisting> +send notice message to user + +nickname: user to send notice to + text: text to send + +</programlisting> +<command>op nickname [nickname]</command> +<programlisting> +gives channel operator status to nickname(s) + +</programlisting> +<command>oper user password</command> +<programlisting> +get operator privileges + +user/password: used to get privileges on current IRC server + +</programlisting> +<command>part [channel[,channel]] [part_message]</command> +<programlisting> +leave a channel + + channel: channel name to leave +part_message: part message (displayed to other users) + +</programlisting> +<command>ping server1 [server2]</command> +<programlisting> +ping server + +server1: server to ping +server2: forward ping to this server + +</programlisting> +<command>pong daemon [daemon2]</command> +<programlisting> +answer to a ping message + + daemon: daemon who has responded to Ping message +daemon2: forward message to this daemon + +</programlisting> +<command>query nickname [text]</command> +<programlisting> +send a private message to a nick + +nickname: nickname for private conversation + text: text to send + +</programlisting> +<command>quit [quit_message]</command> +<programlisting> +close all connections and quit + +quit_message: quit message (displayed to other users) + +</programlisting> +<command>quote data</command> +<programlisting> +send raw data to server without parsing + +data: raw data to send + +</programlisting> +<command>rehash</command> +<programlisting> +tell the server to reload its config file + +</programlisting> +<command>restart</command> +<programlisting> +tell the server to restart itself + +</programlisting> +<command>service nickname reserved distribution type reserved info</command> +<programlisting> +register a new service + +distribution: visibility of service + type: reserved for future usage + +</programlisting> +<command>servlist [mask [type]]</command> +<programlisting> +list services currently connected to the network + +mask: list only services matching this mask +type: list only services of this type + +</programlisting> +<command>squery service text</command> +<programlisting> +deliver a message to a service + +service: name of service +text: text to send + +</programlisting> +<command>squit server comment</command> +<programlisting> +disconnect server links + +server: server name +comment: comment for quit + +</programlisting> +<command>stats [query [server]]</command> +<programlisting> +query statistics about server + + query: c/h/i/k/l/m/o/y/u (see RFC1459) +server: server name + +</programlisting> +<command>summon user [target [channel]]</command> +<programlisting> +give users who are on a host running an IRC server a message asking them to please join IRC + + user: username +target: server name +channel: channel name + +</programlisting> +<command>time [target]</command> +<programlisting> +query local time from server + +target: query time from specified server + +</programlisting> +<command>topic [channel] [topic]</command> +<programlisting> +get/set channel topic + +channel: channel name +topic: new topic for channel (if topic is "-delete" then topic is deleted) + +</programlisting> +<command>trace [target]</command> +<programlisting> +find the route to specific server + +target: server + +</programlisting> +<command>unban [channel] nickname [nickname ...]</command> +<programlisting> +unbans nicks or hosts + + channel: channel for unban +nickname: user or host to unban + +</programlisting> +<command>userhost nickname [nickname ...]</command> +<programlisting> +return a list of information about nicknames + +nickname: nickname + +</programlisting> +<command>users [target]</command> +<programlisting> +list of users logged into the server + +target: server + +</programlisting> +<command>version [server | nickname]</command> +<programlisting> +gives the version info of nick or server (current or specified) + + server: server name +nickname: nickname + +</programlisting> +<command>voice [nickname [nickname]]</command> +<programlisting> +gives voice to nickname(s) + +</programlisting> +<command>wallops text</command> +<programlisting> +send a message to all currently connected users who have set the 'w' user mode for themselves + +text to send + +</programlisting> +<command>who [mask ["o"]]</command> +<programlisting> +generate a query which returns a list of information + +mask: only information which match this mask + o: only operators are returned according to the mask supplied + +</programlisting> +<command>whois [server] nickname[,nickname]</command> +<programlisting> +query information about user(s) + + server: server name +nickname: nickname (may be a mask) + +</programlisting> +<command>whowas nickname [,nickname [,nickname ...]] [count [target]]</command> +<programlisting> +ask for information about a nickname which no longer exists + +nickname: nickname to search + count: number of replies to return (full search if negative number) + target: reply should match this mask + +</programlisting> diff --git a/weechat/doc/en/key_functions.xml b/weechat/doc/en/key_functions.xml new file mode 100644 index 000000000..6cae6bac5 --- /dev/null +++ b/weechat/doc/en/key_functions.xml @@ -0,0 +1,161 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<row> + <entry><literal>return</literal></entry> + <entry>terminate line</entry> +</row> +<row> + <entry><literal>tab</literal></entry> + <entry>complete word</entry> +</row> +<row> + <entry><literal>backspace</literal></entry> + <entry>delete previous char</entry> +</row> +<row> + <entry><literal>delete</literal></entry> + <entry>delete next char</entry> +</row> +<row> + <entry><literal>delete_end_line</literal></entry> + <entry>delete until end of line</entry> +</row> +<row> + <entry><literal>delete_beginning_line</literal></entry> + <entry>delete until beginning of line</entry> +</row> +<row> + <entry><literal>delete_line</literal></entry> + <entry>delete entire line</entry> +</row> +<row> + <entry><literal>delete_previous_word</literal></entry> + <entry>delete previous word</entry> +</row> +<row> + <entry><literal>delete_next_word</literal></entry> + <entry>delete next word</entry> +</row> +<row> + <entry><literal>clipboard_paste</literal></entry> + <entry>paste current clipboard content</entry> +</row> +<row> + <entry><literal>transpose_chars</literal></entry> + <entry>transpose chars</entry> +</row> +<row> + <entry><literal>home</literal></entry> + <entry>go to beginning of line</entry> +</row> +<row> + <entry><literal>end</literal></entry> + <entry>go to end of line</entry> +</row> +<row> + <entry><literal>left</literal></entry> + <entry>move one char left</entry> +</row> +<row> + <entry><literal>previous_word</literal></entry> + <entry>move to previous word</entry> +</row> +<row> + <entry><literal>right</literal></entry> + <entry>move one char right</entry> +</row> +<row> + <entry><literal>next_word</literal></entry> + <entry>move to next word</entry> +</row> +<row> + <entry><literal>up</literal></entry> + <entry>call previous command in history</entry> +</row> +<row> + <entry><literal>up_global</literal></entry> + <entry>call previous command in global history</entry> +</row> +<row> + <entry><literal>down</literal></entry> + <entry>call next command in history</entry> +</row> +<row> + <entry><literal>down_global</literal></entry> + <entry>call next command in global history</entry> +</row> +<row> + <entry><literal>page_up</literal></entry> + <entry>scroll one page up</entry> +</row> +<row> + <entry><literal>page_down</literal></entry> + <entry>scroll one page down</entry> +</row> +<row> + <entry><literal>nick_beginning</literal></entry> + <entry>display beginning of nicklist</entry> +</row> +<row> + <entry><literal>nick_end</literal></entry> + <entry>display end of nicklist</entry> +</row> +<row> + <entry><literal>nick_page_up</literal></entry> + <entry>scroll nicklist one page up</entry> +</row> +<row> + <entry><literal>nick_page_down</literal></entry> + <entry>scroll nicklist one page down</entry> +</row> +<row> + <entry><literal>jump_smart</literal></entry> + <entry>jump to buffer with activity</entry> +</row> +<row> + <entry><literal>jump_dcc</literal></entry> + <entry>jump to DCC buffer</entry> +</row> +<row> + <entry><literal>jump_last_buffer</literal></entry> + <entry>jump to last buffer</entry> +</row> +<row> + <entry><literal>jump_server</literal></entry> + <entry>jump to server buffer</entry> +</row> +<row> + <entry><literal>jump_next_server</literal></entry> + <entry>jump to next server</entry> +</row> +<row> + <entry><literal>switch_server</literal></entry> + <entry>switch active server on servers buffer</entry> +</row> +<row> + <entry><literal>scroll_previous_highlight</literal></entry> + <entry>scroll to previous highlight in buffer</entry> +</row> +<row> + <entry><literal>scroll_next_highlight</literal></entry> + <entry>scroll to next highlight in buffer</entry> +</row> +<row> + <entry><literal>scroll_unread</literal></entry> + <entry>scroll to first unread line in buffer</entry> +</row> +<row> + <entry><literal>hotlist_clear</literal></entry> + <entry>clear hotlist</entry> +</row> +<row> + <entry><literal>infobar_clear</literal></entry> + <entry>clear infobar</entry> +</row> +<row> + <entry><literal>refresh</literal></entry> + <entry>refresh screen</entry> +</row> +<row> + <entry><literal>grab_key</literal></entry> + <entry>grab a key</entry> +</row> diff --git a/weechat/doc/en/weechat_commands.xml b/weechat/doc/en/weechat_commands.xml new file mode 100644 index 000000000..5c8bc8b02 --- /dev/null +++ b/weechat/doc/en/weechat_commands.xml @@ -0,0 +1,197 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<command>alias [alias_name [command [arguments]]</command> +<programlisting> +create an alias for a command + +alias_name: name of alias + command: command name (WeeChat or IRC command, without first '/') +arguments: arguments for command + +</programlisting> +<command>buffer [action | number | [[server] [channel]]]</command> +<programlisting> +manage buffers + + action: action to do: + move: move buffer in the list (may be relative, for example -1) + close: close buffer (for channel: same as /part without part message) + list: list opened 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 + +</programlisting> +<command>charset [(decode_iso | decode_utf | encode) charset]</command> +<programlisting> +change charset for server or channel + +decode_iso: charset used for decoding ISO +decode_utf: charset used for decoding UTF + encode: charset used for encoding messages + charset: charset to use (for example: ISO-8859-15, UTF-8,..) + +</programlisting> +<command>clear [-all]</command> +<programlisting> +clear window(s) + +-all: clear all windows + +</programlisting> +<command>connect [servername]</command> +<programlisting> +connect to a server + +servername: server name to connect + +</programlisting> +<command>disconnect [servername]</command> +<programlisting> +disconnect from a server + +servername: server name to disconnect + +</programlisting> +<command>debug dump | windows</command> +<programlisting> +print debug messages + + dump: save memory dump in WeeChat log file (same dump is written when WeeChat crashes) +windows: display windows tree + +</programlisting> +<command>help [command]</command> +<programlisting> +display help about commands + +command: name of a WeeChat or IRC command + +</programlisting> +<command>history [clear | value]</command> +<programlisting> +show buffer command history + +clear: clear history +value: number of history entries to show + +</programlisting> +<command>ignore [mask [[type | command] [channel [server]]]]</command> +<programlisting> +ignore IRC messages and/or hosts + + mask: nick or host mask to ignore + type: type of message to ignore (action, ctcp, dcc, pv) +command: IRC command +channel: name of channel for ignore + server: name of server for ignore + +For each argument, '*' means all. +Without argument, /ignore command lists all defined ignore. + +</programlisting> +<command>key [key function/command] [unbind key] [functions] [reset -yes]</command> +<programlisting> +bind/unbind keys + + key: bind this key to an internal function or a command (beginning by "/") + unbind: unbind a key +functions: list internal functions for key bindings + reset: restore bindings to the default values and delete ALL personal bindings (use carefully!) + +</programlisting> +<command>plugin [load filename] | [autoload] | [reload] | [unload]</command> +<programlisting> +list/load/unload plugins + +filename: WeeChat plugin (file) to load + +Without argument, /plugin command lists all loaded plugins. + +</programlisting> +<command>server [servername] | [servername hostname port [-auto | -noauto] [-ipv6] [-ssl] [-pwd password] [-nicks nick1 nick2 nick3] [-username username] [-realname realname] [-command command] [-autojoin channel[,channel]] ] | [del servername]</command> +<programlisting> +list, add or remove servers + +servername: server name, for internal and display use + hostname: name or IP address of server + port: port for server (integer) + ipv6: use IPv6 protocol + ssl: use SSL protocol + password: password for server + nick1: first nick for server + nick2: alternate nick for server + nick3: second alternate nick for server + username: user name + realname: real name of user + +</programlisting> +<command>save [file]</command> +<programlisting> +save config to disk + +file: filename for writing config + +</programlisting> +<command>set [option [ = value]]</command> +<programlisting> +set config parameters + +option: name of an option (if name is full and no value is given, then help is displayed on option) +value: value for option + +</programlisting> +<command>unalias alias_name</command> +<programlisting> +remove an alias + +alias_name: name of alias to remove + +</programlisting> +<command>unignore [number | [mask [[type | command] [channel [server]]]]]</command> +<programlisting> +unignore IRC messages and/or hosts + + number: # of ignore to unignore (number is displayed by list of ignore) + mask: nick or host mask to unignore + type: type of message to unignore (action, ctcp, dcc, pv) +command: IRC command +channel: name of channel for unignore + server: name of server for unignore + +For each argument, '*' means all. +Without argument, /unignore command lists all defined ignore. + +</programlisting> +<command>upgrade</command> +<programlisting> +upgrade WeeChat without disconnecting from servers + +</programlisting> +<command>uptime [-o]</command> +<programlisting> +show WeeChat uptime + +-o: send uptime on current channel as an IRC message + +</programlisting> +<command>window [list | -1 | +1 | b# | up | down | left | right | splith [pct] | splitv [pct] | resize pct | merge [all]]</command> +<programlisting> +manage windows + + list: list opened 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 pct%% of parent window + merge: merge window with another (all = keep only one window) + +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 + +</programlisting> diff --git a/weechat/doc/fr/config.xml b/weechat/doc/fr/config.xml new file mode 100644 index 000000000..72d0bbc44 --- /dev/null +++ b/weechat/doc/fr/config.xml @@ -0,0 +1,1149 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<row> + <entry><option>look_set_title</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Définit le titre de la fenêtre (terminal pour l'interface Curses) avec le nom et la version</entry> +</row> +<row> + <entry><option>look_startup_logo</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Afficher le logo WeeChat au démarrage</entry> +</row> +<row> + <entry><option>look_startup_version</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Afficher la version de WeeChat au démarrage</entry> +</row> +<row> + <entry><option>look_weechat_slogan</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'the geekest IRC client!'</entry> + <entry>Slogan WeeChat (si vide, le slogan ne sera pas utilisé)</entry> +</row> +<row> + <entry><option>look_charset_decode_iso</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'ISO-8859-1'</entry> + <entry>Jeu de caractères ISO pour décoder les messages du serveur (utilisé seulement si la locale est UTF-8) (si non renseigné, les messages ne sont pas concertis si la locale est UTF-8)</entry> +</row> +<row> + <entry><option>look_charset_decode_utf</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'UTF-8'</entry> + <entry>Jeu de caractères UTF pour décoder les messages du serveur (utilisé seulement si la locale n'est pas UTF-8) (si non renseigné, les messages ne sont pas convertis si la locale n'est pas UTF-8)</entry> +</row> +<row> + <entry><option>look_charset_encode</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Jeu de caractères pour encoder les messages envoyés au serveur, exemples: UFT-8, ISO-8859-1 (si non renseigné, les messages ne sont pas convertis)</entry> +</row> +<row> + <entry><option>look_charset_internal</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Force le jeu de caractères interne à WeeChat (doit être vide dans la plupart des cas, ce qui signifie que le jeu de caractères détecté est utilisé)</entry> +</row> +<row> + <entry><option>look_one_server_buffer</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'off'</entry> + <entry>Utiliser le même tampon pour tous les serveurs</entry> +</row> +<row> + <entry><option>look_buffer_timestamp</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'[%H:%M:%S]'</entry> + <entry>Format de date/heure pour les tampons</entry> +</row> +<row> + <entry><option>look_color_nicks_number</option></entry> + <entry>entier</entry> + <entry>entre 1 et 10</entry> + <entry>10</entry> + <entry>Nombre de couleurs à utiliser pour les couleurs des pseudos</entry> +</row> +<row> + <entry><option>look_color_actions</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Afficher les actions avec différentes couleurs</entry> +</row> +<row> + <entry><option>look_nicklist</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Afficher la fenêtre des utilisateurs (pour les fenêtres de canaux)</entry> +</row> +<row> + <entry><option>look_nicklist_position</option></entry> + <entry>chaîne</entry> + <entry>'left', 'right', 'top', 'bottom'</entry> + <entry>'right'</entry> + <entry>Position de la fenêtre d'utilisateurs (haut (top), gauche (left), droite (right, par défaut), bas (bottom))</entry> +</row> +<row> + <entry><option>look_nicklist_min_size</option></entry> + <entry>entier</entry> + <entry>entre 0 et 100</entry> + <entry>0</entry> + <entry>Taille minimum pour la fenêtre d'utilisateurs (largeur ou hauteur, selon look_nicklist_position (0 = pas de taille minimum))</entry> +</row> +<row> + <entry><option>look_nicklist_max_size</option></entry> + <entry>entier</entry> + <entry>entre 0 et 100</entry> + <entry>0</entry> + <entry>Taille maximum pour la fenêtre d'utilisateurs (largeur ou hauteur, selon look_nicklist_position (0 = pas de taille maximum; si min == max et > 0, alors la taille est fixe))</entry> +</row> +<row> + <entry><option>look_no_nickname</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'-cmd-'</entry> + <entry>Texte à afficher en lieu et place du nom d'utilisateur lorsque la connexion n'est pas active</entry> +</row> +<row> + <entry><option>look_nickmode</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Afficher le mode de l'utilisateur ((half)op/voice) devant chaque utilisateur</entry> +</row> +<row> + <entry><option>look_nickmode_empty</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'off'</entry> + <entry>Afficher un espace si le mode utilisateur n'est pas (half)op/voice</entry> +</row> +<row> + <entry><option>look_nick_completor</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>':'</entry> + <entry>La chaîne affichée après la complétion des pseudos</entry> +</row> +<row> + <entry><option>look_nick_completion_ignore</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'[]-^'</entry> + <entry>Caractères à ignorer pour la complétion des pseudos</entry> +</row> +<row> + <entry><option>look_infobar</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Active la barre d'infos</entry> +</row> +<row> + <entry><option>look_infobar_timestamp</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'%B, %A %d %Y'</entry> + <entry>Format de date/heure dans la barre d'info</entry> +</row> +<row> + <entry><option>look_infobar_seconds</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Afficher les secondes pour l'heure dans la barre d'infos</entry> +</row> +<row> + <entry><option>look_infobar_delay_highlight</option></entry> + <entry>entier</entry> + <entry>entre 0 et 2147483647</entry> + <entry>7</entry> + <entry>Délai (en secondes) pour la notification des messages dans la barre d'infos (0 = désactiver les notifications dans la barre d'infos)</entry> +</row> +<row> + <entry><option>look_hotlist_names_count</option></entry> + <entry>entier</entry> + <entry>entre 0 et 32</entry> + <entry>3</entry> + <entry>Nombre maximum de noms dans la liste d'activité (0 = pas de nom affiché, seulement les numéros de tampons)</entry> +</row> +<row> + <entry><option>look_hotlist_names_level</option></entry> + <entry>entier</entry> + <entry>entre 1 et 15</entry> + <entry>12</entry> + <entry>Niveau pour l'affichage des noms dans la liste d'activité (combinaison de: 1=join/part, 2=message, 4=privé, 8=highlight, par exemple: 12=privé+highlight)</entry> +</row> +<row> + <entry><option>look_hotlist_names_length</option></entry> + <entry>entier</entry> + <entry>entre 0 et 32</entry> + <entry>0</entry> + <entry>Nombre maximum des noms dans la liste d'activité (0 = pas de limite)</entry> +</row> +<row> + <entry><option>look_day_change</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Affiche un message quand le jour change</entry> +</row> +<row> + <entry><option>look_day_change_timestamp</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'%a, %d %b %Y'</entry> + <entry>Format de date pour la date affichée quand le jour a changé</entry> +</row> +<row> + <entry><option>look_read_marker</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>' '</entry> + <entry>Utiliser un marqueur sur les serveurs/canaux pour montrer la première ligne non lue</entry> +</row> +<row> + <entry><option>col_real_white</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'off'</entry> + <entry>Si activé, utilise la vraie couleur blanche, désactivé par défaut pour les terminaux avec un fond blanc (si vous n'utilisez jamais de fond blanc, vous devriez activer cette option pour voir du vrai blanc au lieu de la couleur d'avant plant par défaut du terminal)</entry> +</row> +<row> + <entry><option>col_separator</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'blue'</entry> + <entry>Couleur pour les séparateurs de fenêtres (quand divisé)</entry> +</row> +<row> + <entry><option>col_title</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'default'</entry> + <entry>Couleur pour la barre de titre</entry> +</row> +<row> + <entry><option>col_title_bg</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'blue'</entry> + <entry>Couleur de fond pour la barre de titre</entry> +</row> +<row> + <entry><option>col_chat</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'default'</entry> + <entry>Couleur pour le texte de discussion</entry> +</row> +<row> + <entry><option>col_chat_time</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'default'</entry> + <entry>Couleur pour l'heure dans la fenêtre de discussion</entry> +</row> +<row> + <entry><option>col_chat_time_sep</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'brown'</entry> + <entry>Couleur pour la séparation de l'heure (fenêtre de discussion)</entry> +</row> +<row> + <entry><option>col_chat_prefix1</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightcyan'</entry> + <entry>Couleur pour le 1er et le 3ème caractère du préfixe</entry> +</row> +<row> + <entry><option>col_chat_prefix2</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'white'</entry> + <entry>Couleur pour le caractère du milieu du préfixe</entry> +</row> +<row> + <entry><option>col_chat_server</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'brown'</entry> + <entry>Couleur pour le nom du serveur</entry> +</row> +<row> + <entry><option>col_chat_join</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightgreen'</entry> + <entry>Couleur pour la flèche du join (préfixe)</entry> +</row> +<row> + <entry><option>col_chat_part</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightred'</entry> + <entry>Couleur pour la flèche du part/quit (préfixe)</entry> +</row> +<row> + <entry><option>col_chat_nick</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightcyan'</entry> + <entry>Couleur pour les noms d'utilisateurs dans les actions (fenêtre de discussion)</entry> +</row> +<row> + <entry><option>col_chat_host</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'cyan'</entry> + <entry>Couleur pour les noms de machines (fenêtre de discussion)</entry> +</row> +<row> + <entry><option>col_chat_channel</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'white'</entry> + <entry>Couleur pour les canaux dans les actions (fenêtre de discussion)</entry> +</row> +<row> + <entry><option>col_chat_dark</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'green'</entry> + <entry>Couleur pour les séparateurs sombres (fenêtre de discussion)</entry> +</row> +<row> + <entry><option>col_chat_highlight</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'yellow'</entry> + <entry>Couleur pour le pseudo surligné (fenêtre de discussion)</entry> +</row> +<row> + <entry><option>col_chat_bg</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'default'</entry> + <entry>Couleur de fond pour la fenêtre de discussion</entry> +</row> +<row> + <entry><option>col_chat_read_marker</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'yellow'</entry> + <entry>Couleur pour le marqueur de données non lues</entry> +</row> +<row> + <entry><option>col_chat_read_marker_bg</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'magenta'</entry> + <entry>Couleur de fond pour le marqueur de données non lues</entry> +</row> +<row> + <entry><option>col_status</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'default'</entry> + <entry>Couleur pour la barre de statut</entry> +</row> +<row> + <entry><option>col_status_delimiters</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'cyan'</entry> + <entry>Couleur pour les délimiteurs de la barre de statut</entry> +</row> +<row> + <entry><option>col_status_channel</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'white'</entry> + <entry>Couleur pour le canal courant dans la barre de statut</entry> +</row> +<row> + <entry><option>col_status_data_msg</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'yellow'</entry> + <entry>Couleur pour une fenêtre avec de nouvelles infos (barre de statut)</entry> +</row> +<row> + <entry><option>col_status_private</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightmagenta'</entry> + <entry>Couleur pour une fenêtre avec un message privé (barre de statut)</entry> +</row> +<row> + <entry><option>col_status_highlight</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightred'</entry> + <entry>Couleur pour une fenêtre avec un highlight (barre de statut)</entry> +</row> +<row> + <entry><option>col_status_data_other</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'default'</entry> + <entry>Couleur pour une fenêtre avec des nouvelles données (pas des infos) (barre de statut)</entry> +</row> +<row> + <entry><option>col_status_more</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'white'</entry> + <entry>Couleur pour une fenêtre avec des nouvelles données (barre de statut)</entry> +</row> +<row> + <entry><option>col_status_bg</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'blue'</entry> + <entry>Couleur de fond pour la fenêtre de statut</entry> +</row> +<row> + <entry><option>col_infobar</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'black'</entry> + <entry>Couleur pour la barre d'infos</entry> +</row> +<row> + <entry><option>col_infobar_delimiters</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'blue'</entry> + <entry>Couleur pour les délimiteurs de la barre d'infos</entry> +</row> +<row> + <entry><option>col_infobar_highlight</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'white'</entry> + <entry>Couleur pour la notification dans la barre d'infos</entry> +</row> +<row> + <entry><option>col_infobar_bg</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'cyan'</entry> + <entry>Couleur de fond pour la fenêtre de barre d'infos</entry> +</row> +<row> + <entry><option>col_input</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'default'</entry> + <entry>Couleur pour le texte saisi</entry> +</row> +<row> + <entry><option>col_input_channel</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'white'</entry> + <entry>Couleur pour le texte saisi (nom du canal)</entry> +</row> +<row> + <entry><option>col_input_nick</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightcyan'</entry> + <entry>Couleur pour le texte saisi (pseudo)</entry> +</row> +<row> + <entry><option>col_input_delimiters</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'cyan'</entry> + <entry>Couleur pour le texte saisi (délimiteurs)</entry> +</row> +<row> + <entry><option>col_input_bg</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'default'</entry> + <entry>Couleur de fond pour la fenêtre de saisie</entry> +</row> +<row> + <entry><option>col_nick</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'default'</entry> + <entry>Couleur pour les pseudos</entry> +</row> +<row> + <entry><option>col_nick_away</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'cyan'</entry> + <entry>Couleur pour les pseudos absents</entry> +</row> +<row> + <entry><option>col_nick_chanowner</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightgreen'</entry> + <entry>Couleur pour le symbole du propriétaire du canal (spécifique à unrealircd)</entry> +</row> +<row> + <entry><option>col_nick_chanadmin</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightgreen'</entry> + <entry>Couleur pour le symbole administrateur du canal (spécifique à unrealircd)</entry> +</row> +<row> + <entry><option>col_nick_op</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightgreen'</entry> + <entry>Couleur pour le symbole opérateur</entry> +</row> +<row> + <entry><option>col_nick_halfop</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightmagenta'</entry> + <entry>Couleur pour le symbole demi-opérateur</entry> +</row> +<row> + <entry><option>col_nick_voice</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'yellow'</entry> + <entry>Couleur pour le symbole voix</entry> +</row> +<row> + <entry><option>col_nick_more</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightmagenta'</entry> + <entry>Couleur pour les '+' lors du scroll sur les pseudos</entry> +</row> +<row> + <entry><option>col_nick_sep</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'blue'</entry> + <entry>Couleur pour le séparateur de pseudo</entry> +</row> +<row> + <entry><option>col_nick_self</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'white'</entry> + <entry>Couleur pour le pseudo local</entry> +</row> +<row> + <entry><option>col_nick_color1</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'cyan'</entry> + <entry>Couleur pour le pseudo</entry> +</row> +<row> + <entry><option>col_nick_color2</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'magenta'</entry> + <entry>Couleur pour le pseudo</entry> +</row> +<row> + <entry><option>col_nick_color3</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'green'</entry> + <entry>Couleur pour le pseudo</entry> +</row> +<row> + <entry><option>col_nick_color4</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'brown'</entry> + <entry>Couleur pour le pseudo</entry> +</row> +<row> + <entry><option>col_nick_color5</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightblue'</entry> + <entry>Couleur pour le pseudo</entry> +</row> +<row> + <entry><option>col_nick_color6</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'default'</entry> + <entry>Couleur pour le pseudo</entry> +</row> +<row> + <entry><option>col_nick_color7</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightcyan'</entry> + <entry>Couleur pour le pseudo</entry> +</row> +<row> + <entry><option>col_nick_color8</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightmagenta'</entry> + <entry>Couleur pour le pseudo</entry> +</row> +<row> + <entry><option>col_nick_color9</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightgreen'</entry> + <entry>Couleur pour le pseudo</entry> +</row> +<row> + <entry><option>col_nick_color10</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'blue'</entry> + <entry>Couleur pour le pseudo</entry> +</row> +<row> + <entry><option>col_nick_private</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'default'</entry> + <entry>Couleur pour l'autre pseudo dans la fenêtre privée</entry> +</row> +<row> + <entry><option>col_nick_bg</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'default'</entry> + <entry>Couleur de fond pour les pseudos</entry> +</row> +<row> + <entry><option>col_chat_dcc_selected</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'white'</entry> + <entry>Couleur pour le DCC sélectionné (fenêtre de discussion)</entry> +</row> +<row> + <entry><option>col_dcc_waiting</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightcyan'</entry> + <entry>Couleur pour le statut dcc "attente"</entry> +</row> +<row> + <entry><option>col_dcc_connecting</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'yellow'</entry> + <entry>Couleur pour le statut dcc "connexion"</entry> +</row> +<row> + <entry><option>col_dcc_active</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightblue'</entry> + <entry>Couleur pour le statut dcc "actif"</entry> +</row> +<row> + <entry><option>col_dcc_done</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightgreen'</entry> + <entry>Couleur pour le statut dcc "terminé"</entry> +</row> +<row> + <entry><option>col_dcc_failed</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightred'</entry> + <entry>Couleur pour le statut dcc "échoué"</entry> +</row> +<row> + <entry><option>col_dcc_aborted</option></entry> + <entry>couleur</entry> + <entry>couleur Curses ou Gtk</entry> + <entry>'lightred'</entry> + <entry>Couleur pour le statut dcc "interrompu"</entry> +</row> +<row> + <entry><option>history_max_lines</option></entry> + <entry>entier</entry> + <entry>entre 0 et 2147483647</entry> + <entry>4096</entry> + <entry>Nombre maximum de lignes dans l'historique pour un serveur/fenêtre/fenêtre privée (0 = sans limite)</entry> +</row> +<row> + <entry><option>history_max_commands</option></entry> + <entry>entier</entry> + <entry>entre 0 et 2147483647</entry> + <entry>100</entry> + <entry>Nombre maximum de commandes utilisateur dans l'historique (0 = sans limite)</entry> +</row> +<row> + <entry><option>history_display_default</option></entry> + <entry>entier</entry> + <entry>entre 0 et 2147483647</entry> + <entry>5</entry> + <entry>Nombre maximum de commandes à afficher par défaut dans le listing d'historique (0 = sans limite)</entry> +</row> +<row> + <entry><option>log_auto_server</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'off'</entry> + <entry>Enregistrer automatiquement les messages du serveur</entry> +</row> +<row> + <entry><option>log_auto_channel</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'off'</entry> + <entry>Enregistrer automatiquement les conversations des canaux</entry> +</row> +<row> + <entry><option>log_auto_private</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'off'</entry> + <entry>Enregistrer automatiquement les conversations privées</entry> +</row> +<row> + <entry><option>log_plugin_msg</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'off'</entry> + <entry>Enregistrer les messages des plugins (scripts)</entry> +</row> +<row> + <entry><option>log_path</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'~/.weechat/logs/'</entry> + <entry>Chemin pour les conversations sauvegardées par WeeChat</entry> +</row> +<row> + <entry><option>log_timestamp</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'%Y %b %d %H:%M:%S'</entry> + <entry>Format de date/heure pour les conversations sauvegardées (voir man strftime pour le format de date/heure)</entry> +</row> +<row> + <entry><option>log_hide_nickserv_pwd</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Masquer le mot de passe affiché par nickserv</entry> +</row> +<row> + <entry><option>irc_display_away</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Affiche un message sur tous les canaux pour l'absence/le retour</entry> +</row> +<row> + <entry><option>irc_default_msg_away</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'away'</entry> + <entry>Message par défaut pour l'absence</entry> +</row> +<row> + <entry><option>irc_default_msg_part</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'WeeChat %v'</entry> + <entry>Message par défaut pour le part (quitte un canal)</entry> +</row> +<row> + <entry><option>irc_default_msg_quit</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'WeeChat %v'</entry> + <entry>Message de fin par défaut ('%v' sera remplacé par la version de WeeChat dans la chaîne)</entry> +</row> +<row> + <entry><option>irc_notice_as_pv</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'off'</entry> + <entry>Afficher les notices comme des messages privés</entry> +</row> +<row> + <entry><option>irc_away_check</option></entry> + <entry>entier</entry> + <entry>entre 0 et 2147483647</entry> + <entry>0</entry> + <entry>Intervalle entre deux vérifications des absences (en minutes, 0 = ne jemais vérifier)</entry> +</row> +<row> + <entry><option>irc_lag_check</option></entry> + <entry>entier</entry> + <entry>entre 30 et 2147483647</entry> + <entry>60</entry> + <entry>Intervalle entre deux mesures de lag (en secondes)</entry> +</row> +<row> + <entry><option>irc_lag_min_show</option></entry> + <entry>entier</entry> + <entry>entre 0 et 2147483647</entry> + <entry>1</entry> + <entry>Lag minimum à afficher (en secondes)</entry> +</row> +<row> + <entry><option>irc_lag_disconnect</option></entry> + <entry>entier</entry> + <entry>entre 0 et 2147483647</entry> + <entry>5</entry> + <entry>Déconnexion après un lag important (en minutes, 0 = ne jamais se déconnecter)</entry> +</row> +<row> + <entry><option>irc_fifo_pipe</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'off'</entry> + <entry>Créer un tube FIFO pour le contrôle à distance</entry> +</row> +<row> + <entry><option>irc_highlight</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Liste des mots pour la notification (séparés par des virgules, le comparaison ne tient pas compte de la casse, les mots peuvent commencer ou se terminer par "*" pour une comparaison partielle)</entry> +</row> +<row> + <entry><option>irc_colors_receive</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Si désactivé, les codes couleurs des messages entrants sont ignorés</entry> +</row> +<row> + <entry><option>irc_colors_send</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Autorise l'utilisateur à envoyer des couleurs avec des codes spéciaux (%B=gras, %Cxx,yy=couleur, %U=souligné, %R=inversé)</entry> +</row> +<row> + <entry><option>dcc_auto_accept_files</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'off'</entry> + <entry>Accepte automatiquement les fichiers dcc entrants</entry> +</row> +<row> + <entry><option>dcc_auto_accept_chats</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'off'</entry> + <entry>Accepte automatiquement les demandes de discussion dcc (à utiliser avec précaution !)</entry> +</row> +<row> + <entry><option>dcc_timeout</option></entry> + <entry>entier</entry> + <entry>entre 1 et 2147483647</entry> + <entry>300</entry> + <entry>Délai d'attente pour les requêtes dcc (en secondes)</entry> +</row> +<row> + <entry><option>dcc_blocksize</option></entry> + <entry>entier</entry> + <entry>entre 1024 et 102400</entry> + <entry>65536</entry> + <entry>Taille de bloc pour les paquets dcc en octets (défaut: 65536)</entry> +</row> +<row> + <entry><option>dcc_port_range</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Restreint le dcc sortant à utiliser des ports dans la plage donnée (pratique pour le NAT) (syntaxe: un port simple, par exemple 5000, une plage de ports, par exemple 5000-5015, si non renseigné tout port peut être utilisé)</entry> +</row> +<row> + <entry><option>dcc_own_ip</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Adresse IP ou DNS utilisée pour le dcc sortant (si non renseigné, l'interface IP locale est utilisée)</entry> +</row> +<row> + <entry><option>dcc_download_path</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'~'</entry> + <entry>Chemin pour écrire les fichiers reçus par dcc (par défaut: répertoire de l'utilisateur)</entry> +</row> +<row> + <entry><option>dcc_upload_path</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'~'</entry> + <entry>Chemin pour lire les fichiers lorsqu'ils sont envoyés par dcc (quand aucun chemin n'est spécifié)</entry> +</row> +<row> + <entry><option>dcc_convert_spaces</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Convertir les espaces en underscores lors d'envoi de fichiers</entry> +</row> +<row> + <entry><option>dcc_auto_rename</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Renommer les fichiers reçus s'ils existent déjà (ajoute '.1', '.2', ...)</entry> +</row> +<row> + <entry><option>dcc_auto_resume</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Continuer automatiquement les transferts dcc si la connexion avec la machine distante a été perdue</entry> +</row> +<row> + <entry><option>proxy_use</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'off'</entry> + <entry>Utiliser un proxy pour se connecter au serveur irc</entry> +</row> +<row> + <entry><option>proxy_type</option></entry> + <entry>chaîne</entry> + <entry>'http', 'socks4', 'socks5'</entry> + <entry>'http'</entry> + <entry>Type de proxy (http (défaut), socks4, socks5)</entry> +</row> +<row> + <entry><option>proxy_ipv6</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'off'</entry> + <entry>Se connecter au proxy en ipv6</entry> +</row> +<row> + <entry><option>proxy_address</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Adresse du serveur proxy (IP ou nom)</entry> +</row> +<row> + <entry><option>proxy_port</option></entry> + <entry>entier</entry> + <entry>entre 0 et 65535</entry> + <entry>3128</entry> + <entry>Port pour se connecter au serveur proxy</entry> +</row> +<row> + <entry><option>proxy_username</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Nom d'utilisateur pour le serveur proxy</entry> +</row> +<row> + <entry><option>proxy_password</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Mot de passe pour le serveur proxy</entry> +</row> +<row> + <entry><option>plugins_path</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'~/.weechat/plugins'</entry> + <entry>Chemin de recherche des extensions</entry> +</row> +<row> + <entry><option>plugins_autoload</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'*'</entry> + <entry>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 "libperl.so")</entry> +</row> +<row> + <entry><option>plugins_extension</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>'.so'</entry> + <entry>Extension standard des extensions dans le nom de fichier, pour le chargement automatique (si vide, alors tous les fichiers sont chargés si autoload vaut "*")</entry> +</row> +<row> + <entry><option>server_name</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Nom associé au serveur IRC (pour affichage seulement)</entry> +</row> +<row> + <entry><option>server_autoconnect</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Connexion automatique au serveur quand WeeChat démarre</entry> +</row> +<row> + <entry><option>server_autoreconnect</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Reconnexion automatique au serveur après une déconnexion</entry> +</row> +<row> + <entry><option>server_autoreconnect_delay</option></entry> + <entry>entier</entry> + <entry>entre 0 et 65535</entry> + <entry>30</entry> + <entry>Délai (en secondes) avant de tenter une reconnexion au serveur</entry> +</row> +<row> + <entry><option>server_address</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Adresse IP ou nom du serveur IRC</entry> +</row> +<row> + <entry><option>server_port</option></entry> + <entry>entier</entry> + <entry>entre 0 et 65535</entry> + <entry>6667</entry> + <entry>Port pour se connecter au serveur</entry> +</row> +<row> + <entry><option>server_ipv6</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'off'</entry> + <entry>Utiliser le protocole IPv6 pour la communication avec le serveur</entry> +</row> +<row> + <entry><option>server_ssl</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'off'</entry> + <entry>Utiliser SSL pour la communication avec le serveur</entry> +</row> +<row> + <entry><option>server_password</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Mot de passe pour le serveur IRC</entry> +</row> +<row> + <entry><option>server_nick1</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Pseudo à utiliser sur le serveur IRC</entry> +</row> +<row> + <entry><option>server_nick2</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Pseudo alternatif pour le serveur IRC (si le pseudo est déjà utilisé)</entry> +</row> +<row> + <entry><option>server_nick3</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>2nd pseudo alternatif pour le serveur IRC (si le pseudo alternatif est déjà utilisé)</entry> +</row> +<row> + <entry><option>server_username</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Nom d'utilisateur pour le serveur IRC</entry> +</row> +<row> + <entry><option>server_realname</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Nom réel pour le serveur IRC</entry> +</row> +<row> + <entry><option>server_command</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Commande à exécuter en premier lorsque connecté au serveur</entry> +</row> +<row> + <entry><option>server_command_delay</option></entry> + <entry>entier</entry> + <entry>entre 0 et 5</entry> + <entry>0</entry> + <entry>Délai (en secondes) après exécution de la commande (exemple: donner du temps pour l'authentification)</entry> +</row> +<row> + <entry><option>server_autojoin</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Liste des canaux (séparés par des virgules) à rejoindre lorsque connecté au serveur (exemple: "#chan1,#chan2,#chan3 key1,key2")</entry> +</row> +<row> + <entry><option>server_autorejoin</option></entry> + <entry>booléen</entry> + <entry>'on' ou 'off'</entry> + <entry>'on'</entry> + <entry>Rejoindre automatiquement les canaux quand mis dehors</entry> +</row> +<row> + <entry><option>server_notify_levels</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Liste des niveaux de notifications (séparés par des virgules) pour les canaux de ce serveur (format: #canal:1,..)</entry> +</row> +<row> + <entry><option>server_charset_decode_iso</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Liste des jeux de caractères (séparés par des virgules) pour le serveur et les canaux, pour décoder l'ISO (format: server:charset,#canal:charset,..)</entry> +</row> +<row> + <entry><option>server_charset_decode_utf</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Liste des jeux de caractères (séparés par des virgules) pour le serveur et les canaux, pour décoder l'UTF (format: server:charset,#canal:charset,..)</entry> +</row> +<row> + <entry><option>server_charset_encode</option></entry> + <entry>chaîne</entry> + <entry>toute chaîne</entry> + <entry>''</entry> + <entry>Liste des jeux de caractères (séparés par des virgules) pour le serveur et les canaux, pour encoder les messages (format: server:charset,#canal:charset,..)</entry> +</row> diff --git a/weechat/doc/fr/irc_commands.xml b/weechat/doc/fr/irc_commands.xml new file mode 100644 index 000000000..4829700af --- /dev/null +++ b/weechat/doc/fr/irc_commands.xml @@ -0,0 +1,438 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<command>admin [cible]</command> +<programlisting> +trouver les informations sur l'administrateur du serveur + +cible: serveur + +</programlisting> +<command>ame message</command> +<programlisting> +envoyer une action CTCP à tous les canaux de tous les serveurs connectés + +message: message à envoyer + +</programlisting> +<command>amsg texte</command> +<programlisting> +envoyer un message à tous les canaux de tous les serveurs connectés + +texte: texte à envoyer + +</programlisting> +<command>away [-all] [message]</command> +<programlisting> +basculer le statut absent + + -all: basculer le statut absent sur tous les serveurs connectés +message: message pour l'absence (si pas de message donné, le statut d'absence est supprimé) + +</programlisting> +<command>ban [canal] [pseudo [pseudo ...]]</command> +<programlisting> +bannit des pseudos ou masques + + canal: nom du canal pour le bannissement +pseudo: pseudo ou masque pour le bannissement + +</programlisting> +<command>ctcp pseudo type [arguments]</command> +<programlisting> +envoyer un message CTCP (Client-To-Client Protocol) + + pseudo: utilisateur à qui envoyer le CTCP + type: type de CTCP (exemples: "version", "ping", etc...) +arguments: arguments pour le CTCP + +</programlisting> +<command>dcc action [pseudo [fichier]]</command> +<programlisting> +démarre le DCC (fichier ou discussion) ou ferme une discussion + + action: 'send' (envoi de fichier) ou 'chat' (discussion) ou 'close' (fermeture discussion) + pseudo: pseudo pour envoyer le fichier ou discuter +fichier: nom du fichier (sur la machine locale) + +</programlisting> +<command>dehalfop [pseudo [pseudo]]</command> +<programlisting> +retire le statut de demi-opérateur du canal à/aux nick(s) + +</programlisting> +<command>deop [pseudo [pseudo]]</command> +<programlisting> +retire le statut d'opérateur du canal à/aux nick(s) + +</programlisting> +<command>devoice [pseudo [pseudo]]</command> +<programlisting> +retire la voix du/des pseudo(s) + +</programlisting> +<command>die</command> +<programlisting> +arrêter le serveur + +</programlisting> +<command>halfop [pseudo [pseudo]]</command> +<programlisting> +donner le statut de demi-opérateur à un/des utilisateur(s) + +</programlisting> +<command>info [cible]</command> +<programlisting> +voir les informations décrivant le serveur + +cible: nom du serveur + +</programlisting> +<command>invite pseudo canal</command> +<programlisting> +inviter un utilisateur sur un canal + + pseudo: utilisateur à inviter +channel: canal pour l'invitation + +</programlisting> +<command>ison pseudo [pseudo ...]</command> +<programlisting> +vérifier si un utilisateur est actuellement sur IRC + +pseudo: pseudo + +</programlisting> +<command>join canal[,canal] [clé[,clé]]</command> +<programlisting> +joindre un canal + +canal: nom du canal à rejoindre + clé: clé pour rejoindre le canal + +</programlisting> +<command>kick [canal] pseudo [commentaire]</command> +<programlisting> +retirer par la force un utilisateur d'un canal + + canal: canal où l'utilisateur se trouve + pseudo: utilisateur à éliminer +commentaire: commentaire pour l'élimination + +</programlisting> +<command>kickban [canal] pseudo [commentaire]</command> +<programlisting> +retirer par la force un utilisateur d'un canal et le bannir + + canal: canal où l'utilisateur se trouve + pseudo: utilisateur à éliminer et bannir +commentaire: commentaire pour l'élimination + +</programlisting> +<command>kill pseudo commentaire</command> +<programlisting> +fermer la connexion client-serveur + + pseudo: utilisateur +commentaire: commentaire pour la mort + +</programlisting> +<command>links [[serveur] masque_serveur]</command> +<programlisting> +lister tous les noms de serveurs connus du serveur qui répondent à la requête + + serveur: ce serveur doit répondre à la requête +masque_serveur: liste des serveurs correspondant au masque + +</programlisting> +<command>list [canal[,canall] [serveur]]</command> +<programlisting> +lister les canaux et leur sujet + +canal: canal à lister +serveur: nom du serveur + +</programlisting> +<command>lusers [masque [cible]]</command> +<programlisting> +obtenir des statistiques sur la taille du réseau IRC + +masque: serveurs qui correspondent au masque seulement + cible: serveur pour faire suivre la requête + +</programlisting> +<command>me message</command> +<programlisting> +envoyer une action CTCP au canal courant + +message: message à envoyer + +</programlisting> +<command>mode { canal {[+|-]|o|p|s|i|t|n|b|v} [limite] [utilisateur] [masque de banissement] } | { nick {[+|-]|i|w|s|o} }</command> +<programlisting> +changer le mode du canal ou de l'utilisateur + +modes de canaux : + canal: nom du canal à modifier + o: donner/reprendre le statut privilégié d'opérateur + p: indicateur de canal privé + s: indicateur de canal secret + i: indicateur de canal avec invitation seulement + t: le titre est modifiable seulement par un opérateur du canal + n: aucun message au canal depuis l'extérieur + m: canal modéré + l: fixer la limite d'utilisateurs pour le canal + b: paramétrer un masque de banissement pour garder des utilisateurs dehors + e: paramétrer un masque d'exception + v: donner/reprendre la possibilité de parler sur un canal modéré + k: définir une clé (mot de passe) pour accéder au canal +modes utilisateur : + pseudo: utilisateur à modifier + i: marquer un utilisateur comme invisible + s: marquer un utilisateur pour recevoir les notices du serveur + w: l'utilisateur reçoit les wallops + o: drapeau opérateur + +</programlisting> +<command>motd [cible]</command> +<programlisting> +obtenir le message du jour + +cible: nom du serveur + +</programlisting> +<command>msg cible[,cible] texte</command> +<programlisting> +envoyer un message à un utilisateur ou canal + +cible: utilisateur ou canal (peut-être un masque, '*' = canal courant) +texte: texte à envoyer + +</programlisting> +<command>names [canal[,canal]]</command> +<programlisting> +lister les utilisateurs sur des canaux + +canal: nom du canal + +</programlisting> +<command>nick [-all] pseudo</command> +<programlisting> +changer le pseudo courant + + -all: définir le nouveau pseudo sur tous les serveurs connectés +pseudo: nouveau pseudo + +</programlisting> +<command>notice pseudo texte</command> +<programlisting> +envoyer un message notice à un utilisateur + +pseudo: utilisateur cible pour la notice + texte: texte à envoyer + +</programlisting> +<command>op pseudo [pseudo]</command> +<programlisting> +donner le statut opérateur à un/des utilisateur(s) + +</programlisting> +<command>oper utilisateur mot_de_passe</command> +<programlisting> +obtenir le statut d'opérateur + +utilisateur/mot_de_passe: utilisé pour obtenir les privilèges sur le serveur IRC courant + +</programlisting> +<command>part [canal[,canall] [message_de_fin]</command> +<programlisting> +quitter un canal + + canal: canal à quitter +message_de_fin: message de fin (affiché aux autres utilisateurs) + +</programlisting> +<command>ping serveur1 [serveur2]</command> +<programlisting> +pinguer un serveur + +serveur1: serveur à pinguer +serveur2: faire suivre le ping à ce serveur + +</programlisting> +<command>pong démon [démon2]</command> +<programlisting> +répondre à un message ping + + démon: démon qui a répondu au message Ping +démon2: faire suivre le message à ce démon + +</programlisting> +<command>query pseudo [texte]</command> +<programlisting> +envoyer un message privé à un utilisateur + +pseudo: utilisateur pour la conversation privée + texte: texte à envoyer + +</programlisting> +<command>quit [message_de_fin]</command> +<programlisting> +fermer toutes les connexions et quitter + +message_de_fin: message de fin (affiché aux autres utilisateurs) + +</programlisting> +<command>quote données</command> +<programlisting> +envoyer des données brutes au serveur sans analyse + +données: données brutes à envoyer + +</programlisting> +<command>rehash</command> +<programlisting> +demander au serveur de recharger son fichier de configuration + +</programlisting> +<command>restart</command> +<programlisting> +demander au serveur de redémarrer + +</programlisting> +<command>service pseudo réservé distribution type réservé info</command> +<programlisting> +enregister un nouveau service + +distribution: visibilité du service + type: réservé pour une utilisation future + +</programlisting> +<command>servlist [masque [type]]</command> +<programlisting> +lister les services actuellement connectés au réseau + +masque: lister seulement les services qui correspondent à ce masque + type: lister seulement les services de ce type + +</programlisting> +<command>squery service texte</command> +<programlisting> +envoyer un message à un service + +service: nom du service +texte: texte à envoyer + +</programlisting> +<command>squit serveur commentaire</command> +<programlisting> +déconnecter les liens vers un serveur + +serveur: nom du serveur +commentaire: commentaire pour quitter + +</programlisting> +<command>stats [requête [serveur]]</command> +<programlisting> +demander des statistiques sur le serveur + +requête: c/h/i/k/l/m/o/y/u (voir la RFC1459) +serveur: nom du serveur + +</programlisting> +<command>summon utilisateur [cible [canal]]</command> +<programlisting> +envoyer aux utilisateurs d'un serveur IRC un message leur demandant de rejoindre IRC + +utilisateur: nom d'utilisateur + cible: nom du serveur + canal: nom du canal + +</programlisting> +<command>time [cible]</command> +<programlisting> +demander l'heure locale de serveur + +cible: demander l'heure de ce serveur + +</programlisting> +<command>topic [canal] [titre]</command> +<programlisting> +recevoir/définir le titre du canal + +canal: nom du canal +titre: nouveau titre pour le canal (si le titre est "-delete" alors le titre est supprimé) + +</programlisting> +<command>trace [cible]</command> +<programlisting> +trouver le chemin jusqu'à un serveur spécifique + +cible: serveur + +</programlisting> +<command>unban [canal] pseudo [pseudo ...]</command> +<programlisting> +supprime le bannissement sur des pseudos ou masques + + canal: nom du canal pour supprimer le bannissement +pseudo: pseudo ou masque pour supprimer le bannissement + +</programlisting> +<command>userhost pseudo [pseudo ...]</command> +<programlisting> +retourne une liste d'informations sur des utilisateurs + +pseudo: pseudo + +</programlisting> +<command>users [cible]</command> +<programlisting> +liste des utilisateurs connectés au serveur + +cible: serveur + +</programlisting> +<command>version [serveur | pseudo]</command> +<programlisting> +retourne la version de l'utilisateur ou du serveur (courant ou spécifié) + +serveur: nom du serveur + pseudo: utilisateur + +</programlisting> +<command>voice [pseudo [pseudo]]</command> +<programlisting> +donne la voix à/aux utilisateur(s) + +</programlisting> +<command>wallops texte</command> +<programlisting> +envoyer un message à tous les utilisateurs connectés qui ont activé le mode utilisateur 'w' pour eux-mêmes + +texte à envoyer + +</programlisting> +<command>who [masque ["o"]]</command> +<programlisting> +génère une requête qui retourne une liste d'information + +masque: information qui correspond à ce masque uniquement + o: seul les opérateurs sont retournés correspondant au masque fourni + +</programlisting> +<command>whois [serveur] pseudo[,pseudo]</command> +<programlisting> +demande les informations sur le(s) utilisateur(s) + +serveur: nom du serveur + pseudo: utilisateur (peut être un masque) + +</programlisting> +<command>whowas pseudo [,pseudo [,pseudo ...]] [nombre [cible]]</command> +<programlisting> +demander de l'information sur un nick qui n'existe plus + +pseudo: pseudo à chercher +nombre: nombre de réponses à retourner (recherche complète si nombre négatif) + cible: la réponse doit correspondre à ce masque + +</programlisting> diff --git a/weechat/doc/fr/key_functions.xml b/weechat/doc/fr/key_functions.xml new file mode 100644 index 000000000..a1dba46d0 --- /dev/null +++ b/weechat/doc/fr/key_functions.xml @@ -0,0 +1,161 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<row> + <entry><literal>return</literal></entry> + <entry>terminer la ligne</entry> +</row> +<row> + <entry><literal>tab</literal></entry> + <entry>compléter le mot</entry> +</row> +<row> + <entry><literal>backspace</literal></entry> + <entry>effacer le caractère précédent</entry> +</row> +<row> + <entry><literal>delete</literal></entry> + <entry>effacer le caractère suivant</entry> +</row> +<row> + <entry><literal>delete_end_line</literal></entry> + <entry>effacer jusqu'à la fin de la ligne</entry> +</row> +<row> + <entry><literal>delete_beginning_line</literal></entry> + <entry>effacer jusqu'au début de la ligne</entry> +</row> +<row> + <entry><literal>delete_line</literal></entry> + <entry>effacer la ligne entière</entry> +</row> +<row> + <entry><literal>delete_previous_word</literal></entry> + <entry>effacer le mot précédent</entry> +</row> +<row> + <entry><literal>delete_next_word</literal></entry> + <entry>effacer le mot suivant</entry> +</row> +<row> + <entry><literal>clipboard_paste</literal></entry> + <entry>coller le contenu du presse-papier</entry> +</row> +<row> + <entry><literal>transpose_chars</literal></entry> + <entry>inverser les caractères</entry> +</row> +<row> + <entry><literal>home</literal></entry> + <entry>aller au début de la ligne</entry> +</row> +<row> + <entry><literal>end</literal></entry> + <entry>aller à la fin de la ligne</entry> +</row> +<row> + <entry><literal>left</literal></entry> + <entry>se déplacer d'un caractère à gauche</entry> +</row> +<row> + <entry><literal>previous_word</literal></entry> + <entry>se déplacer au mot précédent</entry> +</row> +<row> + <entry><literal>right</literal></entry> + <entry>se déplacer d'un caractère à droite</entry> +</row> +<row> + <entry><literal>next_word</literal></entry> + <entry>se déplacer au mot suivant</entry> +</row> +<row> + <entry><literal>up</literal></entry> + <entry>appeler la commande précédente dans l'historique</entry> +</row> +<row> + <entry><literal>up_global</literal></entry> + <entry>appeler la commande précédente dans l'historique global</entry> +</row> +<row> + <entry><literal>down</literal></entry> + <entry>appeler la commande suivante dans l'historique</entry> +</row> +<row> + <entry><literal>down_global</literal></entry> + <entry>appeler la commande suivante dans l'historique global</entry> +</row> +<row> + <entry><literal>page_up</literal></entry> + <entry>faire défiler d'une page vers le haut</entry> +</row> +<row> + <entry><literal>page_down</literal></entry> + <entry>faire défiler d'une page vers le bas</entry> +</row> +<row> + <entry><literal>nick_beginning</literal></entry> + <entry>afficher le début de la liste des pseudos</entry> +</row> +<row> + <entry><literal>nick_end</literal></entry> + <entry>afficher la fin de la liste des pseudos</entry> +</row> +<row> + <entry><literal>nick_page_up</literal></entry> + <entry>faire défiler la liste des pseudos d'une page vers le haut</entry> +</row> +<row> + <entry><literal>nick_page_down</literal></entry> + <entry>faire défiler la liste des pseudos d'une page vers le bas</entry> +</row> +<row> + <entry><literal>jump_smart</literal></entry> + <entry>sauter au tampon avec de l'activité</entry> +</row> +<row> + <entry><literal>jump_dcc</literal></entry> + <entry>sauter au tampon DCC</entry> +</row> +<row> + <entry><literal>jump_last_buffer</literal></entry> + <entry>sauter au dernier tampon</entry> +</row> +<row> + <entry><literal>jump_server</literal></entry> + <entry>sauter au tampon du serveur</entry> +</row> +<row> + <entry><literal>jump_next_server</literal></entry> + <entry>sauter au prochain serveur</entry> +</row> +<row> + <entry><literal>switch_server</literal></entry> + <entry>bascule de serveur actif sur le tampon des serveurs</entry> +</row> +<row> + <entry><literal>scroll_previous_highlight</literal></entry> + <entry>scroller jusqu'au highlight précédent du tampon</entry> +</row> +<row> + <entry><literal>scroll_next_highlight</literal></entry> + <entry>scroller jusqu'au highlight suivant du tampon</entry> +</row> +<row> + <entry><literal>scroll_unread</literal></entry> + <entry>scroller jusqu'à la première ligne non lue du tampon</entry> +</row> +<row> + <entry><literal>hotlist_clear</literal></entry> + <entry>effacer la liste d'activité</entry> +</row> +<row> + <entry><literal>infobar_clear</literal></entry> + <entry>effacer la barre d'infos</entry> +</row> +<row> + <entry><literal>refresh</literal></entry> + <entry>rafraichir l'écran</entry> +</row> +<row> + <entry><literal>grab_key</literal></entry> + <entry>capturer une touche</entry> +</row> diff --git a/weechat/doc/fr/weechat_commands.xml b/weechat/doc/fr/weechat_commands.xml new file mode 100644 index 000000000..da21dd581 --- /dev/null +++ b/weechat/doc/fr/weechat_commands.xml @@ -0,0 +1,197 @@ +<?xml version="1.0" encoding="iso-8859-1"?> +<command>alias [nom_alias [commande [paramètres]]</command> +<programlisting> +créer un alias pour une commande + + nom_alias: nom de l'alias + commande: nom de la commande (commande WeeChat ou IRC, sans le premier '/') +paramètres: paramètres pour la commande + +</programlisting> +<command>buffer [action | nombre | [[serveur] [canal]]]</command> +<programlisting> +gestion des tampons + + action: action à effectuer: + move: déplacer le tampon dans la liste (peut être relatif, par exemple -1) + close: fermer le tampon (pour un canal: équivalent à /part sans message de fin) + list: liste les tampons ouverts (pas de paramètre affiche cette liste) + notify: fixer le niveau de notification (0=jamais, 1=highlight, 2=1+msg, 3=2+join/part) +serveur + canal: sauter au tampon par serveur et/ou nom de canal + nombre: sauter au tampon qui a ce numéro + +</programlisting> +<command>charset [(decode_iso | decode_utf | encode) charset]</command> +<programlisting> +changer le jeu de caractères pour le serveur ou le canal + +decode_iso: jeu de caractères utilisé pour décoder l'ISO +decode_utf: jeu de caractères utilisé pour décoder l'UTF + encode: jeu de caractères utilisé pour encoder les messages + charset: jeu de caractères à utiliser (par exemple: ISO-8859-15, UTF-8,..) + +</programlisting> +<command>clear [-all]</command> +<programlisting> +effacer la/les fenêtre(s) + +-all: effacer toutes les fenêtres + +</programlisting> +<command>connect [nom_serveur]</command> +<programlisting> +se connecter à un serveur + +nom_serveur: nom du serveur pour se connecter + +</programlisting> +<command>disconnect [nom_serveur]</command> +<programlisting> +se déconnecter d'un serveur + +nom_serveur: nom du serveur pour se déconnecter + +</programlisting> +<command>debug dump | windows</command> +<programlisting> +affiche des messages de debuggage + + dump: affiche les variables mémoire WeeChat dans le fichier log (les mêmes messages sont affichés lorsque WeeChat plante) +windows: affiche l'arbre des fenêtres + +</programlisting> +<command>help [commande]</command> +<programlisting> +afficher l'aide sur les commandes + +commande: nom d'une commande WeeChat ou IRC + +</programlisting> +<command>history [clear | valeur]</command> +<programlisting> +affiche l'historique des commandes du tampon + +clear: effacer l'historique +valeur: nombre d'entrées dans l'historique à afficher + +</programlisting> +<command>ignore [masque [[type | commande] [canal [serveur]]]]</command> +<programlisting> +ignorer des messages IRC et/ou des masques + + masque: pseudo ou masque à ignorer + type: type de message à ignorer (action, ctcp, dcc, pv) +commande: commande IRC + canal: nom du canal pour le ignore + serveur: nom du serveur pour le ignore + +Pour chaque paramètre, '*' signifie tou(te)s. +Sans paramètre, la commande /ignore liste les ignore définis. + +</programlisting> +<command>key [touche fonction/commande] [unbind touche] [functions] [reset -yes]</command> +<programlisting> +associer/libérer des touches + + touche: associer cette touche à une fonction interne ou une commande (commençant par "/") + unbind: supprimer l'association à une touche +functions: lister la liste des fonctions internes pour les associations de touches + reset: restaure les touches aux valeurs par défaut et supprime TOUTES les touches personnelles (utiliser avec précaution !) + +</programlisting> +<command>plugin [load fichier] | [autoload] | [reload] | [unload]</command> +<programlisting> +liste/charge/décharge des extensions + +fichier: extension WeeChat (fichier) à charger + +Sans paramètre, la commande /plugin liste toutes les extensions chargées. + +</programlisting> +<command>server [nom_serveur] | [nom_serveur nom/IP port [-auto | -noauto] [-ipv6] [-ssl] [-pwd mot_de_passe] [-nicks pseudo1 pseudo2 pseudo3] [-username nom_utilisateur] [-realname nom_réel] [-command commande] [-autojoin canal[,canal]] ] | [del nom_serveur]</command> +<programlisting> +liste, ajoute ou retire des serveurs + + nom_serveur: nom du serveur, pour usage interne et affichage + nom/IP: nom ou adresse IP du serveur + port: port pour le serveur (nombre entier) + ipv6: utiliser le protocole IPv6 + ssl: utiliser le protocole SSL + mot_de_passe: mot de passe pour le serveur + pseudo1: premier pseudo pour le serveur + pseudo2: pseudo alternatif pour le serveur + pseudo3: second pseudo alternatif pour le serveur +nom_utilisateur: nom d'utilisateur + nom_réel: nom réel de l'utilisateur + +</programlisting> +<command>save [fichier]</command> +<programlisting> +sauvegarder la configuration sur disque + +fichier: fichier pour sauvegarder la configuration + +</programlisting> +<command>set [option [ = valeur]]</command> +<programlisting> +modifier des paramètres de configuration + +option: nom de l'option (si le nom est complet et qu'aucune valeur n'est donnée, alors l'aide sur l'option est affichée) +valeur: valeur pour l'option + +</programlisting> +<command>unalias nom_alias</command> +<programlisting> +supprimer un alias + +nom_alias: nom de l'alias à supprimer + +</programlisting> +<command>unignore [nombre | [masque [[type | commande] [canal [serveur]]]]]</command> +<programlisting> +supprimer le ignore des messages IRC et/ou des masques + + nombre: numéro de ignore à supprimer (le nombre est affiché sur la liste des ignore) + masque: pseudo ou masque à ignorer + type: type de message à ignorer (action, ctcp, dcc, pv) +commande: commande IRC + canal: nom du canal pour le ignore + serveur: nom du serveur pour le ignore + +Pour chaque paramètre, '*' signifie tou(te)s. +Sans paramètre, /ignore liste les ignore définis. + +</programlisting> +<command>upgrade</command> +<programlisting> +mettre à jour WeeChat sans se déconnecter des serveurs + +</programlisting> +<command>uptime [-o]</command> +<programlisting> +montrer l'uptime de WeeChat + +-o: envoyer l'uptime sur le canal courant en tant que message IRC + +</programlisting> +<command>window [list | -1 | +1 | b# | up | down | left | right | splith [pct] | splitv [ptc] | resize pct | merge [all]]</command> +<programlisting> +gestion des fenêtres + + list: liste les fenêtres ouvertes (pas de paramètre affiche cette liste) + -1: saute à la fenêtre précédente + +1: saute à la fenêtre suivante + b#: saute à la fenêtre affichant le tampon n°# + up: saute à la fenêtre au dessus + down: saute à la fenêtre au dessous + left: saute à la fenêtre à gauche + right: saute à la fenêtre à droite +splith: éclate la fenêtre en deux horizontalement +splitv: éclate la fenêtre en deux verticalement +resize: redimensionne une fenêtre, la nouvelle taille est pct%% de la fenêtre parent + merge: fusionne la fenêtre avec une autre + +Pour splith et splitv, pct est un pourcentage qui représente la taille de la nouvelle fenêtre, calculée par rapport à la taille de la fenêtre courante. Par exemple 25 signifie créer une fenêtre qui a pour taille: taille_courante / 4 + +</programlisting> |