mirror of
https://github.com/weechat/weechat.git
synced 2026-06-17 00:24:47 +02:00
Compare commits
130 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d6bd119d76 | |||
| 70afcffe34 | |||
| d401e645a6 | |||
| 99b3cc2930 | |||
| 3b9e94c234 | |||
| f56a936b22 | |||
| 3209ebcb27 | |||
| b2bd220d3c | |||
| 6f5a20e3c0 | |||
| 04e98c3f29 | |||
| 0d73475c52 | |||
| 4b43f0655a | |||
| abcf34c0e2 | |||
| af20685a15 | |||
| 19afffcef3 | |||
| 1bbd15a2b5 | |||
| 84175f6287 | |||
| c6e879aa1f | |||
| 0346e1fe73 | |||
| b68702ed00 | |||
| 71800dcc5a | |||
| a5f68bed01 | |||
| abb31e1d15 | |||
| a62b243af5 | |||
| 04275a7354 | |||
| 6802552787 | |||
| 3bc15f0e55 | |||
| b645947954 | |||
| 21b87c428c | |||
| 36d5f464fb | |||
| 54b45e9c5e | |||
| 370a5ccb61 | |||
| c2c83466f9 | |||
| 5c64e36bc0 | |||
| 54e5dad740 | |||
| ccfc2ae99c | |||
| 59234aef2d | |||
| dfbe7845ae | |||
| 3d73805198 | |||
| 0b73835e8a | |||
| c01aaf9335 | |||
| d282d9fd06 | |||
| f4a07da0a2 | |||
| c72fa72aef | |||
| 81a8119a08 | |||
| 477e9a609c | |||
| 6c26bc79d9 | |||
| c1104eb383 | |||
| 9335b07ff7 | |||
| d279a66df8 | |||
| 5f16a88a29 | |||
| 7fe2550b40 | |||
| 04b228715b | |||
| a317029955 | |||
| 783e6228a0 | |||
| 46544b9e19 | |||
| 093abf96f3 | |||
| 2224fe796e | |||
| 902c0903d3 | |||
| 7682a1ae44 | |||
| 1307ab9ffc | |||
| 6c261d31e1 | |||
| 2b26348965 | |||
| 8bc6c1363b | |||
| 8c03f8dee4 | |||
| 93a77c39ba | |||
| 5459e6595a | |||
| 7038630b6d | |||
| fc697d5998 | |||
| 10df976e53 | |||
| ae2c97b8cb | |||
| 03194331b9 | |||
| fbf38ddbd5 | |||
| 1236befd74 | |||
| 67115edf3d | |||
| 272046d012 | |||
| 0a08581f1b | |||
| 7e1859ad5d | |||
| b867c69477 | |||
| b7d75cf455 | |||
| af56174b98 | |||
| c4cfd651fc | |||
| 93ec33d491 | |||
| b877a53f80 | |||
| b3c00abbbb | |||
| 5d6e3d1a7a | |||
| 6d80855819 | |||
| 9972cce777 | |||
| 4474f9ca0e | |||
| c826f4841f | |||
| d4184f78c5 | |||
| d87eacccc9 | |||
| b69e82cb94 | |||
| 89349e6f9a | |||
| 9955b05239 | |||
| 3e602195e9 | |||
| d4ba6ac1c4 | |||
| 3a2a1ce6f2 | |||
| fc5f5a56dc | |||
| 4bba177f17 | |||
| 1c1ef05451 | |||
| 73476cc0f8 | |||
| f4c18d4fed | |||
| a6336885b8 | |||
| d1c59c7536 | |||
| 595293defc | |||
| c6b4f1917e | |||
| 1c12f3a43f | |||
| 077de9dc90 | |||
| 35785a5e05 | |||
| 1102cfd317 | |||
| fe3bdb5f52 | |||
| 0552bdefa0 | |||
| d495c41919 | |||
| 39787d483a | |||
| f5769dbd17 | |||
| d733a5bd62 | |||
| 152394689a | |||
| d43e9c11e5 | |||
| 5f11df74e3 | |||
| 313c373492 | |||
| 97888e7ef5 | |||
| 38ba105547 | |||
| e91d401f41 | |||
| f1abe53b41 | |||
| 5bf02429fb | |||
| f3dc2e7ef9 | |||
| a1e87fe63d | |||
| e8a007321f | |||
| ca643c6f5d |
+1
-1
@@ -33,7 +33,7 @@ ENDIF(PREFIX)
|
||||
|
||||
SET(VERSION_MAJOR "0")
|
||||
SET(VERSION_MINOR "3")
|
||||
SET(VERSION_PATCH "7")
|
||||
SET(VERSION_PATCH "8")
|
||||
SET(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
|
||||
SET(LICENSE "GPL3")
|
||||
SET(PKG_STRING "${PROJECT_NAME} ${VERSION}")
|
||||
|
||||
@@ -1,15 +1,100 @@
|
||||
WeeChat ChangeLog
|
||||
=================
|
||||
Sébastien Helleu <flashcode@flashtux.org>
|
||||
v0.3.7, 2012-02-26
|
||||
v0.3.8, 2012-06-03
|
||||
|
||||
|
||||
Version 0.3.8 (2012-06-03)
|
||||
--------------------------
|
||||
|
||||
* core: support lines of 16 Kb long in configuration files (instead of 1 Kb)
|
||||
* core: fix crash in focus hook for nicklist (bug #36271)
|
||||
* core: fix truncated configuration files (zero-length) after system crash
|
||||
(bug #36383)
|
||||
* core: fix display bugs and crashs with small windows (bug #36107)
|
||||
* core: convert options weechat.look.prefix_align_more and
|
||||
weechat.look.prefix_buffer_align_more from boolean to string (task #11197)
|
||||
* core: fix display bug with prefix when length is greater than max and prefix
|
||||
is ending with a wide char (bug #36032)
|
||||
* core: add option weechat.look.prefix_same_nick (hide or change prefix on
|
||||
messages whose nick is the same as previous message) (task #11965)
|
||||
* core: convert tabs to spaces in text pasted (bug #25028)
|
||||
* core: add a connection timeout for child process in hook_connect (bug #35966)
|
||||
* core: follow symbolic links when writing configuration files (.conf)
|
||||
(task #11779)
|
||||
* core: fix lost scroll when switching to a buffer with a pending search
|
||||
* core: add support of terminal "bracketed paste mode", new options
|
||||
weechat.look.paste_bracketed and weechat.look.paste_bracketed_timer_delay
|
||||
(task #11316)
|
||||
* core: fix display of wide chars on last column of chat area (patch #7733)
|
||||
* doc: add japanese FAQ (patch #7781)
|
||||
* api: display warning in scripts when invalid pointers (malformed strings) are
|
||||
given to plugin API functions (warning displayed if debug for plugin is >= 1)
|
||||
* api: add list "gui_buffer_last_displayed" in hdata "buffer"
|
||||
* scripts: fix type of argument "rc" in callback of hook_process (from string to
|
||||
integer)
|
||||
* guile: fix crash on ARM when loading guile plugin (bug #36479)
|
||||
* guile: add missing function "hook_process_hashtable" in API
|
||||
* irc: update channel modes by using chanmodes from message 005 (do not send
|
||||
extra command "MODE" to server), fix parsing of modes (bug #36215)
|
||||
* irc: add option "fakerecv" for command /server to simulate a received IRC
|
||||
message (not documented, for debug only)
|
||||
* irc: hide everything after "identify" or "register" in messages to nickserv
|
||||
when option irc.look.hide_nickserv_pwd is on (bug #36362)
|
||||
* irc: add option "-pending" for command /disconnect (cancel auto-reconnection
|
||||
on servers currently reconnecting) (task #11985)
|
||||
* irc: set user modes only if target nick is self nick in message 221
|
||||
(patch #7754)
|
||||
* irc: force the clear of nicklist when joining a channel (nicklist was not sync
|
||||
after znc reconnection) (bug #36008)
|
||||
* irc: allow more than one nick in command /invite
|
||||
* irc: do not send command "MODE #channel" on manual /names (do it only when
|
||||
names are received on join of channel) (bug #35930)
|
||||
* irc: do not allow the creation of two servers with same name but different
|
||||
case (fix error when writing file irc.conf) (bug #35840)
|
||||
* irc: update away flag for nicks on manual /who
|
||||
* irc: display privmsg messages to "@#channel" and "+#channel" in channel buffer
|
||||
(bug #35331)
|
||||
* irc: fix redirection of message when message is queued for sending on server
|
||||
* irc: add signals and tags in messages for irc notify (task #11887)
|
||||
* irc: check notify immediately when adding a nick to notify list, improve
|
||||
first notify message for a nick (bug #35731)
|
||||
* irc: fix display of color in hostname (join/part/quit messages)
|
||||
* irc: compute hash to find nick color for nick in server message when nick
|
||||
is not in nicklist
|
||||
* irc: add support of "external" SASL mechanism (task #11864)
|
||||
* irc: close server buffer when server is deleted
|
||||
* irc: add search for lower case nicks in option irc.look.nick_color_force
|
||||
* logger: fix charset of lines displayed in backlog when terminal charset is
|
||||
different from UTF-8 (bug #36379)
|
||||
* logger: add colors for backlog lines and end of backlog, new options:
|
||||
logger.color.backlog_line and logger.color.backlog_end (task #11966)
|
||||
* perl: fix compilation on OS X (bug #30701)
|
||||
* perl: fix crash on quit on OS X
|
||||
* relay: keep spaces in beginning of "input" received from client (WeeChat
|
||||
protocol)
|
||||
* relay: add signals "upgrade" and "upgrade_ended" in WeeChat protocol
|
||||
* relay: fix crash on /upgrade when client is connected using WeeChat protocol
|
||||
* relay: redirect some irc messages from clients to hide output (messages: mode,
|
||||
ison, list, names, topic, who, whois, whowas, time, userhost) (bug #33516)
|
||||
* relay: add "date_printed" and "highlight" in signal "_buffer_line_added"
|
||||
(WeeChat protocol)
|
||||
* rmodifier: add default rmodifier "quote_pass" to hide password in command
|
||||
"/quote pass" (bug #36250)
|
||||
* rmodifier: add default rmodifier "server" to hide passwords in commands
|
||||
/server and /connect (task #11993)
|
||||
* rmodifier: add option "release" in default rmodifier "nickserv" (used to hide
|
||||
passwords in command "/msg nickserv") (bug #35705)
|
||||
* tcl: add missing function "hdata_char" in API
|
||||
* tcl: fix pointer sent to function hook_signal_send when type of data is
|
||||
a pointer
|
||||
|
||||
Version 0.3.7 (2012-02-26)
|
||||
--------------------------
|
||||
|
||||
* core: add japanese translations
|
||||
* core: fix expand of path "~" to home of user in function string_expand_home
|
||||
("~/xxx" was ok, but not "~")
|
||||
* core: fix expand of path `~` to home of user in function string_expand_home
|
||||
(`~/xxx` was ok, but not `~`)
|
||||
* core: fix memory leak when closing buffer
|
||||
* core: fix memory leak in function util_search_full_lib_name
|
||||
* core: automatically add newline char after last pasted line (when pasting many
|
||||
|
||||
@@ -1,12 +1,36 @@
|
||||
WeeChat News
|
||||
============
|
||||
WeeChat Release Notes
|
||||
=====================
|
||||
Sébastien Helleu <flashcode@flashtux.org>
|
||||
v0.3.7, 2012-02-26
|
||||
v0.3.8, 2012-06-03
|
||||
|
||||
|
||||
Version 0.3.8 (2012-06-03)
|
||||
--------------------------
|
||||
|
||||
Important release notes:
|
||||
|
||||
* options weechat.look.prefix_align_more and weechat.look.prefix_buffer_align_more
|
||||
have been converted from type boolean to string:
|
||||
** if the value was on (default), new value is "+" and you can now customize
|
||||
this char
|
||||
** if the value was off, you have to set " " (string with one space)
|
||||
* option weechat.look.paste_max_lines can now be used with value 0 to detect
|
||||
paste with one line (only if terminal "bracketed paste mode" is enabled when
|
||||
option 'weechat.look.paste_bracketed' is on); so now the value -1 is used
|
||||
to disable paste detection: if your value was 0, you should set it to -1:
|
||||
** `weechat.look.paste_max_lines -1`
|
||||
* rmodifier "nickserv" has a new default regex which includes option "release"
|
||||
for command "/msg nickserv". If you never added/changed rmodifiers, you can
|
||||
just reset all rmodifiers (command: `/rmodifier default -yes`).
|
||||
If you added/changed some rmodifiers, do it manually with these two commannds:
|
||||
** `/rmodifier del nickserv`
|
||||
** `/rmodifier add nickserv history_add,input_text_display 1,4* ^(/(msg|quote) +nickserv +(id|identify|ghost \S+|release \S+) +)(.*)`
|
||||
|
||||
Version 0.3.7 (2012-02-26)
|
||||
--------------------------
|
||||
|
||||
Important release notes:
|
||||
|
||||
* option `scroll_unread` has been moved from command `/input` to `/window`,
|
||||
therefore default command of key alt-u has been updated. To bind key with new
|
||||
default value:
|
||||
|
||||
+2
-2
@@ -24,10 +24,10 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.56)
|
||||
AC_INIT(WeeChat, 0.3.7, flashcode@flashtux.org)
|
||||
AC_INIT(WeeChat, 0.3.8, flashcode@flashtux.org)
|
||||
AC_CONFIG_SRCDIR([src/core/weechat.c])
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AM_INIT_AUTOMAKE([weechat], [0.3.7])
|
||||
AM_INIT_AUTOMAKE([weechat], [0.3.8])
|
||||
LICENSE="GPL3"
|
||||
|
||||
# Checks for programs
|
||||
|
||||
Vendored
+13
@@ -1,3 +1,16 @@
|
||||
weechat (0.3.7-1) unstable; urgency=low
|
||||
|
||||
* New upstream release
|
||||
* Bump Standards-Version to 3.9.3
|
||||
* Update debian/copyright: new year
|
||||
* Add new doc-base files:
|
||||
- Developer's Guide in English
|
||||
- Relay Protocol in English
|
||||
- Quickstart in Spanish
|
||||
* Update Vcs-Git and Vcs-Browser fields
|
||||
|
||||
-- Emmanuel Bouthenot <kolter@debian.org> Sun, 26 Feb 2012 10:32:35 +0000
|
||||
|
||||
weechat (0.3.6-2) unstable; urgency=low
|
||||
|
||||
* Update debian/rules to use build flags from dpkg-buildflags when it's
|
||||
|
||||
Vendored
+8
-8
@@ -5,12 +5,12 @@ Maintainer: Emmanuel Bouthenot <kolter@debian.org>
|
||||
Build-Depends-Indep: asciidoc (>= 8.5), source-highlight
|
||||
Build-Depends: debhelper (>= 7.0.50), cmake, libncursesw5-dev,
|
||||
ruby1.9.1, ruby1.9.1-dev, libperl-dev, python-dev, libaspell-dev, liblua5.1-0-dev,
|
||||
tcl8.5-dev, guile-1.8-dev, libgcrypt11-dev, libgnutls-dev, zlib1g-dev,
|
||||
libcurl4-gnutls-dev, dpkg-dev (>= 1.13.19), pkg-config
|
||||
Standards-Version: 3.9.2
|
||||
tcl8.5-dev, guile-1.8-dev, libcurl4-gnutls-dev, libgcrypt11-dev, libgnutls-dev,
|
||||
zlib1g-dev, dpkg-dev (>= 1.13.19), pkg-config
|
||||
Standards-Version: 3.9.3
|
||||
Homepage: http://weechat.org/
|
||||
Vcs-Git: git://git.debian.org/users/kolter/weechat.git
|
||||
Vcs-Browser: http://git.debian.org/?p=users/kolter/weechat.git
|
||||
Vcs-Git: git://anonscm.debian.org/users/kolter/weechat.git
|
||||
Vcs-Browser: http://anonscm.debian.org/git/users/kolter/weechat.git
|
||||
|
||||
Package: weechat
|
||||
Architecture: all
|
||||
@@ -28,7 +28,7 @@ Description: Fast, light and extensible chat client
|
||||
- 256 colors support
|
||||
- incremental text search
|
||||
- dynamic filtering of buffer content
|
||||
- Perl, Python, Ruby, Lua, Tcl and Guile scripting
|
||||
- Perl, Python, Ruby, Lua, Tcl and Scheme scripting
|
||||
- spell checking
|
||||
- highly customizable and extensible
|
||||
- and much more!
|
||||
@@ -52,7 +52,7 @@ Description: Fast, light and extensible chat client - console client
|
||||
- 256 colors support
|
||||
- incremental text search
|
||||
- dynamic filtering of buffer content
|
||||
- Perl, Python, Ruby, Lua, Tcl, and Guile scripting
|
||||
- Perl, Python, Ruby, Lua, Tcl and Scheme scripting
|
||||
- spell checking
|
||||
- highly customizable and extensible
|
||||
- and much more!
|
||||
@@ -82,7 +82,7 @@ Description: Fast, light and extensible chat client - plugins
|
||||
.
|
||||
This package provides some plugins to enhance WeeChat. It currently
|
||||
ships the following plugins:
|
||||
- Perl, Python, Ruby, Lua, Tcl, and Guile scripting
|
||||
- Perl, Python, Ruby, Lua, Tcl and Scheme scripting
|
||||
- Spell checking (thanks to aspell)
|
||||
- FIFO pipe for remote control
|
||||
- IRC proxy
|
||||
|
||||
Vendored
+1
-1
@@ -11,7 +11,7 @@ License: GPL-3+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2005-2008, Julien Louis <ptitlouis@sysif.net>
|
||||
2008-2011, Emmanuel Bouthenot <kolter@openics.org>
|
||||
2008-2012, Emmanuel Bouthenot <kolter@openics.org>
|
||||
License: GPL-3+
|
||||
|
||||
License: GPL-3+
|
||||
|
||||
Vendored
+1
-1
@@ -2,7 +2,7 @@ Document: weechat-dev-en
|
||||
Title: WeeChat Developer's Guide (English)
|
||||
Author: Sebastien Helleu
|
||||
Abstract: This manual describes WeeChat internals and
|
||||
how to contribute to WeeChat (English version).
|
||||
how to contribute to WeeChat (English version).
|
||||
Section: Network/Communication
|
||||
|
||||
Format: HTML
|
||||
|
||||
Vendored
+10
@@ -0,0 +1,10 @@
|
||||
Document: weechat-faq-ja
|
||||
Title: WeeChat FAQ (Japanese)
|
||||
Author: Sebastien Helleu
|
||||
Abstract: This document answers frequently asked questions
|
||||
about the WeeChat IRC client (Japanese version).
|
||||
Section: Network/Communication
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/weechat-doc/html/weechat_faq.ja.html
|
||||
Files: /usr/share/doc/weechat-doc/html/weechat_faq.ja.html
|
||||
+9
@@ -0,0 +1,9 @@
|
||||
Document: weechat-quickstart-es
|
||||
Title: WeeChat Quickstart (Spanish)
|
||||
Author: Sebastien Helleu
|
||||
Abstract: A short HowTo for new WeeChat users (Spanish version).
|
||||
Section: Network/Communication
|
||||
|
||||
Format: HTML
|
||||
Index: /usr/share/doc/weechat-doc/html/weechat_quickstart.es.html
|
||||
Files: /usr/share/doc/weechat-doc/html/weechat_quickstart.es.html
|
||||
+1
-1
@@ -2,7 +2,7 @@ Document: weechat-relay-protocol-en
|
||||
Title: WeeChat Relay Protocol (English)
|
||||
Author: Sebastien Helleu
|
||||
Abstract: This manual describes WeeChat Relay Protocol, used by
|
||||
remote GUI to communicate with Relay plugin (English version).
|
||||
remote GUI to communicate with Relay plugin (English version).
|
||||
Section: Network/Communication
|
||||
|
||||
Format: HTML
|
||||
|
||||
Vendored
+1
-1
@@ -1,10 +1,10 @@
|
||||
usr/lib/weechat/plugins/aspell.so
|
||||
usr/lib/weechat/plugins/fifo.so
|
||||
usr/lib/weechat/plugins/guile.so
|
||||
usr/lib/weechat/plugins/perl.so
|
||||
usr/lib/weechat/plugins/python.so
|
||||
usr/lib/weechat/plugins/ruby.so
|
||||
usr/lib/weechat/plugins/lua.so
|
||||
usr/lib/weechat/plugins/tcl.so
|
||||
usr/lib/weechat/plugins/guile.so
|
||||
usr/lib/weechat/plugins/relay.so
|
||||
usr/lib/weechat/plugins/rmodifier.so
|
||||
|
||||
@@ -7,6 +7,9 @@ div.sectionbody {
|
||||
h5 {
|
||||
font-size: 0.95em;
|
||||
}
|
||||
tt {
|
||||
font-family: monospace;
|
||||
}
|
||||
span.command {
|
||||
background: #EEEEFF;
|
||||
border: solid 1px #BBBBDD;
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
| alias | alias_value | Wert von Alias
|
||||
|
||||
| aspell | aspell_langs | Liste der Unterstützten Übersetzungen (lang) für Aspell
|
||||
| aspell | aspell_langs | Liste der zu nutzenden Übersetzungen für Aspell
|
||||
|
||||
| guile | guile_script | Liste der Skripten
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
| irc | irc_channels | Channels auf allen IRC Servern
|
||||
|
||||
| irc | irc_ignores_numbers | Anzahl für festgelegte /ignores
|
||||
| irc | irc_ignores_numbers | Anzahl für festgelegte Ignorierungen
|
||||
|
||||
| irc | irc_msg_part | Standardnachricht beim Verlassen (/part) eines IRC-Channels
|
||||
|
||||
@@ -46,9 +46,9 @@
|
||||
|
||||
| python | python_script | Liste der Skripten
|
||||
|
||||
| relay | relay_free_port | Erster freier Port für Relay-Erweiterung
|
||||
| relay | relay_free_port | erster freier Port für Relay-Erweiterung
|
||||
|
||||
| relay | relay_protocol_name | Alle möglichen Protokoll.Namen der Relay-Erweiterung
|
||||
| relay | relay_protocol_name | alle möglichen Protokoll.Name der Relay-Erweiterung
|
||||
|
||||
| relay | relay_relays | Protokoll.Name des aktuellen Relays von der Relay-Erweiterung
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
|
||||
| weechat | buffers_numbers | Anzahl der Buffer
|
||||
|
||||
| weechat | buffers_plugins_names | Liste der Buffer (inkl. der Erweiterungen)
|
||||
| weechat | buffers_plugins_names | Liste der Buffer (inklusive der Erweiterungen)
|
||||
|
||||
| weechat | commands | Befehle (WeeChat und Erweiterungen)
|
||||
|
||||
@@ -80,15 +80,15 @@
|
||||
|
||||
| weechat | config_options | Konfigurationsoptionen
|
||||
|
||||
| weechat | cursor_areas | Bereiche ("chat" oder Name einer Bar) in denen der Cursor frei bewegt werden kann
|
||||
| weechat | cursor_areas | Bereiche in denen der Cursor frei bewegt werden kann ("chat" oder Name einer Bar)
|
||||
|
||||
| weechat | filename | Dateinamen
|
||||
|
||||
| weechat | filters_names | Liste der Filter
|
||||
|
||||
| weechat | infolists | Namem der ge-hook-ten Infolisten
|
||||
| weechat | infolists | Namen der gehookten Infolisten
|
||||
|
||||
| weechat | infos | Namen der ge-hook-ten Infos
|
||||
| weechat | infos | Namen der gehookten Infos
|
||||
|
||||
| weechat | keys_codes | Tastaturcodes
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
'modes' (string) +
|
||||
'limit' (integer) +
|
||||
'key' (string) +
|
||||
'names_received' (integer) +
|
||||
'checking_away' (integer) +
|
||||
'away_message' (string) +
|
||||
'has_quit_server' (integer) +
|
||||
@@ -78,6 +79,7 @@
|
||||
'string' (string) +
|
||||
'timeout' (integer) +
|
||||
'command' (string) +
|
||||
'assigned_to_command' (integer) +
|
||||
'start_time' (time) +
|
||||
'cmd_start' (hashtable) +
|
||||
'cmd_stop' (hashtable) +
|
||||
@@ -138,6 +140,7 @@
|
||||
'nick_max_length' (integer) +
|
||||
'casemapping' (integer) +
|
||||
'chantypes' (string) +
|
||||
'chanmodes' (string) +
|
||||
'reconnect_delay' (integer) +
|
||||
'reconnect_start' (time) +
|
||||
'command_time' (time) +
|
||||
@@ -286,6 +289,7 @@
|
||||
'local_variables' (hashtable) +
|
||||
'prev_buffer' (pointer, hdata: 'buffer') +
|
||||
'next_buffer' (pointer, hdata: 'buffer') |
|
||||
'gui_buffer_last_displayed' +
|
||||
'gui_buffers' +
|
||||
'last_gui_buffer'
|
||||
|
||||
@@ -412,6 +416,7 @@
|
||||
'area_name' (pointer) +
|
||||
'area_key' (string) +
|
||||
'command' (string) +
|
||||
'score' (integer) +
|
||||
'prev_key' (pointer, hdata: 'key') +
|
||||
'next_key' (pointer, hdata: 'key') |
|
||||
'gui_default_keys' +
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
| alias | alias | Liste der Alias | Alias Pointer (optional) | Alias Name (darf mit einem "*" als Platzhalter beginnen oder enden) (optional)
|
||||
|
||||
| guile | guile_script | Liste der Skripten | Skript Pointer (optional) | Name des Skripts (darf mit einem "*" als Platzhalter beginnen oder enden) (optional)
|
||||
| guile | guile_script | Liste der Skripten | Skript Pointer (optional) | Name des Skriptes (darf mit einem "*" als Platzhalter beginnen oder enden) (optional)
|
||||
|
||||
| irc | irc_channel | Liste der Channels eines IRC-Servers | Channel Pointer (optional) | Server,Channel (Channel ist optional)
|
||||
|
||||
@@ -16,33 +16,33 @@
|
||||
|
||||
| irc | irc_server | Liste der IRC-Server | Server Pointer (optional) | Servername (darf mit einem "*" als Platzhalter beginnen oder enden) (optional)
|
||||
|
||||
| logger | logger_buffer | Liste der protokollierten Buffer | Logger Pointer (optional) | -
|
||||
| logger | logger_buffer | Auflistung der protokollierten Buffer | Logger Pointer (optional) | -
|
||||
|
||||
| lua | lua_script | Liste der Skripten | Skript Pointer (optional) | Name des Skripts (darf mit einem "*" als Platzhalter beginnen oder enden) (optional)
|
||||
| lua | lua_script | Liste der Skripten | Skript Pointer (optional) | Name des Skriptes (darf mit einem "*" als Platzhalter beginnen oder enden) (optional)
|
||||
|
||||
| perl | perl_script | Liste der Skripten | Skript Pointer (optional) | Name des Skripts (darf mit einem "*" als Platzhalter beginnen oder enden) (optional)
|
||||
| perl | perl_script | Liste der Skripten | Skript Pointer (optional) | Name des Skriptes (darf mit einem "*" als Platzhalter beginnen oder enden) (optional)
|
||||
|
||||
| python | python_script | Liste der Skripten | Skript Pointer (optional) | Name des Skripts (darf mit einem "*" als Platzhalter beginnen oder enden) (optional)
|
||||
| python | python_script | Liste der Skripten | Skript Pointer (optional) | Name des Skriptes (darf mit einem "*" als Platzhalter beginnen oder enden) (optional)
|
||||
|
||||
| relay | relay | Liste der Relay-Clients | Relay Pointer (optional) | -
|
||||
|
||||
| rmodifier | rmodifier | Liste der rmodifier | rmodifier Pointer (optional) | rmodifier Name (darf mit einem "*" als Platzhalter beginnen oder enden) (optional)
|
||||
|
||||
| ruby | ruby_script | Liste der Skripten | Skript Pointer (optional) | Name des Skripts (darf mit einem "*" als Platzhalter beginnen oder enden) (optional)
|
||||
| ruby | ruby_script | Liste der Skripten | Skript Pointer (optional) | Name des Skriptes (darf mit einem "*" als Platzhalter beginnen oder enden) (optional)
|
||||
|
||||
| tcl | tcl_script | Liste der Skripten | Skript Pointer (optional) | Name des Skripts (darf mit einem "*" als Platzhalter beginnen oder enden) (optional)
|
||||
| tcl | tcl_script | Liste der Skripten | Skript Pointer (optional) | Name des Skriptes (darf mit einem "*" als Platzhalter beginnen oder enden) (optional)
|
||||
|
||||
| weechat | bar | Auflistung der Bars | Bar Pointer (optional) | Bar Name (darf mit einem "*" als Platzhalter beginnen oder enden) (optional)
|
||||
|
||||
| weechat | bar_item | Liste der Bar-Items | Bar Item Pointer (optional) | Bar-Item Name (darf mit einem "*" als Platzhalter beginnen oder enden) (optional)
|
||||
| weechat | bar_item | Auflistung der Bar-Items | Bar Item Pointer (optional) | Bar-Item Name (darf mit einem "*" als Platzhalter beginnen oder enden) (optional)
|
||||
|
||||
| weechat | bar_window | Liste der Bar-Fenster | Bar-Fenster Pointer (optional) | -
|
||||
| weechat | bar_window | Auflistung der Bar-Fenster | Bar-Fenster Pointer (optional) | -
|
||||
|
||||
| weechat | buffer | Liste der Buffer | Buffer Pointer (optional) | Name des Buffers (darf mit einem "*" als Platzhalter beginnen oder enden) (optional)
|
||||
| weechat | buffer | Auflistung der Buffer | Buffer Pointer (optional) | Name des Buffers (darf mit einem "*" als Platzhalter beginnen oder enden) (optional)
|
||||
|
||||
| weechat | buffer_lines | Zeilen des Buffers | Buffer Pointer | -
|
||||
|
||||
| weechat | filter | Liste der Filter | - | Name des Filters (darf mit einem "*" als Platzhalter beginnen oder enden) (optional)
|
||||
| weechat | filter | Auflistung der Filter | - | Name des Filters (darf mit einem "*" als Platzhalter beginnen oder enden) (optional)
|
||||
|
||||
| weechat | history | Verlaufspeicher der Befehle | Buffer Pointer (falls nicht gesetzt, wird der globale Verlauf zurückgegeben) (optional) | -
|
||||
|
||||
@@ -54,14 +54,14 @@
|
||||
|
||||
| weechat | nicklist | Nicks in Nickliste für einen Buffer | Buffer Pointer | nick_xxx oder group_xxx um nur den Nick/Group xxx abzufragen (optional)
|
||||
|
||||
| weechat | option | Liste der Optionen | - | Name einer Option (darf mit einem "*" als Platzhalter beginnen oder enden) (optional)
|
||||
| weechat | option | Auflistung der Optionen | - | Name einer Option (darf mit einem "*" als Platzhalter beginnen oder enden) (optional)
|
||||
|
||||
| weechat | plugin | Auflistung der Erweiterungen | Pointer der Erweiterung (optional) | Name einer Erweiterung (darf mit einem "*" als Platzhalter beginnen oder enden) (optional)
|
||||
|
||||
| weechat | url_options | Optionen für URL | - | -
|
||||
|
||||
| weechat | window | Auflistung der Windows | Fenster Pointer (optional) | "current" für aktuelles Fenster oder die Nummer eines Fensters (optional)
|
||||
| weechat | window | Auflistung der Fenster | Fenster Pointer (optional) | "current" für aktuelles Fenster oder die Nummer eines Fensters (optional)
|
||||
|
||||
| xfer | xfer | Transfer-Liste | Transfer-Pointer (optional) | -
|
||||
| xfer | xfer | Transferliste | Transferpointer (optional) | -
|
||||
|
||||
|========================================
|
||||
|
||||
@@ -4,17 +4,17 @@
|
||||
|
||||
| fifo | fifo_filename | Name der FIFO-Pipe | -
|
||||
|
||||
| irc | irc_buffer | hole Buffer Pointer für einen IRC Server/Channel/Nick | server,channel,nick (Channel und Nicks sind optional)
|
||||
| irc | irc_buffer | holt Buffer Pointer für einen IRC Server/Channel/Nick | server,channel,nick (Channel und Nicks sind optional)
|
||||
|
||||
| irc | irc_is_channel | 1, falls die Zeichenkette ein gültiger IRC-Channelname für den Server ist | Server,Channel (Server ist optional)
|
||||
|
||||
| irc | irc_is_nick | 1, falls die Zeichenkette ein gültiger IRC Nickname ist | Nickname
|
||||
|
||||
| irc | irc_nick | Aktuellen Nicknamen für den Server erhalten | Servername
|
||||
| irc | irc_nick | aktuellen Nicknamen für den Server erhalten | Servername
|
||||
|
||||
| irc | irc_nick_color | Hole Farbe-Code des Nick | Nickname
|
||||
| irc | irc_nick_color | holt Farbe-Code des Nick | Nickname
|
||||
|
||||
| irc | irc_nick_color_name | Hole Namen der Farbe des Nick | Nickname
|
||||
| irc | irc_nick_color_name | holt Namen der Farbe des Nick | Nickname
|
||||
|
||||
| irc | irc_nick_from_host | Nicknamen des IRC-Hosts erhalten | IRC host (in der Form `:nick!name@server.com`)
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
|
||||
| irc | irc_server_isupport_value | Wert der Funktion, sofern es vom Server unterstützt wird (durch IRC Message 005) | Server,Funktion
|
||||
|
||||
| python | python2_bin | Pfad zum Python 2.x Interpreter | -
|
||||
| python | python2_bin | Pfad für Python 2.x Interpreter | -
|
||||
|
||||
| weechat | charset_internal | Interner WeeChat Zeichensatz | -
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
|
||||
| weechat | date | Datum der WeeChat Kompilierung | -
|
||||
|
||||
| weechat | dir_separator | Verzeichnis-Trennzeichen | -
|
||||
| weechat | dir_separator | Trennzeichen für Verzeichnis | -
|
||||
|
||||
| weechat | filters_enabled | 1, falls Filter aktiviert sind | -
|
||||
|
||||
@@ -54,6 +54,6 @@
|
||||
|
||||
| weechat | weechat_site_download | Download-Seite von WeeChat | -
|
||||
|
||||
| weechat | weechat_upgrading | 1 falls WeeChat ein Upgrade durchführt (Befehl `/upgrade`) | -
|
||||
| weechat | weechat_upgrading | 1 falls WeeChat ein Upgrade durchführt (Befehl `/upgrade`) | -
|
||||
|
||||
|========================================
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"ame,amsg,away,command,cycle,kick,kickban,me,msg,notice,part,query,quit,topic"`)
|
||||
|
||||
* [[option_aspell.check.default_dict]] *aspell.check.default_dict*
|
||||
** Beschreibung: `Voreingestelltes Wörterbuch (oder durch Kommata getrennte Liste der Wörterbücher) welche(s) genutzt werden soll, sofern kein Wörterbuch für einen Buffer definiert wurde. Wird kein Wörterbuch angegeben dann ist Aspell in allen Buffer deaktiviert, für die nicht explizit ein Wörterbuch angegeben wurde.`
|
||||
** Beschreibung: `Voreingestelltes Wörterbuch (oder durch Kommata getrennte Liste der Wörterbücher) welche(s) genutzt werden soll, sofern kein Wörterbuch für einen Buffer definiert wurde. Wird kein Wörterbuch angegeben dann ist Aspell in allen Buffer deaktiviert, außer es wird für einen Buffer explizit ein Wörterbuch angegeben`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `""`)
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
** Werte: 0 .. 2147483647 (Standardwert: `2`)
|
||||
|
||||
* [[option_aspell.look.color]] *aspell.look.color*
|
||||
** Beschreibung: `In dieser Farbe wird ein Wort mit einem Rechtschreibfehler hervorgehoben`
|
||||
** Beschreibung: `Farbe in der ein Wort mit einem Rechtschreibfehler hervorgehoben werden soll`
|
||||
** Typ: Farbe
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `lightred`)
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[[command_charset_charset]]
|
||||
[command]*`charset`* ändere Zeichensatz für aktuellen Buffer::
|
||||
[command]*`charset`* Ändert den Zeichensatz für aktuellen Buffer::
|
||||
........................................
|
||||
/charset decode|encode <charset>
|
||||
reset
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
........................................
|
||||
/demo_info <info> [<arguments>]
|
||||
|
||||
Info: Information die dargestellt werden soll
|
||||
Argumente: optionale Argumente für Info
|
||||
info: Information die dargestellt werden soll
|
||||
arguments: optionale Argumente für Info
|
||||
|
||||
Wird der Befehl ohne Argumente aufgerufen werden alle verfügbaren Informationen angezeigt
|
||||
........................................
|
||||
@@ -20,8 +20,8 @@ Wird der Befehl ohne Argumente aufgerufen werden alle verfügbaren Informationen
|
||||
........................................
|
||||
/demo_infolist <infolist> [<arguments>]
|
||||
|
||||
Infolist: Infoliste die dargestellt werden soll
|
||||
Argumente: optionale Argumente für Infoliste
|
||||
infolist: Infoliste die dargestellt werden soll
|
||||
arguments: optionale Argumente für Infoliste
|
||||
|
||||
Wird der Befehl ohne Argumente aufgerufen werden alle verfügbaren Informationen der Infoliste angezeigt
|
||||
........................................
|
||||
@@ -31,6 +31,6 @@ Wird der Befehl ohne Argumente aufgerufen werden alle verfügbaren Informationen
|
||||
........................................
|
||||
/demo_printf <text>
|
||||
|
||||
Text: schreibt diesen Text
|
||||
text: schreibt diesen Text
|
||||
........................................
|
||||
|
||||
|
||||
@@ -6,15 +6,15 @@
|
||||
autoload
|
||||
reload|unload [<name>]
|
||||
|
||||
list: installierte Erweiterungen werden aufgelistet
|
||||
listfull: detaillierte Auflistung aller installierten Erweiterungen
|
||||
load: installiert eine Erweiterung
|
||||
autoload: installiert automatisch alle Erweiterungen aus System- oder Benutzerverzeichnis
|
||||
reload: eine Erweiterung wird erneut installiert (falls kein Name angegeben wird dann werden alle Erweiterungen entfernt und erneut installiert)
|
||||
unload: deinstalliert eine oder alle Erweiterungen
|
||||
filename: Skript (Datei) das geladen werden soll
|
||||
name: Name eines Skripts (Name welcher mit der "register" Funktion genutzt wird)
|
||||
list: installierte Skripten werden aufgelistet
|
||||
listfull: detaillierte Auflistung aller installierten Skripten
|
||||
load: installiert ein Skript
|
||||
autoload: installiert automatisch alle Skripten aus dem "autoload" Verzeichnis
|
||||
reload: ein Skript wird erneut installiert (wird kein Name angegeben, dann werden alle Skripten entfernt und erneut installiert)
|
||||
unload: deinstalliert ein Skript (wird kein Name angegeben, dann werden alle Skripten deinstalliert)
|
||||
filename: Skript (Datei) welches geladen werden soll
|
||||
name: Name eines Skriptes (der Name der in der "register" Funktion der Skript-API genutzt wird)
|
||||
|
||||
Ohne Angabe eines Argumentes listet /plugin alle geladenen Erweiterungen auf.
|
||||
Ohne Angabe eines Argumentes listet dieser Befehl alle geladenen Skripten auf.
|
||||
........................................
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
........................................
|
||||
/admin [<target>]
|
||||
|
||||
Ziel: Server
|
||||
target: Server
|
||||
........................................
|
||||
|
||||
[[command_irc_allchan]]
|
||||
@@ -26,11 +26,11 @@ Beispiele:
|
||||
........................................
|
||||
|
||||
[[command_irc_allserv]]
|
||||
[command]*`allserv`* Führt einen Befehl aus, der zu allen verbundenen Server gesendet wird::
|
||||
[command]*`allserv`* führt einen Befehl aus, der zu allen verbundenen Server gesendet wird::
|
||||
........................................
|
||||
/allserv [-exclude=<server>[,<server>...]] <command> [<arguments>]
|
||||
|
||||
-exclude: dient zum Ausschluss ausgewählter Server ('*' wird zu Beginn oder am Ende des Server-Namens akzeptiert, um mehrere Server auszuschließen)
|
||||
-exclude: dient zum Ausschluss ausgewählter Server ('*' wird zu Beginn oder am Ende des Servernamens akzeptiert, um mehrere Server auszuschließen)
|
||||
command: Befehl der ausgeführt werden soll
|
||||
arguments: Argumente des Befehls
|
||||
|
||||
@@ -95,11 +95,11 @@ arguments: Argumente für CTCP
|
||||
/cycle [<channel>[,<channel>...]] [<message>]
|
||||
|
||||
channel: Name des Channels
|
||||
message: Nachricht beim Verlassen des Channels (die den anderen Usern angezeigt wird)
|
||||
message: Nachricht beim Verlassen des Channels (die den anderen Usern im Channel angezeigt wird)
|
||||
........................................
|
||||
|
||||
[[command_irc_dcc]]
|
||||
[command]*`dcc`* Startet DCC (Datentransfer oder einen Direktchat)::
|
||||
[command]*`dcc`* Startet DCC Verbindung (Datentransfer oder einen Direktchat)::
|
||||
........................................
|
||||
/dcc chat <nick>
|
||||
send <nick> <file>
|
||||
@@ -137,16 +137,17 @@ Beispiel:
|
||||
........................................
|
||||
/die [<target>]
|
||||
|
||||
Ziel: Servername
|
||||
target: Servername
|
||||
........................................
|
||||
|
||||
[[command_irc_disconnect]]
|
||||
[command]*`disconnect`* Verbindung zu einem oder mehreren IRC-Server(n) trennen::
|
||||
........................................
|
||||
/disconnect [<server>|-all [<reason>]]
|
||||
/disconnect [<server>|-all|-pending [<reason>]]
|
||||
|
||||
server: Name des Servers zu dem die Verbindung getrennt werden soll
|
||||
-all: Verbindung zu allen Servern trennen
|
||||
-pending: bricht eine automatische Wiederverbindung für Server ab, zu denen gerade eine Wiederverbindung aufgebaut werden soll
|
||||
reason: Begründung der Trennung
|
||||
........................................
|
||||
|
||||
@@ -188,13 +189,13 @@ Beispiele:
|
||||
........................................
|
||||
/info [<target>]
|
||||
|
||||
Ziel: Servername
|
||||
target: Servername
|
||||
........................................
|
||||
|
||||
[[command_irc_invite]]
|
||||
[command]*`invite`* Jemanden in einen Channel einladen::
|
||||
[command]*`invite`* Eine Person in einen Channel einladen::
|
||||
........................................
|
||||
/invite <nick> <channel>
|
||||
/invite <nick> [<nick>...] [<channel>]
|
||||
|
||||
nick: Nick welcher eingeladen werden soll
|
||||
channel: Channel für den die Einladung gelten soll
|
||||
@@ -205,7 +206,7 @@ channel: Channel für den die Einladung gelten soll
|
||||
........................................
|
||||
/ison <nick> [<nick>...]
|
||||
|
||||
nick: nick
|
||||
nick: Nickname
|
||||
........................................
|
||||
|
||||
[[command_irc_join]]
|
||||
@@ -213,18 +214,18 @@ nick: nick
|
||||
........................................
|
||||
/join [-server <server>] [<channel1>[,<channel2>...]] [<key1>[,<key2>...]]
|
||||
|
||||
server: sendet an diesen Server (interner Name)
|
||||
server: Verbindung zu diesem Server (interner Name)
|
||||
channel: Name des Channels der betreten werden soll
|
||||
key: Zugriffsschlüssel für einen Channel (Channels die einen Zugriffsschlüssel benötigen müssen zuerst aufgeführt werden)
|
||||
|
||||
Beispiele:
|
||||
/join #weechat
|
||||
/join #geschützterChannel,#weechat Zugriffsschlüssel
|
||||
/join #geschützter_Channel,#weechat Zugriffsschlüssel
|
||||
/join -server freenode #weechat
|
||||
........................................
|
||||
|
||||
[[command_irc_kick]]
|
||||
[command]*`kick`* Einen User aus einem Channel herauskicken::
|
||||
[command]*`kick`* Einen User aus einem Channel herauswerfen::
|
||||
........................................
|
||||
/kick [<channel>] <nick> [<reason>]
|
||||
|
||||
@@ -234,13 +235,13 @@ channel: Channel in dem der Benutzers sich befindet
|
||||
........................................
|
||||
|
||||
[[command_irc_kickban]]
|
||||
[command]*`kickban`* Kickt und verbannt jemanden aus einem Channel::
|
||||
[command]*`kickban`* wirft jemanden aus dem Channel und verbannt ihn::
|
||||
........................................
|
||||
/kickban [<channel>] <nick> [<reason>]
|
||||
|
||||
channel: Channel in dem sich der User befindet
|
||||
nick: Nickname der ge-kick-t und gebannt werden soll
|
||||
reason: Begründung weshalb der User ge-kick-t wurde
|
||||
nick: Nickname der rausgeworfen und gebannt werden soll
|
||||
reason: Begründung weshalb der User rausgeworfen wurde
|
||||
|
||||
Es ist möglich kick/ban mittels einer Maske durchzuführen. Der Nick wird aus der Maske heraus gefiltert und durch Joker ("*") ersetzt.
|
||||
|
||||
@@ -250,21 +251,21 @@ Beispiel:
|
||||
........................................
|
||||
|
||||
[[command_irc_kill]]
|
||||
[command]*`kill`* Jemanden vom Server werfen::
|
||||
[command]*`kill`* Beende Client-Server Verbindung::
|
||||
........................................
|
||||
/kill <nick> <reason>
|
||||
|
||||
nick: Nick, der rausgeworfen werden soll
|
||||
nick: Nickname, der Person, die rausgeworfen werden soll
|
||||
reason: Begründung für den Rauswurf
|
||||
........................................
|
||||
|
||||
[[command_irc_links]]
|
||||
[command]*`links`* Alle dem antwortenden Server bekannten Servernamen auflisten::
|
||||
[command]*`links`* alle Servernamen auflisten die dem antwortenden Server bekannt sind::
|
||||
........................................
|
||||
/links [[<server>] <server_mask>]
|
||||
|
||||
Server: dieser Server soll die Anfrage beantworten
|
||||
Servermaske: die aufzulistenden Server sollen diesem Muster entsprechen
|
||||
server: dieser Server soll die Anfrage beantworten
|
||||
server_mask: die aufzulistenden Server sollen diesem Muster entsprechen
|
||||
........................................
|
||||
|
||||
[[command_irc_list]]
|
||||
@@ -290,8 +291,8 @@ Beispiele:
|
||||
........................................
|
||||
/lusers [<mask> [<target>]]
|
||||
|
||||
Maske: Nur Server, die diesem Muster entsprechen
|
||||
Ziel: Server, der die Anfrage weiterleiten soll
|
||||
mask: ausschließlich Server, die diesem Muster entsprechen
|
||||
target: Server, der die Anfrage weiterleiten soll
|
||||
........................................
|
||||
|
||||
[[command_irc_map]]
|
||||
@@ -300,11 +301,11 @@ Ziel: Server, der die Anfrage weiterleiten soll
|
||||
........................................
|
||||
|
||||
[[command_irc_me]]
|
||||
[command]*`me`* Eine CTCP ACTION an den aktuellen Channel senden::
|
||||
[command]*`me`* eine CTCP ACTION an den aktuellen Channel senden::
|
||||
........................................
|
||||
/me <message>
|
||||
|
||||
Message: zu sendende Nachricht
|
||||
message: zu sendende Nachricht
|
||||
........................................
|
||||
|
||||
[[command_irc_mode]]
|
||||
@@ -315,18 +316,18 @@ Message: zu sendende Nachricht
|
||||
|
||||
Channel-Modi:
|
||||
channel: zu ändernder Channel (standardmäßig der erste Channel)
|
||||
o: vergebe/nehme Operator Privilegien
|
||||
o: vergebt oder entzieht Operator Privilegien
|
||||
p: privater Channel
|
||||
s: geheimer Channel
|
||||
i: geschlossener Channel (Zutritt nur mit Einladung)
|
||||
t: nur Operatoren dürfen das Thema setzen
|
||||
n: keine Channeln-Nachrichten von außerhalb des Channels
|
||||
n: keine Nachrichten von außerhalb des Channels zulassen
|
||||
m: moderierter Channel (schreiben nur mit Voice)
|
||||
l: maximale Anzahl an Usern im Channel festlegen
|
||||
b: Bannmaske für zu sperrende User (in nick!ident@host-Form)
|
||||
e: lege Ausnahmemaske fest
|
||||
v: vergebe/nehme Voice (d.h. schreibrechte bei moderierten Channels)
|
||||
k: lege ein Passwort für den Channel fest
|
||||
e: legt Ausnahmemaske fest
|
||||
v: vergibt oder entzieht Voice (d.h. Schreibrechte bei moderierten Channels)
|
||||
k: legt ein Passwort für den Channel fest
|
||||
User-Modi:
|
||||
nick: zu ändernder Nickname
|
||||
i: User als unsichtbar kennzeichnen
|
||||
@@ -337,9 +338,9 @@ User-Modi:
|
||||
Die Liste der hier dargestellten Modi ist nicht vollständig. Es sollte die Dokumentation des jeweiligen Servers zu Rate gezogen werden um alle verfügbaren Modi zu erfahren.
|
||||
|
||||
Beispiele:
|
||||
Schützt das Thema des Channels #weechat:
|
||||
schützt das Thema des Channels #weechat:
|
||||
/mode #weechat +t
|
||||
sich auf dem Server unsichtbar machen:
|
||||
um sich auf dem Server unsichtbar machen:
|
||||
/mode nick +i
|
||||
........................................
|
||||
|
||||
@@ -348,7 +349,7 @@ Beispiele:
|
||||
........................................
|
||||
/motd [<target>]
|
||||
|
||||
Ziel: Servername
|
||||
target: Servername
|
||||
........................................
|
||||
|
||||
[[command_irc_msg]]
|
||||
@@ -366,11 +367,11 @@ target: Nick oder Channel (darf eine Maske sein, '*' = aktueller Channel)
|
||||
........................................
|
||||
/names [<channel>[,<channel>...]]
|
||||
|
||||
Channel: Channelname
|
||||
channel: Name des Channels
|
||||
........................................
|
||||
|
||||
[[command_irc_nick]]
|
||||
[command]*`nick`* Aktuellen Nicknamen ändern::
|
||||
[command]*`nick`* derzeitigen Nicknamen ändern::
|
||||
........................................
|
||||
/nick [-all] <nick>
|
||||
|
||||
@@ -389,7 +390,7 @@ target: Nickname oder Channel
|
||||
........................................
|
||||
|
||||
[[command_irc_notify]]
|
||||
[command]*`notify`* Fügt eine Benachrichtigung für An- oder Abwesenheit von Nicks auf Servern hinzu::
|
||||
[command]*`notify`* fügt eine Benachrichtigung für An- oder Abwesenheit von Nicks auf Servern hinzu::
|
||||
........................................
|
||||
/notify add <nick> [<server> [-away]]
|
||||
del <nick>|-all [<server>]
|
||||
@@ -397,7 +398,7 @@ target: Nickname oder Channel
|
||||
add: fügt eine Benachrichtigung hinzu
|
||||
nick: Nickname
|
||||
server: interner Name des Servers (Standard: aktueller Server)
|
||||
-away: gibt eine Benachrichtigung aus falls sich die Abwesenheitsnachricht ändert (der Nick wird mittels whois abgefragt)
|
||||
-away: gibt eine Benachrichtigung aus, falls sich die Abwesenheitsnachricht ändert (der Nick wird mittels whois abgefragt)
|
||||
del: entfernt eine Benachrichtigung
|
||||
-all: entfernt alle Benachrichtigungen
|
||||
|
||||
@@ -498,7 +499,7 @@ option: zusätzliche Option, die von manchen Servern berücksichtigt wird.
|
||||
........................................
|
||||
/restart [<target>]
|
||||
|
||||
Ziel: Servername
|
||||
target: Servername
|
||||
........................................
|
||||
|
||||
[[command_irc_sajoin]]
|
||||
@@ -529,7 +530,7 @@ new_nick: neuer Nickname
|
||||
........................................
|
||||
|
||||
[[command_irc_sapart]]
|
||||
[command]*`sapart`* Zwingt einen User den/die Channel(s) zu verlassen::
|
||||
[command]*`sapart`* Zwingt einen User den oder die Channel(s) zu verlassen::
|
||||
........................................
|
||||
/sapart <nick> <channel>[,<channel>...]
|
||||
|
||||
@@ -538,7 +539,7 @@ channel: Name des Channels
|
||||
........................................
|
||||
|
||||
[[command_irc_saquit]]
|
||||
[command]*`saquit`* Zwingt einen User den Server zu verlassen, mit Begründung::
|
||||
[command]*`saquit`* Zwingt einen User den Server mit Begründung zu verlassen::
|
||||
........................................
|
||||
/saquit <nick> <reason>
|
||||
|
||||
@@ -555,7 +556,7 @@ reason: Grund der Abmeldung
|
||||
del|keep <server>
|
||||
deloutq|jump|raw
|
||||
|
||||
list: listet Server auf (Standardaufruf)
|
||||
list: listet Server auf (ohne Angabe von Argumente wird diese Liste standardmäßig ausgegeben)
|
||||
listfull: listet Server mit detaillierten Informationen über jeden einzelnen Server auf
|
||||
add: erstellt einen neuen Server
|
||||
server: Servername, dient der internen Nutzung und zur Darstellung
|
||||
@@ -593,7 +594,7 @@ distribution: Sichtbarkeit des Services
|
||||
........................................
|
||||
|
||||
[[command_irc_servlist]]
|
||||
[command]*`servlist`* Zur Zeit verbundene Services auflisten::
|
||||
[command]*`servlist`* Auflistung von Services die momentan mit dem Netzwerk verbunden sind::
|
||||
........................................
|
||||
/servlist [<mask> [<type>]]
|
||||
|
||||
@@ -611,11 +612,11 @@ service: Name des Service
|
||||
........................................
|
||||
|
||||
[[command_irc_squit]]
|
||||
[command]*`squit`* Serververbindungen trennen::
|
||||
[command]*`squit`* Verbindung zum Server trennen::
|
||||
........................................
|
||||
/squit <server> <comment>
|
||||
|
||||
server: Servername
|
||||
server: Name des Servers
|
||||
comment: Trennungsgrund
|
||||
........................................
|
||||
|
||||
@@ -643,7 +644,7 @@ channel: Channelname
|
||||
........................................
|
||||
/time [<target>]
|
||||
|
||||
Ziel: Zeit des angegebenen Servers abfragen.
|
||||
target: Zeit des angegebenen Servers abfragen
|
||||
........................................
|
||||
|
||||
[[command_irc_topic]]
|
||||
@@ -661,7 +662,7 @@ channel: Name des Channels
|
||||
........................................
|
||||
/trace [<target>]
|
||||
|
||||
Ziel: Server
|
||||
target: Server
|
||||
........................................
|
||||
|
||||
[[command_irc_unban]]
|
||||
@@ -678,7 +679,7 @@ channel: Channel in dem der Bann aufzuheben ist
|
||||
........................................
|
||||
/userhost <nick> [<nick>...]
|
||||
|
||||
nick: nick
|
||||
nick: Nickname
|
||||
........................................
|
||||
|
||||
[[command_irc_users]]
|
||||
@@ -686,7 +687,7 @@ nick: nick
|
||||
........................................
|
||||
/users [<target>]
|
||||
|
||||
Ziel: Server
|
||||
target: Server
|
||||
........................................
|
||||
|
||||
[[command_irc_version]]
|
||||
@@ -726,7 +727,7 @@ text: Text der gesendet werden soll
|
||||
........................................
|
||||
/who [<mask> [o]]
|
||||
|
||||
Maske: nur Information über betreffende Nicknamen abfragen
|
||||
mask: nur Information über betreffende Nicknamen abfragen
|
||||
o: nur Operatoren ausgeben, die dem Filter entsprechen
|
||||
........................................
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `red`)
|
||||
|
||||
* [[option_irc.color.mirc_remap]] *irc.color.mirc_remap*
|
||||
** Beschreibung: `ersetzt mirc Farben in Nachrichten mittels einer Hashtabelle: Schlüssel sind "fg,bg" als Integerwerte zwischen -1 (nicht angegeben) und 15, als Werte sind die Farbnamen oder Farbnummer von WeeChat möglich (Format ist: "1,-1:Farbe1;2,7:Farbe2"), Beispiel: "1,-1:darkgray;1,2:white,blue" ersetzt Schwarz auf jedem Hintergrund durch "darkgray" und Schwarz auf Blau durch "white,blue"; Stardard-IRC-Farben Tabelle von WeeChat: 0:weiß, 1:schwarz, 2:blau, 3:grün, 4:hellrot, 5:rot, 6:violett, 7:braun, 8:gelb, 9: hellgrün, 10:türkis, 11:helltürkis, 12:hellblau, 13:hellviolett, 14:grau, 15:weiß`
|
||||
** Beschreibung: `ersetzt mirc Farben in Nachrichten mittels einer Hashtabelle: Schlüssel sind "fg,bg" als Ganzzahl zwischen -1 (nicht angegeben) und 15. Als Wert ist der Farbname oder die Farbnummer von WeeChat möglich (Format ist: "1,-1:Farbe1;2,7:Farbe2"), Beispiel: "1,-1:darkgray;1,2:white,blue" ersetzt Schwarz durch "darkgray" und Schwarz auf Blau durch "white,blue"; Tabelle der Stardard-IRC-Farben von WeeChat: 0:weiß, 1:schwarz, 2:blau, 3:grün, 4:hellrot, 5:rot, 6:violett, 7:braun, 8:gelb, 9: hell-grün, 10:türkis, 11:hell-türkis, 12:hellblau, 13:hell-violett, 14:grau, 15:weiß`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"1,-1:darkgray"`)
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `green`)
|
||||
|
||||
* [[option_irc.color.nick_prefixes]] *irc.color.nick_prefixes*
|
||||
** Beschreibung: `Farben für Nick Prefix für das Modus-Symbol (o=op, h=halfop, v=voice, ..), Format ist: "o:color1;h:color2;v:color3" (falls ein Modus nicht gefunden wird versucht WeeChat die nächsten Modi die der Server sendet ("PREFIX"); ein spezieller Modus "*" kann als Standardfarbe genutzt werden falls kein Modus in der Liste gefunden wurde)`
|
||||
** Beschreibung: `Farben für Nick Präfix für das Modus-Symbol (o=op, h=halfop, v=voice, ..), Format ist: "o:color1;h:color2;v:color3" (falls ein Modus nicht gefunden wird versucht WeeChat die nächsten Modi die der Server sendet ("PREFIX"); ein spezieller Modus "*" kann als Standardfarbe genutzt werden falls kein Modus in der Liste gefunden wurde)`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"q:lightred;a:lightcyan;o:lightgreen;h:lightmagenta;v:yellow;*:lightblue"`)
|
||||
|
||||
@@ -74,7 +74,7 @@
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `darkgray`)
|
||||
|
||||
* [[option_irc.look.buffer_switch_autojoin]] *irc.look.buffer_switch_autojoin*
|
||||
** Beschreibung: `wechselt automatisch zum Channel-Buffer falls dieser automatisch betreten wurde (mittels der Server-Option "autojoin")`
|
||||
** Beschreibung: `wechselt automatisch zum Channel-Buffer falls dieser automatisch betreten wurde (mittels der Serveroption "autojoin")`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
* [[option_irc.look.color_nicks_in_names]] *irc.look.color_nicks_in_names*
|
||||
** Beschreibung: `nutzt in der Ausgabe von /names die Nickfarbe (oder bei der Auflistung der Nicks wenn man einen Channel betritt)`
|
||||
** Beschreibung: `nutzt in der Ausgabe von /names die Nickfarbe des jeweiligen Nicks (oder bei der Auflistung der Nicks wenn man einen Channel betritt)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `off`)
|
||||
|
||||
@@ -94,17 +94,17 @@
|
||||
** Werte: on, off (Standardwert: `off`)
|
||||
|
||||
* [[option_irc.look.color_nicks_in_server_messages]] *irc.look.color_nicks_in_server_messages*
|
||||
** Beschreibung: `Nutze Nick-Farbe bei Nachrichten vom Server`
|
||||
** Beschreibung: `nutzt die Nickfarbe bei Nachrichten vom Server`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
* [[option_irc.look.color_pv_nick_like_channel]] *irc.look.color_pv_nick_like_channel*
|
||||
** Beschreibung: `Nutzt die selbe Farbe für die Darstellung des Nicks im Channel als auch Privat`
|
||||
** Beschreibung: `nutzt die selbe Farbe für die Darstellung des Nicks im Channel wie auch im privaten Buffer`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
* [[option_irc.look.display_away]] *irc.look.display_away*
|
||||
** Beschreibung: `Bei Abwesenheit und Rückkehr eine Nachricht anzeigen`
|
||||
** Beschreibung: `bei Abwesenheit und Rückkehr eine Nachricht anzeigen`
|
||||
** Typ: integer
|
||||
** Werte: off, local, channel (Standardwert: `local`)
|
||||
|
||||
@@ -119,7 +119,7 @@
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
* [[option_irc.look.display_ctcp_unknown]] *irc.look.display_ctcp_unknown*
|
||||
** Beschreibung: `unbekannte CTCP Nachrichten werden angezeigt.`
|
||||
** Beschreibung: `unbekannte CTCP Nachrichten werden angezeigt`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
@@ -139,42 +139,42 @@
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
* [[option_irc.look.display_old_topic]] *irc.look.display_old_topic*
|
||||
** Beschreibung: `Zeige das alte Thema, falls das Thema des Channels geändert wurde`
|
||||
** Beschreibung: `Zeige das alte Thema an, falls das Thema des Channels geändert wurde`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
* [[option_irc.look.display_pv_away_once]] *irc.look.display_pv_away_once*
|
||||
** Beschreibung: `In einer privaten Unterhaltung nur einmal eine Abwesenheitsnachricht anzeigen`
|
||||
** Beschreibung: `in einer privaten Unterhaltung nur einmal eine Abwesenheitsnachricht anzeigen`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
* [[option_irc.look.display_pv_back]] *irc.look.display_pv_back*
|
||||
** Beschreibung: `Es wird bei einer privaten Unterhaltung eine Mitteilung ausgegeben falls der User wieder zurück ist (falls der User sich beim Server abgemeldet hat)`
|
||||
** Beschreibung: `es wird bei einer privaten Unterhaltung eine Mitteilung ausgegeben falls der User wieder zurück ist (falls der User sich beim Server abgemeldet hat)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
* [[option_irc.look.hide_nickserv_pwd]] *irc.look.hide_nickserv_pwd*
|
||||
** Beschreibung: `Von NickServ angezeigte Passwörter verstecken`
|
||||
** Beschreibung: `Passwörter verstecken die durch NickServ angezeigt werden`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
* [[option_irc.look.highlight_channel]] *irc.look.highlight_channel*
|
||||
** Beschreibung: `Durch Kommata getrennte Liste von Wörtern die im Channel-Buffer als Highlight erscheinen sollen (zwischen Groß- und Kleinschreibung wird nicht unterschieden. Um zwischen Groß- und Kleinschreibung zu unterscheiden muss zu Beginn "(?-i)" genutzt werden; desweiteren können folgende Variablen genutzt werden: $nick, $channel und $server). Die angegeben Wörter werden der lokalen Variable "highlight_words" hinzugefügt, sobald der Buffer geöffnet wird. Dies bedeutet, daß diese Option keinen direkten Einfluß auf schon geöffnete Buffer nimmt. Eine leere Zeichenkette deaktiviert ein Highlight für den Nick. Beispiel: "$nick", "(?-i)$nick"`
|
||||
** Beschreibung: `durch Kommata getrennte Liste von Wörtern die im Channel-Buffer als Highlight erscheinen sollen (zwischen Groß- und Kleinschreibung wird nicht unterschieden. Um zwischen Groß- und Kleinschreibung zu unterscheiden muss zu Beginn "(?-i)" genutzt werden; des weiteren können folgende Variablen genutzt werden: $nick, $channel und $server). Die angegeben Wörter werden der lokalen Variable "highlight_words" hinzugefügt, sobald der Buffer geöffnet wird. Dies bedeutet, dass diese Option keinen direkten Einfluss auf schon geöffnete Buffer hat. Eine leere Zeichenkette deaktiviert ein Highlight für den Nick. Beispiel: "$nick", "(?-i)$nick"`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"$nick"`)
|
||||
|
||||
* [[option_irc.look.highlight_pv]] *irc.look.highlight_pv*
|
||||
** Beschreibung: `Durch Kommata getrennte Liste von Wörtern die in einem privaten Buffer als Highlight erscheinen sollen (zwischen Groß- und Kleinschreibung wird nicht unterschieden. Um zwischen Groß- und Kleinschreibung zu unterscheiden muss zu Beginn "(?-i)" genutzt werden; desweiteren können folgende Variablen genutzt werden: $nick, $channel und $server). Die angegeben Wörter werden der lokalen Variable "highlight_words" hinzugefügt, sobald der Buffer geöffnet wird. Dies bedeutet, daß diese Option keinen direkten Einfluß auf schon geöffnete Buffer nimmt. Eine leere Zeichenkette deaktiviert ein Highlight für den Nick. Beispiel: "$nick", "(?-i)$nick"`
|
||||
** Beschreibung: `durch Kommata getrennte Liste von Wörtern die in einem privaten Buffer als Highlight erscheinen sollen (zwischen Groß- und Kleinschreibung wird nicht unterschieden. Um zwischen Groß- und Kleinschreibung zu unterscheiden muss zu Beginn "(?-i)" genutzt werden; des weiteren können folgende Variablen genutzt werden: $nick, $channel und $server). Die angegeben Wörter werden der lokalen Variable "highlight_words" hinzugefügt, sobald der Buffer geöffnet wird. Dies bedeutet, dass diese Option keinen direkten Einfluss auf schon geöffnete Buffer hat. Eine leere Zeichenkette deaktiviert ein Highlight für den Nick. Beispiel: "$nick", "(?-i)$nick"`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"$nick"`)
|
||||
|
||||
* [[option_irc.look.highlight_server]] *irc.look.highlight_server*
|
||||
** Beschreibung: `Durch Kommata getrennte Liste von Wörtern die im Serverbuffer als Highlight erscheinen sollen (zwischen Groß- und Kleinschreibung wird nicht unterschieden. Um zwischen Groß- und Kleinschreibung zu unterscheiden muss zu Beginn "(?-i)" genutzt werden; desweiteren können folgende Variablen genutzt werden: $nick, $channel und $server). Die angegeben Wörter werden der lokalen Variable "highlight_words" hinzugefügt, sobald der Buffer geöffnet wird. Dies bedeutet, daß diese Option keinen direkten Einfluß auf schon geöffnete Buffer nimmt. Eine leere Zeichenkette deaktiviert ein Highlight für den Nick. Beispiel: "$nick", "(?-i)$nick"`
|
||||
** Beschreibung: `durch Kommata getrennte Liste von Wörtern die im Serverbuffer als Highlight erscheinen sollen (zwischen Groß- und Kleinschreibung wird nicht unterschieden. Um zwischen Groß- und Kleinschreibung zu unterscheiden muss zu Beginn "(?-i)" genutzt werden; des weiteren können folgende Variablen genutzt werden: $nick, $channel und $server). Die angegeben Wörter werden der lokalen Variable "highlight_words" hinzugefügt, sobald der Buffer geöffnet wird. Dies bedeutet, dass diese Option keinen direkten Einfluss auf schon geöffnete Buffer hat. Eine leere Zeichenkette deaktiviert ein Highlight für den Nick. Beispiel: "$nick", "(?-i)$nick"`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"$nick"`)
|
||||
|
||||
* [[option_irc.look.highlight_tags]] *irc.look.highlight_tags*
|
||||
** Beschreibung: `Eine durch Kommata getrennte Liste von Tags die bei einer Nachricht selbige hervorhebt (Highlight). (normalerweise trifft dies auf jede Nachricht eines Users zu, ausgenommen Nachrichten vom Server,..)`
|
||||
** Beschreibung: `eine durch Kommata getrennte Liste von Schlagwörtern welche eine Nachricht hervorheben sollen (Highlight) (normalerweise trifft dies auf jede Nachricht eines Users zu, ausgenommen Nachrichten vom Server,..)`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"irc_privmsg,irc_notice"`)
|
||||
|
||||
@@ -184,12 +184,12 @@
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
* [[option_irc.look.item_channel_modes]] *irc.look.item_channel_modes*
|
||||
** Beschreibung: `Zeige die Channel-Modi mittels "buffer_name" in der Bar-Item an`
|
||||
** Beschreibung: `zeigt die Channel-Modi mittels "buffer_name" in der Bar-Item an`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
* [[option_irc.look.item_channel_modes_hide_key]] *irc.look.item_channel_modes_hide_key*
|
||||
** Beschreibung: `Unterdrückt Channel-Key falls die Modi in der Bar-Item mittels "buffer_name" dargestellt werden (diese Option unterdrückt alle Channel-Modi falls der Modus für den Channel auf +k gesetzt wurde)`
|
||||
** Beschreibung: `unterdrückt Channel-Key falls die Modi in der Bar-Item mittels "buffer_name" dargestellt werden (diese Option unterdrückt alle Channel-Modi falls der Modus für den Channel auf +k gesetzt wurde)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `off`)
|
||||
|
||||
@@ -199,32 +199,32 @@
|
||||
** Werte: buffer_plugin, buffer_name (Standardwert: `buffer_plugin`)
|
||||
|
||||
* [[option_irc.look.item_nick_modes]] *irc.look.item_nick_modes*
|
||||
** Beschreibung: `Zeige Nick-Modi in "input_prompt" Bar-Item`
|
||||
** Beschreibung: `zeigt Nick-Modi in "input_prompt" Bar-Item`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
* [[option_irc.look.item_nick_prefix]] *irc.look.item_nick_prefix*
|
||||
** Beschreibung: `Der Nick-Präfix wird in "input_prompt" Bar-Item angezeigt`
|
||||
** Beschreibung: `der Nick-Präfix wird in "input_prompt" Bar-Item angezeigt`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
* [[option_irc.look.msgbuffer_fallback]] *irc.look.msgbuffer_fallback*
|
||||
** Beschreibung: `Standardbuffer der für Ausgaben genutzt werden soll falls ein privater Buffer nicht gefunden wird.`
|
||||
** Beschreibung: `Standardbuffer der für Ausgaben genutzt werden soll, falls ein privater Buffer nicht gefunden wird`
|
||||
** Typ: integer
|
||||
** Werte: current, server (Standardwert: `current`)
|
||||
|
||||
* [[option_irc.look.new_channel_position]] *irc.look.new_channel_position*
|
||||
** Beschreibung: `Ein neu geöffneter Channel wird auf eine Position gezwungen (none = standardmäßige Position (sollte der letzte Buffer in der Liste sein), next = aktueller Buffer + 1, near_server = nach dem letztem Channel/privaten Buffer des jeweiligen Servers)`
|
||||
** Beschreibung: `ein neu geöffneter Channel wird auf eine Position gezwungen (none = standardmäßige Position (sollte der letzte Buffer in der Liste sein), next = aktueller Buffer + 1, near_server = nach dem letztem Channel/privaten Buffer des jeweiligen Servers)`
|
||||
** Typ: integer
|
||||
** Werte: none, next, near_server (Standardwert: `none`)
|
||||
|
||||
* [[option_irc.look.new_pv_position]] *irc.look.new_pv_position*
|
||||
** Beschreibung: `Ein neuer privater Buffer wird auf eine Position gezwungen (none = standardmäßige Position (sollte der letzte Buffer in der Liste sein), next = aktueller Buffer + 1, near_server = nach dem letztem Channel/privaten Buffer des jeweiligen Servers)`
|
||||
** Beschreibung: `ein neuer privater Buffer wird auf eine Position gezwungen (none = standardmäßige Position (sollte der letzte Buffer in der Liste sein), next = aktueller Buffer + 1, near_server = nach dem letztem Channel/privaten Buffer des jeweiligen Servers)`
|
||||
** Typ: integer
|
||||
** Werte: none, next, near_server (Standardwert: `none`)
|
||||
|
||||
* [[option_irc.look.nick_color_force]] *irc.look.nick_color_force*
|
||||
** Beschreibung: `Erzwingt für einen Nick eine spezielle Farbe. Die mittels Streuwertfunktion aus dem Nicknamen generierte Nickfarbe findet für diese Nicks keine Anwendung (Format:"Nick1:Farbe1;Nick2:Farbe2")`
|
||||
** Beschreibung: `erzwingt für einen Nick eine spezielle Farbe. Die mittels Streuwertfunktion aus dem Nicknamen generierte Nickfarbe findet für diese Nicks keine Anwendung (Format:"Nick1:Farbe1;Nick2:Farbe2"). Bei der Schreibweise der Nicks wird sowohl nach Groß- und Kleinschreibung unterschieden und ebenso kann man die Nicks nur mit Kleinbuchstaben schreiben.`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `""`)
|
||||
|
||||
@@ -234,7 +234,7 @@
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"_|["`)
|
||||
|
||||
* [[option_irc.look.nick_completion_smart]] *irc.look.nick_completion_smart*
|
||||
** Beschreibung: `Intelligente Vervollständigung von Nicknamen (vervollständigt zuerst den letzten Nick, mit dem gesprochen wurde)`
|
||||
** Beschreibung: `intelligente Vervollständigung von Nicknamen (vervollständigt zuerst den letzten Nick, mit dem gesprochen wurde)`
|
||||
** Typ: integer
|
||||
** Werte: off, speakers, speakers_highlights (Standardwert: `speakers`)
|
||||
|
||||
@@ -249,22 +249,22 @@
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `""`)
|
||||
|
||||
* [[option_irc.look.notice_as_pv]] *irc.look.notice_as_pv*
|
||||
** Beschreibung: `Zeigt Notizen als private Nachricht an (wird die "auto" Option verwendet dann wird ein privater Buffer genutzt, falls vorhanden)`
|
||||
** Beschreibung: `zeigt Notizen als private Nachricht an (wird die "auto" Option verwendet dann wird ein privater Buffer genutzt, falls vorhanden)`
|
||||
** Typ: integer
|
||||
** Werte: auto, never, always (Standardwert: `auto`)
|
||||
|
||||
* [[option_irc.look.notify_tags_ison]] *irc.look.notify_tags_ison*
|
||||
** Beschreibung: `Durch Kommata getrennte Liste von Tags die in der Nachricht von notify ausgegeben werden sollen falls sich ein Nick beim Server an- oder abmeldet (Rückgabe vom Befehl ison), zum Beispiel: "notify_highlight","notify_message" oder "notify_private"`
|
||||
** Beschreibung: `durch Kommata getrennte Liste von Schlagwörtern die in der Nachricht von notify ausgegeben werden sollen falls sich ein Nick beim Server an- oder abmeldet (Rückgabe vom Befehl ison), zum Beispiel: "notify_highlight","notify_message" oder "notify_private"`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"notify_message"`)
|
||||
|
||||
* [[option_irc.look.notify_tags_whois]] *irc.look.notify_tags_whois*
|
||||
** Beschreibung: `Durch Kommata getrennte Liste von Tags die in der Nachricht von notify ausgegeben werden sollen falls ein Nick den Befehl away nutzt (Rückgabe vom Befehl whois), zum Beispiel: "notify_highlight", "notify_message" oder "notify_private"`
|
||||
** Beschreibung: `durch Kommata getrennte Liste von Schlagwörtern die in der Nachricht von notify ausgegeben werden sollen falls ein Nick den Befehl away nutzt (Rückgabe vom Befehl whois), zum Beispiel: "notify_highlight", "notify_message" oder "notify_private"`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"notify_message"`)
|
||||
|
||||
* [[option_irc.look.part_closes_buffer]] *irc.look.part_closes_buffer*
|
||||
** Beschreibung: `Schließt den Buffer wenn "/part" im Channel ausgeführt wird`
|
||||
** Beschreibung: `schließt den Buffer wenn "/part" im Channel ausgeführt wird`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `off`)
|
||||
|
||||
@@ -274,12 +274,12 @@
|
||||
** Werte: 0 .. 65535 (Standardwert: `256`)
|
||||
|
||||
* [[option_irc.look.server_buffer]] *irc.look.server_buffer*
|
||||
** Beschreibung: `Server-Buffer zusammenlegen`
|
||||
** Beschreibung: `Server-Buffer zusammenfügen`
|
||||
** Typ: integer
|
||||
** Werte: merge_with_core, merge_without_core, independent (Standardwert: `merge_with_core`)
|
||||
|
||||
* [[option_irc.look.smart_filter]] *irc.look.smart_filter*
|
||||
** Beschreibung: `Filtert join/part/quit/nick Nachrichten für einen Nick der einige Minuten im Channel inaktiv gewesen ist. Dazu muss ein Filter im tag "irc_smart_filter" erstellt werden.`
|
||||
** Beschreibung: `filtert join/part/quit/nick Nachrichten für einen Nick der einige Minuten im Channel inaktiv gewesen ist. Dazu muss ein Filter mit dem Schlagwort "irc_smart_filter" erstellt werden.`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
@@ -319,22 +319,22 @@
|
||||
** Werte: 0 .. 86400 (Standardwert: `1800`)
|
||||
|
||||
* [[option_irc.network.colors_receive]] *irc.network.colors_receive*
|
||||
** Beschreibung: `Falls deaktiviert, werden Farben-Codes von eingehenden Nachrichten ignoriert.`
|
||||
** Beschreibung: `wenn deaktiviert, werden Farben-Codes von eingehenden Nachrichten ignoriert.`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
* [[option_irc.network.colors_send]] *irc.network.colors_send*
|
||||
** Beschreibung: `Erlaube Benutzern, spezielle Codes zu versenden (ctrl-c + Code und optional Farbe: b=fett, cxx=Farbe, cxx,yy=Farbe+Hintergrund, u=unterstrichen, r=invertiert)`
|
||||
** Beschreibung: `erlaubt Benutzern, spezielle Codes zu versenden (ctrl-c + Code und optional Farbe: b=fett, cxx=Farbe, cxx,yy=Farbe+Hintergrund, u=unterstrichen, r=invertiert)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
* [[option_irc.network.lag_check]] *irc.network.lag_check*
|
||||
** Beschreibung: `Intervall zwischen zwei Überprüfungen auf Verfügbarkeit (Lag) des Servers (in Sekunden, 0 = keine Überprüfung)`
|
||||
** Beschreibung: `Intervall zwischen zwei Überprüfungen auf Verfügbarkeit des Servers (in Sekunden, 0 = keine Überprüfung)`
|
||||
** Typ: integer
|
||||
** Werte: 0 .. 604800 (Standardwert: `60`)
|
||||
|
||||
* [[option_irc.network.lag_disconnect]] *irc.network.lag_disconnect*
|
||||
** Beschreibung: `Maximal Verzögerung (Lag) bis zum Trennen der Verbindung (in Minuten - 0 = niemals trennen)`
|
||||
** Beschreibung: `maximal Verzögerung (Lag) bis zum Trennen der Verbindung (in Minuten - 0 = niemals trennen)`
|
||||
** Typ: integer
|
||||
** Werte: 0 .. 10080 (Standardwert: `0`)
|
||||
|
||||
@@ -359,7 +359,7 @@
|
||||
** Werte: 1 .. 10080 (Standardwert: `5`)
|
||||
|
||||
* [[option_irc.network.send_unknown_commands]] *irc.network.send_unknown_commands*
|
||||
** Beschreibung: `Sende unbekannte Befehle an den Server`
|
||||
** Beschreibung: `sendet unbekannte Befehle an den Server`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `off`)
|
||||
|
||||
@@ -374,7 +374,7 @@
|
||||
** Werte: 0 .. 60 (Standardwert: `2`)
|
||||
|
||||
* [[option_irc.server_default.anti_flood_prio_low]] *irc.server_default.anti_flood_prio_low*
|
||||
** Beschreibung: `Anti-Flood für weniger dringliche Inhalte: Zeit in Sekunden zwischen zwei Benutzernachrichten, die zum IRC Server versendet wurden. Beispiel: automatische CTCP Antworten. (0 = Anti-Flood deaktivieren)`
|
||||
** Beschreibung: `Anti-Flood für weniger dringliche Inhalte: Zeit in Sekunden zwischen zwei Benutzernachrichten die zum IRC Server versendet wurden. Beispiel: automatische CTCP Antworten (0 = Anti-Flood deaktivieren)`
|
||||
** Typ: integer
|
||||
** Werte: 0 .. 60 (Standardwert: `2`)
|
||||
|
||||
@@ -384,7 +384,7 @@
|
||||
** Werte: on, off (Standardwert: `off`)
|
||||
|
||||
* [[option_irc.server_default.autojoin]] *irc.server_default.autojoin*
|
||||
** Beschreibung: `Durch Kommata getrennte Liste der Channels, die beim Verbinden zum Server betreten werden sollen (Beispiel: "#chan1,#chan2,#chan3 key1,key2")`
|
||||
** Beschreibung: `durch Kommata getrennte Liste der Channels, die beim Verbinden zum Server betreten werden sollen (Beispiel: "#chan1,#chan2,#chan3 key1,key2")`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `""`)
|
||||
|
||||
@@ -399,12 +399,12 @@
|
||||
** Werte: 1 .. 65535 (Standardwert: `10`)
|
||||
|
||||
* [[option_irc.server_default.autorejoin]] *irc.server_default.autorejoin*
|
||||
** Beschreibung: `Channels automatisch betreten, falls man ge-kickt wurde.`
|
||||
** Beschreibung: `Channels automatisch betreten, falls man rausgeworfen wurde`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `off`)
|
||||
|
||||
* [[option_irc.server_default.autorejoin_delay]] *irc.server_default.autorejoin_delay*
|
||||
** Beschreibung: `Wartezeit, in Sekunden, die verstreichen soll bevor man den Channel automatisch erneut betritt (nachdem man ge-kickt wurde)`
|
||||
** Beschreibung: `Wartezeit, in Sekunden, die verstreichen soll bevor man den Channel automatisch erneut betritt (nachdem man rausgeworfen wurde)`
|
||||
** Typ: integer
|
||||
** Werte: 0 .. 86400 (Standardwert: `30`)
|
||||
|
||||
@@ -424,7 +424,7 @@
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `""`)
|
||||
|
||||
* [[option_irc.server_default.command]] *irc.server_default.command*
|
||||
** Beschreibung: `Enthält Befehle die nach der Verbindung zum Server ausgeführt werden sollen. Mehrere Befehle müssen durch ein ";" getrennt werden. Möchte man ein Semikolon schreiben muss man "\;" verwenden. Die speziellen Variablen $nick, $channel und $server werden dabei durch den jeweiligen Wert ersetzt`
|
||||
** Beschreibung: `enthält Befehle die nach der Verbindung zum Server ausgeführt werden sollen. Mehrere Befehle müssen durch ein ";" getrennt werden. Möchte man ein Semikolon nutzen muss man "\;" verwenden. Die speziellen Variablen $nick, $channel und $server werden dabei durch den jeweiligen Wert ersetzt`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `""`)
|
||||
|
||||
@@ -434,7 +434,7 @@
|
||||
** Werte: 0 .. 3600 (Standardwert: `0`)
|
||||
|
||||
* [[option_irc.server_default.connection_timeout]] *irc.server_default.connection_timeout*
|
||||
** Beschreibung: `Wartezeit (in Sekunden) zwischen einer TCP Verbindung mit dem Server und des Empfanges der message 001. Falls die Wartezeit verstreichen sollte bevor die message 001 empfangen wurde dann wird WeeChat die Verbindung zum Server trennen.`
|
||||
** Beschreibung: `Wartezeit (in Sekunden) zwischen einer TCP Verbindung mit dem Server und des Empfanges der "message 001" Nachricht. Falls die Wartezeit verstreichen sollte bevor die "message 001" Nachricht empfangen wurde dann wird WeeChat die Verbindung zum Server trennen`
|
||||
** Typ: integer
|
||||
** Werte: 1 .. 3600 (Standardwert: `60`)
|
||||
|
||||
@@ -484,9 +484,9 @@
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `""`)
|
||||
|
||||
* [[option_irc.server_default.sasl_mechanism]] *irc.server_default.sasl_mechanism*
|
||||
** Beschreibung: `Vorrichtung zur SASL Authentifizierung`
|
||||
** Beschreibung: `Verfahren welches bei einer SASL Authentifizierung angewandt werden soll: "plain" Passwort liegt in Klartext vor, "dh-blowfish" Passwort wird verschlüsselt, "external" SSL Zertifikat welches auf Client Seite vorliegt`
|
||||
** Typ: integer
|
||||
** Werte: plain, dh-blowfish (Standardwert: `plain`)
|
||||
** Werte: plain, dh-blowfish, external (Standardwert: `plain`)
|
||||
|
||||
* [[option_irc.server_default.sasl_password]] *irc.server_default.sasl_password*
|
||||
** Beschreibung: `Passwort für SASL Authentifizierung`
|
||||
@@ -494,7 +494,7 @@
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `""`)
|
||||
|
||||
* [[option_irc.server_default.sasl_timeout]] *irc.server_default.sasl_timeout*
|
||||
** Beschreibung: `Zeitüberschreitung (in Sekunden) bis zum Abbruch der SASL Authentifizierung`
|
||||
** Beschreibung: `Zeitüberschreitung bis zum Abbruch der SASL Authentifizierung (in Sekunden)`
|
||||
** Typ: integer
|
||||
** Werte: 1 .. 3600 (Standardwert: `15`)
|
||||
|
||||
|
||||
@@ -1,25 +1,35 @@
|
||||
* [[option_logger.color.backlog_end]] *logger.color.backlog_end*
|
||||
** Beschreibung: `Farbe für die letzte Zeile der Rückverfolgung`
|
||||
** Typ: Farbe
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `darkgray`)
|
||||
|
||||
* [[option_logger.color.backlog_line]] *logger.color.backlog_line*
|
||||
** Beschreibung: `Farbe in der der Text der Rückverfolgung dargestellt werden soll`
|
||||
** Typ: Farbe
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `darkgray`)
|
||||
|
||||
* [[option_logger.file.auto_log]] *logger.file.auto_log*
|
||||
** Beschreibung: `Speichert automatisch den Inhalt eines Buffers in eine Datei (sofern das Protokollieren für den Buffer nicht deaktiviert sein sollte)`
|
||||
** Beschreibung: `speichert automatisch den Inhalt eines Buffers in eine Datei (sofern das Protokollieren für den Buffer nicht deaktiviert sein sollte)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
* [[option_logger.file.flush_delay]] *logger.file.flush_delay*
|
||||
** Beschreibung: `Zeit, in Sekunden, die verstreicht bis eine Protokolldatei gesichert werden soll (0 = Protokolldatei wird unmittelbar gesichert, nachdem eine neue Zeile dargestellt wurde)`
|
||||
** Beschreibung: `Zeit, in Sekunden, die verstreicht bis eine Protokolldatei gesichert wird (0 = Protokolldatei wird unmittelbar gesichert, nachdem eine neue Zeile dargestellt wurde)`
|
||||
** Typ: integer
|
||||
** Werte: 0 .. 3600 (Standardwert: `120`)
|
||||
|
||||
* [[option_logger.file.info_lines]] *logger.file.info_lines*
|
||||
** Beschreibung: `Fügt eine Information in die Protokoll-Datei ein, falls die Protokollierung gestartet oder beendet wird`
|
||||
** Beschreibung: `fügt eine Information in die Protokoll-Datei ein, wenn die Protokollierung gestartet oder beendet wird`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `off`)
|
||||
|
||||
* [[option_logger.file.mask]] *logger.file.mask*
|
||||
** Beschreibung: `Standardmaske für Protokolldateien (Format: "Verzeichnis/zu/Datei" oder "Datei", ohne ein führendes "/", da die "Verzeichnis" Option genutzt wird um vollständige Verzeichnisstrukturen zu erstellen); lokale Buffer Variablen und Datumsspezifikationen (siehe: man strftime) sind zulässig`
|
||||
** Beschreibung: `Standardmaske für Protokolldateien (Format: "Verzeichnis/zur/Datei" oder "Datei", ohne ein führendes "/", da die "Verzeichnis" Option genutzt wird um vollständige Verzeichnisstrukturen zu erstellen); lokale Buffer Variablen und Datumsspezifikationen (siehe: man strftime) sind zulässig`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"$plugin.$name.weechatlog"`)
|
||||
|
||||
* [[option_logger.file.name_lower_case]] *logger.file.name_lower_case*
|
||||
** Beschreibung: `Benutze ausschließlich Kleinschreibung für Protokoll-Dateien`
|
||||
** Beschreibung: `Protokolldateien werden ausschließlich in Kleinschreibung erstellt`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
@@ -39,7 +49,7 @@
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"%Y-%m-%d %H:%M:%S"`)
|
||||
|
||||
* [[option_logger.look.backlog]] *logger.look.backlog*
|
||||
** Beschreibung: `maximale Anzahl der Zeilen die aus der Protokoll-Datei dargestellt werden sollen, wenn ein Buffer geöffnet wird (0 = kein Darstellung)`
|
||||
** Beschreibung: `maximale Anzahl der letzten Zeilen die aus der Protokolldatei dargestellt werden sollen, sobald ein Buffer geöffnet wird (0 = kein Darstellung)`
|
||||
** Typ: integer
|
||||
** Werte: 0 .. 2147483647 (Standardwert: `20`)
|
||||
|
||||
|
||||
@@ -6,15 +6,15 @@
|
||||
autoload
|
||||
reload|unload [<name>]
|
||||
|
||||
list: installierte Erweiterungen werden aufgelistet
|
||||
listfull: detaillierte Auflistung aller installierten Erweiterungen
|
||||
load: installiert eine Erweiterung
|
||||
autoload: installiert automatisch alle Erweiterungen aus System- oder Benutzerverzeichnis
|
||||
reload: eine Erweiterung wird erneut installiert (falls kein Name angegeben wird dann werden alle Erweiterungen entfernt und erneut installiert)
|
||||
unload: deinstalliert eine oder alle Erweiterungen
|
||||
filename: Skript (Datei) das geladen werden soll
|
||||
name: Name eines Skripts (Name welcher mit der "register" Funktion genutzt wird)
|
||||
list: installierte Skripten werden aufgelistet
|
||||
listfull: detaillierte Auflistung aller installierten Skripten
|
||||
load: installiert ein Skript
|
||||
autoload: installiert automatisch alle Skripten aus dem "autoload" Verzeichnis
|
||||
reload: ein Skript wird erneut installiert (wird kein Name angegeben, dann werden alle Skripten entfernt und erneut installiert)
|
||||
unload: deinstalliert ein Skript (wird kein Name angegeben, dann werden alle Skripten deinstalliert)
|
||||
filename: Skript (Datei) welches geladen werden soll
|
||||
name: Name eines Skriptes (der Name der in der "register" Funktion der Skript-API genutzt wird)
|
||||
|
||||
Ohne Angabe eines Argumentes listet /plugin alle geladenen Erweiterungen auf.
|
||||
Ohne Angabe eines Argumentes listet dieser Befehl alle geladenen Skripten auf.
|
||||
........................................
|
||||
|
||||
|
||||
@@ -6,15 +6,15 @@
|
||||
autoload
|
||||
reload|unload [<name>]
|
||||
|
||||
list: installierte Erweiterungen werden aufgelistet
|
||||
listfull: detaillierte Auflistung aller installierten Erweiterungen
|
||||
load: installiert eine Erweiterung
|
||||
autoload: installiert automatisch alle Erweiterungen aus System- oder Benutzerverzeichnis
|
||||
reload: eine Erweiterung wird erneut installiert (falls kein Name angegeben wird dann werden alle Erweiterungen entfernt und erneut installiert)
|
||||
unload: deinstalliert eine oder alle Erweiterungen
|
||||
filename: Skript (Datei) das geladen werden soll
|
||||
name: Name eines Skripts (Name welcher mit der "register" Funktion genutzt wird)
|
||||
list: installierte Skripten werden aufgelistet
|
||||
listfull: detaillierte Auflistung aller installierten Skripten
|
||||
load: installiert ein Skript
|
||||
autoload: installiert automatisch alle Skripten aus dem "autoload" Verzeichnis
|
||||
reload: ein Skript wird erneut installiert (wird kein Name angegeben, dann werden alle Skripten entfernt und erneut installiert)
|
||||
unload: deinstalliert ein Skript (wird kein Name angegeben, dann werden alle Skripten deinstalliert)
|
||||
filename: Skript (Datei) welches geladen werden soll
|
||||
name: Name eines Skriptes (der Name der in der "register" Funktion der Skript-API genutzt wird)
|
||||
|
||||
Ohne Angabe eines Argumentes listet /plugin alle geladenen Erweiterungen auf.
|
||||
Ohne Angabe eines Argumentes listet dieser Befehl alle geladenen Skripten auf.
|
||||
........................................
|
||||
|
||||
|
||||
@@ -6,15 +6,15 @@
|
||||
autoload
|
||||
reload|unload [<name>]
|
||||
|
||||
list: installierte Erweiterungen werden aufgelistet
|
||||
listfull: detaillierte Auflistung aller installierten Erweiterungen
|
||||
load: installiert eine Erweiterung
|
||||
autoload: installiert automatisch alle Erweiterungen aus System- oder Benutzerverzeichnis
|
||||
reload: eine Erweiterung wird erneut installiert (falls kein Name angegeben wird dann werden alle Erweiterungen entfernt und erneut installiert)
|
||||
unload: deinstalliert eine oder alle Erweiterungen
|
||||
filename: Skript (Datei) das geladen werden soll
|
||||
name: Name eines Skripts (Name welcher mit der "register" Funktion genutzt wird)
|
||||
list: installierte Skripten werden aufgelistet
|
||||
listfull: detaillierte Auflistung aller installierten Skripten
|
||||
load: installiert ein Skript
|
||||
autoload: installiert automatisch alle Skripten aus dem "autoload" Verzeichnis
|
||||
reload: ein Skript wird erneut installiert (wird kein Name angegeben, dann werden alle Skripten entfernt und erneut installiert)
|
||||
unload: deinstalliert ein Skript (wird kein Name angegeben, dann werden alle Skripten deinstalliert)
|
||||
filename: Skript (Datei) welches geladen werden soll
|
||||
name: Name eines Skriptes (der Name der in der "register" Funktion der Skript-API genutzt wird)
|
||||
|
||||
Ohne Angabe eines Argumentes listet /plugin alle geladenen Erweiterungen auf.
|
||||
Ohne Angabe eines Argumentes listet dieser Befehl alle geladenen Skripten auf.
|
||||
........................................
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `white`)
|
||||
|
||||
* [[option_relay.look.auto_open_buffer]] *relay.look.auto_open_buffer*
|
||||
** Beschreibung: `Öffnet automatisch einen Relay-Buffer, falls eine Verbindung zu einem neuen Client hergestellt wird`
|
||||
** Beschreibung: `öffnet automatisch einen Relay-Buffer, falls eine Verbindung zu einem neuen Client hergestellt wird`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
** Werte: 0 .. 65535 (Standardwert: `256`)
|
||||
|
||||
* [[option_relay.network.allowed_ips]] *relay.network.allowed_ips*
|
||||
** Beschreibung: `regulärer Ausdruck für IP Adressen die auf das Relay zugreifen dürfen (zwischen Groß- und Kleinschreibung nicht dabei nicht unterschieden. Um zwischen Groß-und Kleinschreibung zu unterscheiden muss am Wortanfang "(?-i)" genutzt werden) , Beispiel: "^(123.45.67.89|192.160.*)$"`
|
||||
** Beschreibung: `regulärer Ausdruck für IP Adressen die auf das Relay zugreifen dürfen (zwischen Groß- und Kleinschreibung nicht dabei nicht unterschieden. Um zwischen Groß-und Kleinschreibung zu unterscheiden muss am Wortanfang "(?-i)" genutzt werden) , Beispiel: "^(123.45.67.89|192.160.*)$"`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `""`)
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
** Werte: 0 .. 9 (Standardwert: `6`)
|
||||
|
||||
* [[option_relay.network.max_clients]] *relay.network.max_clients*
|
||||
** Beschreibung: `Maximale Anzahl an Clients die mit einem Port verbunden sein dürfen`
|
||||
** Beschreibung: `maximale Anzahl an Clients die mit einem Port verbunden sein dürfen`
|
||||
** Typ: integer
|
||||
** Werte: 1 .. 1024 (Standardwert: `5`)
|
||||
|
||||
|
||||
@@ -6,15 +6,15 @@
|
||||
autoload
|
||||
reload|unload [<name>]
|
||||
|
||||
list: installierte Erweiterungen werden aufgelistet
|
||||
listfull: detaillierte Auflistung aller installierten Erweiterungen
|
||||
load: installiert eine Erweiterung
|
||||
autoload: installiert automatisch alle Erweiterungen aus System- oder Benutzerverzeichnis
|
||||
reload: eine Erweiterung wird erneut installiert (falls kein Name angegeben wird dann werden alle Erweiterungen entfernt und erneut installiert)
|
||||
unload: deinstalliert eine oder alle Erweiterungen
|
||||
filename: Skript (Datei) das geladen werden soll
|
||||
name: Name eines Skripts (Name welcher mit der "register" Funktion genutzt wird)
|
||||
list: installierte Skripten werden aufgelistet
|
||||
listfull: detaillierte Auflistung aller installierten Skripten
|
||||
load: installiert ein Skript
|
||||
autoload: installiert automatisch alle Skripten aus dem "autoload" Verzeichnis
|
||||
reload: ein Skript wird erneut installiert (wird kein Name angegeben, dann werden alle Skripten entfernt und erneut installiert)
|
||||
unload: deinstalliert ein Skript (wird kein Name angegeben, dann werden alle Skripten deinstalliert)
|
||||
filename: Skript (Datei) welches geladen werden soll
|
||||
name: Name eines Skriptes (der Name der in der "register" Funktion der Skript-API genutzt wird)
|
||||
|
||||
Ohne Angabe eines Argumentes listet /plugin alle geladenen Erweiterungen auf.
|
||||
Ohne Angabe eines Argumentes listet dieser Befehl alle geladenen Skripten auf.
|
||||
........................................
|
||||
|
||||
|
||||
@@ -6,15 +6,15 @@
|
||||
autoload
|
||||
reload|unload [<name>]
|
||||
|
||||
list: installierte Erweiterungen werden aufgelistet
|
||||
listfull: detaillierte Auflistung aller installierten Erweiterungen
|
||||
load: installiert eine Erweiterung
|
||||
autoload: installiert automatisch alle Erweiterungen aus System- oder Benutzerverzeichnis
|
||||
reload: eine Erweiterung wird erneut installiert (falls kein Name angegeben wird dann werden alle Erweiterungen entfernt und erneut installiert)
|
||||
unload: deinstalliert eine oder alle Erweiterungen
|
||||
filename: Skript (Datei) das geladen werden soll
|
||||
name: Name eines Skripts (Name welcher mit der "register" Funktion genutzt wird)
|
||||
list: installierte Skripten werden aufgelistet
|
||||
listfull: detaillierte Auflistung aller installierten Skripten
|
||||
load: installiert ein Skript
|
||||
autoload: installiert automatisch alle Skripten aus dem "autoload" Verzeichnis
|
||||
reload: ein Skript wird erneut installiert (wird kein Name angegeben, dann werden alle Skripten entfernt und erneut installiert)
|
||||
unload: deinstalliert ein Skript (wird kein Name angegeben, dann werden alle Skripten deinstalliert)
|
||||
filename: Skript (Datei) welches geladen werden soll
|
||||
name: Name eines Skriptes (der Name der in der "register" Funktion der Skript-API genutzt wird)
|
||||
|
||||
Ohne Angabe eines Argumentes listet /plugin alle geladenen Erweiterungen auf.
|
||||
Ohne Angabe eines Argumentes listet dieser Befehl alle geladenen Skripten auf.
|
||||
........................................
|
||||
|
||||
|
||||
@@ -71,8 +71,8 @@ Beispiele:
|
||||
get <property>
|
||||
<number>|<name>
|
||||
|
||||
list: alle geöffneten Buffer werden aufgelistet (Standardvorgabe)
|
||||
clear: leert den Bufferinhalt. (entweder durch Angabe der entsprechenden Nummer des Buffers, -merged für zusammengefügte Buffer, -all für alle Buffer. Ohne Angabe eines Arguments wird der aktuelle Buffer gelöscht)
|
||||
list: alle geöffneten Buffer werden aufgelistet (ohne Angabe von Argumente wird diese Liste standardmäßig ausgegeben)
|
||||
clear: leert den Inhalt des Buffers (entweder durch Angabe der entsprechenden Nummer des Buffers oder "-merged " für zusammengefügte Buffer oder "-all" für alle Buffer. Ohne Angabe eines Arguments wird der aktuelle Buffer gelöscht)
|
||||
move: Buffer in der Liste verschieben (kann auch relativ sein, z.B. -1)
|
||||
merge: fügt den aktuellen Buffer mit einem anderen Buffer zusammen (bei einem Chat-Buffer entsteht ein Mix aus beiden Buffern
|
||||
(Bei der Standardtastenbelegung kann mittels "CTRL-x" zwischen zusammengefügten Buffern umgeschaltet werden)
|
||||
@@ -139,12 +139,12 @@ Beispiele:
|
||||
........................................
|
||||
/command <plugin> <command>
|
||||
|
||||
Erweiterung: Name der Erweiterung ('weechat' für interne WeeChat Befehle)
|
||||
Befehl: auszuführender Befehl (es wird automatisch ein '/' vorangestellt, falls dieser nicht angegeben wurde)
|
||||
plugin: Name der Erweiterung ('weechat' für interne WeeChat Befehle)
|
||||
command: auszuführender Befehl (es wird automatisch ein '/' vorangestellt, falls dieser nicht angegeben wurde)
|
||||
........................................
|
||||
|
||||
[[command_weechat_cursor]]
|
||||
[command]*`cursor`* Cursor kann frei auf dem Bildschirm bewegt werden um Aktionen in bestimmten Arealen auszuführen::
|
||||
[command]*`cursor`* Cursor kann frei auf dem Bildschirm bewegt werden um Aktionen in bestimmten Bildschirmbereichen auszuführen::
|
||||
........................................
|
||||
/cursor go chat|<bar>|<x>,<y>
|
||||
move up|down|left|right|area_up|area_down|area_left|area_right
|
||||
@@ -188,13 +188,13 @@ Beispiele:
|
||||
infolists: zeigt Information über die Infolists an
|
||||
memory: gibt Informationen über den genutzten Speicher aus
|
||||
mouse: schaltet den debug-Modus für den Maus-Modus ein/aus
|
||||
tags: zeigt für jede einzelne Zeile die dazugehörigen Tags an
|
||||
tags: zeigt für jede einzelne Zeile die dazugehörigen Schlagwörter an
|
||||
term: gibt Informationen über das Terminal und verfügbare Farben aus
|
||||
windows: zeigt die Fensterstruktur an
|
||||
........................................
|
||||
|
||||
[[command_weechat_filter]]
|
||||
[command]*`filter`* Filterfunktion um Nachrichten in Buffern zu aus- oder einzublenden, dazu können Tags oder regulären Ausdrücken verwendet werden::
|
||||
[command]*`filter`* Filterfunktion um Nachrichten in Buffern aus- oder einzublenden, dazu können Schlagwörter oder reguläre Ausdrücke verwendet werden::
|
||||
........................................
|
||||
/filter list
|
||||
enable|disable|toggle [<name>]
|
||||
@@ -214,7 +214,7 @@ disable: Filter deaktivieren
|
||||
- "*" anwenden auf alle Buffer
|
||||
- beginnt ein Name mit '!' wird für diesen Buffer kein Filter genutzt
|
||||
- ein Name darf mit '*' beginnen oder enden um mehrere Buffer auszuwählen
|
||||
tags: durch Kommata getrennte Liste mit Tags. Zum Beispiel: "irc_join,irc_part,irc_quit"
|
||||
tags: durch Kommata getrennte Liste von Schlagwörtern. Zum Beispiel: "irc_join,irc_part,irc_quit"
|
||||
regex: regulärer Ausdruck um in einer Zeile zu suchen
|
||||
- das Präfix (z.B. Nick) wird mittels '\t' von der Nachricht getrennt. Sonderzeichen wie '|' müssen mit einer Escapesequenz : '\|' eingebunden werden)
|
||||
- wird ein regulärer Ausdruck mit '!' eingeleitet dann wird das übereinstimmende Ergebnis umgekehrt (nutze '\!' um mit '!' zu beginnen)
|
||||
@@ -223,10 +223,10 @@ disable: Filter deaktivieren
|
||||
|
||||
Die Tastenvoreinstellung alt+'=' schaltet die Filterfunktion an/aus.
|
||||
|
||||
Die am häufigsten gebrauchten Tags lauten:
|
||||
Die am häufigsten gebrauchten Schlagwörter lauten:
|
||||
no_filter, no_highlight, no_log, log0..log9 (log Level),
|
||||
notify_none, notify_message, notify_private, notify_highlight,
|
||||
nick_xxx (xxx ist durch den Nicknamen zu ersetzen),
|
||||
nick_xxx (xxx ist durch den Nicknamen zu ersetzen), prefix_nick_ccc (ccc ist die Farbe mit der der Nick dargestellt wird),
|
||||
irc_xxx (xxx ist durch einen IRC-Befehl/-Nummer zu ersetzen, siehe /server raw)
|
||||
irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, irc_smart_filter, away_info.
|
||||
Mittels "/debug tags" kann man sich die Tags jeder einzelnen Zeile darstellen zu lassen.
|
||||
@@ -253,7 +253,7 @@ Beispiele:
|
||||
<command>
|
||||
<option>
|
||||
|
||||
-list: zeigt alle Befehle, nach Erweiterungen sortiert (ohne Angabe von Argumente wird diese Liste ausgegeben)
|
||||
-list: zeigt alle Befehle, nach Erweiterungen sortiert (ohne Angabe von Argumente wird diese Liste standardmäßig ausgegeben)
|
||||
-listfull: zeigt alle Befehle mit Beschreibung, nach Erweiterung
|
||||
plugin: zeigt Befehle explizit für diese Erweiterung an
|
||||
command: Name eines Befehls
|
||||
@@ -320,6 +320,8 @@ Auflistung der möglichen Funktionen:
|
||||
switch_active_buffer: springt zum nächsten zusammengefügten Buffer
|
||||
switch_active_buffer_previous: springt zum vorherigen zusammengefügten Buffer
|
||||
insert: fügt einen Text in die Eingabezeile ein
|
||||
paste_start: Einfügen wird gestartet (bracketed paste mode)
|
||||
paste_stop: Einfügen wird beendet (bracketed paste mode)
|
||||
|
||||
Dieser Befehl wird sinnvollerweise mittels Tastenbelegungen oder Erweiterungen genutzt.
|
||||
........................................
|
||||
@@ -337,12 +339,13 @@ Dieser Befehl wird sinnvollerweise mittels Tastenbelegungen oder Erweiterungen g
|
||||
resetall -yes [<context>]
|
||||
missing [<context>]
|
||||
|
||||
list: zeigt die aktuelle Tastenbelegungen an (Standardaufruf)
|
||||
list: zeigt die aktuelle Tastenbelegungen an (ohne Angabe von Argumente wird diese Liste standardmäßig ausgegeben)
|
||||
listdefault: zeigt die Standardeinstellung der Tastenbelegung an
|
||||
listdiff: zeigt die Unterschiede zwischen der aktuell genutzten Tastaturbelegung und der Standardbelegung an (hinzugefügte/verändert/gelöschte Tastenbelegungen)
|
||||
context: Name des Kontextes ("default" oder "search")
|
||||
bind: belegt eine Taste mit einem Befehl oder zeigt an welcher Befehl auf eine Taste gelegt wurde (für Kontext "default")
|
||||
bindctxt: belegt eine Taste mit einem Befehl oder zeigt an welcher Befehl auf eine Taste gelegt wurde, dies trifft für Kontext definierte Tasten zu
|
||||
command: Befehl (mehrere Befehle werden durch ein Semikolon getrennt)
|
||||
unbind: hebt eine Tastenbelegung auf (für Kontext "default")
|
||||
unbindctxt: hebt eine Tastenbelegung für den angegebenen Kontext auf
|
||||
reset: die Tastenbelegung wird für die ausgewählte Taste auf die Standardeinstellung zurück gesetzt (für Kontext "default")
|
||||
@@ -652,7 +655,7 @@ Beispiele:
|
||||
swap [-window <number>] [up|down|left|right]
|
||||
zoom[-window <number>]
|
||||
|
||||
list: listet die geöffneten Fenster (ohne Angabe von Parametern wird diese Funktion aufgerufen)
|
||||
list: listet die geöffneten Fenster (ohne Angabe von Argumente wird diese Liste standardmäßig ausgegeben)
|
||||
-1: springt zum vorherigen Fenster
|
||||
+1: springt zum nächsten Fenster
|
||||
b#: springt zum nächsten Fenster, welches die Buffer Nummer # besitzt
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
* [[option_weechat.color.bar_more]] *weechat.color.bar_more*
|
||||
** Beschreibung: `Farbe des '+' beim Verschieben der InfoBars`
|
||||
** Beschreibung: `Farbe des '+' beim Scrollen von Info-Bars`
|
||||
** Typ: Farbe
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `lightmagenta`)
|
||||
|
||||
* [[option_weechat.color.chat]] *weechat.color.chat*
|
||||
** Beschreibung: `Farbe vom Chat-Text`
|
||||
** Beschreibung: `Farbe des Chat-Textes`
|
||||
** Typ: Farbe
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `default`)
|
||||
|
||||
@@ -79,7 +79,7 @@
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `white`)
|
||||
|
||||
* [[option_weechat.color.chat_prefix_buffer]] *weechat.color.chat_prefix_buffer*
|
||||
** Beschreibung: `Textfarbe des Buffer-Namens (vor dem Präfix, wenn mehrere Buffer mit der selben Zahl zusammengefügt worden sind)`
|
||||
** Beschreibung: `Textfarbe des Buffer-Namens (vor dem Präfix, wenn mehrere Buffer mit der selben Nummer zusammengefügt worden sind)`
|
||||
** Typ: Farbe
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `brown`)
|
||||
|
||||
@@ -99,7 +99,7 @@
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `lightgreen`)
|
||||
|
||||
* [[option_weechat.color.chat_prefix_more]] *weechat.color.chat_prefix_more*
|
||||
** Beschreibung: `Farbe des '+' falls Präfix zu lang sein sollte`
|
||||
** Beschreibung: `Farbe des '+' Zeichens, falls Präfix zu lang sein sollte`
|
||||
** Typ: Farbe
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `lightmagenta`)
|
||||
|
||||
@@ -119,12 +119,12 @@
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `green`)
|
||||
|
||||
* [[option_weechat.color.chat_read_marker]] *weechat.color.chat_read_marker*
|
||||
** Beschreibung: `Farbe in der das Lesezeichen angezeigt werden soll`
|
||||
** Beschreibung: `Farbe in der das Lesezeichen dargestellt werden soll`
|
||||
** Typ: Farbe
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `magenta`)
|
||||
|
||||
* [[option_weechat.color.chat_read_marker_bg]] *weechat.color.chat_read_marker_bg*
|
||||
** Beschreibung: `Hintergrundfarbe in der das Lesezeichen angezeigt werden soll`
|
||||
** Beschreibung: `Hintergrundfarbe für das Lesezeichen`
|
||||
** Typ: Farbe
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `default`)
|
||||
|
||||
@@ -134,7 +134,7 @@
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `brown`)
|
||||
|
||||
* [[option_weechat.color.chat_tags]] *weechat.color.chat_tags*
|
||||
** Beschreibung: `Textfarbe für die Anzeige der Tags nach der jeweiligen Nachricht (wird durch den Befehl "/debug tags" angezeigt)`
|
||||
** Beschreibung: `Textfarbe in der die Schlagwörter, die nach der jeweiligen Nachricht angezeigt werden, dargestellt werden sollen (wird durch den Befehl "/debug tags" angezeigt)`
|
||||
** Typ: Farbe
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `red`)
|
||||
|
||||
@@ -154,7 +154,7 @@
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `default`)
|
||||
|
||||
* [[option_weechat.color.chat_time_delimiters]] *weechat.color.chat_time_delimiters*
|
||||
** Beschreibung: `Farbe für das Zeit-Trennzeichen`
|
||||
** Beschreibung: `Farbe in der das Trennzeichen für die Uhrzeit dargestellt werden soll`
|
||||
** Typ: Farbe
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `brown`)
|
||||
|
||||
@@ -194,22 +194,22 @@
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `blue`)
|
||||
|
||||
* [[option_weechat.color.status_count_highlight]] *weechat.color.status_count_highlight*
|
||||
** Beschreibung: `Farbe für die Anzahl der Highlight-Nachrichten die in der Hotlist (Statusbar) dargestellt werden.`
|
||||
** Beschreibung: `Farbe für die Anzahl der Highlight-Nachrichten die in der Hotlist dargestellt werden (Statusbar)`
|
||||
** Typ: Farbe
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `magenta`)
|
||||
|
||||
* [[option_weechat.color.status_count_msg]] *weechat.color.status_count_msg*
|
||||
** Beschreibung: `Farbe für die Anzahl der Nachrichten die in der Hotlist (Statusbar) dargestellt werden.`
|
||||
** Beschreibung: `Farbe für die Anzahl der Nachrichten die in der Hotlist dargestellt werden (Statusbar)`
|
||||
** Typ: Farbe
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `brown`)
|
||||
|
||||
* [[option_weechat.color.status_count_other]] *weechat.color.status_count_other*
|
||||
** Beschreibung: `Farbe für die Anzahl aller anderen Nachrichten die in der Hotlist (Statusbar) dargestellt werden.`
|
||||
** Beschreibung: `Farbe für die Anzahl aller anderen Nachrichten die in der Hotlist dargestellt werden (Statusbar)`
|
||||
** Typ: Farbe
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `default`)
|
||||
|
||||
* [[option_weechat.color.status_count_private]] *weechat.color.status_count_private*
|
||||
** Beschreibung: `Farbe für die Anzahl der privaten Nachrichten die in der Hotlist (Statusbar) dargestellt werden.`
|
||||
** Beschreibung: `Farbe für die Anzahl der privaten Nachrichten die in der Hotlist dargestellt werden (Statusbar)`
|
||||
** Typ: Farbe
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `green`)
|
||||
|
||||
@@ -224,7 +224,7 @@
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `yellow`)
|
||||
|
||||
* [[option_weechat.color.status_data_other]] *weechat.color.status_data_other*
|
||||
** Beschreibung: `Farbe eines Buffers mit neuen Daten (nicht Nachrichten in der Statusbar)`
|
||||
** Beschreibung: `Farbe eines Buffers mit neuen Daten (keine Nachrichten) (Statusbar)`
|
||||
** Typ: Farbe
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `default`)
|
||||
|
||||
@@ -249,7 +249,7 @@
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `white`)
|
||||
|
||||
* [[option_weechat.color.status_name_ssl]] *weechat.color.status_name_ssl*
|
||||
** Beschreibung: `Farbe in der der aktuelle Buffer-Name in der Statuszeile angezeigt werden soll falls die Verbindung durch ein Protokoll z.B. SSL geschützt ist`
|
||||
** Beschreibung: `Farbe in der der aktuelle Buffer-Name in der Statuszeile angezeigt werden soll, sofern die Verbindung durch ein Protokoll, zum Beispiel, SSL geschützt ist`
|
||||
** Typ: Farbe
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `lightgreen`)
|
||||
|
||||
@@ -264,7 +264,7 @@
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `default`)
|
||||
|
||||
* [[option_weechat.completion.base_word_until_cursor]] *weechat.completion.base_word_until_cursor*
|
||||
** Beschreibung: `Ist diese Option aktiviert beginnt eine Vervollständigung an der aktuellen Position des Cursors; andernfalls beginnt eine Vervollständigung erst wenn ein Leerzeichen als Trennung zum nächsten Wort vorhanden ist`
|
||||
** Beschreibung: `ist diese Option aktiviert, dann kann ein zu vervollständigendes Wort einem anderen Wort vorangestellt werden und es wird ein Leerzeichen zur Trennung hinzugefügt. Ist diese Funktion deaktiviert, muss man selber erst ein Leerzeichen einfügen um eine Vervollständigung vor einem anderen Wort ausführen zu können (zum Beispiel um einen Nick vor einen schon geschriebenen Text einzusetzen)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
@@ -274,17 +274,17 @@
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"%(nicks)|%(irc_channels)"`)
|
||||
|
||||
* [[option_weechat.completion.nick_add_space]] *weechat.completion.nick_add_space*
|
||||
** Beschreibung: `Füge ein Leerzeichen hinter die Nick-Vervollständigung ein (sofern der Nickname nicht das erste Wort in einer Kommandozeile darstellt)`
|
||||
** Beschreibung: `fügt ein Leerzeichen hinter die Nick-Vervollständigung ein (sofern der Nickname nicht das erste Wort in einer Kommandozeile darstellt)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
* [[option_weechat.completion.nick_completer]] *weechat.completion.nick_completer*
|
||||
** Beschreibung: `Nach Nick-Vervollständigung anzufügende Zeichenfolge`
|
||||
** Beschreibung: `fügt eine Zeichenkette hinter die Nick-Vervollständigung ein (sofern ein Nickname das erste Wort in der Kommandozeile ist)`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `":"`)
|
||||
|
||||
* [[option_weechat.completion.nick_first_only]] *weechat.completion.nick_first_only*
|
||||
** Beschreibung: `Nur mit dem ersten, passendem Nick-Namen vervollständigen`
|
||||
** Beschreibung: `es wird ausschließlich mit dem ersten, passendem Nick-Namen vervollständigt`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `off`)
|
||||
|
||||
@@ -294,17 +294,17 @@
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"[]`_-^"`)
|
||||
|
||||
* [[option_weechat.completion.partial_completion_alert]] *weechat.completion.partial_completion_alert*
|
||||
** Beschreibung: `Informiert User wenn eine teilweise Vervollständigung auftritt`
|
||||
** Beschreibung: `informiert User wenn eine teilweise Vervollständigung auftritt`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
* [[option_weechat.completion.partial_completion_command]] *weechat.completion.partial_completion_command*
|
||||
** Beschreibung: `teilweise Vervollständigung von Befehlen (stoppt falls zu viele Befehle mit dem selben Buchstaben beginnen)`
|
||||
** Beschreibung: `teilweise Vervollständigung von Befehlen (bricht ab, falls zu viele Befehle mit dem selben Buchstaben beginnen)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `off`)
|
||||
|
||||
* [[option_weechat.completion.partial_completion_command_arg]] *weechat.completion.partial_completion_command_arg*
|
||||
** Beschreibung: `teilweise Vervollständigung von Befehls-Argumenten (stoppt falls zu viele Befehle mit dem selben Präfix beginnen)`
|
||||
** Beschreibung: `teilweise Vervollständigung von Befehls-Argumenten (bricht ab, falls zu viele Befehle mit dem selben Präfix beginnen)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `off`)
|
||||
|
||||
@@ -314,7 +314,7 @@
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
* [[option_weechat.completion.partial_completion_other]] *weechat.completion.partial_completion_other*
|
||||
** Beschreibung: `teilweise Vervollständigung von externen Befehlen (stoppt falls zu viele Befehle mit dem selben Buchstaben beginnen)`
|
||||
** Beschreibung: `teilweise Vervollständigung von externen Befehlen (bricht ab, falls zu viele Befehle mit dem selben Buchstaben beginnen)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `off`)
|
||||
|
||||
@@ -324,7 +324,7 @@
|
||||
** Werte: 0 .. 2147483647 (Standardwert: `5`)
|
||||
|
||||
* [[option_weechat.history.max_buffer_lines_minutes]] *weechat.history.max_buffer_lines_minutes*
|
||||
** Beschreibung: `maximale Anzahl in Minuten wie Lange die Zeilen m Verlaufspeicher pro Buffer gehalten werden sollen (0 = unbegrenzt, Beispiele: 1440 = einen Tag, 10080 = eine Woche, 43200 = einen Monat, 525600 = ein Jahr)`
|
||||
** Beschreibung: `maximale Anzahl, in Minuten, wie Lange die Zeilen im Verlaufsspeicher, pro Buffer, gehalten werden sollen (0 = unbegrenzt, Beispiele: 1440 = einen Tag, 10080 = eine Woche, 43200 = einen Monat, 525600 = ein Jahr)`
|
||||
** Typ: integer
|
||||
** Werte: 0 .. 2147483647 (Standardwert: `0`)
|
||||
|
||||
@@ -334,17 +334,17 @@
|
||||
** Werte: 0 .. 2147483647 (Standardwert: `4096`)
|
||||
|
||||
* [[option_weechat.history.max_commands]] *weechat.history.max_commands*
|
||||
** Beschreibung: `maximale Anzahl an Befehlen im Verlauf (0: kein Begrenzung)`
|
||||
** Beschreibung: `maximale Anzahl an Befehlen im Verlaufsspeicher (0: kein Begrenzung)`
|
||||
** Typ: integer
|
||||
** Werte: 0 .. 2147483647 (Standardwert: `100`)
|
||||
|
||||
* [[option_weechat.history.max_visited_buffers]] *weechat.history.max_visited_buffers*
|
||||
** Beschreibung: `maximale Anzahl an besuchten Buffern welche im Speicher gehalten werden sollen`
|
||||
** Beschreibung: `maximale Anzahl an besuchten Buffern, welche im Speicher gehalten werden sollen`
|
||||
** Typ: integer
|
||||
** Werte: 0 .. 1000 (Standardwert: `50`)
|
||||
|
||||
* [[option_weechat.look.align_end_of_lines]] *weechat.look.align_end_of_lines*
|
||||
** Beschreibung: `Einstellung für einen Zeilenumbruch (betrifft alle Zeilen, außer der ersten Zeile). Die Darstellung der nachfolgenden Zeile beginnt unter: (Zeit = time, Buffer = buffer, Präfix = prefix, Suffix = suffix, Nachricht = message (Standardwert))`
|
||||
** Beschreibung: `Einstellung für einen Zeilenumbruch (betrifft alle Zeilen, außer der ersten Zeile). Die Darstellung der nachfolgenden Zeile beginnt unter: Uhrzeit = time, Buffer = buffer, Präfix = prefix, Suffix = suffix, Nachricht = message (Standardwert)`
|
||||
** Typ: integer
|
||||
** Werte: time, buffer, prefix, suffix, message (Standardwert: `message`)
|
||||
|
||||
@@ -389,22 +389,22 @@
|
||||
** Werte: on, off (Standardwert: `off`)
|
||||
|
||||
* [[option_weechat.look.color_inactive_message]] *weechat.look.color_inactive_message*
|
||||
** Beschreibung: `nutzt eine andere Farbe um die inaktiven Nachrichten darzustellen (Fenster ist nicht das aktuelle Fenster oder die Zeile des zusammengefügten Buffers ist nicht aktiv)`
|
||||
** Beschreibung: `nutzt eine andere Farbe um die inaktiven Nachrichten darzustellen (Fenster ist nicht das aktuelle Fenster oder wenn die Zeile des zusammengefügten Buffers nicht die aktiv Zeile ist)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
* [[option_weechat.look.color_inactive_prefix]] *weechat.look.color_inactive_prefix*
|
||||
** Beschreibung: `nutzt eine andere Farbe um den inaktiven Prefix darzustellen (Fenster ist nicht das aktuelle Fenster oder die Zeile des zusammengefügten Buffers ist nicht aktiv)`
|
||||
** Beschreibung: `nutzt eine andere Farbe um den inaktiven Präfix darzustellen (Fenster ist nicht das aktuelle Fenster oder wenn die Zeile des zusammengefügten Buffers nicht die aktiv Zeile ist)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
* [[option_weechat.look.color_inactive_prefix_buffer]] *weechat.look.color_inactive_prefix_buffer*
|
||||
** Beschreibung: `nutzt eine andere Farbe um den inaktiven BUffernamen im Prefix (Fenster ist nicht das aktuelle Fenster oder die Zeile des zusammengefügten Buffers ist nicht aktiv)`
|
||||
** Beschreibung: `nutzt eine andere Farbe für den inaktiven Buffernamen im Präfix (das Fenster ist nicht das aktuelle aktive Fenster oder wenn die Zeile des zusammengefügten Buffers nicht die aktiv Zeile ist)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
* [[option_weechat.look.color_inactive_time]] *weechat.look.color_inactive_time*
|
||||
** Beschreibung: `nutzt eine andere Farbe um die inaktive Zeitangabe darzustellen (Fenster ist nicht das aktuelle Fenster oder die Zeile des zusammengefügten Buffers ist nicht aktiv)`
|
||||
** Beschreibung: `nutzt eine andere Farbe um die inaktive Zeitangabe darzustellen (Fenster ist nicht das aktuelle Fenster oder wenn die Zeile des zusammengefügten Buffers nicht die aktiv Zeile ist)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `off`)
|
||||
|
||||
@@ -419,7 +419,7 @@
|
||||
** Werte: -1 .. 256 (Standardwert: `5`)
|
||||
|
||||
* [[option_weechat.look.color_real_white]] *weechat.look.color_real_white*
|
||||
** Beschreibung: `Falls diese Option aktiviert ist, wird echtes weiß als Farbe genutzt. Standardmäßig ist diese Option deaktiviert, damit keine Probleme mit Terminals auftreten, die einen weißen Hintergrund nutzen (falls man keinen weißen Hintergrund nutzt, dann ist es ratsam diese Option zu aktivieren. Andernfalls wird die voreingestellte Vordergrundfarbe des Terminals verwendet)`
|
||||
** Beschreibung: `falls diese Option aktiviert ist, wird echtes weiß als Farbe genutzt. Standardmäßig ist diese Option deaktiviert, damit keine Probleme bei Terminals auftreten, die einen weißen Hintergrund nutzen (falls man keinen weißen Hintergrund nutzt, dann ist es ratsam diese Option zu aktivieren. Andernfalls wird die voreingestellte Vordergrundfarbe des Terminals verwendet)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `off`)
|
||||
|
||||
@@ -429,12 +429,12 @@
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `""`)
|
||||
|
||||
* [[option_weechat.look.confirm_quit]] *weechat.look.confirm_quit*
|
||||
** Beschreibung: `ist diese Option aktiviert, muss der "/quit" Befehl mit der Option "-yes" ausgeführt werden (siehe /help quit)`
|
||||
** Beschreibung: `ist diese Option aktiviert, muss der "/quit" Befehl mit der Option "-yes" ausgeführt werden (siehe /help quit)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `off`)
|
||||
|
||||
* [[option_weechat.look.day_change]] *weechat.look.day_change*
|
||||
** Beschreibung: `Wenn ein neuer Tag beginnt wird eine entsprechende Nachricht angezeigt`
|
||||
** Beschreibung: `bei einem Datumswechsel wird eine entsprechende Nachricht angezeigt`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
@@ -444,47 +444,47 @@
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"%a, %d %b %Y"`)
|
||||
|
||||
* [[option_weechat.look.eat_newline_glitch]] *weechat.look.eat_newline_glitch*
|
||||
** Beschreibung: `aktiviert man diese Option, dann wird "eat_newline_glitch" auf 0 gesetzt; dies bedeutet, dass am Ende einer Zeile kein Zeilenumbruch angehangen wird und somit der Text beim kopieren aus WeeChat und beim einfügen in einer anderen Applikation nicht umgebrochen wird (diese Option ist standardmäßig deaktiviert, da es zu schwerwiegenden Grafikfehlern kommen kann)`
|
||||
** Beschreibung: `aktiviert man diese Option, dann wird "eat_newline_glitch" auf 0 gesetzt; dies bedeutet, dass am Ende einer Zeile kein Zeilenumbruch an gehangen wird und somit der Text beim kopieren aus WeeChat und beim einfügen in einer anderen Applikation nicht umgebrochen wird (diese Option ist standardmäßig deaktiviert, da es zu schwerwiegenden Grafikfehlern kommen kann)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `off`)
|
||||
|
||||
* [[option_weechat.look.highlight]] *weechat.look.highlight*
|
||||
** Beschreibung: `Durch Kommata getrennte Liste der hervorzuhebenden Wörter. Groß- und Kleinschreibung wird dabei standardmäßig nicht beachtet (um zwischen Groß-und Kleinschreibung zu unterscheiden muss am Wortanfang "(?-i)" genutzt werden). Schlagwörter können mit "*", als Joker, beginnen oder enden; Beipiel: "test,(?-i)*toto*,flash*"`
|
||||
** Beschreibung: `eine durch Kommata getrennte Liste der hervorzuhebenden Wörter. Groß- und Kleinschreibung wird dabei standardmäßig nicht beachtet (um zwischen Groß-und Kleinschreibung zu unterscheiden muss am Wortanfang "(?-i)" genutzt werden). Schlagwörter können mit "*", als Joker, beginnen oder enden; Beipiel: "test,(?-i)*toto*,flash*"`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `""`)
|
||||
|
||||
* [[option_weechat.look.highlight_regex]] *weechat.look.highlight_regex*
|
||||
** Beschreibung: `Suchmuster (regulärer Ausdrück) welches genutzt werden soll um zu überprüfen ob eine Nachricht ein Highlight enthält oder nicht. Mindestens eine Zeichenkette muss dabei auf das Suchmuster passen (alphanumerisch, "-", "_" oder "|"), das Suchmuster unterscheidet dabei nicht zwischen Groß-und Kleinschreibung (um zwischen Groß-und Kleinschreibung zu unterscheiden muss am Wortanfang "(?-i)" genutzt werden). Beispiele: "flashcode|flashy", "(?-i)FlashCode|flashy"`
|
||||
** Beschreibung: `Suchmuster (regulärer Ausdruck) welches genutzt werden soll, um zu überprüfen ob eine Nachricht ein Highlight enthält oder nicht. Mindestens eine Zeichenkette muss dabei auf das Suchmuster passen (alphanumerisch, "-", "_" oder "|"). Das Suchmuster unterscheidet dabei nicht zwischen Groß-und Kleinschreibung (um zwischen Groß-und Kleinschreibung zu unterscheiden muss am Wortanfang "(?-i)" genutzt werden). Beispiele: "flashcode|flashy", "(?-i)FlashCode|flashy"`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `""`)
|
||||
|
||||
* [[option_weechat.look.highlight_tags]] *weechat.look.highlight_tags*
|
||||
** Beschreibung: `Durch Kommata getrennte Liste der hervorzuhebenden Wörter (Groß-/Kleinschreibung wird nicht beachtet. Beispiele: "irc_notice" für IRC Nachrichten, "nick_flashcode" für Nachrichten vom Nick "FlashCode")`
|
||||
** Beschreibung: `eine durch Kommata getrennte Liste der hervorzuhebenden Wörter (Groß-/Kleinschreibung wird nicht beachtet. Beispiele: "irc_notice" für IRC Nachrichten, "nick_flashcode" für Nachrichten vom Nick "FlashCode")`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `""`)
|
||||
|
||||
* [[option_weechat.look.hotlist_add_buffer_if_away]] *weechat.look.hotlist_add_buffer_if_away*
|
||||
** Beschreibung: `fügt einen beliebigen Buffer zur Hotlist hinzu (dies schließt den aktuellen oder jeden anderen sichtbaren Buffer ein) sofern die lokale Variable "away" für den Buffer gesetzt wurde`
|
||||
** Beschreibung: `fügt einen beliebigen Buffer zur Hotlist hinzu (dies schließt den aktuellen oder jeden anderen sichtbaren Buffer ein), sofern die lokale Variable "away" für den Buffer gesetzt wurde`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
* [[option_weechat.look.hotlist_buffer_separator]] *weechat.look.hotlist_buffer_separator*
|
||||
** Beschreibung: `Zeichen welches zum Trennen zwischen den verschiedenen Buffern in der Hotlist genutzt werden soll.`
|
||||
** Beschreibung: `Zeichen welches zum Trennen zwischen den verschiedenen Buffern in der Hotlist genutzt werden soll`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `", "`)
|
||||
|
||||
* [[option_weechat.look.hotlist_count_max]] *weechat.look.hotlist_count_max*
|
||||
** Beschreibung: `Maximale Anzahl an Nachrichten für den Nachrichtenzähler in der Hotlist, pro Buffer (0 = der Nachrichtenzähler wird nicht dargestellt)`
|
||||
** Beschreibung: `maximale Anzahl an Nachrichten für den Nachrichtenzähler in der Hotlist, pro Buffer (0 = der Nachrichtenzähler wird nicht dargestellt)`
|
||||
** Typ: integer
|
||||
** Werte: 0 .. 4 (Standardwert: `2`)
|
||||
|
||||
* [[option_weechat.look.hotlist_count_min_msg]] *weechat.look.hotlist_count_min_msg*
|
||||
** Beschreibung: `Zeigt einen Nachrichtenzähler an sofern die Anzahl der Nachrichten größer oder gleich diesen Wertes ist.`
|
||||
** Beschreibung: `zeigt einen Nachrichtenzähler an, sofern die Anzahl der Nachrichten größer oder gleich dem hier angegebenen Wertes ist`
|
||||
** Typ: integer
|
||||
** Werte: 1 .. 100 (Standardwert: `2`)
|
||||
|
||||
* [[option_weechat.look.hotlist_names_count]] *weechat.look.hotlist_names_count*
|
||||
** Beschreibung: `Maximale Anzahl an Namen in der Hotlist (0 = es werden keine Namen angezeigt, sondern nur die Nummern der Buffer)`
|
||||
** Beschreibung: `maximale Anzahl an Namen in der Hotlist (0 = es werden keine Namen angezeigt, sondern nur die entsprechenden Nummern der Buffer)`
|
||||
** Typ: integer
|
||||
** Werte: 0 .. 32 (Standardwert: `3`)
|
||||
|
||||
@@ -494,17 +494,17 @@
|
||||
** Werte: 0 .. 32 (Standardwert: `0`)
|
||||
|
||||
* [[option_weechat.look.hotlist_names_level]] *weechat.look.hotlist_names_level*
|
||||
** Beschreibung: `Level für Namensanzeige in der Hotlist (Kombination aus: 1=join/part, 2=Nachricht, 4=Query, 8=Highlight, z.B. 12=Query+Highlight)`
|
||||
** Beschreibung: `Grad für die Darstellung wann der Namen eines Buffers in der Hotlist angezeigt werden soll (Kombination aus: 1=join/part, 2=Nachricht, 4=Query, 8=Highlight, z.B. 12=Query+Highlight)`
|
||||
** Typ: integer
|
||||
** Werte: 1 .. 15 (Standardwert: `12`)
|
||||
|
||||
* [[option_weechat.look.hotlist_names_merged_buffers]] *weechat.look.hotlist_names_merged_buffers*
|
||||
** Beschreibung: `Falls diese Option aktiviert ist, werden die Namen der zusammengefügten Buffer auf jeden Fall dargestellt`
|
||||
** Beschreibung: `ist diese Option aktiviert, werden die Namen der zusammengefügten Buffer in der Hotlist dargestellt`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `off`)
|
||||
|
||||
* [[option_weechat.look.hotlist_short_names]] *weechat.look.hotlist_short_names*
|
||||
** Beschreibung: `Falls diese Option aktiviert ist, wird der Kurzname der zusammengefügten Buffer in der Hotlist dargestellt (die Darstellung geschieht nach dem ersten '.' im Namen)`
|
||||
** Beschreibung: `ist diese Option aktiviert, wird der Kurzname der zusammengefügten Buffer in der Hotlist dargestellt (die Darstellung geschieht nach dem ersten '.' im Namen)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
@@ -514,7 +514,7 @@
|
||||
** Werte: group_time_asc, group_time_desc, group_number_asc, group_number_desc, number_asc, number_desc (Standardwert: `group_time_asc`)
|
||||
|
||||
* [[option_weechat.look.hotlist_unique_numbers]] *weechat.look.hotlist_unique_numbers*
|
||||
** Beschreibung: `Es wird nur jeweils einmal die Nummer des Buffers in der Hotlist angezeigt (diese Option kommt nur zum Tragen sofern KEINE Buffernamen angezeigt werden)`
|
||||
** Beschreibung: `die Nummer des Buffers wird nur einmal in der Hotlist angezeigt (diese Option kommt nur zum Tragen sofern KEINE Buffernamen angezeigt werden)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
@@ -524,12 +524,12 @@
|
||||
** Werte: 0 .. 100 (Standardwert: `20`)
|
||||
|
||||
* [[option_weechat.look.input_share]] *weechat.look.input_share*
|
||||
** Beschreibung: `Mit dieser Option kann man den Inhalt der Eingabezeile in allen Buffern verwenden. Es können dabei nur Befehle (commands), nur Text (text) oder beides (all) berücksichtigt werden (Der Befehlsverlauf der einzelnen Buffer bleibt hierbei erhalten)`
|
||||
** Beschreibung: `diese Option erlaubt es den Inhalt der aktuellen Eingabezeile in andere Buffern zu übernehmen. Dabei kann unterschieden werden, ob ausschließlich Befehle (commands), nur Text (text) oder beides (all) berücksichtigt werden soll (der Befehlsverlauf der einzelnen Buffer bleibt davon unberührt)`
|
||||
** Typ: integer
|
||||
** Werte: none, commands, text, all (Standardwert: `none`)
|
||||
|
||||
* [[option_weechat.look.input_share_overwrite]] *weechat.look.input_share_overwrite*
|
||||
** Beschreibung: `Falls diese Option aktiviert ist und die Eingabezeile für alle Buffer genutzt wird dann wird ggf. der Inhalt im Zielbuffer überschrieben`
|
||||
** Beschreibung: `ist diese Option aktiviert und die Eingabezeile wird für alle Buffer gleichberechtigt genutzt, dann wird der Inhalt im Zielbuffer überschrieben`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `off`)
|
||||
|
||||
@@ -549,12 +549,12 @@
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"%H:%M"`)
|
||||
|
||||
* [[option_weechat.look.jump_current_to_previous_buffer]] *weechat.look.jump_current_to_previous_buffer*
|
||||
** Beschreibung: `Wechselt zum vorher genutzten Buffer falls man mit dem Befehl /buffer *N (N ist die Buffer-Nummer) zum aktuellen Buffer gewechselt hat. Dies dient dazu um zwischen zwei Buffern einfach hin- und her zu springen.`
|
||||
** Beschreibung: `wechselt zum vorher genutzten Buffer falls man mit dem Befehl /buffer *N (N ist die Buffer-Nummer) zum aktuellen Buffer gewechselt hat. Dies dient dazu um zwischen den letzten beiden Buffern hin- und her zu springen`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
* [[option_weechat.look.jump_previous_buffer_when_closing]] *weechat.look.jump_previous_buffer_when_closing*
|
||||
** Beschreibung: `Wechselt zum vorher genutzten Buffer falls der aktuelle Buffer geschlossen wird (wenn diese Funktion deaktiviert ist wird zum Buffer gewechselt der die Position -1 einnimmt)`
|
||||
** Beschreibung: `wechselt zum vorher genutzten Buffer, falls der aktuelle Buffer geschlossen wird (wenn diese Funktion deaktiviert ist wird zum Buffer gewechselt der die relative Position -1 einnimmt)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
@@ -564,24 +564,34 @@
|
||||
** Werte: on, off (Standardwert: `off`)
|
||||
|
||||
* [[option_weechat.look.mouse_timer_delay]] *weechat.look.mouse_timer_delay*
|
||||
** Beschreibung: `Verzögerung (in Millisekunden) um ein Mauskommado zu fangen: WeeChat wartet zuerst diese Verzögerung ab bevor das Kommando verarbeitet wird`
|
||||
** Beschreibung: `Verzögerung (in Millisekunden) um eine Mauseingabe zu fangen: WeeChat wartet zuerst diese Verzögerung ab bevor das Kommando verarbeitet wird`
|
||||
** Typ: integer
|
||||
** Werte: 1 .. 10000 (Standardwert: `100`)
|
||||
|
||||
* [[option_weechat.look.nickmode]] *weechat.look.nickmode*
|
||||
** Beschreibung: `Nickmode ((half)op/voice [@%+]) vor dem Nicknamen anzeigen`
|
||||
** Beschreibung: `vor dem Nicknamen wird der entsprechende Nickmode ((half)op/voice [@%+]) angezeigt`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
* [[option_weechat.look.nickmode_empty]] *weechat.look.nickmode_empty*
|
||||
** Beschreibung: `Leerzeichen anzeigen wenn Nickmode nicht (half)op/voice (@%+) ist`
|
||||
** Beschreibung: `Leerzeichen statt des Nickmode nutzen, wenn kein Nickmode ((half)op/voice [@%+]) vorhanden ist`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `off`)
|
||||
|
||||
* [[option_weechat.look.paste_max_lines]] *weechat.look.paste_max_lines*
|
||||
** Beschreibung: `maximale Anzahl der Zeilen die eingefügt werden dürfen ohne dass der Anwender gefragt wird (0 = schaltet diese Funktion ab)`
|
||||
* [[option_weechat.look.paste_bracketed]] *weechat.look.paste_bracketed*
|
||||
** Beschreibung: `aktiviert den "bracketed paste mode" des Terminals (wird nicht durch alle Terminals/Multiplexer unterstützt): Dieser Modus erlaubt das Einfügen von Steuersequenzen die in Klammern gesetzt sind. WeeChat kann dadurch ermitteln ob ein Text eingefügt oder geschrieben wurde ("ESC[200~", followed by the pasted text, followed by "ESC[201~")`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `off`)
|
||||
|
||||
* [[option_weechat.look.paste_bracketed_timer_delay]] *weechat.look.paste_bracketed_timer_delay*
|
||||
** Beschreibung: `erzwingt beim Einfügen von Steuersequenzen, nach einer vorgegeben Zeit (in Sekunden), dessen Ende, sofern die Steuersequenz zum Beenden ("ESC[201~") nicht innerhalb dieser Zeitvorgabe empfangen wurde`
|
||||
** Typ: integer
|
||||
** Werte: 0 .. 2147483647 (Standardwert: `3`)
|
||||
** Werte: 1 .. 60 (Standardwert: `10`)
|
||||
|
||||
* [[option_weechat.look.paste_max_lines]] *weechat.look.paste_max_lines*
|
||||
** Beschreibung: `maximale Anzahl an Zeilen die eingefügt werden dürfen, ohne dass der Anwender gefragt wird (-1 = schaltet diese Funktion ab)`
|
||||
** Typ: integer
|
||||
** Werte: -1 .. 2147483647 (Standardwert: `1`)
|
||||
|
||||
* [[option_weechat.look.prefix_action]] *weechat.look.prefix_action*
|
||||
** Beschreibung: `Präfix für Action-Nachrichten`
|
||||
@@ -604,24 +614,24 @@
|
||||
** Werte: 0 .. 128 (Standardwert: `0`)
|
||||
|
||||
* [[option_weechat.look.prefix_align_more]] *weechat.look.prefix_align_more*
|
||||
** Beschreibung: `Anzeige eines '+' falls das Präfix abgeschnitten ist`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
** Beschreibung: `Zeichen welches dargestellt werden soll, falls der Nickname abgeschnitten wird (es darf nur ein Zeichen genutzt werden)`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"+"`)
|
||||
|
||||
* [[option_weechat.look.prefix_buffer_align]] *weechat.look.prefix_buffer_align*
|
||||
** Beschreibung: `Einstellung des Präfix für den Buffer-Namen falls viele Buffer zu einem Buffer zusammengefügt wurden (keine = none, links = left, rechts = right (Standardwert))`
|
||||
** Beschreibung: `Einstellung des Präfix für den Namen des Buffers, falls viele Buffer zu einem Buffer zusammengefügt wurden (keine = none, links = left, rechts = right (Standardwert))`
|
||||
** Typ: integer
|
||||
** Werte: none, left, right (Standardwert: `right`)
|
||||
|
||||
* [[option_weechat.look.prefix_buffer_align_max]] *weechat.look.prefix_buffer_align_max*
|
||||
** Beschreibung: `maximale Größe für einen Buffer-Namen falls mehrere Buffer zusammengefügt worden sind (0 = keine Größenbegrenzung)`
|
||||
** Beschreibung: `maximale Größe für den Namen des Buffers, falls mehrere Buffer zusammengefügt worden sind (0 = keine Größenbegrenzung)`
|
||||
** Typ: integer
|
||||
** Werte: 0 .. 128 (Standardwert: `0`)
|
||||
|
||||
* [[option_weechat.look.prefix_buffer_align_more]] *weechat.look.prefix_buffer_align_more*
|
||||
** Beschreibung: `Stellt das Symbol '+' dar falls der Buffername gekürzt wurde (wenn mehrere Buffer zusammengefügt wurden und diese somit die selbe Nummer besitzen)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
** Beschreibung: `Zeichen welches dargestellt werden soll falls der Name des Buffers abgeschnitten wird (wenn mehrere Buffer zusammengefügt wurden und diese somit die selbe Nummer besitzen) (es darf nur ein Zeichen genutzt werden)`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"+"`)
|
||||
|
||||
* [[option_weechat.look.prefix_error]] *weechat.look.prefix_error*
|
||||
** Beschreibung: `Präfix für Fehlermeldungen`
|
||||
@@ -643,33 +653,38 @@
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"<--"`)
|
||||
|
||||
* [[option_weechat.look.prefix_same_nick]] *weechat.look.prefix_same_nick*
|
||||
** Beschreibung: `setzt ein Präfix welches anstelle des Nicks der Nachricht vorangestellt wird, sofern die vorherige Nachricht von dem selben Nick geschrieben wurde. Wird ein Leerzeichen (" ") genutzt, dann wird der Nachricht kein Präfix vorangestellt. Um diese Funktion zu deaktivieren und den Nick als Präfix zu nutzen darf keine Zeichenkette angegeben werden.`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `""`)
|
||||
|
||||
* [[option_weechat.look.prefix_suffix]] *weechat.look.prefix_suffix*
|
||||
** Beschreibung: `Nach dem Präfix anzufügende Zeichenfolge`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"|"`)
|
||||
|
||||
* [[option_weechat.look.read_marker]] *weechat.look.read_marker*
|
||||
** Beschreibung: `Nutzt eine Linie oder ein Zeichen um die erste ungelesene Nachricht in einem Buffer zu markieren`
|
||||
** Beschreibung: `nutzt eine Linie oder ein Zeichen, als Lesezeichen, um die erste ungelesene Nachricht in einem Buffer hervorzuheben`
|
||||
** Typ: integer
|
||||
** Werte: none, line, char (Standardwert: `line`)
|
||||
|
||||
* [[option_weechat.look.read_marker_always_show]] *weechat.look.read_marker_always_show*
|
||||
** Beschreibung: `Das Lesezeichen wird immer dargestellt auch wenn noch keine neue Nachricht im Buffer geschrieben wurde`
|
||||
** Beschreibung: `ist diese Option gesetzt wird das Lesezeichen immer im Buffer dargestellt, auch wenn noch keine neue Nachricht geschrieben wurde`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `off`)
|
||||
|
||||
* [[option_weechat.look.read_marker_string]] *weechat.look.read_marker_string*
|
||||
** Beschreibung: `Zeichen dass als Lesezeichen genutzt werden soll (das Zeichen wird bis zum Ende der Zeile wiederholt)`
|
||||
** Beschreibung: `Zeichen, das als Lesezeichen genutzt werden soll (das Zeichen wird bis zum Ende der Zeile wiederholt)`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"- "`)
|
||||
|
||||
* [[option_weechat.look.save_config_on_exit]] *weechat.look.save_config_on_exit*
|
||||
** Beschreibung: `Konfiguration beim Beenden abspeichern`
|
||||
** Beschreibung: `die aktuelle Konfiguration wird beim Beenden automatisch gesichert`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
* [[option_weechat.look.save_layout_on_exit]] *weechat.look.save_layout_on_exit*
|
||||
** Beschreibung: `Beim Beenden wird das Layout gespeichert (Buffer, Fenster oder beides)`
|
||||
** Beschreibung: `beim Beenden wird das aktuelle Layout automatisch gesichert (Buffer, Fenster oder beides)`
|
||||
** Typ: integer
|
||||
** Werte: none, buffers, windows, all (Standardwert: `none`)
|
||||
|
||||
@@ -694,17 +709,17 @@
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
* [[option_weechat.look.separator_horizontal]] *weechat.look.separator_horizontal*
|
||||
** Beschreibung: `Das angegebene Zeichen wird genutzt um damit die horizontalen Linien zu zeichnen. Wird kein Zeichen angegeben zeichnet ncurses eine durchgezogene Linie. Dies kann allerdings bei einigen Terminals zu Fehlern führen, falls die URL Auswahl genutzt wird. Wide Chars sind für diese Option NICHT erlaubt.`
|
||||
** Beschreibung: `das genutzte Zeichen wird verwendet um damit die horizontalen Linien zu zeichnen. Wird kein Zeichen angegeben dann zeichnet ncurses eine durchgezogene Linie. Dies kann allerdings bei einigen Terminals zu Fehlern führen, falls die URL Auswahl genutzt wird. Wide Chars sind für diese Option NICHT erlaubt.`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"-"`)
|
||||
|
||||
* [[option_weechat.look.separator_vertical]] *weechat.look.separator_vertical*
|
||||
** Beschreibung: `Das angegebene Zeichen wird genutzt um damit die vertikale Linien zu zeichnen. Wird kein Zeichen angegeben zeichnet ncurses eine durchgezogene Linie. Wide Chars sind für diese Option NICHT erlaubt.`
|
||||
** Beschreibung: `das genutzte Zeichen wird verwendet um damit die vertikale Linien zu zeichnen. Wird kein Zeichen angegeben dann zeichnet ncurses eine durchgezogene Linie. Wide Chars sind für diese Option NICHT erlaubt.`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `""`)
|
||||
|
||||
* [[option_weechat.look.set_title]] *weechat.look.set_title*
|
||||
** Beschreibung: `setzen des Fenstertitels (oder Terminal-Titel im Curses-GUI), mit Name und Version`
|
||||
** Beschreibung: `setzt den Fenstertitels (oder Terminal-Titel im Curses-GUI), mit Name und Version`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
@@ -713,28 +728,33 @@
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"%a, %d %b %Y %T"`)
|
||||
|
||||
* [[option_weechat.network.connection_timeout]] *weechat.network.connection_timeout*
|
||||
** Beschreibung: `Zeitüberschreitung (in Sekunden) für eine Verbindung zu einem entfernten Rechner (mittels einem Kindprozess)`
|
||||
** Typ: integer
|
||||
** Werte: 1 .. 2147483647 (Standardwert: `60`)
|
||||
|
||||
* [[option_weechat.network.gnutls_ca_file]] *weechat.network.gnutls_ca_file*
|
||||
** Beschreibung: `Datei beinhaltet die digitalen Zertifikate ("%h" wird durch das WeeChat Verzeichnis ersetzt, Standardverzeichnis: "~/.weechat")`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"/etc/ssl/certs/ca-certificates.crt"`)
|
||||
|
||||
* [[option_weechat.network.gnutls_handshake_timeout]] *weechat.network.gnutls_handshake_timeout*
|
||||
** Beschreibung: `Zeitüberschreitung (in Sekunden) für gnutls handshake`
|
||||
** Beschreibung: `Zeitüberschreitung für gnutls Handshake (in Sekunden)`
|
||||
** Typ: integer
|
||||
** Werte: 1 .. 2147483647 (Standardwert: `30`)
|
||||
|
||||
* [[option_weechat.plugin.autoload]] *weechat.plugin.autoload*
|
||||
** Beschreibung: `Eine durch Kommata getrennte Liste der Erweiterungen die beim Programmstart automatisch geladen werden sollen, "*" lädt alle gefundenen Erweiterungen. Beginnt der Name hingegen mit "!" wird die Erweiterung nicht geladen. Suchmuster können mit einem Joker ("*") beginnen oder enden um mehrere Erweiterungen zu laden (Beispiele: "*" oder "*,!lua,!tcl")`
|
||||
** Beschreibung: `eine durch Kommata getrennte Liste der Erweiterungen, die beim Programmstart automatisch geladen werden sollen; "*" lädt alle vorhandenen Erweiterungen. Beginnt der Name hingegen mit "!" wird die Erweiterung nicht geladen. Suchmuster können mit einem Joker ("*") beginnen oder enden um mehrere Erweiterungen zu laden (Beispiele: "*" oder "*,!lua,!tcl")`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"*"`)
|
||||
|
||||
* [[option_weechat.plugin.debug]] *weechat.plugin.debug*
|
||||
** Beschreibung: `aktiviere Debug-Nachrichten für alle Erweiterungen (diese Option ist standardmäßig deaktiviert und das ist auch gut so)`
|
||||
** Beschreibung: `aktiviert Debug-Nachrichten für alle Erweiterungen (diese Option ist standardmäßig deaktiviert und das ist auch gut so)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `off`)
|
||||
|
||||
* [[option_weechat.plugin.extension]] *weechat.plugin.extension*
|
||||
** Beschreibung: `Durch Kommata getrennte Liste von Dateinamenerweiterungen welche für die Erweiterungen genutzt werden sollen`
|
||||
** Beschreibung: `durch Kommata getrennte Liste von Dateinamenserweiterungen, welche für die Erweiterungen genutzt werden sollen`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `".so,.dll"`)
|
||||
|
||||
@@ -744,7 +764,7 @@
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"%h/plugins"`)
|
||||
|
||||
* [[option_weechat.plugin.save_config_on_unload]] *weechat.plugin.save_config_on_unload*
|
||||
** Beschreibung: `Speichere Konfiguration falls Erweiterungen deinstalliert werden`
|
||||
** Beschreibung: `speichert Konfigurationen, falls Erweiterungen deinstalliert werden`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
[[command_xfer_me]]
|
||||
[command]*`me`* Sendet CTCP Aktion an entfernten Host::
|
||||
[command]*`me`* sendet CTCP Aktion an entfernten Host::
|
||||
........................................
|
||||
/me <message>
|
||||
|
||||
Message: zu sendende Nachricht
|
||||
message: zu sendende Nachricht
|
||||
........................................
|
||||
|
||||
[[command_xfer_xfer]]
|
||||
[command]*`xfer`* Transfer-Steuerung::
|
||||
[command]*`xfer`* Kontrolle der Übertragung(en)::
|
||||
........................................
|
||||
/xfer [list|listfull]
|
||||
|
||||
list: zeigt Liste der Übertragungen
|
||||
listfull: zeigt eine ausführliche Liste der Übertragungen
|
||||
|
||||
Ohne Angabe von Argumenten wird ein Buffer, mit Übertragungsliste, geöffnet.
|
||||
Ohne Angabe von Argumenten wird der Buffer mit der Übertragungsliste geöffnet.
|
||||
........................................
|
||||
|
||||
|
||||
@@ -39,32 +39,32 @@
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `default`)
|
||||
|
||||
* [[option_xfer.color.text_selected]] *xfer.color.text_selected*
|
||||
** Beschreibung: `Farbe der selektierten Transfer-Zeile`
|
||||
** Beschreibung: `Farbe der ausgewählten Transfer-Zeile`
|
||||
** Typ: Farbe
|
||||
** Werte: ein Farbname für WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), eine Terminal-Farbnummer oder ein Alias; Attribute können vor eine Farbe gesetzt werden (gilt ausschließlich für die Textfarbe und nicht für den Hintergrund): "*" für fett, "!" für invertiert, "_" für unterstrichen (Standardwert: `white`)
|
||||
|
||||
* [[option_xfer.file.auto_accept_chats]] *xfer.file.auto_accept_chats*
|
||||
** Beschreibung: `Die Annahme einer Chat-Anfrage wird automatisch akzeptiert (Vorsicht!)`
|
||||
** Beschreibung: `eine Chat-Anfrage wird automatisch akzeptiert (Vorsicht!)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `off`)
|
||||
|
||||
* [[option_xfer.file.auto_accept_files]] *xfer.file.auto_accept_files*
|
||||
** Beschreibung: `Die Annahme von Daten wird automatisch akzeptiert (Vorsicht!)`
|
||||
** Beschreibung: `eine Datenübertragung wird automatisch angenommen (Vorsicht!)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `off`)
|
||||
|
||||
* [[option_xfer.file.auto_rename]] *xfer.file.auto_rename*
|
||||
** Beschreibung: `Eingehende Dateien werden automatisch umbenannt um ein Überschreiben zu vermeiden (dabei wird dem Dateinamen '.1', '.2', ... hinzugefügt)`
|
||||
** Beschreibung: `eingehende Dateien werden automatisch umbenannt um ein Überschreiben zu vermeiden (dabei wird dem Dateinamen '.1', '.2', ... hinzugefügt)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
* [[option_xfer.file.auto_resume]] *xfer.file.auto_resume*
|
||||
** Beschreibung: `Abgebrochene Übertragungen automatisch fortsetzen, falls die Verbindung getrennt wurde`
|
||||
** Beschreibung: `falls eine Verbindung getrennt wurde, dann wird eine abgebrochene Übertragungen automatisch fortsetzt`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
* [[option_xfer.file.convert_spaces]] *xfer.file.convert_spaces*
|
||||
** Beschreibung: `Ein Leerzeichen wird in einen Unterstrich gewandelt wenn Daten versendet werden`
|
||||
** Beschreibung: `beim Versenden von Dateien werden Leerzeichen im Dateinamen durch einen Unterstrich ersetzt`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
@@ -79,12 +79,12 @@
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `"~"`)
|
||||
|
||||
* [[option_xfer.file.use_nick_in_filename]] *xfer.file.use_nick_in_filename*
|
||||
** Beschreibung: `Nutzt den Nick des Versenders als Präfix für Dateinamen, wenn Daten empfangen werden`
|
||||
** Beschreibung: `beim Empfang von Dateien wird der Nickname des Versenders dem Dateinamen vorangestellt`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
* [[option_xfer.look.auto_open_buffer]] *xfer.look.auto_open_buffer*
|
||||
** Beschreibung: `öffnet automatisch den Übertragungs-Buffer falls eine neue Übertragung hinzugefügt wird`
|
||||
** Beschreibung: `öffnet automatisch den Buffer für Übertragungen, falls eine neue Übertragung hinzugefügt wird`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
@@ -99,7 +99,7 @@
|
||||
** Werte: 1024 .. 102400 (Standardwert: `65536`)
|
||||
|
||||
* [[option_xfer.network.fast_send]] *xfer.network.fast_send*
|
||||
** Beschreibung: `Wartet beim Versenden von Dateien nicht auf das Bestätigungssignal (ACK)`
|
||||
** Beschreibung: `wartet beim Versenden von Dateien nicht auf ein Bestätigungssignal (ACK)`
|
||||
** Typ: boolesch
|
||||
** Werte: on, off (Standardwert: `on`)
|
||||
|
||||
@@ -109,17 +109,17 @@
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `""`)
|
||||
|
||||
* [[option_xfer.network.port_range]] *xfer.network.port_range*
|
||||
** Beschreibung: `Schränkt den ausgehenden Datenversand bzw. Chats auf die ausschließliche Nutzung von Ports in einem vorgegebenen Bereich ein (hilfreich bei NAT) (Syntax: ein einzelner Port, z.B. 5000 oder ein Port-Bereich, z.B. 5000-5015. Es wird empfohlen Ports zu nutzen welche Größer als 1024 sind. Denn nur der User "root" kann auf den Port-Bereich <1024 zugreifen)`
|
||||
** Beschreibung: `schränkt den ausgehenden Datenversand bzw. die Chats auf die ausschließliche Nutzung von Ports in einem vorgegebenen Bereich ein (hilfreich bei NAT) (Syntax: ein einzelner Port, z.B. 5000 oder ein Port-Bereich, z.B. 5000-5015. Es wird empfohlen Ports zu nutzen welche Größer als 1024 sind. Denn nur der User "root" kann auf den Port-Bereich <1024 zugreifen)`
|
||||
** Typ: Zeichenkette
|
||||
** Werte: beliebige Zeichenkette (Standardwert: `""`)
|
||||
|
||||
* [[option_xfer.network.speed_limit]] *xfer.network.speed_limit*
|
||||
** Beschreibung: `Begrenzung der Übertragungsgeschwindigkeit beim Versenden, in Kilo-Bytes pro Sekunde (0 = keine Begrenzung)`
|
||||
** Beschreibung: `Begrenzt die Übertragungsgeschwindigkeit beim Versenden, in Kilobytes pro Sekunde (0 = keine Begrenzung)`
|
||||
** Typ: integer
|
||||
** Werte: 0 .. 2147483647 (Standardwert: `0`)
|
||||
|
||||
* [[option_xfer.network.timeout]] *xfer.network.timeout*
|
||||
** Beschreibung: `Zeitüberschreitung bei Transfer-Anfrage (in Sekunden)`
|
||||
** Beschreibung: `Zeitüberschreitung bei Transferanfrage (in Sekunden)`
|
||||
** Typ: integer
|
||||
** Werte: 5 .. 2147483647 (Standardwert: `300`)
|
||||
|
||||
|
||||
@@ -277,6 +277,7 @@ die Ausrichtung der Nicknamen entfernen:
|
||||
----------------------------------------
|
||||
/set weechat.bar.nicklist.position top
|
||||
/set weechat.look.prefix_align none
|
||||
/set weechat.look.align_end_of_lines time
|
||||
----------------------------------------
|
||||
|
||||
Ab der WeeChat Version ≥ 0.3.6, kann die Option "eat_newline_glitch" aktiviert
|
||||
@@ -603,7 +604,7 @@ werden. Allerdings ist diese Lösung nicht perfekt, da bei mehren Modi als erste
|
||||
der Voice Modus aufgeführt sein muss):
|
||||
|
||||
----------------------------------------
|
||||
/filter add hidevoices * irc_mode \(\+\|\-\)v
|
||||
/filter add hidevoices * irc_mode (\+|\-)v
|
||||
----------------------------------------
|
||||
|
||||
|
||||
|
||||
@@ -99,7 +99,7 @@ Argumente:
|
||||
* 'version': Version des Skripts (String)
|
||||
* 'license': Lizenz für das Skripts (String)
|
||||
* 'description': kurze Beschreibung des Skripts (String)
|
||||
* 'shutdown_function': Name der Funktion die beim Beenden des Skripts aufgerufen werden soll (String)
|
||||
* 'shutdown_function': Name der Funktion die beim Beenden des Skripts aufgerufen werden soll (String, optional)
|
||||
* 'charset': Skript Zeichensatz (optional, liegt das Skript im UTF-8 Format vor kann dieser Wert
|
||||
leer bleiben. UTF-8 ist der Standardzeichensatz) (String)
|
||||
|
||||
@@ -391,7 +391,7 @@ Liste der Konstanten in Skript API:
|
||||
WEECHAT_HOOK_CONNECT_IP_ADDRESS_NOT_FOUND, WEECHAT_HOOK_CONNECT_CONNECTION_REFUSED,
|
||||
WEECHAT_HOOK_CONNECT_PROXY_ERROR, WEECHAT_HOOK_CONNECT_LOCAL_HOSTNAME_ERROR,
|
||||
WEECHAT_HOOK_CONNECT_GNUTLS_INIT_ERROR, WEECHAT_HOOK_CONNECT_GNUTLS_HANDSHAKE_ERROR,
|
||||
WEECHAT_HOOK_CONNECT_MEMORY_ERROR
|
||||
WEECHAT_HOOK_CONNECT_MEMORY_ERROR, WEECHAT_HOOK_CONNECT_TIMEOUT
|
||||
| hook Signal |
|
||||
WEECHAT_HOOK_SIGNAL_STRING, WEECHAT_HOOK_SIGNAL_INT, WEECHAT_HOOK_SIGNAL_POINTER
|
||||
|========================================
|
||||
|
||||
+22
-18
@@ -14,7 +14,7 @@ Einleitung
|
||||
----------
|
||||
|
||||
WeeChat (Wee Enhanced Environment for Chat) ist ein freier, schneller und
|
||||
schlanker Chat-Client der für viele Betriebssysteme entwickelt wird.
|
||||
schlanker Chat-Client der für unterschiedliche Betriebssysteme entwickelt wird.
|
||||
|
||||
[[features]]
|
||||
Funktionen
|
||||
@@ -22,8 +22,8 @@ Funktionen
|
||||
|
||||
wesentliche Merkmale:
|
||||
|
||||
* Multi-Protokoll fähig (IRC, Jabber)
|
||||
* Multi-Server Verbindungen (mittels SSL, IPv6, proxy)
|
||||
* mehrere Protokolle werden unterstützt (IRC, Jabber)
|
||||
* mehrere Server Verbindungen sind möglich (mittels SSL, IPv6, proxy)
|
||||
* klein, schnell und schlank
|
||||
* den eigenen persönlichen Bedürfnissen anpassbar und durch Erweiterungen und Skripten in der Funktionalität erweiterbar
|
||||
* IRC RFCs konform http://www.ietf.org/rfc/rfc1459.txt[1459],
|
||||
@@ -45,7 +45,7 @@ Um WeeChat zu installieren wird folgendes benötigt:
|
||||
* ein laufendes GNU/Linux System (mit Kompilierungswerkzeugen für Quellpakete),
|
||||
oder ein kompatibles OS
|
||||
* 'root' Privilegien (um WeeChat im Systemverzeichnis zu installieren)
|
||||
* ncurses library
|
||||
* ncurses Bibliothek
|
||||
|
||||
|
||||
[[install]]
|
||||
@@ -70,7 +70,7 @@ Binärpakete sind für folgende Distributionen erhältlich:
|
||||
zusätzliche Pakete können/sollten installiert werden. Zum Beispiel: weechat-plugins.
|
||||
|
||||
Für andere Distributionen schauen Sie bitte in die jeweilige Anleitung,
|
||||
wie Pakete zu installieren sind.
|
||||
wie Pakete installiert werden können.
|
||||
|
||||
[[source_package]]
|
||||
Quellpakete
|
||||
@@ -103,7 +103,7 @@ welche Pakete optional genutzt werden können.
|
||||
| tcl-dev | ≥ 8.5 | | tcl Erweiterung
|
||||
| guile-1.8-dev | | | guile (scheme) Erweiterung
|
||||
| asciidoc | ≥ 8.5.0 | | erstellt Dokumentation (HTML Dateien)
|
||||
| source-highlight | | | Syntax highlight für Quelltext in HTML Dokumentation
|
||||
| source-highlight | | | Syntax Highlight für Quelltext in HTML Dokumentation
|
||||
|========================================
|
||||
|
||||
[NOTE]
|
||||
@@ -111,8 +111,8 @@ welche Pakete optional genutzt werden können.
|
||||
können für andere Distributionen abweichend sein. +
|
||||
^(2)^ WeeChat kann auch mit libncurses5-dev kompiliert werden. Dies wird aber *NICHT* empfohlen (es
|
||||
treten dabei Darstellungsfehler mit breiten Zeichen auf). +
|
||||
^(3)^ WeeChat kann mit Python 3.x kompiliert werden. Es wird aber empfohlen die Python Version
|
||||
2.7 zu nutzen (alle Skripten sind funktionstüchtig unter Version 2.x, aber nicht unter Version 3.x).
|
||||
^(3)^ Die empfohlene Version ist 2.7 (alle Skripten laufen mit der Version 2.7,
|
||||
aber nicht mit Version ≤ 2.6 oder ≥ 3.0).
|
||||
|
||||
[[compile_with_cmake]]
|
||||
Kompilieren mit cmake
|
||||
@@ -183,7 +183,7 @@ Folgen Sie bitte der Anleitung zur Erstellung aus Quellpaketen (siehe <<source_p
|
||||
Abstürze melden
|
||||
~~~~~~~~~~~~~~~
|
||||
|
||||
Falls es zu einem Absturz von WeeChat gekommen ist und Sie diesen Fehler melden wollen:
|
||||
Falls es zu einem Absturz von WeeChat gekommen ist und Sie diesen Fehler melden möchten:
|
||||
|
||||
* kompilieren Sie WeeChat mit Debug-Information (oder installieren Sie das Binärpaket mit Debug-Information)
|
||||
* aktivieren Sie 'core' Dateien auf Ihrem System
|
||||
@@ -1385,17 +1385,19 @@ Für weiterreichende Informationen lesen Sie bitte: http://www.oftc.net/oftc/Nic
|
||||
SASL Authentifizierung
|
||||
^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
WeeChat unterstützt zwei Möglichkeiten der SASL Authentifizierung:
|
||||
"plain" (standard) oder "dh-blowfish" (verschlüsseltes Passwort).
|
||||
WeeChat unterstützt drei mögliche Verfahren bei einer SASL Authentifikation:
|
||||
"plain" (Passwort liegt in Klarschrift vor), "dh-blowfish" (Passwort wird verschlüsselt)
|
||||
oder "external" (SSL Zertifikat welches auf Client Seite vorliegt)
|
||||
|
||||
Optionen für Server sind:
|
||||
|
||||
* 'sasl_mechanism': Mechanismus welcher genutzt werden soll ("plain" oder "dh-blowfish")
|
||||
* 'sasl_timeout': Zeitüberschreitung (in Sekunden) für Authentifizierung
|
||||
* 'sasl_mechanism': Mechanismus welcher genutzt werden soll ("plain",
|
||||
"dh-blowfish" oder "external")
|
||||
* 'sasl_timeout': Zeitüberschreitung für Authentifizierung (in Sekunden)
|
||||
* 'sasl_username': Username (Nickname)
|
||||
* 'sasl_password': Passwort
|
||||
|
||||
Soll "dh-blowfish" standardmäßig auf allen Servern genutzt werden:
|
||||
Soll "dh-blowfish" standardmäßig auf allen Servern angewandt werden:
|
||||
|
||||
----------------------------------------
|
||||
/set irc.server_default.sasl_mechanism dh-blowfish
|
||||
@@ -2062,13 +2064,15 @@ Paket Ersteller::
|
||||
Emmanuel Bouthenot (kolter), Julien Louis (ptitlouis), Odin
|
||||
|
||||
Übersetzungen::
|
||||
Jiri Golembiovsky, soltys, Nils Görs, rettub, Frank Zacharias,
|
||||
Pavel Shevchuk, Elián Hanisch (m4v), Voroskoi, Marco Paolone,
|
||||
Ivan Sichmann Freitas, Lázaro A.
|
||||
Jiri Golembiovsky (GolemJ), soltys, Nils Görs (nils_2), rettub,
|
||||
Frank Zacharias, Pavel Shevchuk, Elián Hanisch (m4v), Voroskoi,
|
||||
Marco Paolone, Ivan Sichmann Freitas, Lázaro A., Ryuunosuke Ayanokouzi,
|
||||
Quico Noizeux
|
||||
|
||||
Patches::
|
||||
Dmitry Kobylin, Rudolf Polzer, Jim Ramsay, Pistos, Gwenn, Dominik Honnef,
|
||||
JD Horelick, Stefano Pigozzi, Gu1ll4um3r0m41n
|
||||
JD Horelick, Stefano Pigozzi, Gu1ll4um3r0m41n, Kyle Fuller,
|
||||
Quentin Glidic (SardemFF7), Simon Kuhnle, Mateusz Poszwa
|
||||
|
||||
|
||||
[[support]]
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
'modes' (string) +
|
||||
'limit' (integer) +
|
||||
'key' (string) +
|
||||
'names_received' (integer) +
|
||||
'checking_away' (integer) +
|
||||
'away_message' (string) +
|
||||
'has_quit_server' (integer) +
|
||||
@@ -78,6 +79,7 @@
|
||||
'string' (string) +
|
||||
'timeout' (integer) +
|
||||
'command' (string) +
|
||||
'assigned_to_command' (integer) +
|
||||
'start_time' (time) +
|
||||
'cmd_start' (hashtable) +
|
||||
'cmd_stop' (hashtable) +
|
||||
@@ -138,6 +140,7 @@
|
||||
'nick_max_length' (integer) +
|
||||
'casemapping' (integer) +
|
||||
'chantypes' (string) +
|
||||
'chanmodes' (string) +
|
||||
'reconnect_delay' (integer) +
|
||||
'reconnect_start' (time) +
|
||||
'command_time' (time) +
|
||||
@@ -286,6 +289,7 @@
|
||||
'local_variables' (hashtable) +
|
||||
'prev_buffer' (pointer, hdata: 'buffer') +
|
||||
'next_buffer' (pointer, hdata: 'buffer') |
|
||||
'gui_buffer_last_displayed' +
|
||||
'gui_buffers' +
|
||||
'last_gui_buffer'
|
||||
|
||||
@@ -412,6 +416,7 @@
|
||||
'area_name' (pointer) +
|
||||
'area_key' (string) +
|
||||
'command' (string) +
|
||||
'score' (integer) +
|
||||
'prev_key' (pointer, hdata: 'key') +
|
||||
'next_key' (pointer, hdata: 'key') |
|
||||
'gui_default_keys' +
|
||||
|
||||
@@ -143,11 +143,12 @@ target: server name
|
||||
[[command_irc_disconnect]]
|
||||
[command]*`disconnect`* disconnect from one or all IRC servers::
|
||||
........................................
|
||||
/disconnect [<server>|-all [<reason>]]
|
||||
/disconnect [<server>|-all|-pending [<reason>]]
|
||||
|
||||
server: server name to disconnect
|
||||
-all: disconnect from all servers
|
||||
reason: reason for quit
|
||||
server: server name to disconnect
|
||||
-all: disconnect from all servers
|
||||
-pending: cancel auto-reconnection on servers currently reconnecting
|
||||
reason: reason for quit
|
||||
........................................
|
||||
|
||||
[[command_irc_halfop]]
|
||||
@@ -194,7 +195,7 @@ target: server name
|
||||
[[command_irc_invite]]
|
||||
[command]*`invite`* invite a nick on a channel::
|
||||
........................................
|
||||
/invite <nick> <channel>
|
||||
/invite <nick> [<nick>...] [<channel>]
|
||||
|
||||
nick: nick to invite
|
||||
channel: channel to invite
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "_" for underline (default value: `red`)
|
||||
|
||||
* [[option_irc.color.mirc_remap]] *irc.color.mirc_remap*
|
||||
** description: `remap mirc colors in messages using a hashtable: keys are "fg,bg" as integers between -1 (not specified) and 15, values are WeeChat color names or numbers (format is: "1,-1:color1;2,7:color2"), example: "1,-1:darkgray;1,2:white,blue" to remap black on any bg to "darkgray" and black on blue to "white,blue"; default WeeChat colors for IRC codes: 0:white, 1:black, 2:blue, 3:green, 4:lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9: lightgreen, 10:cyan, 11:lightcyan, 12:lightblue, 13:lightmagenta, 14:gray, 15:white`
|
||||
** description: `remap mirc colors in messages using a hashtable: keys are "fg,bg" as integers between -1 (not specified) and 15, values are WeeChat color names or numbers (format is: "1,-1:color1;2,7:color2"), example: "1,-1:darkgray;1,2:white,blue" to remap black to "darkgray" and black on blue to "white,blue"; default WeeChat colors for IRC codes: 0:white, 1:black, 2:blue, 3:green, 4:lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9: lightgreen, 10:cyan, 11:lightcyan, 12:lightblue, 13:lightmagenta, 14:gray, 15:white`
|
||||
** type: string
|
||||
** values: any string (default value: `"1,-1:darkgray"`)
|
||||
|
||||
@@ -224,7 +224,7 @@
|
||||
** values: none, next, near_server (default value: `none`)
|
||||
|
||||
* [[option_irc.look.nick_color_force]] *irc.look.nick_color_force*
|
||||
** description: `force color for some nicks: hash computed with nickname to find color will not be used for these nicks (format is: "nick1:color1;nick2:color2")`
|
||||
** description: `force color for some nicks: hash computed with nickname to find color will not be used for these nicks (format is: "nick1:color1;nick2:color2"); lookup for nicks is with exact case then lower case, so it's possible to use only lower case for nicks in this option`
|
||||
** type: string
|
||||
** values: any string (default value: `""`)
|
||||
|
||||
@@ -484,9 +484,9 @@
|
||||
** values: any string (default value: `""`)
|
||||
|
||||
* [[option_irc.server_default.sasl_mechanism]] *irc.server_default.sasl_mechanism*
|
||||
** description: `mechanism for SASL authentication`
|
||||
** description: `mechanism for SASL authentication: "plain" for plain text password, "dh-blowfish" for crypted password, "external" for authentication using client side SSL cert`
|
||||
** type: integer
|
||||
** values: plain, dh-blowfish (default value: `plain`)
|
||||
** values: plain, dh-blowfish, external (default value: `plain`)
|
||||
|
||||
* [[option_irc.server_default.sasl_password]] *irc.server_default.sasl_password*
|
||||
** description: `password for SASL authentication`
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
* [[option_logger.color.backlog_end]] *logger.color.backlog_end*
|
||||
** description: `color for line ending the backlog`
|
||||
** type: color
|
||||
** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "_" for underline (default value: `darkgray`)
|
||||
|
||||
* [[option_logger.color.backlog_line]] *logger.color.backlog_line*
|
||||
** description: `color for backlog lines`
|
||||
** type: color
|
||||
** values: a WeeChat color name (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a terminal color number or an alias; attributes are allowed before color (for text color only, not background): "*" for bold, "!" for reverse, "_" for underline (default value: `darkgray`)
|
||||
|
||||
* [[option_logger.file.auto_log]] *logger.file.auto_log*
|
||||
** description: `automatically save content of buffers to files (unless a buffer disables log)`
|
||||
** type: boolean
|
||||
|
||||
@@ -226,7 +226,7 @@ The default key alt+'=' toggles filtering on/off.
|
||||
Tags most commonly used:
|
||||
no_filter, no_highlight, no_log, log0..log9 (log level),
|
||||
notify_none, notify_message, notify_private, notify_highlight,
|
||||
nick_xxx (xxx is nick in message),
|
||||
nick_xxx (xxx is nick in message), prefix_nick_ccc (ccc is color of nick),
|
||||
irc_xxx (xxx is command name or number, see /server raw),
|
||||
irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, irc_smart_filter, away_info.
|
||||
To see tags for lines in buffers: /debug tags
|
||||
@@ -320,6 +320,8 @@ list of actions:
|
||||
switch_active_buffer: switch to next merged buffer
|
||||
switch_active_buffer_previous: switch to previous merged buffer
|
||||
insert: insert text in command line
|
||||
paste_start: start paste (bracketed paste mode)
|
||||
paste_stop: stop paste (bracketed paste mode)
|
||||
|
||||
This command is used by key bindings or plugins.
|
||||
........................................
|
||||
@@ -343,6 +345,7 @@ listdefault: list default keys
|
||||
context: name of context ("default" or "search")
|
||||
bind: bind a command to a key or display command bound to key (for context "default")
|
||||
bindctxt: bind a command to a key or display command bound to key, for given context
|
||||
command: command (many commands can be separated by semicolons)
|
||||
unbind: remove a key binding (for context "default")
|
||||
unbindctxt: remove a key binding for given context
|
||||
reset: reset a key to default binding (for context "default")
|
||||
|
||||
@@ -279,7 +279,7 @@
|
||||
** values: on, off (default value: `on`)
|
||||
|
||||
* [[option_weechat.completion.nick_completer]] *weechat.completion.nick_completer*
|
||||
** description: `string inserted after nick completion`
|
||||
** description: `string inserted after nick completion (when nick is first word on command line)`
|
||||
** type: string
|
||||
** values: any string (default value: `":"`)
|
||||
|
||||
@@ -578,10 +578,20 @@
|
||||
** type: boolean
|
||||
** values: on, off (default value: `off`)
|
||||
|
||||
* [[option_weechat.look.paste_max_lines]] *weechat.look.paste_max_lines*
|
||||
** description: `max number of lines for paste without asking user (0 = disable this feature)`
|
||||
* [[option_weechat.look.paste_bracketed]] *weechat.look.paste_bracketed*
|
||||
** description: `enable terminal "bracketed paste mode" (not supported in all terminals/multiplexers): in this mode, pasted text is bracketed with control sequences so that WeeChat can differentiate pasted text from typed-in text ("ESC[200~", followed by the pasted text, followed by "ESC[201~")`
|
||||
** type: boolean
|
||||
** values: on, off (default value: `off`)
|
||||
|
||||
* [[option_weechat.look.paste_bracketed_timer_delay]] *weechat.look.paste_bracketed_timer_delay*
|
||||
** description: `force end of bracketed paste after this delay (in seconds) if the control sequence for end of bracketed paste ("ESC[201~") was not received in time`
|
||||
** type: integer
|
||||
** values: 0 .. 2147483647 (default value: `3`)
|
||||
** values: 1 .. 60 (default value: `10`)
|
||||
|
||||
* [[option_weechat.look.paste_max_lines]] *weechat.look.paste_max_lines*
|
||||
** description: `max number of lines for paste without asking user (-1 = disable this feature)`
|
||||
** type: integer
|
||||
** values: -1 .. 2147483647 (default value: `1`)
|
||||
|
||||
* [[option_weechat.look.prefix_action]] *weechat.look.prefix_action*
|
||||
** description: `prefix for action messages`
|
||||
@@ -604,9 +614,9 @@
|
||||
** values: 0 .. 128 (default value: `0`)
|
||||
|
||||
* [[option_weechat.look.prefix_align_more]] *weechat.look.prefix_align_more*
|
||||
** description: `display '+' if prefix is truncated`
|
||||
** type: boolean
|
||||
** values: on, off (default value: `on`)
|
||||
** description: `char to display if prefix is truncated (must be exactly one char on screen)`
|
||||
** type: string
|
||||
** values: any string (default value: `"+"`)
|
||||
|
||||
* [[option_weechat.look.prefix_buffer_align]] *weechat.look.prefix_buffer_align*
|
||||
** description: `prefix alignment for buffer name, when many buffers are merged with same number (none, left, right (default))`
|
||||
@@ -619,9 +629,9 @@
|
||||
** values: 0 .. 128 (default value: `0`)
|
||||
|
||||
* [[option_weechat.look.prefix_buffer_align_more]] *weechat.look.prefix_buffer_align_more*
|
||||
** description: `display '+' if buffer name is truncated (when many buffers are merged with same number)`
|
||||
** type: boolean
|
||||
** values: on, off (default value: `on`)
|
||||
** description: `char to display if buffer name is truncated (when many buffers are merged with same number) (must be exactly one char on screen)`
|
||||
** type: string
|
||||
** values: any string (default value: `"+"`)
|
||||
|
||||
* [[option_weechat.look.prefix_error]] *weechat.look.prefix_error*
|
||||
** description: `prefix for error messages`
|
||||
@@ -643,6 +653,11 @@
|
||||
** type: string
|
||||
** values: any string (default value: `"<--"`)
|
||||
|
||||
* [[option_weechat.look.prefix_same_nick]] *weechat.look.prefix_same_nick*
|
||||
** description: `prefix displayed for a message with same nick as previous message: use a space " " to hide prefix, another string to display this string instead of prefix, or an empty string to disable feature (display prefix)`
|
||||
** type: string
|
||||
** values: any string (default value: `""`)
|
||||
|
||||
* [[option_weechat.look.prefix_suffix]] *weechat.look.prefix_suffix*
|
||||
** description: `string displayed after prefix`
|
||||
** type: string
|
||||
@@ -713,6 +728,11 @@
|
||||
** type: string
|
||||
** values: any string (default value: `"%a, %d %b %Y %T"`)
|
||||
|
||||
* [[option_weechat.network.connection_timeout]] *weechat.network.connection_timeout*
|
||||
** description: `timeout (in seconds) for connection to a remote host (made in a child process)`
|
||||
** type: integer
|
||||
** values: 1 .. 2147483647 (default value: `60`)
|
||||
|
||||
* [[option_weechat.network.gnutls_ca_file]] *weechat.network.gnutls_ca_file*
|
||||
** description: `file containing the certificate authorities ("%h" will be replaced by WeeChat home, "~/.weechat" by default)`
|
||||
** type: string
|
||||
|
||||
@@ -109,9 +109,9 @@ It's common issue, please read carefully and check *ALL* solutions below:
|
||||
distributions but not all): `ldd /path/to/weechat-curses`
|
||||
* check that the "Charset" plugin is loaded with `/plugin` command (if it is
|
||||
not, then you probably need the "weechat-plugins" package)
|
||||
* check the charset line (on server buffer). You should see 'ISO-XXXXXX' or
|
||||
'UTF-8' for terminal charset. If you see 'ANSI_X3.4-1968' or other values,
|
||||
your locale is probably wrong.
|
||||
* check the output of command `/charset` (on core buffer). You should see
|
||||
'ISO-XXXXXX' or 'UTF-8' for terminal charset. If you see 'ANSI_X3.4-1968' or
|
||||
other values, your locale is probably wrong (fix your $LANG).
|
||||
* setup global decode value, for example:
|
||||
`/set charset.default.decode "ISO-8859-15"`
|
||||
* if you are using UTF-8 locale:
|
||||
@@ -265,6 +265,7 @@ remove alignment on nick:
|
||||
----------------------------------------
|
||||
/set weechat.bar.nicklist.position top
|
||||
/set weechat.look.prefix_align none
|
||||
/set weechat.look.align_end_of_lines time
|
||||
----------------------------------------
|
||||
|
||||
With WeeChat ≥ 0.3.6, you can enable option "eat_newline_glitch", so that
|
||||
@@ -576,7 +577,7 @@ If you really want to filter voice messages, you can use this command, but this
|
||||
is not perfect (will work only if first mode changed is voice):
|
||||
|
||||
----------------------------------------
|
||||
/filter add hidevoices * irc_mode \(\+\|\-\)v
|
||||
/filter add hidevoices * irc_mode (\+|\-)v
|
||||
----------------------------------------
|
||||
|
||||
|
||||
|
||||
@@ -6153,7 +6153,7 @@ Examples:
|
||||
|
||||
Return value:
|
||||
|
||||
* string with color code, or a "reset color" code if color is not found
|
||||
* string with color code, or an empty string if color is not found
|
||||
|
||||
C example:
|
||||
|
||||
@@ -6306,6 +6306,31 @@ Arguments:
|
||||
* 'tags': comma separated list of tags
|
||||
* 'message': message to display
|
||||
|
||||
Tags commonly used (non-exhaustive list):
|
||||
|
||||
[width="70%",cols="1m,4",options="header"]
|
||||
|========================================
|
||||
| Tag | Description
|
||||
| no_filter | Line can not be filtered
|
||||
| no_highlight | No highlight is possible on line
|
||||
| no_log | Line is not written in log file
|
||||
| log0 ... log9 | Level of log for line (see `/help logger`)
|
||||
| notify_none | Buffer with line is not added to hotlist
|
||||
| notify_message | Buffer with line is added to hotlist with level "message"
|
||||
| notify_private | Buffer with line is added to hotlist with level "private"
|
||||
| notify_highlight | Buffer with line is added to hotlist with level "highlight"
|
||||
| nick_xxx | Message is from nick "xxx"
|
||||
| prefix_nick_ccc | Prefix is a nick with color "ccc"
|
||||
| irc_xxx | IRC message "xxx" (can be a command or a 3-digits number)
|
||||
| irc_numeric | IRC numeric message
|
||||
| irc_error | Error from IRC server
|
||||
| irc_action | Action from a nick (command `/me`)
|
||||
| irc_ctcp | CTCP message
|
||||
| irc_ctcp_reply | Reply to CTCP message
|
||||
| irc_smart_filter | IRC message that can be filtered with the "smart filter"
|
||||
| away_info | Message with away info
|
||||
|========================================
|
||||
|
||||
C example:
|
||||
|
||||
[source,C]
|
||||
@@ -6535,17 +6560,21 @@ struct t_hook *my_command_hook =
|
||||
NULL);
|
||||
----------------------------------------
|
||||
|
||||
For example, if command called is `/command abc def ghi`, then argv and
|
||||
argv_eol contain following values:
|
||||
For example, if command called is `/command abc def ghi`, then 'argv' and
|
||||
'argv_eol' have following values:
|
||||
|
||||
* 'argv':
|
||||
** 'argv[0]' == "abc"
|
||||
** 'argv[1]' == "def"
|
||||
** 'argv[2]' == "ghi"
|
||||
** 'argv[0]' == "/command"
|
||||
** 'argv[1]' == "abc"
|
||||
** 'argv[2]' == "def"
|
||||
** 'argv[3]' == "ghi"
|
||||
* 'argv_eol':
|
||||
** 'argv_eol[0]' == "abc def ghi"
|
||||
** 'argv_eol[1]' == "def ghi"
|
||||
** 'argv_eol[2]' == "ghi"
|
||||
** 'argv_eol[0]' == "/command abc def ghi"
|
||||
** 'argv_eol[1]' == "abc def ghi"
|
||||
** 'argv_eol[2]' == "def ghi"
|
||||
** 'argv_eol[3]' == "ghi"
|
||||
|
||||
For scripts, 'args' has value "abc def ghi".
|
||||
|
||||
Script (Python):
|
||||
|
||||
@@ -7090,6 +7119,7 @@ Arguments:
|
||||
*** 'WEECHAT_HOOK_CONNECT_GNUTLS_INIT_ERROR': GnuTLS init error
|
||||
*** 'WEECHAT_HOOK_CONNECT_GNUTLS_HANDSHAKE_ERROR': GnuTLS handshake error
|
||||
*** 'WEECHAT_HOOK_CONNECT_MEMORY_ERROR': insufficient memory
|
||||
*** 'WEECHAT_HOOK_CONNECT_TIMEOUT': timeout
|
||||
** 'gnutls_rc': result value of 'gnutls_handshake()'
|
||||
** 'const char *error': result value of 'gnutls_strerror(gnutls_rc)'
|
||||
** 'const char *ip_address': IP address found
|
||||
@@ -7139,6 +7169,9 @@ my_connect_cb (void *data, int status, int gnutls_rc, const char *error,
|
||||
case WEECHAT_HOOK_CONNECT_MEMORY_ERROR:
|
||||
/* ... */
|
||||
break;
|
||||
case WEECHAT_HOOK_CONNECT_TIMEOUT:
|
||||
/* ... */
|
||||
break;
|
||||
}
|
||||
return WEECHAT_RC_OK;
|
||||
}
|
||||
@@ -7179,6 +7212,8 @@ def my_connect_cb(data, status, gnutls_rc, error, ip_address):
|
||||
# ...
|
||||
elif status == WEECHAT_HOOK_CONNECT_MEMORY_ERROR:
|
||||
# ...
|
||||
elif status == WEECHAT_HOOK_CONNECT_TIMEOUT:
|
||||
# ...
|
||||
return weechat.WEECHAT_RC_OK
|
||||
|
||||
hook = weechat.hook_connect("", "my.server.org", 1234, sock, 0, "",
|
||||
@@ -7380,6 +7415,31 @@ Arguments:
|
||||
- |
|
||||
ignore removed
|
||||
|
||||
| irc | irc_notify_join +
|
||||
(_new in version 0.3.8_) |
|
||||
string: server name + "," + nick |
|
||||
a nick in notify list has joined server
|
||||
|
||||
| irc | irc_notify_quit +
|
||||
(_new in version 0.3.8_) |
|
||||
string: server name + "," + nick |
|
||||
a nick in notify list has quit server
|
||||
|
||||
| irc | irc_notify_away +
|
||||
(_new in version 0.3.8_) |
|
||||
string: server name + "," + nick + "," + away message |
|
||||
a nick in notify list is now away on server
|
||||
|
||||
| irc | irc_notify_still_away +
|
||||
(_new in version 0.3.8_) |
|
||||
string: server name + "," + nick + "," + away message |
|
||||
a nick in notify list is still away on server (away message has changed)
|
||||
|
||||
| irc | irc_notify_back +
|
||||
(_new in version 0.3.8_) |
|
||||
string: server name + "," + nick |
|
||||
a nick in notify list is back (away status removed)
|
||||
|
||||
| logger | logger_start |
|
||||
pointer: buffer |
|
||||
start logging for buffer
|
||||
@@ -8575,7 +8635,7 @@ Arguments:
|
||||
|
||||
Return value:
|
||||
|
||||
* string modified, NULL if no changes in string were made by modifier(s)
|
||||
* string modified, NULL if error occurred
|
||||
|
||||
C example:
|
||||
|
||||
@@ -9543,7 +9603,9 @@ Arguments:
|
||||
buffer)
|
||||
** 'name': name of buffer
|
||||
** 'full_name': full name of buffer ("plugin.name") (_new in version 0.3.7_)
|
||||
** 'short_name': short name of buffer
|
||||
** 'short_name': short name of buffer (note: used for display only and can be
|
||||
changed by user, this must not be used to find name of buffer, use instead
|
||||
'name', 'full_name' or local variable 'channel')
|
||||
** 'title': title of buffer
|
||||
** 'input': input text
|
||||
** 'text_search_input': input saved before text search
|
||||
@@ -10214,9 +10276,6 @@ Arguments:
|
||||
* 'parent_group': pointer to parent of group, NULL if group has no parent
|
||||
(nicklist root)
|
||||
* 'name': group name
|
||||
* 'visible':
|
||||
** '1': group and sub-groups/nicks are visible
|
||||
** '0': group and sub-groups/nicks are hidden
|
||||
* 'color': color option name:
|
||||
** WeeChat option name, for example 'weechat.color.nicklist_group'
|
||||
** color with optional background, for example 'yellow' or 'yellow,red'
|
||||
@@ -10224,6 +10283,9 @@ Arguments:
|
||||
*** 'bar_fg': foreground color for bar
|
||||
*** 'bar_delim': delimiters color for bar
|
||||
*** 'bar_bg': background color for bar
|
||||
* 'visible':
|
||||
** '1': group and sub-groups/nicks are visible
|
||||
** '0': group and sub-groups/nicks are hidden
|
||||
|
||||
[NOTE]
|
||||
The group name can begin with one or more digits, followed by pipe, and then
|
||||
@@ -12050,7 +12112,7 @@ Script (Python):
|
||||
infolist = weechat.infolist_get(infolist_name, pointer, arguments)
|
||||
|
||||
# example
|
||||
infolist = weechat.infolist_get("irc_server, "", "")
|
||||
infolist = weechat.infolist_get("irc_server", "", "")
|
||||
----------------------------------------
|
||||
|
||||
weechat_infolist_next
|
||||
|
||||
@@ -424,58 +424,82 @@ There are two different identifiers ('id'):
|
||||
|
||||
WeeChat reserved identifiers:
|
||||
|
||||
[width="100%",cols="5m,5,3,15",options="header"]
|
||||
[width="100%",cols="5m,5,3,10,8",options="header"]
|
||||
|=====================================================
|
||||
| Identifier | Description | Hdata type | Hdata content
|
||||
| Recommended action in client
|
||||
|
||||
| _buffer_opened | Buffer opened | buffer |
|
||||
'number' (integer), 'full_name' (string), 'short_name' (string), +
|
||||
'nicklist' (integer), 'title' (string), 'local_variables' (hashtable), +
|
||||
'prev_buffer' (pointer), 'next_buffer' (pointer)
|
||||
'prev_buffer' (pointer), 'next_buffer' (pointer) |
|
||||
Open buffer
|
||||
|
||||
| _buffer_type_changed | Type of buffer changed | buffer |
|
||||
'number' (integer), 'full_name' (string), +
|
||||
'type' (integer)
|
||||
'type' (integer) |
|
||||
Change type of buffer
|
||||
|
||||
| _buffer_moved | Buffer moved | buffer |
|
||||
'number' (integer), 'full_name' (string), +
|
||||
'prev_buffer' (pointer), 'next_buffer' (pointer)
|
||||
'prev_buffer' (pointer), 'next_buffer' (pointer) |
|
||||
Move buffer
|
||||
|
||||
| _buffer_merged | Buffer merged | buffer |
|
||||
'number' (integer), 'full_name' (string), +
|
||||
'prev_buffer' (pointer), 'next_buffer' (pointer)
|
||||
'prev_buffer' (pointer), 'next_buffer' (pointer) |
|
||||
Merge buffer
|
||||
|
||||
| _buffer_unmerged | Buffer unmerged | buffer |
|
||||
'number' (integer), 'full_name' (string), +
|
||||
'prev_buffer' (pointer), 'next_buffer' (pointer)
|
||||
'prev_buffer' (pointer), 'next_buffer' (pointer) |
|
||||
Unmerge buffer
|
||||
|
||||
| _buffer_renamed | Buffer renamed | buffer |
|
||||
'number' (integer), 'full_name' (string), 'short_name' (string),
|
||||
'local_variables' (hashtable)
|
||||
'local_variables' (hashtable) |
|
||||
Rename buffer
|
||||
|
||||
| _buffer_title_changed | Title of buffer changed | buffer |
|
||||
'number' (integer), 'full_name' (string), 'title' (string)
|
||||
'number' (integer), 'full_name' (string), 'title' (string) |
|
||||
Change title of buffer
|
||||
|
||||
| _buffer_localvar_added | Local variable added | buffer |
|
||||
'number' (integer), 'full_name' (string), 'local_variables' (hashtable)
|
||||
'number' (integer), 'full_name' (string), 'local_variables' (hashtable) |
|
||||
Add local variable in buffer
|
||||
|
||||
| _buffer_localvar_changed | Local variable changed | buffer |
|
||||
'number' (integer), 'full_name' (string), 'local_variables' (hashtable)
|
||||
'number' (integer), 'full_name' (string), 'local_variables' (hashtable) |
|
||||
Change local variable inbuffer
|
||||
|
||||
| _buffer_localvar_removed | Local variable removed | buffer |
|
||||
'number' (integer), 'full_name' (string), 'local_variables' (hashtable)
|
||||
'number' (integer), 'full_name' (string), 'local_variables' (hashtable) |
|
||||
Remove local variable from buffer
|
||||
|
||||
| _buffer_line_added | Line added in buffer | line |
|
||||
'buffer' (pointer), 'date' (time), 'displayed' (char), 'prefix' (string),
|
||||
'message' (string)
|
||||
'buffer' (pointer), 'date' (time), 'date_printed' (time), 'displayed' (char),
|
||||
'highlight' (char), 'prefix' (string), 'message' (string) |
|
||||
Display line in buffer
|
||||
|
||||
| _buffer_closing | Buffer closing | buffer |
|
||||
'number' (integer), 'full_name' (string)
|
||||
'number' (integer), 'full_name' (string) |
|
||||
Close buffer
|
||||
|
||||
| _nicklist | Nicklist for a buffer | nicklist_item |
|
||||
'group' (char), 'visible' (char), 'level' (integer), +
|
||||
'name' (string), 'color' (string), +
|
||||
'prefix' (string), 'prefix_color' (string)
|
||||
'prefix' (string), 'prefix_color' (string) |
|
||||
Update nicklist
|
||||
|
||||
| _upgrade | WeeChat is upgrading +
|
||||
(_new in version 0.3.8_) | (empty) |
|
||||
(empty) |
|
||||
Desync from WeeChat (send command 'desync')
|
||||
|
||||
| _upgrade_ended | Upgrade of WeeChat done +
|
||||
(_new in version 0.3.8_) | (empty) |
|
||||
(empty) |
|
||||
Resync with WeeChat (resend all commands sent on startup after the 'init')
|
||||
|=====================================================
|
||||
|
||||
[[message_objects]]
|
||||
|
||||
@@ -99,7 +99,7 @@ Arguments:
|
||||
* 'version': string, script version
|
||||
* 'license': string, script license
|
||||
* 'description': string, short description of script
|
||||
* 'shutdown_function': string, name of function called when script is unloaded
|
||||
* 'shutdown_function': string, name of function called when script is unloaded (optional)
|
||||
* 'charset': string, script charset (optional, if your script is UTF-8, you
|
||||
can use blank value here, because UTF-8 is default charset)
|
||||
|
||||
@@ -385,7 +385,7 @@ List of constants in script API:
|
||||
WEECHAT_HOOK_CONNECT_IP_ADDRESS_NOT_FOUND, WEECHAT_HOOK_CONNECT_CONNECTION_REFUSED,
|
||||
WEECHAT_HOOK_CONNECT_PROXY_ERROR, WEECHAT_HOOK_CONNECT_LOCAL_HOSTNAME_ERROR,
|
||||
WEECHAT_HOOK_CONNECT_GNUTLS_INIT_ERROR, WEECHAT_HOOK_CONNECT_GNUTLS_HANDSHAKE_ERROR,
|
||||
WEECHAT_HOOK_CONNECT_MEMORY_ERROR
|
||||
WEECHAT_HOOK_CONNECT_MEMORY_ERROR, WEECHAT_HOOK_CONNECT_TIMEOUT
|
||||
| hook signal |
|
||||
WEECHAT_HOOK_SIGNAL_STRING, WEECHAT_HOOK_SIGNAL_INT, WEECHAT_HOOK_SIGNAL_POINTER
|
||||
|========================================
|
||||
|
||||
@@ -111,8 +111,8 @@ compile WeeChat.
|
||||
names may be different in different distributions and versions. +
|
||||
^(2)^ WeeChat can compile with libncurses5-dev, but it is *NOT* recommended (you
|
||||
will have display bugs with wide chars). +
|
||||
^(3)^ WeeChat can compile with Python 3.x, but recommended Python version is 2.7
|
||||
(all scripts run fine with version 2.x, but not with version 3.x).
|
||||
^(3)^ Recommended Python version is 2.7 (all scripts run fine with version 2.7,
|
||||
but not with versions ≤ 2.6 or ≥ 3.0).
|
||||
|
||||
[[compile_with_cmake]]
|
||||
Compile with cmake
|
||||
@@ -1368,12 +1368,13 @@ For more information, look at http://www.oftc.net/oftc/NickServ/CertFP
|
||||
SASL authentication
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
WeeChat supports SASL authentication, using two mechanisms: "plain" (default)
|
||||
or "dh-blowfish" (crypted password).
|
||||
WeeChat supports SASL authentication, using three mechanisms: "plain" (plain
|
||||
text password), "dh-blowfish" (crypted password) or "external" (client side SSL
|
||||
cert).
|
||||
|
||||
Options in servers are:
|
||||
|
||||
* 'sasl_mechanism': mechanism to use ("plain" or "dh-blowfish")
|
||||
* 'sasl_mechanism': mechanism to use ("plain", "dh-blowfish" or "external")
|
||||
* 'sasl_timeout': timeout (in seconds) for authentication
|
||||
* 'sasl_username': username (nick)
|
||||
* 'sasl_password': password
|
||||
@@ -2032,13 +2033,15 @@ Packagers::
|
||||
Emmanuel Bouthenot (kolter), Julien Louis (ptitlouis), Odin
|
||||
|
||||
Translations::
|
||||
Jiri Golembiovsky, soltys, Nils Görs, rettub, Frank Zacharias,
|
||||
Pavel Shevchuk, Elián Hanisch (m4v), Voroskoi, Marco Paolone,
|
||||
Ivan Sichmann Freitas, Lázaro A.
|
||||
Jiri Golembiovsky (GolemJ), soltys, Nils Görs (nils_2), rettub,
|
||||
Frank Zacharias, Pavel Shevchuk, Elián Hanisch (m4v), Voroskoi,
|
||||
Marco Paolone, Ivan Sichmann Freitas, Lázaro A., Ryuunosuke Ayanokouzi,
|
||||
Quico Noizeux
|
||||
|
||||
Patches::
|
||||
Dmitry Kobylin, Rudolf Polzer, Jim Ramsay, Pistos, Gwenn, Dominik Honnef,
|
||||
JD Horelick, Stefano Pigozzi, Gu1ll4um3r0m41n
|
||||
JD Horelick, Stefano Pigozzi, Gu1ll4um3r0m41n, Kyle Fuller,
|
||||
Quentin Glidic (SardemFF7), Simon Kuhnle, Mateusz Poszwa
|
||||
|
||||
|
||||
[[support]]
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
'modes' (string) +
|
||||
'limit' (integer) +
|
||||
'key' (string) +
|
||||
'names_received' (integer) +
|
||||
'checking_away' (integer) +
|
||||
'away_message' (string) +
|
||||
'has_quit_server' (integer) +
|
||||
@@ -78,6 +79,7 @@
|
||||
'string' (string) +
|
||||
'timeout' (integer) +
|
||||
'command' (string) +
|
||||
'assigned_to_command' (integer) +
|
||||
'start_time' (time) +
|
||||
'cmd_start' (hashtable) +
|
||||
'cmd_stop' (hashtable) +
|
||||
@@ -138,6 +140,7 @@
|
||||
'nick_max_length' (integer) +
|
||||
'casemapping' (integer) +
|
||||
'chantypes' (string) +
|
||||
'chanmodes' (string) +
|
||||
'reconnect_delay' (integer) +
|
||||
'reconnect_start' (time) +
|
||||
'command_time' (time) +
|
||||
@@ -286,6 +289,7 @@
|
||||
'local_variables' (hashtable) +
|
||||
'prev_buffer' (pointer, hdata: 'buffer') +
|
||||
'next_buffer' (pointer, hdata: 'buffer') |
|
||||
'gui_buffer_last_displayed' +
|
||||
'gui_buffers' +
|
||||
'last_gui_buffer'
|
||||
|
||||
@@ -412,6 +416,7 @@
|
||||
'area_name' (pointer) +
|
||||
'area_key' (string) +
|
||||
'command' (string) +
|
||||
'score' (integer) +
|
||||
'prev_key' (pointer, hdata: 'key') +
|
||||
'next_key' (pointer, hdata: 'key') |
|
||||
'gui_default_keys' +
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
complétion: complétion pour l'alias (optionnel, par défaut la complétion se fait avec la commande cible)
|
||||
note: vous pouvez utiliser %%commande pour utiliser la complétion d'une commande existante
|
||||
alias: nom de l'alias (peut démarrer ou se terminer par "*" pour une liste d'alias)
|
||||
commande: nom de la commande avec les paramètres (plusieurs commandes peuvent être séparées par des point-virgules)
|
||||
commande: nom de la commande avec les paramètres (plusieurs commandes peuvent être séparées par des points-virgules)
|
||||
|
||||
Sans paramètre, cette commande liste tous les alias définis.
|
||||
|
||||
|
||||
@@ -143,11 +143,12 @@ cible: nom du serveur
|
||||
[[command_irc_disconnect]]
|
||||
[command]*`disconnect`* se déconnecter d'un ou de tous les serveurs IRC::
|
||||
........................................
|
||||
/disconnect [<serveur>|-all [<raison>]]
|
||||
/disconnect [<serveur>|-all|-pending [<raison>]]
|
||||
|
||||
serveur: nom du serveur pour se déconecter
|
||||
-all: se déconnecter de tous les serveurs
|
||||
raison: raison pour le quit
|
||||
serveur: nom du serveur pour se déconecter
|
||||
-all: se déconnecter de tous les serveurs
|
||||
-pending: annuler la reconnexion automatique sur les serveurs en cours de reconnexion
|
||||
raison: raison pour le quit
|
||||
........................................
|
||||
|
||||
[[command_irc_halfop]]
|
||||
@@ -194,7 +195,7 @@ cible: nom du serveur
|
||||
[[command_irc_invite]]
|
||||
[command]*`invite`* inviter un pseudo sur un canal::
|
||||
........................................
|
||||
/invite <pseudo> <canal>
|
||||
/invite <pseudo> [<pseudo>...] [<canal>]
|
||||
|
||||
pseudo: pseudo à inviter
|
||||
canal: canal pour l'invitation
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
** valeurs: un nom de couleur WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), un numéro de couleur du terminal ou un alias; des attributs sont autorisés avant la couleur (seulement pour la couleur du texte, pas le fond) : "*" pour du gras, "!" pour la vidéo inverse, "_" pour du souligné (valeur par défaut: `red`)
|
||||
|
||||
* [[option_irc.color.mirc_remap]] *irc.color.mirc_remap*
|
||||
** description: `réassigner les couleurs mirc dans les messages en utilisant une hashtable: les clés sont "fg,bg" sous forme d'entiers entre -1 (non spécifié) et 15, les valeurs sont des noms de couleur WeeChat ou nombres (le format est: "1,-1:couleur1;2,7:couleur2"), exemple: "1,-1:darkgray;1,2:white,blue" pour réassigner le noir sur n'importe quel fond en "darkgray" et le noir sur bleu en "white,blue"; les couleurs WeeChat par défaut pour les codes IRC sont: 0:white, 1:black, 2:blue, 3:green, 4:lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9:lightgreen, 10:cyan, 11:lightcyan, 12:lightblue, 13:lightmagenta, 14:gray, 15:white`
|
||||
** description: `réassigner les couleurs mirc dans les messages en utilisant une hashtable: les clés sont "fg,bg" sous forme d'entiers entre -1 (non spécifié) et 15, les valeurs sont des noms de couleur WeeChat ou nombres (le format est: "1,-1:couleur1;2,7:couleur2"), exemple: "1,-1:darkgray;1,2:white,blue" pour réassigner le noir en "darkgray" et le noir sur bleu en "white,blue"; les couleurs WeeChat par défaut pour les codes IRC sont: 0:white, 1:black, 2:blue, 3:green, 4:lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9:lightgreen, 10:cyan, 11:lightcyan, 12:lightblue, 13:lightmagenta, 14:gray, 15:white`
|
||||
** type: chaîne
|
||||
** valeurs: toute chaîne (valeur par défaut: `"1,-1:darkgray"`)
|
||||
|
||||
@@ -224,7 +224,7 @@
|
||||
** valeurs: none, next, near_server (valeur par défaut: `none`)
|
||||
|
||||
* [[option_irc.look.nick_color_force]] *irc.look.nick_color_force*
|
||||
** description: `force la couleur pour certains pseudos: le hash calculé avec le pseudo pour trouver la couleur ne sera pas utilisé pour ces pseudos (le format est: "pseudo1:couleur1;pseudo2:couleur2")`
|
||||
** description: `force la couleur pour certains pseudos: le hash calculé avec le pseudo pour trouver la couleur ne sera pas utilisé pour ces pseudos (le format est: "pseudo1:couleur1;pseudo2:couleur2"); la recherche de pseudos s'effectue avec la casse exacte puis en minuscules, donc il est possible d'utiliser uniquement des minuscules pour les pseudos dans cette option`
|
||||
** type: chaîne
|
||||
** valeurs: toute chaîne (valeur par défaut: `""`)
|
||||
|
||||
@@ -484,9 +484,9 @@
|
||||
** valeurs: toute chaîne (valeur par défaut: `""`)
|
||||
|
||||
* [[option_irc.server_default.sasl_mechanism]] *irc.server_default.sasl_mechanism*
|
||||
** description: `mécanisme pour l'authentification SASL`
|
||||
** description: `mécanisme pour l'authentification SASL: "plain" pour un mot de passe en clair, "dh-blowfish" pour un mot de passe chiffré, "external" pour une authentification en utilisant un certificat SSL côté client`
|
||||
** type: entier
|
||||
** valeurs: plain, dh-blowfish (valeur par défaut: `plain`)
|
||||
** valeurs: plain, dh-blowfish, external (valeur par défaut: `plain`)
|
||||
|
||||
* [[option_irc.server_default.sasl_password]] *irc.server_default.sasl_password*
|
||||
** description: `mot de passe pour l'authentification SASL`
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
* [[option_logger.color.backlog_end]] *logger.color.backlog_end*
|
||||
** description: `couleur pour la ligne de fin de l'historique`
|
||||
** type: couleur
|
||||
** valeurs: un nom de couleur WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), un numéro de couleur du terminal ou un alias; des attributs sont autorisés avant la couleur (seulement pour la couleur du texte, pas le fond) : "*" pour du gras, "!" pour la vidéo inverse, "_" pour du souligné (valeur par défaut: `darkgray`)
|
||||
|
||||
* [[option_logger.color.backlog_line]] *logger.color.backlog_line*
|
||||
** description: `couleur pour les lignes de l'historique`
|
||||
** type: couleur
|
||||
** valeurs: un nom de couleur WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), un numéro de couleur du terminal ou un alias; des attributs sont autorisés avant la couleur (seulement pour la couleur du texte, pas le fond) : "*" pour du gras, "!" pour la vidéo inverse, "_" pour du souligné (valeur par défaut: `darkgray`)
|
||||
|
||||
* [[option_logger.file.auto_log]] *logger.file.auto_log*
|
||||
** description: `sauve automatiquement le contenu des tampons dans des fichiers (sauf si un tampon désactive le log)`
|
||||
** type: booléen
|
||||
|
||||
@@ -226,7 +226,7 @@ La touche par défaut alt+'=' active/désactive le filtrage.
|
||||
Les tags les plus couramment utilisés:
|
||||
no_filter, no_highlight, no_log, log0..log9 (niveau de log),
|
||||
notify_none, notify_message, notify_private, notify_highlight,
|
||||
nick_xxx (xxx est le pseudo dans le message),
|
||||
nick_xxx (xxx est le pseudo dans le message), prefix_nick_ccc (ccc est la couleur du pseudo),
|
||||
irc_xxx (xxx est un nom de commande ou nombre, voir /server raw),
|
||||
irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, irc_smart_filter, away_info.
|
||||
Pour voir les tags des lignes affichées: /debug tags
|
||||
@@ -320,6 +320,8 @@ list des actions:
|
||||
switch_active_buffer: basculer vers le tampon mélangé suivant
|
||||
switch_active_buffer_previous: basculer vers le tampon mélangé précédent
|
||||
insert: insérer du texte dans la ligne de commande
|
||||
paste_start: début de collage (mode "bracketed paste")
|
||||
paste_stop: fin de collage (mode "bracketed paste")
|
||||
|
||||
Cette commande est utilisé par les associations de touches ou les extensions.
|
||||
........................................
|
||||
@@ -343,6 +345,7 @@ listdefault: afficher les touches par défaut
|
||||
contexte: nom du contexte ("default" ou "search")
|
||||
bind: associer une commande à une touche ou affiche la commande associée à la touche
|
||||
bindctxt: associer une commande à une touche ou affiche la commande associée à la touche pour le contexte donné
|
||||
commande: commande (plusieurs commandes peuvent êtres séparées par des points-virgules)
|
||||
unbind: supprimer l'association à une touche
|
||||
unbindctxt: supprimer l'association à une touche pour le contexte donné
|
||||
reset: réinitialiser une touche à son association par défaut
|
||||
|
||||
@@ -279,7 +279,7 @@
|
||||
** valeurs: on, off (valeur par défaut: `on`)
|
||||
|
||||
* [[option_weechat.completion.nick_completer]] *weechat.completion.nick_completer*
|
||||
** description: `chaîne affichée après la complétion des pseudos`
|
||||
** description: `chaîne insérée après la complétion du pseudo (quand le pseudo est le premier mot sur la ligne de commande)`
|
||||
** type: chaîne
|
||||
** valeurs: toute chaîne (valeur par défaut: `":"`)
|
||||
|
||||
@@ -578,10 +578,20 @@
|
||||
** type: booléen
|
||||
** valeurs: on, off (valeur par défaut: `off`)
|
||||
|
||||
* [[option_weechat.look.paste_max_lines]] *weechat.look.paste_max_lines*
|
||||
** description: `nombre maximum de lignes pour la détection de collage sans demander à l'utilisateur (0 = désactiver cette fonctionnalité)`
|
||||
* [[option_weechat.look.paste_bracketed]] *weechat.look.paste_bracketed*
|
||||
** description: `activer le mode du terminal "bracketed paste" (pas supporté par tous les terminaux/multiplexeurs): dans ce mode, le texte collé est entouré avec des séquences de contrôle de sorte que WeeChat puisse différencier le texte collé du texté tapé ("ESC[200~", suivi par le texte collé, suivi par "ESC[201~")`
|
||||
** type: booléen
|
||||
** valeurs: on, off (valeur par défaut: `off`)
|
||||
|
||||
* [[option_weechat.look.paste_bracketed_timer_delay]] *weechat.look.paste_bracketed_timer_delay*
|
||||
** description: `forcer la fin du "bracketed paste" après ce délai (en secondes) si la séquence de contrôle pour la fin du "bracketed paste" ("ESC[201~") n'a pas été reçue à temps`
|
||||
** type: entier
|
||||
** valeurs: 0 .. 2147483647 (valeur par défaut: `3`)
|
||||
** valeurs: 1 .. 60 (valeur par défaut: `10`)
|
||||
|
||||
* [[option_weechat.look.paste_max_lines]] *weechat.look.paste_max_lines*
|
||||
** description: `nombre maximum de lignes pour la détection de collage sans demander à l'utilisateur (-1 = désactiver cette fonctionnalité)`
|
||||
** type: entier
|
||||
** valeurs: -1 .. 2147483647 (valeur par défaut: `1`)
|
||||
|
||||
* [[option_weechat.look.prefix_action]] *weechat.look.prefix_action*
|
||||
** description: `préfixe pour les messages d'action`
|
||||
@@ -604,9 +614,9 @@
|
||||
** valeurs: 0 .. 128 (valeur par défaut: `0`)
|
||||
|
||||
* [[option_weechat.look.prefix_align_more]] *weechat.look.prefix_align_more*
|
||||
** description: `afficher '+' si le préfixe est tronqué`
|
||||
** type: booléen
|
||||
** valeurs: on, off (valeur par défaut: `on`)
|
||||
** description: `caractère à afficher si le préfixe est tronqué (doit être exactement un caractère à l'écran)`
|
||||
** type: chaîne
|
||||
** valeurs: toute chaîne (valeur par défaut: `"+"`)
|
||||
|
||||
* [[option_weechat.look.prefix_buffer_align]] *weechat.look.prefix_buffer_align*
|
||||
** description: `alignement de préfixe pour le nom du tampon, quand plusieurs tampons sont mélangés avec le même numéro (none, left, right (par défaut))`
|
||||
@@ -619,9 +629,9 @@
|
||||
** valeurs: 0 .. 128 (valeur par défaut: `0`)
|
||||
|
||||
* [[option_weechat.look.prefix_buffer_align_more]] *weechat.look.prefix_buffer_align_more*
|
||||
** description: `afficher '+' si le nom du tampon est tronqué (quand plusieurs tampons sont mélangés avec le même numéro)`
|
||||
** type: booléen
|
||||
** valeurs: on, off (valeur par défaut: `on`)
|
||||
** description: `caractère à afficher si le nom du tampon est tronqué (lorsque plusieurs tampons sont mélangés avec le même numéro) (doit être exactement un caractère à l'écran)`
|
||||
** type: chaîne
|
||||
** valeurs: toute chaîne (valeur par défaut: `"+"`)
|
||||
|
||||
* [[option_weechat.look.prefix_error]] *weechat.look.prefix_error*
|
||||
** description: `préfixe pour les messages d'erreur`
|
||||
@@ -643,6 +653,11 @@
|
||||
** type: chaîne
|
||||
** valeurs: toute chaîne (valeur par défaut: `"<--"`)
|
||||
|
||||
* [[option_weechat.look.prefix_same_nick]] *weechat.look.prefix_same_nick*
|
||||
** description: `préfixe affiché pour un message avec le même pseudo que le précédent message: utiliser un espace " " pour cacher le préfixe, une autre chaîne pour l'afficher à la place du préfixe, ou une chaîne vide pour désactiver cette fonctionnalité (afficher le préfixe)`
|
||||
** type: chaîne
|
||||
** valeurs: toute chaîne (valeur par défaut: `""`)
|
||||
|
||||
* [[option_weechat.look.prefix_suffix]] *weechat.look.prefix_suffix*
|
||||
** description: `chaîne affichée après le préfixe`
|
||||
** type: chaîne
|
||||
@@ -713,6 +728,11 @@
|
||||
** type: chaîne
|
||||
** valeurs: toute chaîne (valeur par défaut: `"%a, %d %b %Y %T"`)
|
||||
|
||||
* [[option_weechat.network.connection_timeout]] *weechat.network.connection_timeout*
|
||||
** description: `délai d'attente maximum (en secondes) pour la connexion à une machine distante (effectuée dans un processus fils)`
|
||||
** type: entier
|
||||
** valeurs: 1 .. 2147483647 (valeur par défaut: `60`)
|
||||
|
||||
* [[option_weechat.network.gnutls_ca_file]] *weechat.network.gnutls_ca_file*
|
||||
** description: `fichier contenant les autorités de certification ("%h" sera remplacé par le répertoire de base WeeChat, par défaut: "~/.weechat")`
|
||||
** type: chaîne
|
||||
|
||||
@@ -113,9 +113,10 @@ points ci-dessous :
|
||||
* vérifiez que l'extension "Charset" est chargée avec la commande `/plugin`
|
||||
(s'il ne l'est pas, vous devez peut-être installer le paquet
|
||||
"weechat-plugins")
|
||||
* vérifiez la ligne charset (sur le tampon serveur), vous devriez voir
|
||||
'ISO-XXXXXX' ou 'UTF-8' pour le charset du terminal. Si vous voyez
|
||||
'ANSI_X3.4-1968' ou d'autres valeurs, votre locale est probablement erronée.
|
||||
* vérifiez la sortie de la commande `/charset` (sur le tampon "core"), vous
|
||||
devriez voir 'ISO-XXXXXX' ou 'UTF-8' pour le charset du terminal. Si vous
|
||||
voyez 'ANSI_X3.4-1968' ou d'autres valeurs, votre locale est probablement
|
||||
erronée (corrigez votre $LANG).
|
||||
* affectez la valeur pour le décodage global, par exemple :
|
||||
`/set charset.default.decode "ISO-8859-15"`
|
||||
* si vous utilisez la locale UTF-8 :
|
||||
@@ -273,6 +274,7 @@ supprimer l'alignement sur les pseudos :
|
||||
----------------------------------------
|
||||
/set weechat.bar.nicklist.position top
|
||||
/set weechat.look.prefix_align none
|
||||
/set weechat.look.align_end_of_lines time
|
||||
----------------------------------------
|
||||
|
||||
Avec WeeChat ≥ 0.3.6, vous pouvez activer l'option "eat_newline_glitch", pour
|
||||
@@ -599,7 +601,7 @@ commande, mais elle n'est pas parfaite (elle fonctionne seulement si le
|
||||
premier mode changé est voice) :
|
||||
|
||||
----------------------------------------
|
||||
/filter add hidevoices * irc_mode \(\+\|\-\)v
|
||||
/filter add hidevoices * irc_mode (\+|\-)v
|
||||
----------------------------------------
|
||||
|
||||
|
||||
|
||||
@@ -6224,8 +6224,8 @@ Exemples :
|
||||
|
||||
Valeur de retour :
|
||||
|
||||
* chaîne avec le code couleur, ou un code couleur de réinitialisation si la
|
||||
couleur n'a pas été trouvée
|
||||
* chaîne avec le code couleur, ou une chaîne vide si la couleur n'a pas été
|
||||
trouvée
|
||||
|
||||
Exemple en C :
|
||||
|
||||
@@ -6384,6 +6384,31 @@ Paramètres :
|
||||
* 'tags' : liste d'étiquettes ("tags") séparées par des virgules
|
||||
* 'message' : message à afficher
|
||||
|
||||
Tags couramment utilisés (liste non exhaustive) :
|
||||
|
||||
[width="70%",cols="1m,4",options="header"]
|
||||
|========================================
|
||||
| Tag | Description
|
||||
| no_filter | La ligne ne peut pas être filtrée
|
||||
| no_highlight | Aucun highlight n'est possible sur cette ligne
|
||||
| no_log | La ligne n'est pas écrite dans le fichier de log
|
||||
| log0 ... log9 | Niveau de log pour la ligne (voir `/help logger`)
|
||||
| notify_none | Le tampon avec la ligne ne sera pas ajouté à la "hotlist"
|
||||
| notify_message | Le tampon avec la ligne sera ajouté à la "hotlist" avec le niveau "message"
|
||||
| notify_private | Le tampon avec la ligne sera ajouté à la "hotlist" avec le niveau "private"
|
||||
| notify_highlight | Le tampon avec la ligne sera ajouté à la "hotlist" avec le niveau "highlight"
|
||||
| nick_xxx | Le message vient du pseudo "xxx"
|
||||
| prefix_nick_ccc | Le préfixe est un pseudo avec la couleur "ccc"
|
||||
| irc_xxx | Message IRC "xxx" (peut-être une commande ou un numérique sur 3 chiffres)
|
||||
| irc_numeric | Message IRC numérique
|
||||
| irc_error | Erreur du serveur IRC
|
||||
| irc_action | Action d'un pseudo (commande `/me`)
|
||||
| irc_ctcp | Message CTCP
|
||||
| irc_ctcp_reply | Réponse à un message CTCP
|
||||
| irc_smart_filter | Message IRC qui peut être filtré avec le "smart filter" (filtre intelligent)
|
||||
| away_info | Message avec une info d'absence
|
||||
|========================================
|
||||
|
||||
Exemple en C :
|
||||
|
||||
[source,C]
|
||||
@@ -6620,17 +6645,21 @@ struct t_hook *my_command_hook =
|
||||
NULL);
|
||||
----------------------------------------
|
||||
|
||||
Par exemple, si la commande appelée est `/command abc def ghi`, alors argv et
|
||||
argv_eol contiendront les valeurs suivantes :
|
||||
Par exemple, si la commande appelée est `/command abc def ghi`, alors 'argv' et
|
||||
'argv_eol' ont les valeurs suivantes :
|
||||
|
||||
* 'argv' :
|
||||
** 'argv[0]' == "abc"
|
||||
** 'argv[1]' == "def"
|
||||
** 'argv[2]' == "ghi"
|
||||
* 'argv_eol' :
|
||||
** 'argv_eol[0]' == "abc def ghi"
|
||||
** 'argv_eol[1]' == "def ghi"
|
||||
** 'argv_eol[2]' == "ghi"
|
||||
* 'argv':
|
||||
** 'argv[0]' == "/command"
|
||||
** 'argv[1]' == "abc"
|
||||
** 'argv[2]' == "def"
|
||||
** 'argv[3]' == "ghi"
|
||||
* 'argv_eol':
|
||||
** 'argv_eol[0]' == "/command abc def ghi"
|
||||
** 'argv_eol[1]' == "abc def ghi"
|
||||
** 'argv_eol[2]' == "def ghi"
|
||||
** 'argv_eol[3]' == "ghi"
|
||||
|
||||
Pour les scripts, 'args' a la valeur "abc def ghi".
|
||||
|
||||
Script (Python) :
|
||||
|
||||
@@ -7196,6 +7225,7 @@ Paramètres :
|
||||
*** 'WEECHAT_HOOK_CONNECT_GNUTLS_HANDSHAKE_ERROR' : erreur avec la
|
||||
"poignée de main" GnuTLS
|
||||
*** 'WEECHAT_HOOK_CONNECT_MEMORY_ERROR' : mémoire insuffisante
|
||||
*** 'WEECHAT_HOOK_CONNECT_TIMEOUT' : temps maximum dépassé
|
||||
** 'gnutls_rc' : valeur retour de 'gnutls_handshake()'
|
||||
** 'const char *error' : valeur retour de 'gnutls_strerror(gnutls_rc)'
|
||||
** 'const char *ip_address' : adresse IP trouvée
|
||||
@@ -7246,6 +7276,9 @@ my_connect_cb (void *data, int status, int gnutls_rc, const char *error,
|
||||
case WEECHAT_HOOK_CONNECT_MEMORY_ERROR:
|
||||
/* ... */
|
||||
break;
|
||||
case WEECHAT_HOOK_CONNECT_TIMEOUT:
|
||||
/* ... */
|
||||
break;
|
||||
}
|
||||
return WEECHAT_RC_OK;
|
||||
}
|
||||
@@ -7286,6 +7319,8 @@ def my_connect_cb(data, status, gnutls_rc, error, ip_address):
|
||||
# ...
|
||||
elif status == WEECHAT_HOOK_CONNECT_MEMORY_ERROR:
|
||||
# ...
|
||||
elif status == WEECHAT_HOOK_CONNECT_TIMEOUT:
|
||||
# ...
|
||||
return weechat.WEECHAT_RC_OK
|
||||
|
||||
hook = weechat.hook_connect("", "my.server.org", 1234, sock, 0, "",
|
||||
@@ -7490,6 +7525,31 @@ Paramètres :
|
||||
- |
|
||||
ignore supprimé
|
||||
|
||||
| irc | irc_notify_join +
|
||||
(_nouveau dans la version 0.3.8_) |
|
||||
chaîne: nom du serveur + "," + pseudo |
|
||||
un pseudo dans la liste de notifications a rejoint le serveur
|
||||
|
||||
| irc | irc_notify_quit +
|
||||
(_nouveau dans la version 0.3.8_) |
|
||||
chaîne: nom du serveur + "," + pseudo |
|
||||
un pseudo dans la liste de notifications a quitté le serveur
|
||||
|
||||
| irc | irc_notify_away +
|
||||
(_nouveau dans la version 0.3.8_) |
|
||||
chaîne: nom du serveur + "," + pseudo + "," + message d'absence |
|
||||
un pseudo dans la liste de notifications est maintenant absent sur le serveur
|
||||
|
||||
| irc | irc_notify_still_away +
|
||||
(_nouveau dans la version 0.3.8_) |
|
||||
chaîne: nom du serveur + "," + pseudo + "," + message d'absence |
|
||||
un pseudo dans la liste de notifications est toujours absent sur le serveur (le message d'absence a changé)
|
||||
|
||||
| irc | irc_notify_back +
|
||||
(_nouveau dans la version 0.3.8_) |
|
||||
chaîne: nom du serveur + "," + pseudo |
|
||||
un pseudo dans la liste de notifications est de retour (statut d'absence supprimé)
|
||||
|
||||
| logger | logger_start |
|
||||
pointeur : tampon |
|
||||
démarrage de l'enregistrement sur disque pour le tampon
|
||||
@@ -8716,8 +8776,7 @@ Paramètres :
|
||||
|
||||
Valeur de retour :
|
||||
|
||||
* chaîne modifiée, NULL si aucun changement n'a été fait dans la chaîne par le
|
||||
ou les "modifieurs"
|
||||
* chaîne modifiée, NULL en cas d'erreur
|
||||
|
||||
Exemple en C :
|
||||
|
||||
@@ -9705,7 +9764,10 @@ Paramètres :
|
||||
principal WeeChat)
|
||||
** 'name' : nom du tampon
|
||||
** 'full_name' : nom complet du tampon ("extension.nom") (_nouveau dans la version 0.3.7_)
|
||||
** 'short_name' : nom court du tampon
|
||||
** 'short_name' : nom court du tampon (note: utilisé pour l'affichage seulement
|
||||
et peut être changé par l'utilisateur, il ne doit pas être utilisé pour
|
||||
trouver le nom du tampon, utlisez à la place 'name', 'full_name' ou bien la
|
||||
variable locale 'channel')
|
||||
** 'title' : titre du tampon
|
||||
** 'input' : texte saisi
|
||||
** 'text_search_input' : texte saisi sauvegardé avant la recherche de texte
|
||||
@@ -10399,9 +10461,6 @@ Paramètres :
|
||||
* 'parent_group' : pointeur vers le parent du groupe, NULL si le groupe n'a pas
|
||||
de parent (racine de la liste des pseudos)
|
||||
* 'name' : nom du groupe
|
||||
* 'visible' :
|
||||
** '1' : le groupe et ses sous-groupes/pseudos sont visibles
|
||||
** '0' : le groupe et ses sous-groupes/pseudos sont cachés
|
||||
* 'color' : nom de l'option contenant la couleur :
|
||||
** une option WeeChat, par exemple 'weechat.color.nicklist_group'
|
||||
** une couleur avec un fond optionnel, par exemple 'yellow' ou 'yellow,red'
|
||||
@@ -10409,6 +10468,9 @@ Paramètres :
|
||||
*** 'bar_fg' : couleur de texte pour la barre
|
||||
*** 'bar_delim' : couleur des délimiteurs pour la barre
|
||||
*** 'bar_bg' : couleur de fond pour la barre
|
||||
* 'visible' :
|
||||
** '1' : le groupe et ses sous-groupes/pseudos sont visibles
|
||||
** '0' : le groupe et ses sous-groupes/pseudos sont cachés
|
||||
|
||||
[NOTE]
|
||||
Le nom du groupe peut commencer par un ou plusieurs chiffres, suivis d'un pipe
|
||||
@@ -12253,7 +12315,7 @@ Script (Python) :
|
||||
infolist = weechat.infolist_get(infolist_name, pointer, arguments)
|
||||
|
||||
# exemple
|
||||
infolist = weechat.infolist_get("irc_server, "", "")
|
||||
infolist = weechat.infolist_get("irc_server", "", "")
|
||||
----------------------------------------
|
||||
|
||||
weechat_infolist_next
|
||||
|
||||
@@ -101,7 +101,7 @@ Paramètres :
|
||||
* 'license' : chaîne, licence du script
|
||||
* 'description' : chaîne, description courte du script
|
||||
* 'shutdown_function' : chaîne, nom de la fonction appelée lorsque le script
|
||||
est déchargé
|
||||
est déchargé (optionnel)
|
||||
* 'charset' : chaîne, jeu de caractères du script (optionnel, si votre script
|
||||
est UTF-8, vous pouvez utiliser une valeur vide ici, car UTF-8 est le jeu de
|
||||
caractères par défaut)
|
||||
@@ -394,7 +394,7 @@ Liste des constantes de l'API script :
|
||||
WEECHAT_HOOK_CONNECT_IP_ADDRESS_NOT_FOUND, WEECHAT_HOOK_CONNECT_CONNECTION_REFUSED,
|
||||
WEECHAT_HOOK_CONNECT_PROXY_ERROR, WEECHAT_HOOK_CONNECT_LOCAL_HOSTNAME_ERROR,
|
||||
WEECHAT_HOOK_CONNECT_GNUTLS_INIT_ERROR, WEECHAT_HOOK_CONNECT_GNUTLS_HANDSHAKE_ERROR,
|
||||
WEECHAT_HOOK_CONNECT_MEMORY_ERROR
|
||||
WEECHAT_HOOK_CONNECT_MEMORY_ERROR, WEECHAT_HOOK_CONNECT_TIMEOUT
|
||||
| hook signal |
|
||||
WEECHAT_HOOK_SIGNAL_STRING, WEECHAT_HOOK_SIGNAL_INT, WEECHAT_HOOK_SIGNAL_POINTER
|
||||
|========================================
|
||||
|
||||
+12
-10
@@ -113,9 +113,8 @@ compiler WeeChat.
|
||||
nom du paquet peut être différente. +
|
||||
^(2)^ WeeChat peut compiler avec libncurses5-dev, mais ce n'est *PAS* recommandé
|
||||
(vous aurez des bugs d'affichage avec les caractères larges). +
|
||||
^(3)^ WeeChat peut compiler avec Python 3.x, mais la version de Python
|
||||
recommandée est 2.7 (tous les scripts tournent bien avec la version 2.x, mais
|
||||
pas avec la version 3.x).
|
||||
^(3)^ La version recommandée de Python est 2.7 (tous les scripts tournent bien
|
||||
avec la version 2.7, mais pas avec les versions ≤ 2.6 ou ≥ 3.0).
|
||||
|
||||
[[compile_with_cmake]]
|
||||
Compilation avec cmake
|
||||
@@ -1412,12 +1411,13 @@ Pour plus d'informations, consulter http://www.oftc.net/oftc/NickServ/CertFP
|
||||
Authentification avec SASL
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
WeeChat supporte l'authentification avec SASL, en utilisant deux mécanismes :
|
||||
"plain" (par défaut) ou "dh-blowfish" (mot de passe chiffré).
|
||||
WeeChat supporte l'authentification avec SASL, en utilisant trois mécanismes :
|
||||
"plain" (mot de passe en clair), "dh-blowfish" (mot de passe chiffré) ou
|
||||
"external" (certificat SSL côté client).
|
||||
|
||||
Les options dans le serveur sont :
|
||||
|
||||
* 'sasl_mechanism' : mécanisme à utiliser ("plain" ou "dh-blowfish")
|
||||
* 'sasl_mechanism' : mécanisme à utiliser ("plain", "dh-blowfish" ou "external")
|
||||
* 'sasl_timeout' : délai d'attente maximum (en secondes) pour l'authentification
|
||||
* 'sasl_username' : nom d'utilisateur (pseudo)
|
||||
* 'sasl_password' : mot de passe
|
||||
@@ -2093,13 +2093,15 @@ Empaqueteurs::
|
||||
Emmanuel Bouthenot (kolter), Julien Louis (ptitlouis), Odin
|
||||
|
||||
Traductions::
|
||||
Jiri Golembiovsky, soltys, Nils Görs, rettub, Frank Zacharias,
|
||||
Pavel Shevchuk, Elián Hanisch (m4v), Voroskoi, Marco Paolone,
|
||||
Ivan Sichmann Freitas, Lázaro A.
|
||||
Jiri Golembiovsky (GolemJ), soltys, Nils Görs (nils_2), rettub,
|
||||
Frank Zacharias, Pavel Shevchuk, Elián Hanisch (m4v), Voroskoi,
|
||||
Marco Paolone, Ivan Sichmann Freitas, Lázaro A., Ryuunosuke Ayanokouzi,
|
||||
Quico Noizeux
|
||||
|
||||
Patchs::
|
||||
Dmitry Kobylin, Rudolf Polzer, Jim Ramsay, Pistos, Gwenn, Dominik Honnef,
|
||||
JD Horelick, Stefano Pigozzi, Gu1ll4um3r0m41n
|
||||
JD Horelick, Stefano Pigozzi, Gu1ll4um3r0m41n, Kyle Fuller,
|
||||
Quentin Glidic (SardemFF7), Simon Kuhnle, Mateusz Poszwa
|
||||
|
||||
|
||||
[[support]]
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
'modes' (string) +
|
||||
'limit' (integer) +
|
||||
'key' (string) +
|
||||
'names_received' (integer) +
|
||||
'checking_away' (integer) +
|
||||
'away_message' (string) +
|
||||
'has_quit_server' (integer) +
|
||||
@@ -78,6 +79,7 @@
|
||||
'string' (string) +
|
||||
'timeout' (integer) +
|
||||
'command' (string) +
|
||||
'assigned_to_command' (integer) +
|
||||
'start_time' (time) +
|
||||
'cmd_start' (hashtable) +
|
||||
'cmd_stop' (hashtable) +
|
||||
@@ -138,6 +140,7 @@
|
||||
'nick_max_length' (integer) +
|
||||
'casemapping' (integer) +
|
||||
'chantypes' (string) +
|
||||
'chanmodes' (string) +
|
||||
'reconnect_delay' (integer) +
|
||||
'reconnect_start' (time) +
|
||||
'command_time' (time) +
|
||||
@@ -286,6 +289,7 @@
|
||||
'local_variables' (hashtable) +
|
||||
'prev_buffer' (pointer, hdata: 'buffer') +
|
||||
'next_buffer' (pointer, hdata: 'buffer') |
|
||||
'gui_buffer_last_displayed' +
|
||||
'gui_buffers' +
|
||||
'last_gui_buffer'
|
||||
|
||||
@@ -412,6 +416,7 @@
|
||||
'area_name' (pointer) +
|
||||
'area_key' (string) +
|
||||
'command' (string) +
|
||||
'score' (integer) +
|
||||
'prev_key' (pointer, hdata: 'key') +
|
||||
'next_key' (pointer, hdata: 'key') |
|
||||
'gui_default_keys' +
|
||||
|
||||
@@ -143,11 +143,12 @@ destinazione: nome server
|
||||
[[command_irc_disconnect]]
|
||||
[command]*`disconnect`* disconnette da uno o tutti i server IRC::
|
||||
........................................
|
||||
/disconnect [<server>|-all [<motivo>]]
|
||||
/disconnect [<server>|-all|-pending [<motivo>]]
|
||||
|
||||
server: nome del server da cui disconnettersi
|
||||
-all: disconnette da tutti i server
|
||||
motivo: motivo per la disconnessione
|
||||
server: nome del server da cui disconnettersi
|
||||
-all: disconnette da tutti i server
|
||||
-pending: annulla la riconnessione automatica sui server in fase di riconnessione
|
||||
motivo: motivo per la disconnessione
|
||||
........................................
|
||||
|
||||
[[command_irc_halfop]]
|
||||
@@ -194,7 +195,7 @@ destinazione: nome server
|
||||
[[command_irc_invite]]
|
||||
[command]*`invite`* invita un nick su un canale::
|
||||
........................................
|
||||
/invite <nick> <canale>
|
||||
/invite <nick> [<nick>...] [<canale>]
|
||||
|
||||
nick: nick da invitare
|
||||
canale: canale su cui invitare
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
** valori: un nome colore di WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), un numero colore del terminale o un alias; attributi consentiti prima del colore (solo per il colore del testo, non lo sfondo): "*" per il grassetto, "!" per l'inverso, "_" per la sottolineatura (valore predefinito: `red`)
|
||||
|
||||
* [[option_irc.color.mirc_remap]] *irc.color.mirc_remap*
|
||||
** descrizione: `riordina i colori mirc nei messaggi usando una tabella hash: le chiavi sono "fg,bg" come interi tra -1 (non specificato) e 15, i valori sono i numeri oppure i nomi dei colori di WeeChat (il formato è: "1,-1:colore1;2,7:colore2"), esempio: "1,-1":darkgray;1,2:white,blue" per riordinare dal nero su qualsiasi colore di sfondo a "darkgray" e dal nero su blu a "white,blue"; i colori predefiniti di WeeChat per i codici IRC: 0:white, 1:black, 2:blue, 3:green, 4:lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9: lightgreen, 10:cyan, 11:lightcyan, 12:lightblue, 13:lightmagenta, 14:gray, 15:white`
|
||||
** descrizione: `riassegna i colori mirc nei messaggi usando una tabella hash: le chiavi sono "fg,bg" come interi tra -1 (non specificato) e 15, i valori sono i numeri oppure i nomi dei colori di WeeChat (il formato è: "1,-1:colore1;2,7:colore2"), esempio: "1,-1":darkgray;1,2:white,blue" per riassegnare dal nero a "darkgray" e dal nero su blu a "white,blue"; i colori predefiniti di WeeChat per i codici IRC: 0:white, 1:black, 2:blue, 3:green, 4:lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9:lightgreen, 10:cyan, 11:lightcyan, 12:lightblue, 13:lightmagenta, 14:gray, 15:white`
|
||||
** tipo: stringa
|
||||
** valori: qualsiasi stringa (valore predefinito: `"1,-1:darkgray"`)
|
||||
|
||||
@@ -224,7 +224,7 @@
|
||||
** valori: none, next, near_server (valore predefinito: `none`)
|
||||
|
||||
* [[option_irc.look.nick_color_force]] *irc.look.nick_color_force*
|
||||
** descrizione: `forza colore per alcuni nick: l'hash calcolato con il nick per trovare il colore non verrà usato per questi nick (il formato è: "nick1:color1;nick2:color2")`
|
||||
** descrizione: `forza colore per alcuni nick: l'hash calcolato con il nick per trovare il colore non verrà usato per questi nick (il formato è: "nick1:color1;nick2:color2"); la ricerca dei nick è prima sensibile alle maiuscole, poi con le minuscole, per cui è possibile usare solo le minuscole per i nick in questa opzione`
|
||||
** tipo: stringa
|
||||
** valori: qualsiasi stringa (valore predefinito: `""`)
|
||||
|
||||
@@ -484,9 +484,9 @@
|
||||
** valori: qualsiasi stringa (valore predefinito: `""`)
|
||||
|
||||
* [[option_irc.server_default.sasl_mechanism]] *irc.server_default.sasl_mechanism*
|
||||
** descrizione: `meccanismo per l'autenticazione SASL`
|
||||
** descrizione: `meccanismo per l'autenticazione SASL: "plain" per le password in chiaro, "dh-blowfish" per le password cifrate, "external" per l'autenticazione con certificati SSL lato client`
|
||||
** tipo: intero
|
||||
** valori: plain, dh-blowfish (valore predefinito: `plain`)
|
||||
** valori: plain, dh-blowfish, external (valore predefinito: `plain`)
|
||||
|
||||
* [[option_irc.server_default.sasl_password]] *irc.server_default.sasl_password*
|
||||
** descrizione: `password per l'autenticazione SASL`
|
||||
|
||||
@@ -1,3 +1,13 @@
|
||||
* [[option_logger.color.backlog_end]] *logger.color.backlog_end*
|
||||
** descrizione: `colore per la riga finale nella cronologia`
|
||||
** tipo: colore
|
||||
** valori: un nome colore di WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), un numero colore del terminale o un alias; attributi consentiti prima del colore (solo per il colore del testo, non lo sfondo): "*" per il grassetto, "!" per l'inverso, "_" per la sottolineatura (valore predefinito: `darkgray`)
|
||||
|
||||
* [[option_logger.color.backlog_line]] *logger.color.backlog_line*
|
||||
** descrizione: `colore per la cronologia`
|
||||
** tipo: colore
|
||||
** valori: un nome colore di WeeChat (default, black, (dark)gray, white, (light)red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), un numero colore del terminale o un alias; attributi consentiti prima del colore (solo per il colore del testo, non lo sfondo): "*" per il grassetto, "!" per l'inverso, "_" per la sottolineatura (valore predefinito: `darkgray`)
|
||||
|
||||
* [[option_logger.file.auto_log]] *logger.file.auto_log*
|
||||
** descrizione: `salva automaticamente il contenuto dei buffer su file (a meno che un buffer disabiliti il log)`
|
||||
** tipo: bool
|
||||
@@ -39,7 +49,7 @@
|
||||
** valori: qualsiasi stringa (valore predefinito: `"%Y-%m-%d %H:%M:%S"`)
|
||||
|
||||
* [[option_logger.look.backlog]] *logger.look.backlog*
|
||||
** descrizione: `numero massimo di righe da visualizzare dal file di log alla creazione di un nuovo buffer (0 = nessun backlog)`
|
||||
** descrizione: `numero massimo di righe da visualizzare dal file di log alla creazione di un nuovo buffer (0 = nessuna cronologia)`
|
||||
** tipo: intero
|
||||
** valori: 0 .. 2147483647 (valore predefinito: `20`)
|
||||
|
||||
|
||||
@@ -227,7 +227,7 @@ Il tasto predefinito alt+'=' abilita/disabilita il filtro.
|
||||
Tag usati di frequente:
|
||||
no_filter, no_highlight, no_log, log0..log9 (livello di log),
|
||||
notify_none, notify_message, notify_private, notify_highlight,
|
||||
nick_xxx (xxx è il nick nel messaggio),
|
||||
nick_xxx (xxx è il nick nel messaggio) prefix_nick_ccc (ccc è il colore del nick),
|
||||
irc_xxx (xxx è il nome comando o il numero, consultare /server raw), irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, irc_smart_filter, away_info.
|
||||
Per mostrare i tag per le righe nei buffer: /debug tags
|
||||
|
||||
@@ -320,6 +320,8 @@ elenco di azioni:
|
||||
switch_active_buffer: passa al successivo buffer incollato
|
||||
switch_active_buffer_previous: passa al precedente buffer incollato
|
||||
insert: inserisci testo nella riga di comando
|
||||
paste_start: inizio testo da incollare (modalità "bracketed paste")
|
||||
paste_stop: fine testo da incollare (modalità "bracketed paste")
|
||||
|
||||
Questo comando viene usato dalla combinazioni tasti o dai plugin.
|
||||
........................................
|
||||
@@ -343,6 +345,7 @@ listdefault: elenca i tasti predefiniti
|
||||
contesto: nome del contesto ("default" oppure "search")
|
||||
bind: associa un comando ad un tasto o visualizza il comando associato al tasto (per il contesto "default")
|
||||
bindctxt: associa un comando ad un tasto o mostra il comando associato al tasto, per il contesto fornito
|
||||
comando: comando (più comandi vanno separati da punto e virgola)
|
||||
unbind: rimuove una combinazione di tasti (per il contesto "default")
|
||||
unbindctxt: rimuove la combinazione tasti per il contesto fornito
|
||||
reset: ripristina un tasto all'assegnazione predefinita
|
||||
|
||||
@@ -279,7 +279,7 @@
|
||||
** valori: on, off (valore predefinito: `on`)
|
||||
|
||||
* [[option_weechat.completion.nick_completer]] *weechat.completion.nick_completer*
|
||||
** descrizione: `stringa inserita dopo il completamento del nick`
|
||||
** descrizione: `stringa inserita dopo il completamento del nick (quando il nick è la prima parola sulla riga di comando)`
|
||||
** tipo: stringa
|
||||
** valori: qualsiasi stringa (valore predefinito: `":"`)
|
||||
|
||||
@@ -309,7 +309,7 @@
|
||||
** valori: on, off (valore predefinito: `off`)
|
||||
|
||||
* [[option_weechat.completion.partial_completion_count]] *weechat.completion.partial_completion_count*
|
||||
** descrizione: `visualizza contatore per ogni completamento parziale nella barra degli oggetti`
|
||||
** descrizione: `mostra contatore per ogni completamento parziale nella barra degli oggetti`
|
||||
** tipo: bool
|
||||
** valori: on, off (valore predefinito: `on`)
|
||||
|
||||
@@ -578,10 +578,20 @@
|
||||
** tipo: bool
|
||||
** valori: on, off (valore predefinito: `off`)
|
||||
|
||||
* [[option_weechat.look.paste_max_lines]] *weechat.look.paste_max_lines*
|
||||
** descrizione: `numero massimo di righe da incollare senza conferma dell'utente (0 = disabilita questa caratteristica)`
|
||||
* [[option_weechat.look.paste_bracketed]] *weechat.look.paste_bracketed*
|
||||
** descrizione: `abilita la modalità "bracketed paste" per il terminale (non supportata da tutti i terminali/multiplexer): in questa modalità, il testo incollato viene circondato da sequenze di controllo in modo che WeeChat possa differenziare il testo incollato dal testo digitato ("ESC[200~", seguito dal testo incollato, seguito da "ESC[201~")`
|
||||
** tipo: bool
|
||||
** valori: on, off (valore predefinito: `off`)
|
||||
|
||||
* [[option_weechat.look.paste_bracketed_timer_delay]] *weechat.look.paste_bracketed_timer_delay*
|
||||
** descrizione: `forza la fine della modalità "bracketed paste" dopo questo ritardo (in secondi) se la sequenza di controllo per la fine del "bracketed paste" ("ESC[201~") non è stata ricevuta in tempo`
|
||||
** tipo: intero
|
||||
** valori: 0 .. 2147483647 (valore predefinito: `3`)
|
||||
** valori: 1 .. 60 (valore predefinito: `10`)
|
||||
|
||||
* [[option_weechat.look.paste_max_lines]] *weechat.look.paste_max_lines*
|
||||
** descrizione: `numero massimo di righe da incollare senza conferma dell'utente (-1 = disabilita questa caratteristica)`
|
||||
** tipo: intero
|
||||
** valori: -1 .. 2147483647 (valore predefinito: `1`)
|
||||
|
||||
* [[option_weechat.look.prefix_action]] *weechat.look.prefix_action*
|
||||
** descrizione: `prefisso per i messaggi di azione`
|
||||
@@ -604,9 +614,9 @@
|
||||
** valori: 0 .. 128 (valore predefinito: `0`)
|
||||
|
||||
* [[option_weechat.look.prefix_align_more]] *weechat.look.prefix_align_more*
|
||||
** descrizione: `mostra '+' se il prefisso è troncato`
|
||||
** tipo: bool
|
||||
** valori: on, off (valore predefinito: `on`)
|
||||
** descrizione: `carattere da mostrare se il prefisso è troncato (deve essere esattamente un carattere sullo schermo)`
|
||||
** tipo: stringa
|
||||
** valori: qualsiasi stringa (valore predefinito: `"+"`)
|
||||
|
||||
* [[option_weechat.look.prefix_buffer_align]] *weechat.look.prefix_buffer_align*
|
||||
** descrizione: `prefisso di allineamento per il nome del buffer, quando più buffer vengono uniti con lo stesso numero (none (nessuno), left(sinistra), right(destra - predefinito)`
|
||||
@@ -619,9 +629,9 @@
|
||||
** valori: 0 .. 128 (valore predefinito: `0`)
|
||||
|
||||
* [[option_weechat.look.prefix_buffer_align_more]] *weechat.look.prefix_buffer_align_more*
|
||||
** descrizione: `visualizza '+' se il nome del buffer è troncato (quando più buffer sono uniti con lo stesso numero)`
|
||||
** tipo: bool
|
||||
** valori: on, off (valore predefinito: `on`)
|
||||
** descrizione: `carattere da mostrare se il nome del buffer è troncato (quando più buffer vengono uniti con lo stesso numero) (deve essere esattamente un carattere su schermo)`
|
||||
** tipo: stringa
|
||||
** valori: qualsiasi stringa (valore predefinito: `"+"`)
|
||||
|
||||
* [[option_weechat.look.prefix_error]] *weechat.look.prefix_error*
|
||||
** descrizione: `prefisso per i messaggi di errore`
|
||||
@@ -643,6 +653,11 @@
|
||||
** tipo: stringa
|
||||
** valori: qualsiasi stringa (valore predefinito: `"<--"`)
|
||||
|
||||
* [[option_weechat.look.prefix_same_nick]] *weechat.look.prefix_same_nick*
|
||||
** descrizione: `prefisso mostrato per un messaggio con lo stesso nick del messaggio precedente: usare uno spazio " " per nascondere il prefisso, un'altra stringa per mostrare la stringa invece del prefisso, o una stringa vuota per disabilitare questa funzionalità (mostra prefisso)`
|
||||
** tipo: stringa
|
||||
** valori: qualsiasi stringa (valore predefinito: `""`)
|
||||
|
||||
* [[option_weechat.look.prefix_suffix]] *weechat.look.prefix_suffix*
|
||||
** descrizione: `stringa visualizzata dopo il prefisso`
|
||||
** tipo: stringa
|
||||
@@ -713,8 +728,13 @@
|
||||
** tipo: stringa
|
||||
** valori: qualsiasi stringa (valore predefinito: `"%a, %d %b %Y %T"`)
|
||||
|
||||
* [[option_weechat.network.connection_timeout]] *weechat.network.connection_timeout*
|
||||
** descrizione: `timeout (in secondi) per la connessione ad un host remoto (eseguita in un processo figlio)`
|
||||
** tipo: intero
|
||||
** valori: 1 .. 2147483647 (valore predefinito: `60`)
|
||||
|
||||
* [[option_weechat.network.gnutls_ca_file]] *weechat.network.gnutls_ca_file*
|
||||
** descrizione: `file contenente le autorità certificative ("%h" sarà sostituito dalla home di WeeChat, "~/.weechat come predefinita)`
|
||||
** descrizione: `file contenente le autorità certificative ("%h" sarà sostituito dalla home di WeeChat, predefinita: "~/.weechat)`
|
||||
** tipo: stringa
|
||||
** valori: qualsiasi stringa (valore predefinito: `"/etc/ssl/certs/ca-certificates.crt"`)
|
||||
|
||||
|
||||
@@ -111,9 +111,10 @@ soluzione tra quelle elencate:
|
||||
necessario su molte distribuzioni ma non tutte): `ldd /percorso/di/weechat-curses`
|
||||
* verificare che il plugin "charset" sia caricato con il comando `plugin` (se non
|
||||
lo è, probabilmente è necessario il pacchetto "weechat-plugins")
|
||||
* controllare la riga del set caratteri (sul buffer del server). Dovrebbe essere
|
||||
possibile vedere 'ISO-XXXXXX' oppure 'UTF-8' per il set caratteri del terminale.
|
||||
Se compare 'ANSI_X3.4-1968" o un altro valore, il proprio locale è errato.
|
||||
* verificare l'output del comando `/charset` (sul buffer core). Dovrebbero essere
|
||||
visualizzati 'ISO-XXXXXX' oppure 'UTF-8' per il set caratteri del terminale.
|
||||
Se invece compaiono 'ANSI_X3.4-1968' o altri valori, il locale probabilmente
|
||||
non è esatto (correggere la variabile $LANG).
|
||||
* impostare il valore di decodifica globale, per esempio:
|
||||
`/set charset.default.decode = ISO-8859-15`
|
||||
* se si usa la localizzazione UTF-8:
|
||||
@@ -272,6 +273,7 @@ l'allineamento sul nick:
|
||||
----------------------------------------
|
||||
/set weechat.bar.nicklist.position top
|
||||
/set weechat.look.prefix_align none
|
||||
/set weechat.look.align_end_of_lines time
|
||||
----------------------------------------
|
||||
|
||||
Con WeeChat ≥ 0.3.6, si può abilitare l'opzione "eat_newline_glitch", in
|
||||
@@ -595,7 +597,7 @@ comando, ma non funzionerà perfettamente (funziona se la prima modalità
|
||||
modificata è il voice):
|
||||
|
||||
----------------------------------------
|
||||
/filter add hidevoices * irc_mode \(\+\|\-\)v
|
||||
/filter add hidevoices * irc_mode (\+|\-)v
|
||||
----------------------------------------
|
||||
|
||||
|
||||
|
||||
@@ -6156,7 +6156,7 @@ Esempi:
|
||||
|
||||
Valore restituito:
|
||||
|
||||
* stringa con codice colore, o un codice "reset color" se il colore non è stato trovato
|
||||
* stringa con il codice colore, o una stringa vuota se non trovata
|
||||
|
||||
Esempio in C:
|
||||
|
||||
@@ -6313,6 +6313,31 @@ Argomenti:
|
||||
* 'tags': lista di tag separati da virgole
|
||||
* 'message': messaggio da visualizzare
|
||||
|
||||
Tag usati di frequente (elenco non esaustivo):
|
||||
|
||||
[width="70%",cols="1m,4",options="header"]
|
||||
|========================================
|
||||
| Tag | Descrizione
|
||||
| no_filter | La riga non può essere filtrata
|
||||
| no_highlight | Evidenziazione non possibile sulla riga
|
||||
| no_log | La riga non viene scritta nel file di log
|
||||
| log0 ... log9 | Livello di log per la riga (consultare `/help logger`)
|
||||
| notify_none | Il buffer con la riga non viene aggiunto alla hotlist
|
||||
| notify_message | Il buffer con la riga viene aggiunto alla hotlist con il livello "message"
|
||||
| notify_private | Il buffer con la riga viene aggiunto alla hotlist con il livello "private"
|
||||
| notify_highlight | Il buffer con la riga viene aggiunto alla hotlist con il livello "higlight"
|
||||
| nick_xxx | Il messaggio viene dal nick "xxx"
|
||||
| prefix_nick_ccc | Il prefisso è un nick con il colore "ccc"
|
||||
| irc_xxx | Messaggio IRC "xxx" (può essere un comando o un numero di 3 cifre)
|
||||
| irc_numeric | Messaggio IRC numerico
|
||||
| irc_error | Errore dal server IRC
|
||||
| irc_action | Azione da un nic (comando `/me`)
|
||||
| irc_ctcp | Messaggio CTCP
|
||||
| irc_ctcp_reply | Risposta ad un messaggio CTCP
|
||||
| irc_smart_filter | Messaggio IRC filtrabile tramite lo "smart filter" (filtro intelligente)
|
||||
| away_info | Messagio con informazioni sull'assenza
|
||||
|========================================
|
||||
|
||||
Esempio in C:
|
||||
|
||||
[source,C]
|
||||
@@ -6546,16 +6571,20 @@ struct t_hook *my_command_hook =
|
||||
----------------------------------------
|
||||
|
||||
Ad esempio, se il comando chiamato è `/comando abc def ghi`, allora
|
||||
argv e argv_eol contengono i seguenti valori:
|
||||
'argv' e 'argv_eol' contengono i seguenti valori:
|
||||
|
||||
* 'argv':
|
||||
** 'argv[0]' == "abc"
|
||||
** 'argv[1]' == "def"
|
||||
** 'argv[2]' == "ghi"
|
||||
** 'argv[0]' == "/command"
|
||||
** 'argv[1]' == "abc"
|
||||
** 'argv[2]' == "def"
|
||||
** 'argv[3]' == "ghi"
|
||||
* 'argv_eol':
|
||||
** 'argv_eol[0]' == "abc def ghi"
|
||||
** 'argv_eol[1]' == "def ghi"
|
||||
** 'argv_eol[2]' == "ghi"
|
||||
** 'argv_eol[0]' == "/command abc def ghi"
|
||||
** 'argv_eol[1]' == "abc def ghi"
|
||||
** 'argv_eol[2]' == "def ghi"
|
||||
** 'argv_eol[3]' == "ghi"
|
||||
|
||||
Per gli script, 'args' ha valore "abc def ghi".
|
||||
|
||||
Script (Python):
|
||||
|
||||
@@ -7114,6 +7143,7 @@ Argomenti:
|
||||
*** 'WEECHAT_HOOK_CONNECT_GNUTLS_INIT_ERROR': errore inizializzazione GnuTLS
|
||||
*** 'WEECHAT_HOOK_CONNECT_GNUTLS_HANDSHAKE_ERROR': errore di handshake GnuTLS
|
||||
*** 'WEECHAT_HOOK_CONNECT_MEMORY_ERROR': memoria insufficiente
|
||||
*** 'WEECHAT_HOOK_CONNECT_TIMEOUT': timeout
|
||||
** 'gnutls_rc': valore del risultato di 'gnutls_handshake()'
|
||||
** 'const char *error': valore del risultato di 'gnutls_strerror(gnutls_rc)'
|
||||
** 'const char *ip_address': indirizzo IP trovato
|
||||
@@ -7163,6 +7193,9 @@ my_connect_cb (void *data, int status, int gnutls_rc, const char *error,
|
||||
case WEECHAT_HOOK_CONNECT_MEMORY_ERROR:
|
||||
/* ... */
|
||||
break;
|
||||
case WEECHAT_HOOK_CONNECT_TIMEOUT:
|
||||
/* ... */
|
||||
break;
|
||||
}
|
||||
return WEECHAT_RC_OK;
|
||||
}
|
||||
@@ -7203,6 +7236,8 @@ def my_connect_cb(data, status, gnutls_rc, error, ip_address):
|
||||
# ...
|
||||
elif status == WEECHAT_HOOK_CONNECT_MEMORY_ERROR:
|
||||
# ...
|
||||
elif status == WEECHAT_HOOK_CONNECT_TIMEOUT:
|
||||
# ...
|
||||
return weechat.WEECHAT_RC_OK
|
||||
|
||||
hook = weechat.hook_connect("", "my.server.org", 1234, sock, 0, "",
|
||||
@@ -7410,6 +7445,31 @@ Argomenti:
|
||||
- |
|
||||
ignore rimosso
|
||||
|
||||
| irc | irc_notify_join +
|
||||
(_novità nella versione 0.3.8_) |
|
||||
string: nome server + "," + nick |
|
||||
un nick nella lista notifiche è entrato sul server
|
||||
|
||||
| irc | irc_notify_quit +
|
||||
(_novità nella versione 0.3.8_) |
|
||||
string: nome server + "," + nick |
|
||||
un nick nella lista notifiche è uscito dal server
|
||||
|
||||
| irc | irc_notify_away +
|
||||
(_novità nella versione 0.3.8_) |
|
||||
string: nome server + "," + nick + "," + messaggio di assenza |
|
||||
un nick nella lista notifiche è ora assente sul server
|
||||
|
||||
| irc | irc_notify_still_away +
|
||||
(_novità nella versione 0.3.8_) |
|
||||
string: nome server + "," + nick + "," + messaggio di assenza |
|
||||
un nick nella lista notifiche è ancora assente sul server (messaggio di assenza cambiato)
|
||||
|
||||
| irc | irc_notify_back +
|
||||
(_novità nella versione 0.3.8_) |
|
||||
string: nome server + "," + nick |
|
||||
un nick nella lista notifiche è tornato (messaggio di assenza rimosso)
|
||||
|
||||
| logger | logger_start |
|
||||
puntatore: buffer |
|
||||
avvia il logging per il buffer
|
||||
@@ -8624,8 +8684,7 @@ Argomenti:
|
||||
|
||||
Valore restituito:
|
||||
|
||||
* stringa modificata, NULL se nessun cambiamento nella stringa è
|
||||
stato effettuato dal modificatore(i).
|
||||
* stringa modificata, NULL in caso di errore
|
||||
|
||||
Esempio in C:
|
||||
|
||||
@@ -9606,7 +9665,9 @@ Argomenti:
|
||||
per il buffer principale di WeeChat)
|
||||
** 'name': nome del buffer
|
||||
** 'full_name': nome completo del buffer ("plugin.nome") (_novità nella versione 0.3.7_)
|
||||
** 'short_name': nome breve del buffer
|
||||
** 'short_name': nome breve del buffer (nota: usato solo per il display e può
|
||||
essere cambiato dall'utente, questo nome non va usato per trovare il nome del
|
||||
buffer, utilizzare invece 'name', 'fullname' o la variabile locale 'channel')
|
||||
** 'title': titolo del buffer
|
||||
** 'input': testo in ingresso
|
||||
** 'text_search_input': input salvato prima della ricerca nel testo
|
||||
@@ -10291,9 +10352,6 @@ Argomenti:
|
||||
* 'parent_group': puntatore al genitore del gruppo, NULL se il gruppo non ha genitore
|
||||
(lista nick radice)
|
||||
* 'name': nome del gruppo
|
||||
* 'visible':
|
||||
** '1': gruppi e sottogruppi/nick sono visibili
|
||||
** '0': gruppi e sottogruppi/nick sono nascosti
|
||||
* 'color': nome per l'opzione colore:
|
||||
** nome opzione per WeeChat, ad esempio 'weechat.color.nicklist_group'
|
||||
** colore con sfondo opzionale, ad esempio 'yellow' o 'yellow,red'
|
||||
@@ -10301,6 +10359,9 @@ Argomenti:
|
||||
*** 'bar_fg': colore di primo piando per la barra
|
||||
*** 'bar_delim': colore dei delimitatori per la barra
|
||||
*** 'bar_bg': colore di sfondo per la barra
|
||||
* 'visible':
|
||||
** '1': gruppi e sottogruppi/nick sono visibili
|
||||
** '0': gruppi e sottogruppi/nick sono nascosti
|
||||
|
||||
[NOTE]
|
||||
Il nome del gruppo può iniziare con uno o più numeri, seguiti da una pipe, e
|
||||
@@ -12147,7 +12208,7 @@ Script (Python):
|
||||
infolist = weechat.infolist_get(infolist_name, pointer, arguments)
|
||||
|
||||
# esempio
|
||||
infolist = weechat.infolist_get("irc_server, "", "")
|
||||
infolist = weechat.infolist_get("irc_server", "", "")
|
||||
----------------------------------------
|
||||
|
||||
weechat_infolist_next
|
||||
|
||||
@@ -101,7 +101,7 @@ Argomenti:
|
||||
* 'license': stringa, licenza dello script
|
||||
* 'description': stringa, breve descrizione dello script
|
||||
* 'shutdown_function': stringa, nome della funzione chiamata quando lo script
|
||||
viene scaricato
|
||||
viene scaricato (opzionale)
|
||||
* 'charset': stringa, set caratteri dello script (opzionale, se il proprio script è in UTF-8,
|
||||
è possibile utilizzare un valore nullo qui, dato che UTF-8 è il set caratteri predefinito)
|
||||
|
||||
@@ -393,7 +393,7 @@ Elenco di costanti nelle API per gli script:
|
||||
WEECHAT_HOOK_CONNECT_IP_ADDRESS_NOT_FOUND, WEECHAT_HOOK_CONNECT_CONNECTION_REFUSED,
|
||||
WEECHAT_HOOK_CONNECT_PROXY_ERROR, WEECHAT_HOOK_CONNECT_LOCAL_HOSTNAME_ERROR,
|
||||
WEECHAT_HOOK_CONNECT_GNUTLS_INIT_ERROR, WEECHAT_HOOK_CONNECT_GNUTLS_HANDSHAKE_ERROR,
|
||||
WEECHAT_HOOK_CONNECT_MEMORY_ERROR
|
||||
WEECHAT_HOOK_CONNECT_MEMORY_ERROR, WEECHAT_HOOK_CONNECT_TIMEOUT
|
||||
| hook su segnale |
|
||||
WEECHAT_HOOK_SIGNAL_STRING, WEECHAT_HOOK_SIGNAL_INT, WEECHAT_HOOK_SIGNAL_POINTER
|
||||
|========================================
|
||||
|
||||
+15
-13
@@ -115,9 +115,8 @@ compilare WeeChat.
|
||||
potrebbero essere differenti in versioni e distribuzioni differenti. +
|
||||
^(2)^ WeeChat può essere compilato con libncurses5-dev, ma *NON* è raccomandato
|
||||
(potrebbero verificarsi bug di visualizzazione). +
|
||||
^(3)^ WeeChat può compilare con Python 3.x, ma si raccomanda di usare la
|
||||
versione 2.7 (tutti gli script vengono eseguiti correttamente con la versione
|
||||
2.x, ma non con la 3.x).
|
||||
^(3)^ La versione raccomandata di Python è la 2.7 (tutti gli script funzionano
|
||||
correttamente con la versione 2.7, ma non con le versioni ≤ 2.6 o ≥ 3.0).
|
||||
|
||||
[[compile_with_cmake]]
|
||||
Compilazione con cmake
|
||||
@@ -1396,12 +1395,13 @@ Per maggiori informazioni consultare http://www.oftc.net/oftc/NickServ/CertFP
|
||||
Autenticazione SASL
|
||||
^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
WeeChat supporta l'autenticazione SASL, usando due meccanismi: "plain"
|
||||
(predefinito) o "dh-blowfish" (password codificata).
|
||||
WeeChat supporta l'autenticazione SASL, usando tre meccanismi: "plain" (password
|
||||
in chiaro), "dh-blowfish" (password cifrata)" o "external" (certificato SSL da
|
||||
lato client).
|
||||
|
||||
Le opzioni nel server sono:
|
||||
|
||||
* 'sasl_mechanism': meccanismo da usare ("plain" o "dh-blowfish")
|
||||
* 'sasl_mechanism': meccanismo da usare ("plain", "dh-blowfish" o "external")
|
||||
* 'sasl_timeout': timeout (in secondi) per l'autenticazione
|
||||
* 'sasl_username': nome utente (nick)
|
||||
* 'sasl_password': password
|
||||
@@ -1427,7 +1427,7 @@ utenti e gruppi di migliorare la propria privacy e la sicurezza su Internet.
|
||||
Per prima cosa, assicurarsi che WeeChat sia compilato con
|
||||
<<dependencies,libgcrypt11-dev>> (se compilato da sorgenti); non è
|
||||
obbligatorio, ma "dh-blowfish" assicura una maggiore sicurezza rispetto al
|
||||
sistema di autenticazione con SASL.
|
||||
sistema di autenticazione "plain" (in chiaro) con SASL.
|
||||
|
||||
Il primo passo consiste nell'installare TOR. Per Debian (e derivate):
|
||||
|
||||
@@ -2074,17 +2074,19 @@ Sviluppatore principale::
|
||||
Contributori
|
||||
~~~~~~~~~~~~
|
||||
|
||||
Packagers::
|
||||
Packager::
|
||||
Emmanuel Bouthenot (kolter), Julien Louis (ptitlouis), Odin
|
||||
|
||||
Traduzioni::
|
||||
Jiri Golembiovsky, soltys, Nils Görs, rettub, Frank Zacharias,
|
||||
Pavel Shevchuk, Elián Hanisch (m4v), Voroskoi, Marco Paolone,
|
||||
Ivan Sichmann Freitas, Lázaro A.
|
||||
Jiri Golembiovsky (GolemJ), soltys, Nils Görs (nils_2), rettub,
|
||||
Frank Zacharias, Pavel Shevchuk, Elián Hanisch (m4v), Voroskoi,
|
||||
Marco Paolone, Ivan Sichmann Freitas, Lázaro A., Ryuunosuke Ayanokouzi,
|
||||
Quico Noizeux
|
||||
|
||||
Patches::
|
||||
Patch::
|
||||
Dmitry Kobylin, Rudolf Polzer, Jim Ramsay, Pistos, Gwenn, Dominik Honnef,
|
||||
JD Horelick, Stefano Pigozzi, Gu1ll4um3r0m41n
|
||||
JD Horelick, Stefano Pigozzi, Gu1ll4um3r0m41n, Kyle Fuller,
|
||||
Quentin Glidic (SardemFF7), Simon Kuhnle, Mateusz Poszwa
|
||||
|
||||
|
||||
[[support]]
|
||||
|
||||
@@ -17,6 +17,17 @@
|
||||
# along with WeeChat. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
|
||||
# FAQ
|
||||
ADD_CUSTOM_COMMAND(
|
||||
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/weechat_faq.ja.html
|
||||
COMMAND ${ASCIIDOC_EXECUTABLE} ARGS -a toc -a toc-title='目次' -a date=`date "+%F"` -a revision="${VERSION}" -a stylesheet=${CMAKE_CURRENT_SOURCE_DIR}/../asciidoc.css -f ${CMAKE_CURRENT_SOURCE_DIR}/../asciidoc.conf -n -o ${CMAKE_CURRENT_BINARY_DIR}/weechat_faq.ja.html ${CMAKE_CURRENT_SOURCE_DIR}/weechat_faq.ja.txt
|
||||
DEPENDS
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/weechat_faq.ja.txt
|
||||
COMMENT "Building weechat_faq.ja.html"
|
||||
)
|
||||
ADD_CUSTOM_TARGET(doc-faq-ja ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/weechat_faq.ja.html)
|
||||
INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/weechat_faq.ja.html DESTINATION ${SHAREDIR}/doc/${PROJECT_NAME})
|
||||
|
||||
# quickstart
|
||||
ADD_CUSTOM_COMMAND(
|
||||
OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/weechat_quickstart.ja.html
|
||||
|
||||
+7
-1
@@ -20,9 +20,15 @@
|
||||
docdir = $(datadir)/doc/$(PACKAGE)
|
||||
|
||||
EXTRA_DIST = CMakeLists.txt \
|
||||
weechat_faq.ja.txt \
|
||||
weechat_quickstart.ja.txt
|
||||
|
||||
all-local: weechat_quickstart.ja.html
|
||||
all-local: weechat_faq.ja.html \
|
||||
weechat_quickstart.ja.html
|
||||
|
||||
# FAQ
|
||||
weechat_faq.ja.html: weechat_faq.ja.txt
|
||||
$(ASCIIDOC) -a toc -a toc-title='目次' -a date=`date "+%F"` -a revision="$(VERSION)" -a stylesheet=$(abs_top_srcdir)/doc/asciidoc.css -f $(abs_top_srcdir)/doc/asciidoc.conf -n -o weechat_faq.ja.html $(abs_top_srcdir)/doc/ja/weechat_faq.ja.txt
|
||||
|
||||
# quickstart
|
||||
weechat_quickstart.ja.html: weechat_quickstart.ja.txt
|
||||
|
||||
@@ -0,0 +1,757 @@
|
||||
= WeeChat FAQ (よくある質問) =
|
||||
Sébastien Helleu <flashcode@flashtux.org>
|
||||
|
||||
|
||||
[NOTE]
|
||||
この文書は WeeChat バージョン ≥ 0.3.0 向けに書かれました。
|
||||
|
||||
|
||||
[[general]]
|
||||
== 一般 ==
|
||||
|
||||
|
||||
[[weechat_name]]
|
||||
=== "WeeChat" という名前の由来は何ですか? ===
|
||||
|
||||
"Wee" は再帰的頭字語で、"Wee Enhanced Environment" の略です。
|
||||
そのため、完全な名前は "Wee Enhanced Environment for Chat" です。
|
||||
|
||||
"Wee" はまた "とても小さい" を意味します。(もちろん、
|
||||
その他の意味もありますが、それは WeeChat とは関係ありませんよ!)。
|
||||
|
||||
|
||||
[[why_choose_weechat]]
|
||||
=== WeeChat を選ぶ理由は何ですか? X-Chat や Irssi は最高なのに... ===
|
||||
|
||||
なぜなら WeeChat はとても軽量で新しい機能を持っているからです。
|
||||
いくつかの機能 (バージョン ≥ 0.3.x):
|
||||
|
||||
* プラグインでマルチプロトコルをサポート (IRC、Jabber)
|
||||
* Curses の他に多くのリモート GUI をサポート(近日公開)
|
||||
* 256 色サポート
|
||||
* 多くの言語で利用可能
|
||||
* プラグインによる拡張 (C 言語、Perl、Python、Ruby、Lua、Tcl)
|
||||
* 任意の内容を持てるバッファ
|
||||
* タグや正規表現を用いた表示制限フィルタ
|
||||
* 水平垂直方向のウィンドウ分割
|
||||
* カスタマイズと拡張可能なバー
|
||||
* 組み込み済みのニックネームリスト
|
||||
* バッファリスト (buffers.pl スクリプト)
|
||||
* IRC プロキシ
|
||||
* IRC コマンドのリダイレクト
|
||||
* バッファ内のインクリメンタルテキスト検索、ハイライト部分へのジャンプ
|
||||
* リモート操作用の FIFO パイプ
|
||||
* aspell サポート
|
||||
* 2 つの文字セット (エンコード/デコード)
|
||||
* ゼロからの開発 (他のどんなクライアントにも基づかない)
|
||||
* マルチプラットフォーム
|
||||
* GPL に準拠してフリー
|
||||
|
||||
こののページに関するより詳しい情報: http://www.weechat.org/features
|
||||
|
||||
|
||||
[[compilation_install]]
|
||||
== コンパイル / インストール ==
|
||||
|
||||
|
||||
[[gui]]
|
||||
=== WeeChat には多くの GUI があると聞きました。コンパイル/利用方法を教えてください。 ===
|
||||
|
||||
今のところ利用可能なのは Curses GUI だけです。
|
||||
|
||||
その他の GUI はリモートクライアントとして利用可能になる予定です(現在開発中)。
|
||||
|
||||
|
||||
[[compile_git]]
|
||||
=== git リポジトリをクローンした後に WeeChat をコンパイルできません。 ===
|
||||
|
||||
WeeChat をコンパイルするには cmake を使うことが推奨されています。
|
||||
|
||||
autotools を使って (cmake を使わずに) コンパイルする場合、
|
||||
最新の autoconf と automake を使ってください。
|
||||
|
||||
他には "開発パッケージ" をインストール方法があります。この場合、
|
||||
インストールするのに必要なパッケージの数が減ります。このパッケージは git
|
||||
リポジトリからほぼ毎日ビルドされます。このパッケージは厳密には git ベースではなく、
|
||||
アップデートをインストールする場合には git をクローンする方法よりも不便であることに注意してください。
|
||||
|
||||
|
||||
[[lost]]
|
||||
=== WeeChat を起動しました。でも何をすればいいかわかりません。 ===
|
||||
|
||||
ヘルプを見るには、`/help` と入力してください。コマンドに関するヘルプを見るには、`/help command` と入力してください。
|
||||
キーとコマンドはドキュメント内にリストアップされています。
|
||||
|
||||
新しいユーザはクイックスタートガイドを読むことをお勧めします
|
||||
(ウェブサイトのドキュメントページを参照)。
|
||||
|
||||
|
||||
[[display]]
|
||||
== 表示 ==
|
||||
|
||||
|
||||
[[charset]]
|
||||
=== いくつかの文字が見えません。どうすれば良いですか。 ===
|
||||
|
||||
これは良くある問題です。以下の内容をよく読んで、*全ての* 解決策をチェックしてください:
|
||||
|
||||
* weechat-curses が libncursesw にリンクされていることの確認 (警告: 全てではありませんが、
|
||||
ほとんどのディストリビューションで必要です): `ldd /path/to/weechat-curses`
|
||||
* `/plugin` コマンドで "Charset" プラグインがロード済みであることの確認
|
||||
(ロードされていない場合、"weechat-plugins" パッケージが必要かもしれません) 。
|
||||
* `/charset` コマンドの出力を確認 (core バッファ上で)。
|
||||
ターミナルの文字セットとして 'ISO-XXXXXX' 又は 'UTF-8' があるはずです。
|
||||
その他の値がある場合は、ロケールが間違っている可能性があります ($LANG を修正してください)。
|
||||
* グローバルデコードを設定、例えば:
|
||||
`/set charset.default.decode "ISO-8859-15"`
|
||||
* UTF-8 ロケールを使っている場合は:
|
||||
** ターミナルで UTF-8 が使えることを確認 (UTF-8 対応のターミナルとしては
|
||||
rxvt-unicode を推奨)
|
||||
** screen を使っている場合は、UTF-8 モードで起動されていることを確認
|
||||
(~/.screenrc に "`defutf8 on`" の記述があるか又は `screen -U` のようにして起動)。
|
||||
|
||||
[NOTE]
|
||||
WeeChat は UTF-8 ロケールを推奨します。ISO 又はその他のロケールを使う場合、
|
||||
*全ての* 設定 (ターミナル、screen、..) が ISO であり、
|
||||
UTF-8 *でない* ことを確認してください。
|
||||
|
||||
|
||||
[[bars_background]]
|
||||
=== タイトルやステータスバー等の背景色が行末ではなくテキストの最後で終わってしまいます。 ===
|
||||
|
||||
シェルの TERM 変数に間違った値が設定されている可能性があります
|
||||
(ターミナルで `echo $TERM` の出力を確認してください)。
|
||||
|
||||
WeeChat を起動した場所に依存しますが、以下の値を持つはずです:
|
||||
|
||||
* WeeChat を screen を使わずにローカル又はリモートマシンで起動した場合、
|
||||
利用しているターミナルに依存します: 'xterm' 、'xterm-256color' 、'rxvt-unicode' 、
|
||||
'rxvt-256color' 、...
|
||||
* WeeChat を screen 内で起動した場合、'screen' 又は 'screen-256color' 。
|
||||
|
||||
もし必要であれば、TERM 変数を修正してください: `export TERM="xxx"`
|
||||
|
||||
|
||||
[[screen_weird_chars]]
|
||||
=== weechat を screen/tmux の中で使っている場合、おかしなランダム文字列が表示されます。どうすれば直りますか。 ===
|
||||
|
||||
シェルの TERM 変数に間違った値が設定されている可能性があります。
|
||||
(ターミナル、*screen/tmux の外* で `echo $TERM` の出力を確認してください)。
|
||||
|
||||
例えば、'xterm-color' の場合、おかしな文字列が表示される可能性があります。'xterm'
|
||||
と設定すればこのようなことは起こらないので (その他多くの値でも問題は起きません)、これを使ってください。
|
||||
|
||||
もし必要であれば、TERM 変数を修正してください: `export TERM="xxx"`
|
||||
|
||||
|
||||
[[osx_display_broken]]
|
||||
=== OS X 上で WeeChat をコンパイルした場合、"(null)" という文字列が至る所に表示されます。 ===
|
||||
|
||||
ncursesw を自分でコンパイルした場合は、標準の (システムに元から存在する)
|
||||
ncurses を使ってみてください。
|
||||
|
||||
さらに OS X では、Homebrew パッケージマネージャを使って
|
||||
WeeChat をインストールすることをお勧めします。
|
||||
|
||||
|
||||
[[buffer_vs_window]]
|
||||
=== "バッファ" と "ウィンドウ" の違いは何ですか。 ===
|
||||
|
||||
'バッファ' とは番号、名前、表示行、(とその他のデータ)
|
||||
からなります。
|
||||
|
||||
'ウィンドウ' とはバッファを表示する画面領域です。
|
||||
画面を複数のウィンドウに分割出来ます。
|
||||
|
||||
それぞれのウィンドウは 1 つのバッファの内容を表示します。バッファを隠す
|
||||
(ウィンドウで表示させない) ことや 1 つ以上のウィンドウに表示させることも出来ます。
|
||||
|
||||
|
||||
[[buffers_list]]
|
||||
=== どうすれば左側にバッファリストを表示できますか。 ===
|
||||
|
||||
'buffers.pl' スクリプトを使ってください。
|
||||
|
||||
バーのサイズを制限するには:
|
||||
|
||||
----------------------------------------
|
||||
/set weechat.bar.buffers.size_max 15
|
||||
----------------------------------------
|
||||
|
||||
バーの位置を下に移動するには:
|
||||
|
||||
----------------------------------------
|
||||
/set weechat.bar.buffers.position bottom
|
||||
----------------------------------------
|
||||
|
||||
|
||||
[[customize_prefix]]
|
||||
=== どうすればチャットエリア内のニックネームの最大長さを短く、又はニックネーム整列機能を無効化できますか。 ===
|
||||
|
||||
チャットエリアのニックネームの最大長を短くするには:
|
||||
|
||||
----------------------------------------
|
||||
/set weechat.look.prefix_align_max 15
|
||||
----------------------------------------
|
||||
|
||||
ニックネーム整列を抑制するには:
|
||||
|
||||
----------------------------------------
|
||||
/set weechat.look.prefix_align none
|
||||
----------------------------------------
|
||||
|
||||
|
||||
[[one_input_root_bar]]
|
||||
=== 全てのウィンドウに対して入力バーの数を 1 つだけにすることができますか (画面分割されている場合)。 ===
|
||||
|
||||
できます。"root" 型のバー (あなたのいるウィンドウを区別するためのアイテムを持つ)
|
||||
を作成し、現在の入力バーを削除してください。
|
||||
|
||||
例えば:
|
||||
|
||||
----------------------------------------
|
||||
/bar add rootinput root bottom 1 0 [buffer_name]+[input_prompt]+(away),[input_search],[input_paste],input_text
|
||||
/bar del input
|
||||
----------------------------------------
|
||||
|
||||
これに満足できない場合は、新しいバーを削除してください。
|
||||
全てのバーに "input_text" アイテムが設定されていない場合は
|
||||
WeeChat は自動的にデフォルトバー "input" を作成します:
|
||||
|
||||
----------------------------------------
|
||||
/bar del rootinput
|
||||
----------------------------------------
|
||||
|
||||
|
||||
[[terminal_copy_paste]]
|
||||
=== どうすればニックネームリストを選択せずにテキストだけをコピー/ペーストできますか。 ===
|
||||
|
||||
矩形選択のできるターミナルを使ってください (rxvt-unicode、
|
||||
konsole、gnome-terminal、...)。通常、キーは @k(C-)@k(A-) マウス選択です。
|
||||
|
||||
別の解決策はニックネームリストを上か下かに移動することです、例えば:
|
||||
|
||||
----------------------------------------
|
||||
/set weechat.bar.nicklist.position top
|
||||
----------------------------------------
|
||||
|
||||
|
||||
[[urls]]
|
||||
=== どうすれば長い (一行以上に渡る) URL をクリックできますか。 ===
|
||||
|
||||
デフォルトでは、WeeChat はそれぞれの行の最初に時間とプレフィックス、
|
||||
さらにチャットエリアを囲むようにオプションバーを表示します。url のクリックを簡単にするには、
|
||||
ニックネームリストを上に移動して、ニックネーム整列機能を無効化する方法があります:
|
||||
|
||||
----------------------------------------
|
||||
/set weechat.bar.nicklist.position top
|
||||
/set weechat.look.prefix_align none
|
||||
/set weechat.look.align_end_of_lines time
|
||||
----------------------------------------
|
||||
|
||||
WeeChat ≥ 0.3.6 では、"eat_newline_glitch" オプションを有効化できます。
|
||||
これを有効化すると、表示行の行末に改行文字が入らなくなります
|
||||
(url 選択を邪魔しません)。
|
||||
|
||||
----------------------------------------
|
||||
/set weechat.look.eat_newline_glitch on
|
||||
----------------------------------------
|
||||
|
||||
[IMPORTANT]
|
||||
このオプションには表示上の問題を引き起こす可能性があります。
|
||||
表示上の問題が起きた場合はこのオプションを無効化してください。
|
||||
|
||||
その他の解決策は以下のスクリプトうちの 1 つを使うことです:
|
||||
|
||||
urlserver.py::
|
||||
スクリプトの持つ HTTP サーバ機能で URL を短縮
|
||||
|
||||
urlbar.py::
|
||||
URL をバーの中に表示
|
||||
|
||||
urlgrab.py::
|
||||
URL を記録してブラウザで表示
|
||||
|
||||
url_shorten.rb::
|
||||
tinyurl.py::
|
||||
shortenurl.py::
|
||||
長い URL を短縮
|
||||
|
||||
URL に関するスクリプトのリスト: http://www.weechat.org/scripts/stable/tag/url
|
||||
|
||||
|
||||
[[change_locale_without_quit]]
|
||||
=== WeeChat が出力するメッセージの言語を、再起動せずに変更したいです。このようなことは可能ですか。 ===
|
||||
|
||||
可能です。python スクリプト 'shell.py' (WeeChat ウェブサイトから入手可能) を使い、
|
||||
スクリプトを読み込んだら以下のコマンドを打ってください。
|
||||
|
||||
----------------------------------------
|
||||
/shell setenv LANG=en_US.UTF-8
|
||||
/upgrade
|
||||
----------------------------------------
|
||||
|
||||
UTF-8 エンコードされた英語メッセージが表示されるようになります、
|
||||
ISO ユーザは以下のようにして下さい: `/shell setenv LANG=en_US`
|
||||
|
||||
|
||||
[[256_colors]]
|
||||
=== どうすれば WeeChat で 256 色が使えますか。 ===
|
||||
|
||||
256 色は WeeChat ≥ 0.3.4 でサポートされます。
|
||||
|
||||
最初に 'TERM' 環境変数が正しいことを確認してください、
|
||||
お勧めの値は:
|
||||
|
||||
* screen の中: 'screen-256color'
|
||||
* screen の外: 'xterm-256color' 、'rxvt-256color' 、'putty-256color' 、...
|
||||
|
||||
[NOTE]
|
||||
これらの値を 'TERM' に設定するには、"ncurses-term"
|
||||
パッケージをインストールする必要があるかもしれません。
|
||||
|
||||
screen を使っている場合は、以下の行を '~/.screenrc' に追加してください:
|
||||
|
||||
----------------------------------------
|
||||
term screen-256color
|
||||
----------------------------------------
|
||||
|
||||
'TERM' 変数の設定に間違いがあり、WeeChat が起動中の場合でも、
|
||||
慌てないでください! 'shell.py' を使えば再起動せずに環境変数を変更できます。
|
||||
|
||||
----------------------------------------
|
||||
/shell setenv TERM=screen-256color
|
||||
/upgrade
|
||||
----------------------------------------
|
||||
|
||||
バージョン 0.3.4 では、新しい色を追加するには `/color` コマンドを使ってください。
|
||||
|
||||
バージョン 0.3.5 以上では、任意の色番号を利用できます (オプション:
|
||||
色の別名を追加するには `/color` コマンドを使ってください)。
|
||||
|
||||
色管理に関するより詳しい情報はユーザーガイドを読んでください。
|
||||
|
||||
|
||||
[[search_text]]
|
||||
=== どうすればバッファ内の文字列を検索できますか (irssi の /lastlog の様に)。 ===
|
||||
|
||||
デフォルトのキーは @k(C-)@k(r) です (コマンドは: `/input search_text`)。
|
||||
ハイライト部分へのジャンプは: @k(A-)@k(p)/@k(n)
|
||||
|
||||
この機能に関するより詳しい情報はユーザーガイドを参照してください (デフォルトのキー割り当て)。
|
||||
|
||||
|
||||
[[key_bindings]]
|
||||
== キー割り当て ==
|
||||
|
||||
|
||||
[[meta_keys]]
|
||||
=== いくつかのメタキーが (alt + key) が動きません。 ===
|
||||
|
||||
xterm や uxterm 等のターミナルを利用している場合、いくつかのメタキーはデフォルトでは利用できません。
|
||||
以下の行を '~/.Xresources' に追加してください:
|
||||
|
||||
* xterm の場合:
|
||||
----------------------------------------
|
||||
XTerm*metaSendsEscape: true
|
||||
----------------------------------------
|
||||
* uxterm の場合:
|
||||
----------------------------------------
|
||||
UXTerm*metaSendsEscape: true
|
||||
----------------------------------------
|
||||
|
||||
このファイルを再読み込みするか (`xrdb -override ~/.Xresources`) 又は X を再起動してください。
|
||||
|
||||
|
||||
[[customize_key_bindings]]
|
||||
=== どうすればキー割り当てをカスタマイズできますか。 ===
|
||||
|
||||
キー割り当ては `/key` コマンドでカスタマイズできます。
|
||||
|
||||
デフォルトキー @k(A-)@k(k) でキーコードを取り込み、これをコマンドラインに入力できます。
|
||||
|
||||
|
||||
[[jump_to_buffer_11_or_higher]]
|
||||
=== バッファ 11 番 (又はそれ以上の番号) にジャンプするキーは何ですか。 ===
|
||||
|
||||
キー @k(A-)@k(j) の後に 2 桁の数字を入力します、例えば @k(A-)@k(j) その後に @k(1)、
|
||||
@k(1) でバッファ 11 番にジャンプします。
|
||||
|
||||
これにキーを割り当てることが出来ます、例えば:
|
||||
|
||||
----------------------------------------
|
||||
/key bind meta-q /buffer *11
|
||||
----------------------------------------
|
||||
|
||||
デフォルトキー割り当てのリストはユーザーガイドを参照してください。
|
||||
|
||||
|
||||
[[global_history]]
|
||||
=== どうすればグローバルヒストリを (バッファヒストリの代わりに) 上下矢印キーで使えますか。 ===
|
||||
|
||||
上下矢印キーをグローバルヒストリに割り当ててください (グローバルヒストリに対する
|
||||
デフォルトのキーは @k(C-)@k(↑) と @k(C-)@k(↓) です。
|
||||
|
||||
例:
|
||||
|
||||
----------------------------------------
|
||||
/key bind meta2-A /input history_global_previous
|
||||
/key bind meta2-B /input history_global_next
|
||||
----------------------------------------
|
||||
|
||||
[NOTE]
|
||||
"meta2-A" と "meta2-B" キーはターミナルによって異なります。 キーコードを
|
||||
見つけるには @k(A-)@k(k) の後にキー (上矢印又は下矢印) を押してください。
|
||||
|
||||
|
||||
[[mouse]]
|
||||
== マウス ==
|
||||
|
||||
|
||||
[[mouse_not_working]]
|
||||
=== マウスが少しも動きません。どうすれば良いですか。 ===
|
||||
|
||||
マウスのサポートは WeeChat 0.3.6 以上からです。
|
||||
|
||||
最初にマウスを有効化してください:
|
||||
|
||||
----------------------------------------
|
||||
/mouse enable
|
||||
----------------------------------------
|
||||
|
||||
これでマウスが動かない場合は、シェルの TERM 変数を確認してください
|
||||
(ターミナル内で `echo $TERM` の出力を見てください)。
|
||||
ターミナルの種類によってはマウスがサポートされていない可能性があります。
|
||||
|
||||
マウスサポートをターミナルから確認するには:
|
||||
|
||||
----------------------------------------
|
||||
$ printf '\033[?1002h'
|
||||
----------------------------------------
|
||||
|
||||
ターミナルの最初の文字 (左上) をクリックしてください。" !!#!!" と見えるはずです。
|
||||
|
||||
ターミナルのマウスサポートを無効化するには:
|
||||
|
||||
----------------------------------------
|
||||
$ printf '\033[?1002l'
|
||||
----------------------------------------
|
||||
|
||||
|
||||
[[mouse_coords]]
|
||||
=== マウスの位置座標 X 又は Y が 94 よりも大きい場合にマウス機能が正しく動きません。 ===
|
||||
|
||||
一部のターミナルではマウスの位置座標を指定するために ISO 文字だけを使います、
|
||||
このため X/Y が 94 よりも大きい場合は正しく動きません。
|
||||
|
||||
マウスの位置座標を指定するのに UTF-8 座標をサポートしているターミナルを使ってください、
|
||||
例えば rxvt-unicode 等です。
|
||||
|
||||
|
||||
[[irc]]
|
||||
== IRC ==
|
||||
|
||||
|
||||
[[ignore_vs_filter]]
|
||||
=== /ignore と /filter コマンドの違いは何ですか。 ===
|
||||
|
||||
`/ignore` コマンドは IRC コマンドです、このため IRC バッファ
|
||||
(サーバとチャンネル) にのみ有効です。
|
||||
これを使うことでニックネームやホストネームを基準にして、
|
||||
あるサーバやチャンネルにいる一部のユーザを無視できます
|
||||
(表示済みメッセージに対しては適用されません)。
|
||||
マッチするメッセージは IRC プラグインによって表示される前に削除されます
|
||||
(削除されたメッセージは見えません)。
|
||||
|
||||
`/filter` コマンドは core コマンドです、このため任意のバッファに対してこれを有効化できます。
|
||||
バッファ内の行のプレフィックスと内容に対して付けられたタグや正規表現にマッチする行をフィルタできます。
|
||||
フィルタされた行は隠されているだけで、削除はされていません、
|
||||
フィルタを無効化すれば見えるようになります (デフォルトでは @k(A-)@k(=) でフィルタの有効無効の切り替えが出来ます)。
|
||||
|
||||
|
||||
[[filter_irc_join_part_quit]]
|
||||
=== どうすれば IRC チャンネルへの参加/退出/終了メッセージをフィルタできますか。 ===
|
||||
|
||||
スマートフィルタを使う場合 (最近発言したユーザの参加/退出/終了メッセージは表示):
|
||||
|
||||
----------------------------------------
|
||||
/set irc.look.smart_filter on
|
||||
/filter add irc_smart * irc_smart_filter *
|
||||
----------------------------------------
|
||||
|
||||
グローバルフィルタを使う場合 (*全ての* 参加/退出/終了メッセージを隠す):
|
||||
|
||||
----------------------------------------
|
||||
/filter add jpk * irc_join,irc_part,irc_quit *
|
||||
----------------------------------------
|
||||
|
||||
[NOTE]
|
||||
ヘルプを見るには: `/help filter` か `/help irc.look.smart_filter`
|
||||
|
||||
|
||||
[[filter_irc_join_channel_messages]]
|
||||
=== どうすれば IRC チャンネルに参加した際に表示される一部のメッセージをフィルタできますか。 ===
|
||||
|
||||
メッセージをフィルタするためにいくつかのタグが使えます:
|
||||
|
||||
* 'irc_366': チャンネルにいるユーザの名前
|
||||
* 'irc_332,irc_333': チャンネルのトピック/日時
|
||||
* 'irc_329': チャンネル作成日時
|
||||
|
||||
IRC 生サーバ (`/server raw`) を参照することで、
|
||||
その他のメッセージに対応するタグを確認できます。
|
||||
|
||||
例:
|
||||
|
||||
* 名前をフィルタ:
|
||||
----------------------------------------
|
||||
/filter add irc_join_names * irc_366 *
|
||||
----------------------------------------
|
||||
* トピック (と日時) をフィルタ:
|
||||
----------------------------------------
|
||||
/filter add irc_join_topic_date * irc_332,irc_333 *
|
||||
----------------------------------------
|
||||
|
||||
|
||||
[[filter_voice_messages]]
|
||||
=== どうすれば voice メッセージをフィルタできますか (例えば Bitlbee サーバ上で)。 ===
|
||||
|
||||
voice メッセージをフィルタするのは簡単ではありません、なぜなら voice
|
||||
モードの設定は同じ IRC メッセージの中で他のモード設定と同時に行われる可能性があるからです。
|
||||
|
||||
おそらく Bitlbee が voice を離席ユーザを表示するために利用するため、
|
||||
voice メッセージでチャットエリアが溢れてしまうから、これをフィルタしたいのではないでしょうか。
|
||||
この様な場合には、Bitlbee が離席状態を通知することを禁止し、WeeChat にニックネームリスト中に含まれる離席中のニックネームに対して特別な色を使わせることができます。
|
||||
|
||||
Bitlbee 3 以上の場合、以下のコマンドをチャンネル '&bitlbee' で入力:
|
||||
|
||||
----------------------------------------
|
||||
channel set show_users online,away
|
||||
----------------------------------------
|
||||
|
||||
Bitlbee の古いバージョンでは、以下のコマンドを '&bitlbee' で入力:
|
||||
|
||||
----------------------------------------
|
||||
set away_devoice false
|
||||
----------------------------------------
|
||||
|
||||
WeeChat で離席中のニックネームをチェックするには、
|
||||
<<color_away_nicks,離席状態のニックネーム>> に関する質問を参照してください。
|
||||
|
||||
もし本当に voice メッセージをフィルタしたい場合は、以下のコマンドを使ってください、
|
||||
ただしこれは完璧なものではありません (voice モードの変更が最初に指定されている場合のみ有効)。
|
||||
|
||||
----------------------------------------
|
||||
/filter add hidevoices * irc_mode (\+|\-)v
|
||||
----------------------------------------
|
||||
|
||||
|
||||
[[color_away_nicks]]
|
||||
=== どうすればニックネームリストから離席中のニックネームを確認できますか。 ===
|
||||
|
||||
オプション 'irc.server_default.away_check' に正の値を設定してください
|
||||
(離席状態確認のインターバルを分単位で)。
|
||||
|
||||
オプション 'irc.server_default.away_check_max_nicks'
|
||||
を設定することで離席状態確認を小さなチャンネルのみに制限できます。
|
||||
|
||||
例えば、5 分間隔で離席状態確認を行い、25
|
||||
人より多いチャンネルではこれを行わないようにするには:
|
||||
|
||||
----------------------------------------
|
||||
/set irc.server_default.away_check 5
|
||||
/set irc.server_default.away_check_max_nicks 25
|
||||
----------------------------------------
|
||||
|
||||
[NOTE]
|
||||
WeeChat 0.3.3 以下では、オプション名が 'irc.network.away_check' と
|
||||
'irc.network.away_check_max_nicks' になっています。
|
||||
|
||||
|
||||
[[highlight_notification]]
|
||||
=== どうすればあるチャンネルで自分が呼ばれたら警告できますか。 ===
|
||||
|
||||
'beep.pl' や 'launcher.pl' 等のスクリプトを使ってください。
|
||||
|
||||
'launcher.pl' の場合、コマンドの設定が必要です:
|
||||
|
||||
----------------------------------------
|
||||
/set plugins.var.perl.launcher.signal.weechat_highlight "/path/to/command arguments"
|
||||
----------------------------------------
|
||||
|
||||
この問題に対するその他のスクリプトは: http://www.weechat.org/scripts/stable/tag/notify/
|
||||
|
||||
|
||||
[[irc_ssl_connection]]
|
||||
=== SSL を使うサーバへの接続中に問題が発生しました。どうすればいいですか。 ===
|
||||
|
||||
gnutls ハンドシェイクに関するエラーの場合、Diffie-Hellman キー
|
||||
(デフォルトは 2048) のサイズを小さくすることを試してみてください:
|
||||
|
||||
----------------------------------------
|
||||
/set irc.server.freenode.ssl_dhkey_size 1024
|
||||
----------------------------------------
|
||||
|
||||
証明書に関するエラーの場合、"ssl_verify" を無効化してください
|
||||
(接続の機密保護がより甘くなることに注意):
|
||||
|
||||
----------------------------------------
|
||||
/set irc.server.freenode.ssl_verify off
|
||||
----------------------------------------
|
||||
|
||||
|
||||
[[irc_ssl_handshake_error]]
|
||||
=== SSL を使うサーバへの接続中に、"TLS handshake failed" というエラーだけが表示されます。どうすれば良いですか。 ===
|
||||
|
||||
異なる優先順位文字列を試してみてください (WeeChat 0.3.5 以上)、
|
||||
"xxx" はサーバ名に書き換えてください。
|
||||
|
||||
----------------------------------------
|
||||
/set irc.server.xxx.ssl_priorities "NORMAL:-VERS-TLS-ALL:+VERS-TLS1.0:+VERS-SSL3.0:%COMPAT"
|
||||
----------------------------------------
|
||||
|
||||
|
||||
[[irc_ssl_freenode]]
|
||||
=== どうすれば SSL を使って freenode サーバに接続できますか。 ===
|
||||
|
||||
オプション 'weechat.network.gnutls_ca_file' に証明書ファイルへのパスを設定してください。
|
||||
|
||||
----------------------------------------
|
||||
/set weechat.network.gnutls_ca_file "/etc/ssl/certs/ca-certificates.crt"
|
||||
----------------------------------------
|
||||
|
||||
[NOTE]
|
||||
設定したファイルが自分のシステムに存在することを確認してください
|
||||
(一般に "ca-certificates" パッケージで提供されます)。
|
||||
|
||||
サーバポート、SSL、dhkey_size を設定の後に接続してください:
|
||||
|
||||
----------------------------------------
|
||||
/set irc.server.freenode.addresses "chat.freenode.net/7000"
|
||||
/set irc.server.freenode.ssl on
|
||||
/set irc.server.freenode.ssl_dhkey_size 1024
|
||||
/connect freenode
|
||||
----------------------------------------
|
||||
|
||||
|
||||
[[irc_target_buffer]]
|
||||
=== どうすればマージされたバッファ内であるコマンドを発行するターゲットバッファを変更できますか。 ===
|
||||
|
||||
デフォルトのキーは @k(C-)@k(x) です (コマンドは: `/input switch_active_buffer`)。
|
||||
|
||||
|
||||
[[plugins_scripts]]
|
||||
== プラグイン / スクリプト ==
|
||||
|
||||
|
||||
[[openbsd_plugins]]
|
||||
=== OpenBSD と WeeChat を使っている場合、プラグインが 1 つもロードされません。 ===
|
||||
|
||||
OpenBSD では、プラグインファイル名の末尾が ".so.0.0" です (Linux では ".so")。
|
||||
|
||||
以下の様に設定してください:
|
||||
|
||||
----------------------------------------
|
||||
/set weechat.plugin.extension ".so.0.0"
|
||||
/plugin autoload
|
||||
----------------------------------------
|
||||
|
||||
|
||||
[[load_scripts]]
|
||||
=== どうすれば Perl/Python/Ruby/Lua/Tcl スクリプトをロードできますか。スクリプトは他の IRC クライアントのものと互換性がありますか。 ===
|
||||
|
||||
`/perl` 、`/python` 、`/ruby` 、`/lua` 、`/tcl` コマンドを使ってスクリプトをロードしてください
|
||||
(スクリプトのデフォルトパスは '~/.weechat/<language>/' )。
|
||||
|
||||
スクリプトは他の IRC クライアントのものと互換性がありません。
|
||||
|
||||
注意:
|
||||
|
||||
* '~/.weechat/<language>/autoload/' の中にあるスクリプトは
|
||||
WeeChat の起動時に自動的にロードされます。
|
||||
* 'tcl' プラグインはバージョン 0.3.0 以上で利用できます。
|
||||
|
||||
|
||||
[[settings]]
|
||||
== 設定 ==
|
||||
|
||||
|
||||
[[memory_usage]]
|
||||
=== どうすれば WeeChat のメモリ使用量を節約できますか。 ===
|
||||
|
||||
メモリ使用量を減らすには以下のヒントを試してください:
|
||||
|
||||
* 最新の安定版を使う
|
||||
(古いバージョンよりもメモリリークの可能性が減ると思われます)
|
||||
* 使わないプラグインのロードを禁止する、例えば: aspell、fifo、
|
||||
logger、perl、python、ruby、lua、tcl、xfer (DCC で使用)
|
||||
* 本当に必要なスクリプトだけをロード
|
||||
* 'weechat.history.max_lines' オプションの値を減らす
|
||||
(それぞれのバッファでメモリ内に保存される行数)
|
||||
* 'weechat.history.max_commands' オプションの値を減らす
|
||||
(メモリに保存されるユーザコマンドの数)
|
||||
|
||||
|
||||
[[development]]
|
||||
== 開発 ==
|
||||
|
||||
|
||||
[[bug_task_patch]]
|
||||
=== どのようにバグ報告、新機能のリクエスト、パッチ送信すればよいですか。 ===
|
||||
|
||||
3 つの方法があります:
|
||||
|
||||
. IRC に参加: 'irc.freenode.net' 、チャンネル '#weechat'
|
||||
. savannah ウェブサイトを利用:
|
||||
* バグ報告: https://savannah.nongnu.org/bugs/?group=weechat
|
||||
* 新機能のリクエスト: https://savannah.nongnu.org/task/?group=weechat
|
||||
* パッチ送信: https://savannah.nongnu.org/patch/?group=weechat
|
||||
. メールで開発者に連絡、開発者のメールアドレスはサポートページを参照:
|
||||
http://www.weechat.org/about
|
||||
("support" メーリングリストを購読して送信することもできます)
|
||||
|
||||
|
||||
[[gdb_error_threads]]
|
||||
=== gdb で WeeChat を実行する場合、スレッドに関するエラーが発生します。 ===
|
||||
|
||||
gdb で WeeChat を実行する場合、以下のエラーが出るかもしれません:
|
||||
|
||||
----------------------------------------
|
||||
$ gdb /path/to/weechat-curses
|
||||
(gdb) run
|
||||
[Thread debugging using libthread_db enabled]
|
||||
Cannot find new threads: generic error
|
||||
----------------------------------------
|
||||
|
||||
これを修正するには、以下のコマンドを使って gdb を実行してください
|
||||
(システム上の libpthread と WeeChat へのパスを変更):
|
||||
|
||||
----------------------------------------
|
||||
$ LD_PRELOAD=/lib/libpthread.so.0 gdb /path/to/weechat-curses
|
||||
(gdb) run
|
||||
----------------------------------------
|
||||
|
||||
|
||||
[[supported_os]]
|
||||
=== WeeChat をサポートするプラットフォームのリストを教えてください。他のオペレーティングシステムへの移植予定はありますか。 ===
|
||||
|
||||
完全なリストはこのページにあります: http://www.weechat.org/download
|
||||
|
||||
我々は可能な限り多くのプラットフォームに移植することに最善を尽くしています。
|
||||
我々が持っていない OS で WeeChat をテストすることを歓迎します。
|
||||
|
||||
|
||||
[[help_developers]]
|
||||
=== どうすれば WeeChat 開発者を手伝えますか。 ===
|
||||
|
||||
多くの課題があります (テスト、コード、ドキュメント作成、...)。
|
||||
|
||||
IRC かメールで連絡を取り、サポートページを確認してください:
|
||||
http://www.weechat.org/support
|
||||
|
||||
|
||||
[[donate]]
|
||||
=== WeeChat 開発者にお金か何かを贈りたいのですが。 ===
|
||||
|
||||
開発補助のためお金を贈ることができます。
|
||||
詳しいことは http://www.weechat.org/donate に載っています。
|
||||
@@ -110,9 +110,10 @@ Jest to częsty problem, przeczytaj i sprawdź *WSZYSTKIE* poniższe rozwiązani
|
||||
większości dystrybucji ale nie wszystkich): `ldd /ścieżka/do/weechat-curses`
|
||||
* sprawdź czy wtyczka "Charset" jest załadowana za pomocą komendy `/plugin`
|
||||
(jeśli nie jest, to najprawdopodobniej potrzebujesz pakietu "weechat-plugins")
|
||||
* sprawdź ustawienia kodowania (w buforze serwera). Powinieneś ujrzeć 'ISO-XXXXXX'
|
||||
lub 'UTF-8' dla kodowania terminala. Jeśli zobaczysz 'ANSI_X3.4-1968' lub inna
|
||||
wartość to twoje locale są prawdopodobnie złe.
|
||||
* sprawdź wyjście komendy `/charset` (w głównym buforze). Powinieneś zobaczyć
|
||||
'ISO-XXXXXX' lub 'UTF-8' dla kodowania terminala. Jeśli widzisz 'ANSI_X3.4-1968'
|
||||
lub inne wartości, twoje ustawienie dla locale najprawdopodobniej jest złe
|
||||
(napraw swoje $LANG).
|
||||
* ustaw globalną wartość dekodowania, na przykład:
|
||||
`/set charset.default.decode "ISO-8859-2"`
|
||||
* jeśli korzystasz z UTF-8:
|
||||
@@ -161,7 +162,7 @@ W razie potrzeby, popraw zmienna TERM: `export TERM="xxx"`.
|
||||
Skompilowałem WeeChat pod OS X i wszędzie na ekranie widzę "(null)", co jest nie tak?
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Jeśli samodzielnie skopilowałeś ncursesw, spróbuj użyć domyślnej wersji (dostarczanej
|
||||
Jeśli samodzielnie skompilowałeś ncursesw, spróbuj użyć domyślnej wersji (dostarczanej
|
||||
z systemem).
|
||||
|
||||
Ponadto, pod OS X, zaleca się instalowanie WeeChat za pomocą managera pakietów
|
||||
@@ -266,6 +267,7 @@ na górę oraz usunąć wyrównanie nicków:
|
||||
----------------------------------------
|
||||
/set weechat.bar.nicklist.position top
|
||||
/set weechat.look.prefix_align none
|
||||
/set weechat.look.align_end_of_lines time
|
||||
----------------------------------------
|
||||
|
||||
W WeeChat ≥ 0.3.6 można włączyć opcję "eat_newline_glitch", dzięki której znaki
|
||||
@@ -399,8 +401,8 @@ poleceń.
|
||||
|
||||
|
||||
[[jump_to_buffer_11_or_higher]]
|
||||
Jakim skrótem można przejść do buforu 11 (lub o więszym numerze)?
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Jakim skrótem można przejść do buforu 11 (lub o większym numerze)?
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Skrót to @k(A-)@k(j) i dwie cyfry, na przykład @k(A-)@k(j) później @k(1), @k(1)
|
||||
przejdzie do buforu 11.
|
||||
@@ -580,7 +582,7 @@ Jeśli napewno chcesz filtrować wiadomości o statusie voice, możesz użyć te
|
||||
nie jest ona jednak doskonała (działa tylko jeśli pierwszy z modyfikowanych trybów to voice):
|
||||
|
||||
----------------------------------------
|
||||
/filter add hidevoices * irc_mode \(\+\|\-\)v
|
||||
/filter add hidevoices * irc_mode (\+|\-)v
|
||||
----------------------------------------
|
||||
|
||||
|
||||
@@ -594,7 +596,7 @@ Należy ustawić opcję 'irc.server_default.away_check' na wartość większą o
|
||||
Możesz ustawić opcję 'irc.server_default.away_check_max_nicks' w celu ustalenia
|
||||
sprawdzania nieobecności dla małych kanałów.
|
||||
|
||||
Na przykład, aby sprawdzać nieonecność nicków co 5, dla kanałów z maksymalnie 25
|
||||
Na przykład, aby sprawdzać nieobecność nicków co 5, dla kanałów z maksymalnie 25
|
||||
osobami:
|
||||
|
||||
----------------------------------------
|
||||
|
||||
@@ -100,6 +100,7 @@ Argumenty:
|
||||
* 'licencja': string, licencja
|
||||
* 'opis': string, krótki opis skryptu
|
||||
* 'funkcja_wyłączająca': string, nazwa funkcji wywoływanej podczas wyładowania skryptu
|
||||
(opcjonalne)
|
||||
* 'kodowanie': string, kodowane skryptu (opcjonalne, jeśli skrypt jest napisany
|
||||
w UTF-8 można nie podawać tej wartości - UTF-8 to domyślne kodowanie)
|
||||
|
||||
@@ -383,7 +384,7 @@ Lista stałych w API skryptów:
|
||||
WEECHAT_HOOK_CONNECT_IP_ADDRESS_NOT_FOUND, WEECHAT_HOOK_CONNECT_CONNECTION_REFUSED,
|
||||
WEECHAT_HOOK_CONNECT_PROXY_ERROR, WEECHAT_HOOK_CONNECT_LOCAL_HOSTNAME_ERROR,
|
||||
WEECHAT_HOOK_CONNECT_GNUTLS_INIT_ERROR, WEECHAT_HOOK_CONNECT_GNUTLS_HANDSHAKE_ERROR,
|
||||
WEECHAT_HOOK_CONNECT_MEMORY_ERROR
|
||||
WEECHAT_HOOK_CONNECT_MEMORY_ERROR, WEECHAT_HOOK_CONNECT_TIMEOUT
|
||||
| hook signal |
|
||||
WEECHAT_HOOK_SIGNAL_STRING, WEECHAT_HOOK_SIGNAL_INT, WEECHAT_HOOK_SIGNAL_POINTER
|
||||
|========================================
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.TH WEECHAT 1 "February 2012" "Sebastien Helleu"
|
||||
.TH WEECHAT 1 "June 2012" "Sebastien Helleu"
|
||||
|
||||
.SH NAME
|
||||
weechat-curses \- Wee Enhanced Environment for Chat (Curses version)
|
||||
|
||||
@@ -18,10 +18,10 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.3.7\n"
|
||||
"Project-Id-Version: WeeChat 0.3.8\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2012-02-26 08:00+0100\n"
|
||||
"PO-Revision-Date: 2012-02-26 08:03+0100\n"
|
||||
"POT-Creation-Date: 2012-06-03 09:00+0200\n"
|
||||
"PO-Revision-Date: 2012-06-03 08:47+0200\n"
|
||||
"Last-Translator: Jiri Golembiovsky <golemj@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"Language: Czech\n"
|
||||
@@ -1218,7 +1218,8 @@ msgid ""
|
||||
"Tags most commonly used:\n"
|
||||
" no_filter, no_highlight, no_log, log0..log9 (log level),\n"
|
||||
" notify_none, notify_message, notify_private, notify_highlight,\n"
|
||||
" nick_xxx (xxx is nick in message),\n"
|
||||
" nick_xxx (xxx is nick in message), prefix_nick_ccc (ccc is color of "
|
||||
"nick),\n"
|
||||
" irc_xxx (xxx is command name or number, see /server raw),\n"
|
||||
" irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, "
|
||||
"irc_smart_filter, away_info.\n"
|
||||
@@ -1383,6 +1384,8 @@ msgid ""
|
||||
" switch_active_buffer: switch to next merged buffer\n"
|
||||
" switch_active_buffer_previous: switch to previous merged buffer\n"
|
||||
" insert: insert text in command line\n"
|
||||
" paste_start: start paste (bracketed paste mode)\n"
|
||||
" paste_stop: stop paste (bracketed paste mode)\n"
|
||||
"\n"
|
||||
"This command is used by key bindings or plugins."
|
||||
msgstr ""
|
||||
@@ -1454,6 +1457,7 @@ msgid ""
|
||||
"context \"default\")\n"
|
||||
" bindctxt: bind a command to a key or display command bound to key, for "
|
||||
"given context\n"
|
||||
" command: command (many commands can be separated by semicolons)\n"
|
||||
" unbind: remove a key binding (for context \"default\")\n"
|
||||
" unbindctxt: remove a key binding for given context\n"
|
||||
" reset: reset a key to default binding (for context \"default\")\n"
|
||||
@@ -2512,7 +2516,20 @@ msgid "display space if nick mode is not (half)op/voice"
|
||||
msgstr "zobrazit mezeru pokud mód přezdívkz není (částečný)op/voice"
|
||||
|
||||
msgid ""
|
||||
"max number of lines for paste without asking user (0 = disable this feature)"
|
||||
"enable terminal \"bracketed paste mode\" (not supported in all terminals/"
|
||||
"multiplexers): in this mode, pasted text is bracketed with control sequences "
|
||||
"so that WeeChat can differentiate pasted text from typed-in text (\"ESC[200~"
|
||||
"\", followed by the pasted text, followed by \"ESC[201~\")"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"force end of bracketed paste after this delay (in seconds) if the control "
|
||||
"sequence for end of bracketed paste (\"ESC[201~\") was not received in time"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"max number of lines for paste without asking user (-1 = disable this feature)"
|
||||
msgstr ""
|
||||
"maximální počet řádků pro vložení bez dotazování uživatele (0 = vypnout tuto "
|
||||
"vlastnost)"
|
||||
@@ -2541,8 +2558,9 @@ msgstr "maximální velikost prefixu (0 = žádná maximální velikost)"
|
||||
msgid "min size for prefix"
|
||||
msgstr "minimální velikost prefixu"
|
||||
|
||||
msgid "display '+' if prefix is truncated"
|
||||
msgstr "zobrazit '+' pokud je prefix zkrácen"
|
||||
msgid ""
|
||||
"char to display if prefix is truncated (must be exactly one char on screen)"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"prefix alignment for buffer name, when many buffers are merged with same "
|
||||
@@ -2558,13 +2576,20 @@ msgstr ""
|
||||
"maximální velikost jména bufferu, při spojení více bufferů se stejným číslem "
|
||||
"(0 = žádná maximální velikost)"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"display '+' if buffer name is truncated (when many buffers are merged with "
|
||||
"same number)"
|
||||
"char to display if buffer name is truncated (when many buffers are merged "
|
||||
"with same number) (must be exactly one char on screen)"
|
||||
msgstr ""
|
||||
"zobrazit '+' pokud je jméno bufferu zkráceno (při spojení vice bufferů se "
|
||||
"stejným číslem)"
|
||||
|
||||
msgid ""
|
||||
"prefix displayed for a message with same nick as previous message: use a "
|
||||
"space \" \" to hide prefix, another string to display this string instead of "
|
||||
"prefix, or an empty string to disable feature (display prefix)"
|
||||
msgstr ""
|
||||
|
||||
msgid "string displayed after prefix"
|
||||
msgstr "řetězec zobrazený za prefixem"
|
||||
|
||||
@@ -2832,8 +2857,13 @@ msgstr ""
|
||||
"přidat mezeru za přezdívku po doplnění (pokud není přezdívka první slovo na "
|
||||
"příkazovém řádku)"
|
||||
|
||||
msgid "string inserted after nick completion"
|
||||
msgstr "řetězec vložený za přezdívku po doplnění"
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"string inserted after nick completion (when nick is first word on command "
|
||||
"line)"
|
||||
msgstr ""
|
||||
"přidat mezeru za přezdívku po doplnění (pokud není přezdívka první slovo na "
|
||||
"příkazovém řádku)"
|
||||
|
||||
msgid "complete only with first nick found"
|
||||
msgstr "dokončit pouze s prvním nalezenou přezdívkou"
|
||||
@@ -2891,6 +2921,12 @@ msgstr ""
|
||||
"maximální počet příkazů, který zobrazit jako výchozí v seznamu historie (0 = "
|
||||
"nekonečno)"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"timeout (in seconds) for connection to a remote host (made in a child "
|
||||
"process)"
|
||||
msgstr "časový limit (v sekundách) pro gnutls handshake"
|
||||
|
||||
msgid ""
|
||||
"file containing the certificate authorities (\"%h\" will be replaced by "
|
||||
"WeeChat home, \"~/.weechat\" by default)"
|
||||
@@ -3311,9 +3347,12 @@ msgstr ""
|
||||
msgid "Bar \"%s\" updated"
|
||||
msgstr "Pole \"%s\" zaktualizováno"
|
||||
|
||||
#, c-format
|
||||
msgid "%sPaste %d lines ? [ctrl-Y] Yes [ctrl-N] No"
|
||||
msgstr "%sVložit %d řádků ? [ctrl-Y] Ano [ctrl-N] Ne"
|
||||
#, fuzzy, c-format
|
||||
msgid "%sPaste %d line ? [ctrl-Y] Yes [ctrl-N] No"
|
||||
msgid_plural "%sPaste %d lines ? [ctrl-Y] Yes [ctrl-N] No"
|
||||
msgstr[0] "%sVložit %d řádků ? [ctrl-Y] Ano [ctrl-N] Ne"
|
||||
msgstr[1] "%sVložit %d řádků ? [ctrl-Y] Ano [ctrl-N] Ne"
|
||||
msgstr[2] "%sVložit %d řádků ? [ctrl-Y] Ano [ctrl-N] Ne"
|
||||
|
||||
msgid "Text search"
|
||||
msgstr "Vyhledávání textu"
|
||||
@@ -4332,14 +4371,15 @@ msgid "disconnect from one or all IRC servers"
|
||||
msgstr "odpojit z IRC serveru/serverů"
|
||||
|
||||
#, fuzzy
|
||||
msgid "[<server>|-all [<reason>]]"
|
||||
msgid "[<server>|-all|-pending [<reason>]]"
|
||||
msgstr "[[<server>] <maska_serveru>]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"server: server name to disconnect\n"
|
||||
" -all: disconnect from all servers\n"
|
||||
"reason: reason for quit"
|
||||
" server: server name to disconnect\n"
|
||||
" -all: disconnect from all servers\n"
|
||||
"-pending: cancel auto-reconnection on servers currently reconnecting\n"
|
||||
" reason: reason for quit"
|
||||
msgstr ""
|
||||
"server: jméno serveru pro odpojení\n"
|
||||
" -all: odpojit se od všech serverů"
|
||||
@@ -4402,8 +4442,9 @@ msgstr "získat informace popisující server"
|
||||
msgid "invite a nick on a channel"
|
||||
msgstr "pozvat přezdívku na kanál"
|
||||
|
||||
msgid "<nick> <channel>"
|
||||
msgstr "<přezdívka> <kanál>"
|
||||
#, fuzzy
|
||||
msgid "<nick> [<nick>...] [<channel>]"
|
||||
msgstr "<přezdívka> [<přezdívka>...]"
|
||||
|
||||
msgid ""
|
||||
" nick: nick to invite\n"
|
||||
@@ -5328,8 +5369,11 @@ msgid ""
|
||||
"available (example: \"multi-prefix,extended-join\")"
|
||||
msgstr ""
|
||||
|
||||
msgid "mechanism for SASL authentication"
|
||||
msgstr "mechanismu pro SASL autentizaci"
|
||||
msgid ""
|
||||
"mechanism for SASL authentication: \"plain\" for plain text password, \"dh-"
|
||||
"blowfish\" for crypted password, \"external\" for authentication using "
|
||||
"client side SSL cert"
|
||||
msgstr ""
|
||||
|
||||
msgid "username for SASL authentication"
|
||||
msgstr "uživatelské jméno pro SASL autentizaci"
|
||||
@@ -5513,9 +5557,12 @@ msgstr "text pro zobrazení před přezdívkou v okně rozhovoru"
|
||||
msgid "text to display after nick in chat window"
|
||||
msgstr "text pro zobrazení za přezdívkou v okně rozhovoru"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"force color for some nicks: hash computed with nickname to find color will "
|
||||
"not be used for these nicks (format is: \"nick1:color1;nick2:color2\")"
|
||||
"not be used for these nicks (format is: \"nick1:color1;nick2:color2\"); "
|
||||
"lookup for nicks is with exact case then lower case, so it's possible to use "
|
||||
"only lower case for nicks in this option"
|
||||
msgstr ""
|
||||
"vynutit barvu u některých přezdívek: hash spočítaný z přezdívky pro nalezení "
|
||||
"barvy nebude použit pro tyto přezdívky (formát je: \"přezdívka1:barva1;"
|
||||
@@ -5709,9 +5756,9 @@ msgid ""
|
||||
"remap mirc colors in messages using a hashtable: keys are \"fg,bg\" as "
|
||||
"integers between -1 (not specified) and 15, values are WeeChat color names "
|
||||
"or numbers (format is: \"1,-1:color1;2,7:color2\"), example: \"1,-1:"
|
||||
"darkgray;1,2:white,blue\" to remap black on any bg to \"darkgray\" and black "
|
||||
"on blue to \"white,blue\"; default WeeChat colors for IRC codes: 0:white, 1:"
|
||||
"black, 2:blue, 3:green, 4:lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9: "
|
||||
"darkgray;1,2:white,blue\" to remap black to \"darkgray\" and black on blue "
|
||||
"to \"white,blue\"; default WeeChat colors for IRC codes: 0:white, 1:black, 2:"
|
||||
"blue, 3:green, 4:lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9: "
|
||||
"lightgreen, 10:cyan, 11:lightcyan, 12:lightblue, 13:lightmagenta, 14:gray, "
|
||||
"15:white"
|
||||
msgstr ""
|
||||
@@ -6034,6 +6081,11 @@ msgstr "%s%s: nejste připojen k serveru"
|
||||
msgid "%s%s: this buffer is not a channel!"
|
||||
msgstr "%s%s: tenhle buffer není kanál!"
|
||||
|
||||
#. TRANSLATORS: "unknown" is the status for /notify when ison answer has not been received (check pending)
|
||||
#, fuzzy
|
||||
msgid "unknown"
|
||||
msgstr "(neznámý)"
|
||||
|
||||
msgid "offline"
|
||||
msgstr "offline"
|
||||
|
||||
@@ -6053,12 +6105,20 @@ msgstr "Seznam notifikací pro všechny servery:"
|
||||
msgid "Notify list is empty on all servers"
|
||||
msgstr "Seznam notifikací na všech serverech je prázdný"
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s has joined %s%s"
|
||||
#, fuzzy, c-format
|
||||
msgid "%snotify: %s%s%s is connected"
|
||||
msgstr "%snotifikace: %s%s%s se připojil %s%s"
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s has quit %s%s"
|
||||
#, fuzzy, c-format
|
||||
msgid "%snotify: %s%s%s is offline"
|
||||
msgstr "%snotifikace: %s%s%s se připojil %s%s"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "%snotify: %s%s%s has joined"
|
||||
msgstr "%snotifikace: %s%s%s se připojil %s%s"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "%snotify: %s%s%s has quit"
|
||||
msgstr "%snotifikace: %s%s%s odešel %s%s"
|
||||
|
||||
#, c-format
|
||||
@@ -6573,6 +6633,10 @@ msgstr ""
|
||||
msgid "%s%s: not enough memory"
|
||||
msgstr "%s%s: nedostatek paměti"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "%s%s: timeout"
|
||||
msgstr "%s%s: vypršel časový limit \"%s\" pro %s"
|
||||
|
||||
#, c-format
|
||||
msgid "gnutls: connected using %d-bit Diffie-Hellman shared secret exchange"
|
||||
msgstr ""
|
||||
@@ -6748,8 +6812,8 @@ msgstr "logování nebylo spuštěno"
|
||||
msgid "%s: \"%s\" => level %d"
|
||||
msgstr "%s: \"%s\" => úroveň %d"
|
||||
|
||||
#, c-format
|
||||
msgid "===\t========== End of backlog (%d lines) =========="
|
||||
#, fuzzy, c-format
|
||||
msgid "%s===\t%s========== End of backlog (%d lines) =========="
|
||||
msgstr "===\t========== Konec zpětného logu (%d řádků) =========="
|
||||
|
||||
msgid "logger plugin configuration"
|
||||
@@ -6833,6 +6897,14 @@ msgstr ""
|
||||
"maximální počet řádek zobrazených z logovacího souboru při vytvořezí nového "
|
||||
"bufferu (0 = žádný zpětný log)"
|
||||
|
||||
#, fuzzy
|
||||
msgid "color for backlog lines"
|
||||
msgstr "barva položek, které jsou pryč"
|
||||
|
||||
#, fuzzy
|
||||
msgid "color for line ending the backlog"
|
||||
msgstr "barva přezdívky ve vstupním poli"
|
||||
|
||||
msgid ""
|
||||
"automatically save content of buffers to files (unless a buffer disables log)"
|
||||
msgstr ""
|
||||
@@ -7809,6 +7881,11 @@ msgstr ""
|
||||
"jméno skriptu (může začínat nebo končit \"*\" jako zástupným znakem) "
|
||||
"(volitelné)"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"%s%s: warning, invalid pointer (\"%s\") for function \"%s\" (script: %s)"
|
||||
msgstr "%s%s: špatné parametry pro funkci \"%s\" (skript: %s)"
|
||||
|
||||
#, c-format
|
||||
msgid "%s: error loading script \"%s\" (bad name, spaces are forbidden)"
|
||||
msgstr "%s: chyba načítání skriptu \"%s\" (špatné jméno, mezery jsou zakázány)"
|
||||
@@ -8273,3 +8350,15 @@ msgstr ""
|
||||
|
||||
msgid "Constants"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "string inserted after nick completion"
|
||||
#~ msgstr "řetězec vložený za přezdívku po doplnění"
|
||||
|
||||
#~ msgid "display '+' if prefix is truncated"
|
||||
#~ msgstr "zobrazit '+' pokud je prefix zkrácen"
|
||||
|
||||
#~ msgid "<nick> <channel>"
|
||||
#~ msgstr "<přezdívka> <kanál>"
|
||||
|
||||
#~ msgid "mechanism for SASL authentication"
|
||||
#~ msgstr "mechanismu pro SASL autentizaci"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#
|
||||
# Copyright (C) 2009 Roberto González Cardenete <robert.glez@gmail.com>
|
||||
# Copyright (C) 2009-2011 Elián Hanisch <lambdae2@gmail.com>
|
||||
# Copyright (C) 2009-2012 Elián Hanisch <lambdae2@gmail.com>
|
||||
# Copyright (C) 2012 Quico Noizeux <keecoh@gmail.com>
|
||||
#
|
||||
# This file is part of WeeChat, the extensible chat client.
|
||||
#
|
||||
@@ -19,10 +20,10 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.3.7\n"
|
||||
"Project-Id-Version: WeeChat 0.3.8\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2012-02-26 08:00+0100\n"
|
||||
"PO-Revision-Date: 2012-02-26 08:03+0100\n"
|
||||
"POT-Creation-Date: 2012-06-03 09:00+0200\n"
|
||||
"PO-Revision-Date: 2012-06-03 08:47+0200\n"
|
||||
"Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"Language: Spanish\n"
|
||||
@@ -363,7 +364,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"un nombre de color de WeeChat (default, black, (dark)gray, white, (light)"
|
||||
"red, (light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), "
|
||||
"un número de color de la terminal ó un alias; atributos delante del color "
|
||||
"un número de color de la terminal o un alias; atributos delante del color "
|
||||
"están permitidos (solamente para color de texto , no de fondo): \"*\" para "
|
||||
"negrita, \"!\" para revertir, \"_\" para subrayado."
|
||||
|
||||
@@ -1001,7 +1002,7 @@ msgstr ""
|
||||
"para buffers unidos, -all para todos los buffers, o nada para el buffer "
|
||||
"actual)\n"
|
||||
" move: mueve un buffer en la lista (puede ser relativo, por ejemplo -1)\n"
|
||||
" merge: une el buffer actual con otro (el área de chat sería una mezcla "
|
||||
" merge: une el buffer actual con otro (el área de charla sería una mezcla "
|
||||
"entre ambos buffers)\n"
|
||||
" (por defecto con ctrl-x se cambia entre buffer unidos)\n"
|
||||
" unmerge: despega el buffer de otros buffers unidos\n"
|
||||
@@ -1071,14 +1072,14 @@ msgstr ""
|
||||
"terminal, comúnmente 63 o 255)\n"
|
||||
" nombre: alias para el color (por ejemplo: \"naranja\")\n"
|
||||
" reset: reinicia todos los pares de colores (necesario cuando no hay "
|
||||
"disponibles más pares si el reset automático está desactivado, mira la "
|
||||
"disponibles más pares si el reinicio automático está desactivado, mira la "
|
||||
"opción weechat.look.color_pairs_auto_reset)\n"
|
||||
"\n"
|
||||
"Sin argumentos, este comando muestra los colores en un nuevo buffer.\n"
|
||||
"\n"
|
||||
"Ejemplos:\n"
|
||||
" agregar el alias \"naranja\" para el color 214:\n"
|
||||
" /color add 214 naranja\n"
|
||||
" /color alias 214 naranja\n"
|
||||
" borrar color 214:\n"
|
||||
" /color unalias 214"
|
||||
|
||||
@@ -1129,7 +1130,7 @@ msgid ""
|
||||
" go to coordinates x=10, y=5:\n"
|
||||
" /cursor go 10,5"
|
||||
msgstr ""
|
||||
" go: mueve el cursor al área de chat, una barra (usando el nombre) o "
|
||||
" go: mueve el cursor al área de charla, una barra (usando el nombre) o "
|
||||
"coordenadas \"x,y\"\n"
|
||||
"move: mueve el cursor en una dirección\n"
|
||||
"stop: detiene el modo cursor\n"
|
||||
@@ -1241,7 +1242,8 @@ msgid ""
|
||||
"Tags most commonly used:\n"
|
||||
" no_filter, no_highlight, no_log, log0..log9 (log level),\n"
|
||||
" notify_none, notify_message, notify_private, notify_highlight,\n"
|
||||
" nick_xxx (xxx is nick in message),\n"
|
||||
" nick_xxx (xxx is nick in message), prefix_nick_ccc (ccc is color of "
|
||||
"nick),\n"
|
||||
" irc_xxx (xxx is command name or number, see /server raw),\n"
|
||||
" irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, "
|
||||
"irc_smart_filter, away_info.\n"
|
||||
@@ -1262,7 +1264,7 @@ msgid ""
|
||||
" filter lines containing \"weechat sucks\" on IRC channel #weechat:\n"
|
||||
" /filter add sucks irc.freenode.#weechat * weechat sucks"
|
||||
msgstr ""
|
||||
" list: lista todos los filtros\n"
|
||||
" list: muestra todos los filtros\n"
|
||||
" enable: activa los filtros (por defecto)\n"
|
||||
" disable: desactiva los filtros\n"
|
||||
" toggle: alterna el estado de los filtros\n"
|
||||
@@ -1270,10 +1272,10 @@ msgstr ""
|
||||
" add: agrega un filtro\n"
|
||||
" del: borra un filtro\n"
|
||||
" -all: borra todos los filtros\n"
|
||||
" buffer: lista separadas por comas de buffers donde el filtro está "
|
||||
" buffer: lista separadas por comas de los buffers donde el filtro está "
|
||||
"activo:\n"
|
||||
" - esto es el nombre completo incluyendo el plugin (ejemplo: "
|
||||
"\"irc.freenode.#weechat\")\n"
|
||||
" - es el nombre completo incluyendo el plugin (ejemplo: \"irc."
|
||||
"freenode.#weechat\")\n"
|
||||
" - \"*\" significa todos los buffers\n"
|
||||
" - un nombre empezando con '!' es excluido\n"
|
||||
" - el nombre puede empezar o terminar con '*' para coincidir "
|
||||
@@ -1288,14 +1290,15 @@ msgstr ""
|
||||
" - dos expresiones regulares son creadas: una para el prefijo "
|
||||
"y otra para el mensaje\n"
|
||||
" - las expresiones son insensibles a las mayúsculas, pueden "
|
||||
"empezar con \"(?-i)\" para sean sensibles a estas.\n"
|
||||
"empezar con \"(?-i)\" para que sean sensibles a estas.\n"
|
||||
"\n"
|
||||
"Por predeterminado, el atajo alt+'=' activa o desactiva el filtrado.\n"
|
||||
"\n"
|
||||
"Etiquetas más comúnmente usadas:\n"
|
||||
" no_filter, no_highlight, no_log, log0..log9 (nivel de registro),\n"
|
||||
" notify_message, notify_private, notify_highlight,\n"
|
||||
" nick_xxx (xxx es el apodo en el mensaje),\n"
|
||||
" notify_none, notify_message, notify_private, notify_highlight,\n"
|
||||
" nick_xxx (xxx es el apodo en el mensaje), prefix_nick_ccc (ccc es el color "
|
||||
"del apodo),\n"
|
||||
" irc_xxx (xxx es el nombre del comando o un número, ver /server raw),\n"
|
||||
" irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, "
|
||||
"irc_smart_filter, away_info.\n"
|
||||
@@ -1405,6 +1408,8 @@ msgid ""
|
||||
" switch_active_buffer: switch to next merged buffer\n"
|
||||
" switch_active_buffer_previous: switch to previous merged buffer\n"
|
||||
" insert: insert text in command line\n"
|
||||
" paste_start: start paste (bracketed paste mode)\n"
|
||||
" paste_stop: stop paste (bracketed paste mode)\n"
|
||||
"\n"
|
||||
"This command is used by key bindings or plugins."
|
||||
msgstr ""
|
||||
@@ -1456,9 +1461,11 @@ msgstr ""
|
||||
"actual\n"
|
||||
" switch_active_buffer: cambiar al buffer fusionado siguiente\n"
|
||||
" switch_active_buffer_previous: cambiar al buffer fusionado anterior\n"
|
||||
" insert: insertar texto en la línea de comando\n"
|
||||
" insert: insertar texto en la línea de comandos\n"
|
||||
" paste_start: iniciar pegar (modo pegado entre paréntesis)\n"
|
||||
" paste_stop: parar pegar (modo pegado entre paréntesis)\n"
|
||||
"\n"
|
||||
"Este comando es usado para atajos de teclas o plugins."
|
||||
"Este comando es usado para atajos de teclado o plugins."
|
||||
|
||||
msgid "bind/unbind keys"
|
||||
msgstr "crear/deshacer atajos"
|
||||
@@ -1486,6 +1493,7 @@ msgid ""
|
||||
"context \"default\")\n"
|
||||
" bindctxt: bind a command to a key or display command bound to key, for "
|
||||
"given context\n"
|
||||
" command: command (many commands can be separated by semicolons)\n"
|
||||
" unbind: remove a key binding (for context \"default\")\n"
|
||||
" unbindctxt: remove a key binding for given context\n"
|
||||
" reset: reset a key to default binding (for context \"default\")\n"
|
||||
@@ -1539,6 +1547,7 @@ msgstr ""
|
||||
"atajo (para el contexto \"default\")\n"
|
||||
" bindctxt: crea un atajo al comando o muestra el comando asociado con el "
|
||||
"atajo, para algún contexto dado\n"
|
||||
" comando: comando (varios comandos separados por punto y coma)\n"
|
||||
" unbind: deshace un atajo de teclado (para el contexto \"default\")\n"
|
||||
" unbindctxt: deshace un atajo de teclado para un contexto dado\n"
|
||||
" reset: restaura un atajo a su valor por defecto (para el contexto "
|
||||
@@ -2379,8 +2388,8 @@ msgid ""
|
||||
"than 16 colors)"
|
||||
msgstr ""
|
||||
"fuerza el atributo \"bold\" (negrita) para colores \"light*\" y \"darkgray\" "
|
||||
"in basic colors (this option is disabled by default: bold is used only if "
|
||||
"terminal has less than 16 colors)"
|
||||
"en los colores básicos (esta opción está desactivada por defecto: negrita "
|
||||
"sólo se usa si la terminal tiene menos de 16 colores)"
|
||||
|
||||
msgid ""
|
||||
"use a different color for lines in inactive window (when window is not "
|
||||
@@ -2474,7 +2483,7 @@ msgid ""
|
||||
"because it can cause serious display bugs)"
|
||||
msgstr ""
|
||||
"si es verdadero, el eat_newline_glitch será desactivado; esto se usa para no "
|
||||
"agregar un nuevo caracter de retorno al final de cada línea, y no cortar "
|
||||
"agregar un nuevo carácter de retorno al final de cada línea, y no cortar "
|
||||
"texto cuando uno copia y pega texto desde WeeChat a otra aplicación (esta "
|
||||
"opción está desactivada por defecto porque puede causar serios errores de "
|
||||
"visualización)"
|
||||
@@ -2651,10 +2660,30 @@ msgid "display space if nick mode is not (half)op/voice"
|
||||
msgstr "mostrar un espacio si el modo de usuario no es (semi-)op/voz"
|
||||
|
||||
msgid ""
|
||||
"max number of lines for paste without asking user (0 = disable this feature)"
|
||||
"enable terminal \"bracketed paste mode\" (not supported in all terminals/"
|
||||
"multiplexers): in this mode, pasted text is bracketed with control sequences "
|
||||
"so that WeeChat can differentiate pasted text from typed-in text (\"ESC[200~"
|
||||
"\", followed by the pasted text, followed by \"ESC[201~\")"
|
||||
msgstr ""
|
||||
"número máximo de líneas que el usuario puede pegar sin pedir confirmación (0 "
|
||||
"= deshabilitar esta funcionalidad)"
|
||||
"activar terminal \"pegar modo paréntesis\" (no soportado en todos los "
|
||||
"terminales/multiplexers): en este modo, el texto pegado entre paréntesis con "
|
||||
"control de secuencias de manera que WeeChat puede diferenciarlo del "
|
||||
"introducido (\"ESC[200~\", seguido por el texto pegado, seguido de \"ESC[201~"
|
||||
"\")"
|
||||
|
||||
msgid ""
|
||||
"force end of bracketed paste after this delay (in seconds) if the control "
|
||||
"sequence for end of bracketed paste (\"ESC[201~\") was not received in time"
|
||||
msgstr ""
|
||||
"forzar fin del \"pegar modo paréntesis\" después de este retraso (en "
|
||||
"segundos) si la secuencia de control para el fin de pegar modo paréntesis "
|
||||
"(\"ESC[201~\") no se ha recibido a tiempo"
|
||||
|
||||
msgid ""
|
||||
"max number of lines for paste without asking user (-1 = disable this feature)"
|
||||
msgstr ""
|
||||
"número máximo de líneas que el usuario puede pegar sin pedir confirmación "
|
||||
"(-1 = deshabilitar esta función)"
|
||||
|
||||
msgid "prefix for error messages"
|
||||
msgstr "prefijo para mensajes de error"
|
||||
@@ -2681,8 +2710,11 @@ msgstr "tamaño máximo para el prefijo (0 = no hay límite)"
|
||||
msgid "min size for prefix"
|
||||
msgstr "tamaño mínimo para el prefijo"
|
||||
|
||||
msgid "display '+' if prefix is truncated"
|
||||
msgstr "mostrar '+' si el prefijo ha sido truncado"
|
||||
msgid ""
|
||||
"char to display if prefix is truncated (must be exactly one char on screen)"
|
||||
msgstr ""
|
||||
"carácter para mostrar si el prefijo esta truncado (debe ser exactamente un "
|
||||
"carácter en pantalla)"
|
||||
|
||||
msgid ""
|
||||
"prefix alignment for buffer name, when many buffers are merged with same "
|
||||
@@ -2699,11 +2731,22 @@ msgstr ""
|
||||
"fusionados con el mismo número (0 = sin tamaño máximo)"
|
||||
|
||||
msgid ""
|
||||
"display '+' if buffer name is truncated (when many buffers are merged with "
|
||||
"same number)"
|
||||
"char to display if buffer name is truncated (when many buffers are merged "
|
||||
"with same number) (must be exactly one char on screen)"
|
||||
msgstr ""
|
||||
"muestra '+' si el nombre es truncado (cuando varios buffers están fusionados "
|
||||
"con el mismo número)"
|
||||
"carácter a mostrar si el nombre del buffer es acortado (cuando hay muchos "
|
||||
"buffers unidos con el mismo número) (tiene que ser exactamente un carácter "
|
||||
"en pantalla)"
|
||||
|
||||
msgid ""
|
||||
"prefix displayed for a message with same nick as previous message: use a "
|
||||
"space \" \" to hide prefix, another string to display this string instead of "
|
||||
"prefix, or an empty string to disable feature (display prefix)"
|
||||
msgstr ""
|
||||
"prefijo mostrado por un mensaje con el mismo nick que en el mensaje previo: "
|
||||
"usar un espacio \" \" para ocultar el prefijo, una cadena para mostrar esta "
|
||||
"en lugar del prefijo, o una cadena vacía para desactivar esta característica "
|
||||
"(mostrar prefijo)"
|
||||
|
||||
msgid "string displayed after prefix"
|
||||
msgstr "cadena mostrada después del prefijo"
|
||||
@@ -2995,8 +3038,12 @@ msgstr ""
|
||||
"agregar espacio después de autocompletar un apodo (cuando el apodo no es la "
|
||||
"primera palabra en la línea de comandos)"
|
||||
|
||||
msgid "string inserted after nick completion"
|
||||
msgstr "cadena insertada después de auto-completar un apodo"
|
||||
msgid ""
|
||||
"string inserted after nick completion (when nick is first word on command "
|
||||
"line)"
|
||||
msgstr ""
|
||||
"cadena insertada después de autocompletar un apodo (cuando el apodo es la "
|
||||
"primera palabra en la línea de comandos)"
|
||||
|
||||
msgid "complete only with first nick found"
|
||||
msgstr "completar únicamente con el primer apodo encontrado"
|
||||
@@ -3054,6 +3101,13 @@ msgstr ""
|
||||
"número máximo de comandos para mostrar por defecto en el listado del "
|
||||
"historial (0 = ilimitado)"
|
||||
|
||||
msgid ""
|
||||
"timeout (in seconds) for connection to a remote host (made in a child "
|
||||
"process)"
|
||||
msgstr ""
|
||||
"tiempo de espera (en segundos) para la conexión al servidor remoto (por un "
|
||||
"subproceso)"
|
||||
|
||||
msgid ""
|
||||
"file containing the certificate authorities (\"%h\" will be replaced by "
|
||||
"WeeChat home, \"~/.weechat\" by default)"
|
||||
@@ -3481,8 +3535,10 @@ msgid "Bar \"%s\" updated"
|
||||
msgstr "Barra \"%s\" actualizada"
|
||||
|
||||
#, c-format
|
||||
msgid "%sPaste %d lines ? [ctrl-Y] Yes [ctrl-N] No"
|
||||
msgstr "%sPegar %d líneas ? [ctrl-Y] Sí [ctrl-N] No"
|
||||
msgid "%sPaste %d line ? [ctrl-Y] Yes [ctrl-N] No"
|
||||
msgid_plural "%sPaste %d lines ? [ctrl-Y] Yes [ctrl-N] No"
|
||||
msgstr[0] "%sPegar %d línea ? [ctrl-Y] Sí [ctrl-N] No"
|
||||
msgstr[1] "%sPegar %d líneas ? [ctrl-Y] Sí [ctrl-N] No"
|
||||
|
||||
msgid "Text search"
|
||||
msgstr "Búsqueda de texto"
|
||||
@@ -4518,16 +4574,19 @@ msgstr "objetivo: nombre del servidor"
|
||||
msgid "disconnect from one or all IRC servers"
|
||||
msgstr "desconectarse de un o todos los servidores IRC"
|
||||
|
||||
msgid "[<server>|-all [<reason>]]"
|
||||
msgstr "[<servidor>|-all [<razón>]]"
|
||||
msgid "[<server>|-all|-pending [<reason>]]"
|
||||
msgstr "[<servidor>|-all|-pending [<razón>]]"
|
||||
|
||||
msgid ""
|
||||
"server: server name to disconnect\n"
|
||||
" -all: disconnect from all servers\n"
|
||||
"reason: reason for quit"
|
||||
" server: server name to disconnect\n"
|
||||
" -all: disconnect from all servers\n"
|
||||
"-pending: cancel auto-reconnection on servers currently reconnecting\n"
|
||||
" reason: reason for quit"
|
||||
msgstr ""
|
||||
"servidor: nombre del servidor a desconectar\n"
|
||||
" -all: desconectar de todos los servidores\n"
|
||||
"-pending: cancelar las reconexiones automáticas a los servidores que están "
|
||||
"reconectando\n"
|
||||
" razón: razón de la salida"
|
||||
|
||||
msgid "give channel half-operator status to nick(s)"
|
||||
@@ -4589,8 +4648,8 @@ msgstr "obtener información describiendo al servidor"
|
||||
msgid "invite a nick on a channel"
|
||||
msgstr "invitar a un apodo a un canal"
|
||||
|
||||
msgid "<nick> <channel>"
|
||||
msgstr "<apodo> <canal>"
|
||||
msgid "<nick> [<nick>...] [<channel>]"
|
||||
msgstr "<apodo> [<apodo>...] [<canal>]"
|
||||
|
||||
msgid ""
|
||||
" nick: nick to invite\n"
|
||||
@@ -5524,8 +5583,14 @@ msgstr ""
|
||||
"\") para habilitar en el servidor si están disponibles (ejemplo: \"multi-"
|
||||
"prefix,extended-join\")"
|
||||
|
||||
msgid "mechanism for SASL authentication"
|
||||
msgstr "mecanismo para la autenticación SASL"
|
||||
msgid ""
|
||||
"mechanism for SASL authentication: \"plain\" for plain text password, \"dh-"
|
||||
"blowfish\" for crypted password, \"external\" for authentication using "
|
||||
"client side SSL cert"
|
||||
msgstr ""
|
||||
"mecanismo de autenticación SASL: \"plain\" para contraseñas en texto plano, "
|
||||
"\"dh-blowfish\" para contraseña encriptada, \"external\" para autentificar "
|
||||
"utilizando un certificado SSL del cliente"
|
||||
|
||||
msgid "username for SASL authentication"
|
||||
msgstr "nombre de usuario para la autenticación SASL"
|
||||
@@ -5716,10 +5781,14 @@ msgstr "texto a mostrar tras el apodo en la ventana de charla"
|
||||
|
||||
msgid ""
|
||||
"force color for some nicks: hash computed with nickname to find color will "
|
||||
"not be used for these nicks (format is: \"nick1:color1;nick2:color2\")"
|
||||
"not be used for these nicks (format is: \"nick1:color1;nick2:color2\"); "
|
||||
"lookup for nicks is with exact case then lower case, so it's possible to use "
|
||||
"only lower case for nicks in this option"
|
||||
msgstr ""
|
||||
"fuerza color para algunos apodos: no se computará el hash usado para elegir "
|
||||
"el color en estos apodos (el formato es: \"apodo1:color1;apodo2:color2\")"
|
||||
"fuerza color para algunos apodos: hash calculado con el apodo para encontrar "
|
||||
"el color no se utilizará para los siguientes apodos (el formato es: \"apodo1:"
|
||||
"color1;apodo2:color2\"); búsquedas de apodos son exactamente igual que en "
|
||||
"minúsculas, así que es posible usar minúsculas para apodos con esta opción"
|
||||
|
||||
msgid ""
|
||||
"chars used to stop in nick when computing color with letters of nick (at "
|
||||
@@ -5937,21 +6006,20 @@ msgid ""
|
||||
"remap mirc colors in messages using a hashtable: keys are \"fg,bg\" as "
|
||||
"integers between -1 (not specified) and 15, values are WeeChat color names "
|
||||
"or numbers (format is: \"1,-1:color1;2,7:color2\"), example: \"1,-1:"
|
||||
"darkgray;1,2:white,blue\" to remap black on any bg to \"darkgray\" and black "
|
||||
"on blue to \"white,blue\"; default WeeChat colors for IRC codes: 0:white, 1:"
|
||||
"black, 2:blue, 3:green, 4:lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9: "
|
||||
"darkgray;1,2:white,blue\" to remap black to \"darkgray\" and black on blue "
|
||||
"to \"white,blue\"; default WeeChat colors for IRC codes: 0:white, 1:black, 2:"
|
||||
"blue, 3:green, 4:lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9: "
|
||||
"lightgreen, 10:cyan, 11:lightcyan, 12:lightblue, 13:lightmagenta, 14:gray, "
|
||||
"15:white"
|
||||
msgstr ""
|
||||
"remapear colores mirc en mensajes usando una tabla hash: claves son \"fg,bg"
|
||||
"\" con números entre -1 (no color especificado) y 15, valores son los "
|
||||
"nombres de color de WeeChat o número (con el formato: \"1,-1:color1;2,7:"
|
||||
"color2\"), ejemplo: \"1,-1:darkgray;1,2:white,blue\" para remapear negro en "
|
||||
"cualquier fondo al color \"darkgray\" y negro en azul a color \"white,blue"
|
||||
"\"; los colores por defecto de WeeChat con sus códigos IRC son: 0:white, 1:"
|
||||
"black, 2:blue, 3:green, 4:lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9: "
|
||||
"lightgreen, 10:cyan, 11:lightcyan, 12:lightblue, 13:lightmagenta, 14:gray, "
|
||||
"15:white"
|
||||
"\" con números entre -1 (no especificado) y 15, los valores son los nombres "
|
||||
"de color de WeeChat o números (con el formato: \"1,-1:color1;2,7:color2\"), "
|
||||
"ejemplo: \"1,-1:darkgray;1,2:white,blue\" para remapear negro en \"darkgray"
|
||||
"\" y negro en azul a \"white,blue\"; los colores por defecto de WeeChat para "
|
||||
"los códigos IRC son: 0:white, 1:black, 2:blue, 3:green, 4:lightred, 5:red, 6:"
|
||||
"magenta, 7:brown, 8:yellow, 9: lightgreen, 10:cyan, 11:lightcyan, 12:"
|
||||
"lightblue, 13:lightmagenta, 14:gray, 15:white"
|
||||
|
||||
msgid ""
|
||||
"color for nick prefixes using mode char (o=op, h=halfop, v=voice, ..), "
|
||||
@@ -6273,6 +6341,10 @@ msgstr "%s%s: no estas conectado a ningún servidor"
|
||||
msgid "%s%s: this buffer is not a channel!"
|
||||
msgstr "%s%s: ¡este buffer no es un canal!"
|
||||
|
||||
#. TRANSLATORS: "unknown" is the status for /notify when ison answer has not been received (check pending)
|
||||
msgid "unknown"
|
||||
msgstr "desconocido"
|
||||
|
||||
msgid "offline"
|
||||
msgstr "fuera de línea"
|
||||
|
||||
@@ -6293,12 +6365,20 @@ msgid "Notify list is empty on all servers"
|
||||
msgstr "Lista de notificaciones vacía en todos los servidores"
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s has joined %s%s"
|
||||
msgstr "%saviso: %s%s%s se ha unido a %s%s"
|
||||
msgid "%snotify: %s%s%s is connected"
|
||||
msgstr "%saviso: %s%s%s está conectado"
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s has quit %s%s"
|
||||
msgstr "%saviso: %s%s%s ha salido de %s%s"
|
||||
msgid "%snotify: %s%s%s is offline"
|
||||
msgstr "%saviso: %s%s%s está desconectado"
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s has joined"
|
||||
msgstr "%saviso: %s%s%s se ha unido"
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s has quit"
|
||||
msgstr "%saviso: %s%s%s ha salido"
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s is now away: \"%s\""
|
||||
@@ -6808,6 +6888,10 @@ msgstr ""
|
||||
msgid "%s%s: not enough memory"
|
||||
msgstr "%s%s: no hay suficiente memoria"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: timeout"
|
||||
msgstr "%s%s: agotado tiempo de espera"
|
||||
|
||||
#, c-format
|
||||
msgid "gnutls: connected using %d-bit Diffie-Hellman shared secret exchange"
|
||||
msgstr "gnutls: conectado usando %d-bit Diffie-Hellman"
|
||||
@@ -6993,8 +7077,8 @@ msgid "%s: \"%s\" => level %d"
|
||||
msgstr "%s: \"%s\" => nivel %d"
|
||||
|
||||
#, c-format
|
||||
msgid "===\t========== End of backlog (%d lines) =========="
|
||||
msgstr "===\t========== Fin del último registro (%d líneas) =========="
|
||||
msgid "%s===\t%s========== End of backlog (%d lines) =========="
|
||||
msgstr "%s===\t%s========== Fin del último registro (%d líneas) =========="
|
||||
|
||||
msgid "logger plugin configuration"
|
||||
msgstr "configuración del plugin de registro"
|
||||
@@ -7081,6 +7165,12 @@ msgstr ""
|
||||
"máximo número de líneas a mostrar del registro cuando se crea un buffer "
|
||||
"nuevo (0 = no mostrar nada)"
|
||||
|
||||
msgid "color for backlog lines"
|
||||
msgstr "color para las líneas del último registro"
|
||||
|
||||
msgid "color for line ending the backlog"
|
||||
msgstr "color para el final de línea del último registro"
|
||||
|
||||
msgid ""
|
||||
"automatically save content of buffers to files (unless a buffer disables log)"
|
||||
msgstr ""
|
||||
@@ -7092,7 +7182,7 @@ msgid ""
|
||||
"immediately for each line printed)"
|
||||
msgstr ""
|
||||
"número de segundos entre escritura de los archivos de registro (0 = escribir "
|
||||
"los archivos immediatamente por cada línea)"
|
||||
"los archivos inmediatamente por cada línea)"
|
||||
|
||||
msgid "use only lower case for log filenames"
|
||||
msgstr "usar solamente minúsculas para el nombre de los archivos"
|
||||
@@ -8060,6 +8150,12 @@ msgstr ""
|
||||
"nombre del script (puede empezar o terminar con \"*\" como comodín) "
|
||||
"(opcional)"
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%s%s: warning, invalid pointer (\"%s\") for function \"%s\" (script: %s)"
|
||||
msgstr ""
|
||||
"%s%s: atención, puntero inválido (\"%s\") para la función \"%s\" (script: %s)"
|
||||
|
||||
#, c-format
|
||||
msgid "%s: error loading script \"%s\" (bad name, spaces are forbidden)"
|
||||
msgstr ""
|
||||
@@ -8537,3 +8633,15 @@ msgstr "Tipo"
|
||||
|
||||
msgid "Constants"
|
||||
msgstr "Constantes"
|
||||
|
||||
#~ msgid "string inserted after nick completion"
|
||||
#~ msgstr "cadena insertada después de auto-completar un apodo"
|
||||
|
||||
#~ msgid "display '+' if prefix is truncated"
|
||||
#~ msgstr "mostrar '+' si el prefijo ha sido truncado"
|
||||
|
||||
#~ msgid "<nick> <channel>"
|
||||
#~ msgstr "<apodo> <canal>"
|
||||
|
||||
#~ msgid "mechanism for SASL authentication"
|
||||
#~ msgstr "mecanismo para la autenticación SASL"
|
||||
|
||||
@@ -19,10 +19,10 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.3.7\n"
|
||||
"Project-Id-Version: WeeChat 0.3.8\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2012-02-26 08:00+0100\n"
|
||||
"PO-Revision-Date: 2012-02-26 08:03+0100\n"
|
||||
"POT-Creation-Date: 2012-06-03 09:00+0200\n"
|
||||
"PO-Revision-Date: 2012-06-03 08:47+0200\n"
|
||||
"Last-Translator: Sebastien Helleu <flashcode@flashtux.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"Language: French\n"
|
||||
@@ -1242,7 +1242,8 @@ msgid ""
|
||||
"Tags most commonly used:\n"
|
||||
" no_filter, no_highlight, no_log, log0..log9 (log level),\n"
|
||||
" notify_none, notify_message, notify_private, notify_highlight,\n"
|
||||
" nick_xxx (xxx is nick in message),\n"
|
||||
" nick_xxx (xxx is nick in message), prefix_nick_ccc (ccc is color of "
|
||||
"nick),\n"
|
||||
" irc_xxx (xxx is command name or number, see /server raw),\n"
|
||||
" irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, "
|
||||
"irc_smart_filter, away_info.\n"
|
||||
@@ -1296,7 +1297,8 @@ msgstr ""
|
||||
"Les tags les plus couramment utilisés:\n"
|
||||
" no_filter, no_highlight, no_log, log0..log9 (niveau de log),\n"
|
||||
" notify_none, notify_message, notify_private, notify_highlight,\n"
|
||||
" nick_xxx (xxx est le pseudo dans le message),\n"
|
||||
" nick_xxx (xxx est le pseudo dans le message), prefix_nick_ccc (ccc est la "
|
||||
"couleur du pseudo),\n"
|
||||
" irc_xxx (xxx est un nom de commande ou nombre, voir /server raw),\n"
|
||||
" irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, "
|
||||
"irc_smart_filter, away_info.\n"
|
||||
@@ -1407,6 +1409,8 @@ msgid ""
|
||||
" switch_active_buffer: switch to next merged buffer\n"
|
||||
" switch_active_buffer_previous: switch to previous merged buffer\n"
|
||||
" insert: insert text in command line\n"
|
||||
" paste_start: start paste (bracketed paste mode)\n"
|
||||
" paste_stop: stop paste (bracketed paste mode)\n"
|
||||
"\n"
|
||||
"This command is used by key bindings or plugins."
|
||||
msgstr ""
|
||||
@@ -1463,6 +1467,8 @@ msgstr ""
|
||||
" switch_active_buffer: basculer vers le tampon mélangé suivant\n"
|
||||
" switch_active_buffer_previous: basculer vers le tampon mélangé précédent\n"
|
||||
" insert: insérer du texte dans la ligne de commande\n"
|
||||
" paste_start: début de collage (mode \"bracketed paste\")\n"
|
||||
" paste_stop: fin de collage (mode \"bracketed paste\")\n"
|
||||
"\n"
|
||||
"Cette commande est utilisé par les associations de touches ou les extensions."
|
||||
|
||||
@@ -1491,6 +1497,7 @@ msgid ""
|
||||
"context \"default\")\n"
|
||||
" bindctxt: bind a command to a key or display command bound to key, for "
|
||||
"given context\n"
|
||||
" command: command (many commands can be separated by semicolons)\n"
|
||||
" unbind: remove a key binding (for context \"default\")\n"
|
||||
" unbindctxt: remove a key binding for given context\n"
|
||||
" reset: reset a key to default binding (for context \"default\")\n"
|
||||
@@ -1544,6 +1551,8 @@ msgstr ""
|
||||
"associée à la touche\n"
|
||||
" bindctxt: associer une commande à une touche ou affiche la commande "
|
||||
"associée à la touche pour le contexte donné\n"
|
||||
" commande: commande (plusieurs commandes peuvent êtres séparées par des "
|
||||
"points-virgules)\n"
|
||||
" unbind: supprimer l'association à une touche\n"
|
||||
" unbindctxt: supprimer l'association à une touche pour le contexte donné\n"
|
||||
" reset: réinitialiser une touche à son association par défaut\n"
|
||||
@@ -2661,10 +2670,30 @@ msgid "display space if nick mode is not (half)op/voice"
|
||||
msgstr "afficher un espace si le mode du pseudo n'est pas (half)op/voice"
|
||||
|
||||
msgid ""
|
||||
"max number of lines for paste without asking user (0 = disable this feature)"
|
||||
"enable terminal \"bracketed paste mode\" (not supported in all terminals/"
|
||||
"multiplexers): in this mode, pasted text is bracketed with control sequences "
|
||||
"so that WeeChat can differentiate pasted text from typed-in text (\"ESC[200~"
|
||||
"\", followed by the pasted text, followed by \"ESC[201~\")"
|
||||
msgstr ""
|
||||
"activer le mode du terminal \"bracketed paste\" (pas supporté par tous les "
|
||||
"terminaux/multiplexeurs): dans ce mode, le texte collé est entouré avec des "
|
||||
"séquences de contrôle de sorte que WeeChat puisse différencier le texte "
|
||||
"collé du texté tapé (\"ESC[200~\", suivi par le texte collé, suivi par \"ESC"
|
||||
"[201~\")"
|
||||
|
||||
msgid ""
|
||||
"force end of bracketed paste after this delay (in seconds) if the control "
|
||||
"sequence for end of bracketed paste (\"ESC[201~\") was not received in time"
|
||||
msgstr ""
|
||||
"forcer la fin du \"bracketed paste\" après ce délai (en secondes) si la "
|
||||
"séquence de contrôle pour la fin du \"bracketed paste\" (\"ESC[201~\") n'a "
|
||||
"pas été reçue à temps"
|
||||
|
||||
msgid ""
|
||||
"max number of lines for paste without asking user (-1 = disable this feature)"
|
||||
msgstr ""
|
||||
"nombre maximum de lignes pour la détection de collage sans demander à "
|
||||
"l'utilisateur (0 = désactiver cette fonctionnalité)"
|
||||
"l'utilisateur (-1 = désactiver cette fonctionnalité)"
|
||||
|
||||
msgid "prefix for error messages"
|
||||
msgstr "préfixe pour les messages d'erreur"
|
||||
@@ -2690,8 +2719,11 @@ msgstr "taille maximum pour le préfixe (0 = pas de taille maximum)"
|
||||
msgid "min size for prefix"
|
||||
msgstr "taille minimum pour le préfixe"
|
||||
|
||||
msgid "display '+' if prefix is truncated"
|
||||
msgstr "afficher '+' si le préfixe est tronqué"
|
||||
msgid ""
|
||||
"char to display if prefix is truncated (must be exactly one char on screen)"
|
||||
msgstr ""
|
||||
"caractère à afficher si le préfixe est tronqué (doit être exactement un "
|
||||
"caractère à l'écran)"
|
||||
|
||||
msgid ""
|
||||
"prefix alignment for buffer name, when many buffers are merged with same "
|
||||
@@ -2708,11 +2740,22 @@ msgstr ""
|
||||
"avec le même numéro (0 = pas de taille maximum)"
|
||||
|
||||
msgid ""
|
||||
"display '+' if buffer name is truncated (when many buffers are merged with "
|
||||
"same number)"
|
||||
"char to display if buffer name is truncated (when many buffers are merged "
|
||||
"with same number) (must be exactly one char on screen)"
|
||||
msgstr ""
|
||||
"afficher '+' si le nom du tampon est tronqué (quand plusieurs tampons sont "
|
||||
"mélangés avec le même numéro)"
|
||||
"caractère à afficher si le nom du tampon est tronqué (lorsque plusieurs "
|
||||
"tampons sont mélangés avec le même numéro) (doit être exactement un "
|
||||
"caractère à l'écran)"
|
||||
|
||||
msgid ""
|
||||
"prefix displayed for a message with same nick as previous message: use a "
|
||||
"space \" \" to hide prefix, another string to display this string instead of "
|
||||
"prefix, or an empty string to disable feature (display prefix)"
|
||||
msgstr ""
|
||||
"préfixe affiché pour un message avec le même pseudo que le précédent "
|
||||
"message: utiliser un espace \" \" pour cacher le préfixe, une autre chaîne "
|
||||
"pour l'afficher à la place du préfixe, ou une chaîne vide pour désactiver "
|
||||
"cette fonctionnalité (afficher le préfixe)"
|
||||
|
||||
msgid "string displayed after prefix"
|
||||
msgstr "chaîne affichée après le préfixe"
|
||||
@@ -3018,8 +3061,12 @@ msgstr ""
|
||||
"ajouter un espace après la complétion du pseudo (quand le pseudo n'est pas "
|
||||
"le premier mot sur la ligne de commande)"
|
||||
|
||||
msgid "string inserted after nick completion"
|
||||
msgstr "chaîne affichée après la complétion des pseudos"
|
||||
msgid ""
|
||||
"string inserted after nick completion (when nick is first word on command "
|
||||
"line)"
|
||||
msgstr ""
|
||||
"chaîne insérée après la complétion du pseudo (quand le pseudo est le premier "
|
||||
"mot sur la ligne de commande)"
|
||||
|
||||
msgid "complete only with first nick found"
|
||||
msgstr "compléter seulement avec le premier pseudo trouvé"
|
||||
@@ -3081,6 +3128,13 @@ msgstr ""
|
||||
"nombre maximum de commandes à afficher par défaut dans le listing "
|
||||
"d'historique (0 = sans limite)"
|
||||
|
||||
msgid ""
|
||||
"timeout (in seconds) for connection to a remote host (made in a child "
|
||||
"process)"
|
||||
msgstr ""
|
||||
"délai d'attente maximum (en secondes) pour la connexion à une machine "
|
||||
"distante (effectuée dans un processus fils)"
|
||||
|
||||
msgid ""
|
||||
"file containing the certificate authorities (\"%h\" will be replaced by "
|
||||
"WeeChat home, \"~/.weechat\" by default)"
|
||||
@@ -3514,8 +3568,10 @@ msgid "Bar \"%s\" updated"
|
||||
msgstr "Barre \"%s\" mise à jour"
|
||||
|
||||
#, c-format
|
||||
msgid "%sPaste %d lines ? [ctrl-Y] Yes [ctrl-N] No"
|
||||
msgstr "%sColler %d lignes ? [ctrl-Y] Oui [ctrl-N] Non"
|
||||
msgid "%sPaste %d line ? [ctrl-Y] Yes [ctrl-N] No"
|
||||
msgid_plural "%sPaste %d lines ? [ctrl-Y] Yes [ctrl-N] No"
|
||||
msgstr[0] "%sColler %d ligne ? [ctrl-Y] Oui [ctrl-N] Non"
|
||||
msgstr[1] "%sColler %d lignes ? [ctrl-Y] Oui [ctrl-N] Non"
|
||||
|
||||
msgid "Text search"
|
||||
msgstr "Recherche texte"
|
||||
@@ -3677,7 +3733,7 @@ msgstr ""
|
||||
" alias: nom de l'alias (peut démarrer ou se terminer par \"*\" pour une "
|
||||
"liste d'alias)\n"
|
||||
" commande: nom de la commande avec les paramètres (plusieurs commandes "
|
||||
"peuvent être séparées par des point-virgules)\n"
|
||||
"peuvent être séparées par des points-virgules)\n"
|
||||
"\n"
|
||||
"Sans paramètre, cette commande liste tous les alias définis.\n"
|
||||
"\n"
|
||||
@@ -4559,17 +4615,20 @@ msgstr "cible: nom du serveur"
|
||||
msgid "disconnect from one or all IRC servers"
|
||||
msgstr "se déconnecter d'un ou de tous les serveurs IRC"
|
||||
|
||||
msgid "[<server>|-all [<reason>]]"
|
||||
msgstr "[<serveur>|-all [<raison>]]"
|
||||
msgid "[<server>|-all|-pending [<reason>]]"
|
||||
msgstr "[<serveur>|-all|-pending [<raison>]]"
|
||||
|
||||
msgid ""
|
||||
"server: server name to disconnect\n"
|
||||
" -all: disconnect from all servers\n"
|
||||
"reason: reason for quit"
|
||||
" server: server name to disconnect\n"
|
||||
" -all: disconnect from all servers\n"
|
||||
"-pending: cancel auto-reconnection on servers currently reconnecting\n"
|
||||
" reason: reason for quit"
|
||||
msgstr ""
|
||||
"serveur: nom du serveur pour se déconecter\n"
|
||||
" -all: se déconnecter de tous les serveurs\n"
|
||||
" raison: raison pour le quit"
|
||||
" serveur: nom du serveur pour se déconecter\n"
|
||||
" -all: se déconnecter de tous les serveurs\n"
|
||||
"-pending: annuler la reconnexion automatique sur les serveurs en cours de "
|
||||
"reconnexion\n"
|
||||
" raison: raison pour le quit"
|
||||
|
||||
msgid "give channel half-operator status to nick(s)"
|
||||
msgstr "donner le statut de demi-opérateur à un/des pseudo(s)"
|
||||
@@ -4631,8 +4690,8 @@ msgstr "voir les informations décrivant le serveur"
|
||||
msgid "invite a nick on a channel"
|
||||
msgstr "inviter un pseudo sur un canal"
|
||||
|
||||
msgid "<nick> <channel>"
|
||||
msgstr "<pseudo> <canal>"
|
||||
msgid "<nick> [<nick>...] [<channel>]"
|
||||
msgstr "<pseudo> [<pseudo>...] [<canal>]"
|
||||
|
||||
msgid ""
|
||||
" nick: nick to invite\n"
|
||||
@@ -5567,8 +5626,14 @@ msgstr ""
|
||||
"à activer sur le serveur si elles sont disponibles (exemple: \"multi-prefix,"
|
||||
"extended-join\")"
|
||||
|
||||
msgid "mechanism for SASL authentication"
|
||||
msgstr "mécanisme pour l'authentification SASL"
|
||||
msgid ""
|
||||
"mechanism for SASL authentication: \"plain\" for plain text password, \"dh-"
|
||||
"blowfish\" for crypted password, \"external\" for authentication using "
|
||||
"client side SSL cert"
|
||||
msgstr ""
|
||||
"mécanisme pour l'authentification SASL: \"plain\" pour un mot de passe en "
|
||||
"clair, \"dh-blowfish\" pour un mot de passe chiffré, \"external\" pour une "
|
||||
"authentification en utilisant un certificat SSL côté client"
|
||||
|
||||
msgid "username for SASL authentication"
|
||||
msgstr "nom d'utilisateur pour l'authentification SASL"
|
||||
@@ -5760,11 +5825,15 @@ msgstr "texte à afficher après le pseudo dans la fenêtre de discussion"
|
||||
|
||||
msgid ""
|
||||
"force color for some nicks: hash computed with nickname to find color will "
|
||||
"not be used for these nicks (format is: \"nick1:color1;nick2:color2\")"
|
||||
"not be used for these nicks (format is: \"nick1:color1;nick2:color2\"); "
|
||||
"lookup for nicks is with exact case then lower case, so it's possible to use "
|
||||
"only lower case for nicks in this option"
|
||||
msgstr ""
|
||||
"force la couleur pour certains pseudos: le hash calculé avec le pseudo pour "
|
||||
"trouver la couleur ne sera pas utilisé pour ces pseudos (le format est: "
|
||||
"\"pseudo1:couleur1;pseudo2:couleur2\")"
|
||||
"\"pseudo1:couleur1;pseudo2:couleur2\"); la recherche de pseudos s'effectue "
|
||||
"avec la casse exacte puis en minuscules, donc il est possible d'utiliser "
|
||||
"uniquement des minuscules pour les pseudos dans cette option"
|
||||
|
||||
msgid ""
|
||||
"chars used to stop in nick when computing color with letters of nick (at "
|
||||
@@ -5988,9 +6057,9 @@ msgid ""
|
||||
"remap mirc colors in messages using a hashtable: keys are \"fg,bg\" as "
|
||||
"integers between -1 (not specified) and 15, values are WeeChat color names "
|
||||
"or numbers (format is: \"1,-1:color1;2,7:color2\"), example: \"1,-1:"
|
||||
"darkgray;1,2:white,blue\" to remap black on any bg to \"darkgray\" and black "
|
||||
"on blue to \"white,blue\"; default WeeChat colors for IRC codes: 0:white, 1:"
|
||||
"black, 2:blue, 3:green, 4:lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9: "
|
||||
"darkgray;1,2:white,blue\" to remap black to \"darkgray\" and black on blue "
|
||||
"to \"white,blue\"; default WeeChat colors for IRC codes: 0:white, 1:black, 2:"
|
||||
"blue, 3:green, 4:lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9: "
|
||||
"lightgreen, 10:cyan, 11:lightcyan, 12:lightblue, 13:lightmagenta, 14:gray, "
|
||||
"15:white"
|
||||
msgstr ""
|
||||
@@ -5998,11 +6067,11 @@ msgstr ""
|
||||
"les clés sont \"fg,bg\" sous forme d'entiers entre -1 (non spécifié) et 15, "
|
||||
"les valeurs sont des noms de couleur WeeChat ou nombres (le format est: "
|
||||
"\"1,-1:couleur1;2,7:couleur2\"), exemple: \"1,-1:darkgray;1,2:white,blue\" "
|
||||
"pour réassigner le noir sur n'importe quel fond en \"darkgray\" et le noir "
|
||||
"sur bleu en \"white,blue\"; les couleurs WeeChat par défaut pour les codes "
|
||||
"IRC sont: 0:white, 1:black, 2:blue, 3:green, 4:lightred, 5:red, 6:magenta, 7:"
|
||||
"brown, 8:yellow, 9:lightgreen, 10:cyan, 11:lightcyan, 12:lightblue, 13:"
|
||||
"lightmagenta, 14:gray, 15:white"
|
||||
"pour réassigner le noir en \"darkgray\" et le noir sur bleu en \"white,blue"
|
||||
"\"; les couleurs WeeChat par défaut pour les codes IRC sont: 0:white, 1:"
|
||||
"black, 2:blue, 3:green, 4:lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9:"
|
||||
"lightgreen, 10:cyan, 11:lightcyan, 12:lightblue, 13:lightmagenta, 14:gray, "
|
||||
"15:white"
|
||||
|
||||
msgid ""
|
||||
"color for nick prefixes using mode char (o=op, h=halfop, v=voice, ..), "
|
||||
@@ -6324,6 +6393,10 @@ msgstr "%s%s: vous n'êtes pas connecté au serveur"
|
||||
msgid "%s%s: this buffer is not a channel!"
|
||||
msgstr "%s%s: ce tampon n'est pas un canal !"
|
||||
|
||||
#. TRANSLATORS: "unknown" is the status for /notify when ison answer has not been received (check pending)
|
||||
msgid "unknown"
|
||||
msgstr "inconnu"
|
||||
|
||||
msgid "offline"
|
||||
msgstr "déconnecté"
|
||||
|
||||
@@ -6344,12 +6417,20 @@ msgid "Notify list is empty on all servers"
|
||||
msgstr "La liste de notifications est vide sur tous les serveurs"
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s has joined %s%s"
|
||||
msgstr "%snotify: %s%s%s a rejoint %s%s"
|
||||
msgid "%snotify: %s%s%s is connected"
|
||||
msgstr "%snotify: %s%s%s est connecté"
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s has quit %s%s"
|
||||
msgstr "%snotify: %s%s%s a quitté %s%s"
|
||||
msgid "%snotify: %s%s%s is offline"
|
||||
msgstr "%snotify: %s%s%s est déconnecté"
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s has joined"
|
||||
msgstr "%snotify: %s%s%s a rejoint"
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s has quit"
|
||||
msgstr "%snotify: %s%s%s a quitté"
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s is now away: \"%s\""
|
||||
@@ -6862,6 +6943,10 @@ msgstr ""
|
||||
msgid "%s%s: not enough memory"
|
||||
msgstr "%s%s: pas assez de mémoire"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: timeout"
|
||||
msgstr "%s%s: délai d'attente dépassé"
|
||||
|
||||
#, c-format
|
||||
msgid "gnutls: connected using %d-bit Diffie-Hellman shared secret exchange"
|
||||
msgstr ""
|
||||
@@ -7040,8 +7125,8 @@ msgid "%s: \"%s\" => level %d"
|
||||
msgstr "%s: \"%s\" => niveau %d"
|
||||
|
||||
#, c-format
|
||||
msgid "===\t========== End of backlog (%d lines) =========="
|
||||
msgstr "===\t========== Fin de l'historique (%d lignes) =========="
|
||||
msgid "%s===\t%s========== End of backlog (%d lines) =========="
|
||||
msgstr "%s===\t%s========== Fin de l'historique (%d lignes) =========="
|
||||
|
||||
msgid "logger plugin configuration"
|
||||
msgstr "configuration de l'extension logger"
|
||||
@@ -7127,6 +7212,12 @@ msgstr ""
|
||||
"nombre maximum de lignes à afficher du fichier de log lors de l'ouverture du "
|
||||
"tampon (0 = ne rien afficher)"
|
||||
|
||||
msgid "color for backlog lines"
|
||||
msgstr "couleur pour les lignes de l'historique"
|
||||
|
||||
msgid "color for line ending the backlog"
|
||||
msgstr "couleur pour la ligne de fin de l'historique"
|
||||
|
||||
msgid ""
|
||||
"automatically save content of buffers to files (unless a buffer disables log)"
|
||||
msgstr ""
|
||||
@@ -8112,6 +8203,13 @@ msgstr ""
|
||||
"nom de script (peut démarrer ou se terminer par \"*\" comme joker) "
|
||||
"(optionnel)"
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%s%s: warning, invalid pointer (\"%s\") for function \"%s\" (script: %s)"
|
||||
msgstr ""
|
||||
"%s%s: attention, pointeur invalide (\"%s\") pour la fonction \"%s\" (script: "
|
||||
"%s)"
|
||||
|
||||
#, c-format
|
||||
msgid "%s: error loading script \"%s\" (bad name, spaces are forbidden)"
|
||||
msgstr ""
|
||||
@@ -8590,3 +8688,31 @@ msgstr "Type"
|
||||
|
||||
msgid "Constants"
|
||||
msgstr "Constantes"
|
||||
|
||||
#~ msgid "string inserted after nick completion"
|
||||
#~ msgstr "chaîne affichée après la complétion des pseudos"
|
||||
|
||||
#~ msgid "display '+' if prefix is truncated"
|
||||
#~ msgstr "afficher '+' si le préfixe est tronqué"
|
||||
|
||||
#~ msgid "<nick> <channel>"
|
||||
#~ msgstr "<pseudo> <canal>"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "delay (in seconds) to wait for control sequence ending a bracketed paste "
|
||||
#~ "(\"ESC[201~\"); if the control sequence is not received and that delay is "
|
||||
#~ "reached, WeeChat will end the bracketed paste"
|
||||
#~ msgstr ""
|
||||
#~ "délai (en secondes) à attendre pour la séquence de contrôle qui termine "
|
||||
#~ "le mode \"bracketed paste\" (\"ESC[201~\"); si la séquence de contrôle "
|
||||
#~ "n'est pas reçue et que ce délai est atteint, WeeChat terminera le "
|
||||
#~ "\"bracketed paste\""
|
||||
|
||||
#~ msgid ""
|
||||
#~ "enable bracketed paste mode (if available, only some terminals support it)"
|
||||
#~ msgstr ""
|
||||
#~ "activer le mode \"bracketed paste\" (si disponible, seulement quelques "
|
||||
#~ "terminaux le supportent)"
|
||||
|
||||
#~ msgid "mechanism for SASL authentication"
|
||||
#~ msgstr "mécanisme pour l'authentification SASL"
|
||||
|
||||
@@ -18,10 +18,10 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.3.7\n"
|
||||
"Project-Id-Version: WeeChat 0.3.8\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2012-02-26 08:00+0100\n"
|
||||
"PO-Revision-Date: 2012-02-26 08:04+0100\n"
|
||||
"POT-Creation-Date: 2012-06-03 09:00+0200\n"
|
||||
"PO-Revision-Date: 2012-06-03 08:47+0200\n"
|
||||
"Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"Language: Hungarian\n"
|
||||
@@ -1152,7 +1152,8 @@ msgid ""
|
||||
"Tags most commonly used:\n"
|
||||
" no_filter, no_highlight, no_log, log0..log9 (log level),\n"
|
||||
" notify_none, notify_message, notify_private, notify_highlight,\n"
|
||||
" nick_xxx (xxx is nick in message),\n"
|
||||
" nick_xxx (xxx is nick in message), prefix_nick_ccc (ccc is color of "
|
||||
"nick),\n"
|
||||
" irc_xxx (xxx is command name or number, see /server raw),\n"
|
||||
" irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, "
|
||||
"irc_smart_filter, away_info.\n"
|
||||
@@ -1261,6 +1262,8 @@ msgid ""
|
||||
" switch_active_buffer: switch to next merged buffer\n"
|
||||
" switch_active_buffer_previous: switch to previous merged buffer\n"
|
||||
" insert: insert text in command line\n"
|
||||
" paste_start: start paste (bracketed paste mode)\n"
|
||||
" paste_stop: stop paste (bracketed paste mode)\n"
|
||||
"\n"
|
||||
"This command is used by key bindings or plugins."
|
||||
msgstr ""
|
||||
@@ -1290,6 +1293,7 @@ msgid ""
|
||||
"context \"default\")\n"
|
||||
" bindctxt: bind a command to a key or display command bound to key, for "
|
||||
"given context\n"
|
||||
" command: command (many commands can be separated by semicolons)\n"
|
||||
" unbind: remove a key binding (for context \"default\")\n"
|
||||
" unbindctxt: remove a key binding for given context\n"
|
||||
" reset: reset a key to default binding (for context \"default\")\n"
|
||||
@@ -2152,7 +2156,20 @@ msgid "display space if nick mode is not (half)op/voice"
|
||||
msgstr "szóköz megjelenítése, ha a mód nem (fél)operátor/voice"
|
||||
|
||||
msgid ""
|
||||
"max number of lines for paste without asking user (0 = disable this feature)"
|
||||
"enable terminal \"bracketed paste mode\" (not supported in all terminals/"
|
||||
"multiplexers): in this mode, pasted text is bracketed with control sequences "
|
||||
"so that WeeChat can differentiate pasted text from typed-in text (\"ESC[200~"
|
||||
"\", followed by the pasted text, followed by \"ESC[201~\")"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"force end of bracketed paste after this delay (in seconds) if the control "
|
||||
"sequence for end of bracketed paste (\"ESC[201~\") was not received in time"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"max number of lines for paste without asking user (-1 = disable this feature)"
|
||||
msgstr ""
|
||||
"maximálisan beilleszthető sorok száma a felhasználó megkérdezése nélkül (0 = "
|
||||
"szolgáltatás kikapcsolása)"
|
||||
@@ -2187,7 +2204,8 @@ msgstr ""
|
||||
msgid "min size for prefix"
|
||||
msgstr "névkiegészítés után beszúrt szöveg"
|
||||
|
||||
msgid "display '+' if prefix is truncated"
|
||||
msgid ""
|
||||
"char to display if prefix is truncated (must be exactly one char on screen)"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -2201,8 +2219,14 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"display '+' if buffer name is truncated (when many buffers are merged with "
|
||||
"same number)"
|
||||
"char to display if buffer name is truncated (when many buffers are merged "
|
||||
"with same number) (must be exactly one char on screen)"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"prefix displayed for a message with same nick as previous message: use a "
|
||||
"space \" \" to hide prefix, another string to display this string instead of "
|
||||
"prefix, or an empty string to disable feature (display prefix)"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
@@ -2499,7 +2523,9 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "string inserted after nick completion"
|
||||
msgid ""
|
||||
"string inserted after nick completion (when nick is first word on command "
|
||||
"line)"
|
||||
msgstr "névkiegészítés után beszúrt szöveg"
|
||||
|
||||
msgid "complete only with first nick found"
|
||||
@@ -2557,6 +2583,12 @@ msgstr ""
|
||||
"megjeleníthető parancsok maximális száma előzmények listázásakor ( 0 = "
|
||||
"korlátlan)"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"timeout (in seconds) for connection to a remote host (made in a child "
|
||||
"process)"
|
||||
msgstr "SSL használata a a kapcsolathoz"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"file containing the certificate authorities (\"%h\" will be replaced by "
|
||||
@@ -2980,8 +3012,10 @@ msgid "Bar \"%s\" updated"
|
||||
msgstr "A \"%s\" => \"%s\" aliasz elkészült\n"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "%sPaste %d lines ? [ctrl-Y] Yes [ctrl-N] No"
|
||||
msgstr " Beszúrható %d sor? [ctrl-Y] Igen [ctrl-N] Nem"
|
||||
msgid "%sPaste %d line ? [ctrl-Y] Yes [ctrl-N] No"
|
||||
msgid_plural "%sPaste %d lines ? [ctrl-Y] Yes [ctrl-N] No"
|
||||
msgstr[0] " Beszúrható %d sor? [ctrl-Y] Igen [ctrl-N] Nem"
|
||||
msgstr[1] " Beszúrható %d sor? [ctrl-Y] Igen [ctrl-N] Nem"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Text search"
|
||||
@@ -3940,14 +3974,20 @@ msgid "disconnect from one or all IRC servers"
|
||||
msgstr "kilépés a szerver(ek)ről"
|
||||
|
||||
#, fuzzy
|
||||
msgid "[<server>|-all [<reason>]]"
|
||||
msgid "[<server>|-all|-pending [<reason>]]"
|
||||
msgstr "[[szerver] szerver_maszk]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"server: server name to disconnect\n"
|
||||
" -all: disconnect from all servers\n"
|
||||
"reason: reason for quit"
|
||||
" server: server name to disconnect\n"
|
||||
" -all: disconnect from all servers\n"
|
||||
"-pending: cancel auto-reconnection on servers currently reconnecting\n"
|
||||
" reason: reason for quit"
|
||||
msgstr ""
|
||||
"-all: újracsatlakozás minden szerverhez\n"
|
||||
"szervernév: újracsatlakozás a megadott szerverhez\n"
|
||||
"-nojoin: ne lépjen be semmilyen szobába (még ha az automatikus belépés be is "
|
||||
"van kapcsolva a szerveren)"
|
||||
|
||||
#, fuzzy
|
||||
msgid "give channel half-operator status to nick(s)"
|
||||
@@ -3989,8 +4029,8 @@ msgid "invite a nick on a channel"
|
||||
msgstr "felhasználó meghívása szobából"
|
||||
|
||||
#, fuzzy
|
||||
msgid "<nick> <channel>"
|
||||
msgstr "név szoba"
|
||||
msgid "<nick> [<nick>...] [<channel>]"
|
||||
msgstr "név [név...]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
@@ -4927,9 +4967,11 @@ msgid ""
|
||||
"available (example: \"multi-prefix,extended-join\")"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "mechanism for SASL authentication"
|
||||
msgstr "SSL használata a a kapcsolathoz"
|
||||
msgid ""
|
||||
"mechanism for SASL authentication: \"plain\" for plain text password, \"dh-"
|
||||
"blowfish\" for crypted password, \"external\" for authentication using "
|
||||
"client side SSL cert"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "username for SASL authentication"
|
||||
@@ -5110,7 +5152,9 @@ msgstr "a név után megjelenítendő szöveg a beszédablakban"
|
||||
|
||||
msgid ""
|
||||
"force color for some nicks: hash computed with nickname to find color will "
|
||||
"not be used for these nicks (format is: \"nick1:color1;nick2:color2\")"
|
||||
"not be used for these nicks (format is: \"nick1:color1;nick2:color2\"); "
|
||||
"lookup for nicks is with exact case then lower case, so it's possible to use "
|
||||
"only lower case for nicks in this option"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -5285,9 +5329,9 @@ msgid ""
|
||||
"remap mirc colors in messages using a hashtable: keys are \"fg,bg\" as "
|
||||
"integers between -1 (not specified) and 15, values are WeeChat color names "
|
||||
"or numbers (format is: \"1,-1:color1;2,7:color2\"), example: \"1,-1:"
|
||||
"darkgray;1,2:white,blue\" to remap black on any bg to \"darkgray\" and black "
|
||||
"on blue to \"white,blue\"; default WeeChat colors for IRC codes: 0:white, 1:"
|
||||
"black, 2:blue, 3:green, 4:lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9: "
|
||||
"darkgray;1,2:white,blue\" to remap black to \"darkgray\" and black on blue "
|
||||
"to \"white,blue\"; default WeeChat colors for IRC codes: 0:white, 1:black, 2:"
|
||||
"blue, 3:green, 4:lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9: "
|
||||
"lightgreen, 10:cyan, 11:lightcyan, 12:lightblue, 13:lightmagenta, 14:gray, "
|
||||
"15:white"
|
||||
msgstr ""
|
||||
@@ -5617,6 +5661,11 @@ msgstr "%s nincs csatlakozva szerverhez!\n"
|
||||
msgid "%s%s: this buffer is not a channel!"
|
||||
msgstr "Ez az ablak nem egy szoba!\n"
|
||||
|
||||
#. TRANSLATORS: "unknown" is the status for /notify when ison answer has not been received (check pending)
|
||||
#, fuzzy
|
||||
msgid "unknown"
|
||||
msgstr "(ismeretlen)"
|
||||
|
||||
msgid "offline"
|
||||
msgstr ""
|
||||
|
||||
@@ -5638,11 +5687,19 @@ msgid "Notify list is empty on all servers"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "%snotify: %s%s%s has joined %s%s"
|
||||
msgid "%snotify: %s%s%s is connected"
|
||||
msgstr "%s%s%s kirúgta %s%s%s-t a(z) %s%s szobából"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "%snotify: %s%s%s has quit %s%s"
|
||||
msgid "%snotify: %s%s%s is offline"
|
||||
msgstr "%s%s%s kirúgta %s%s%s-t a(z) %s%s szobából"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "%snotify: %s%s%s has joined"
|
||||
msgstr "%s%s%s kirúgta %s%s%s-t a(z) %s%s szobából"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "%snotify: %s%s%s has quit"
|
||||
msgstr "%s%s%s kirúgta %s%s%s-t a(z) %s%s szobából"
|
||||
|
||||
#, fuzzy, c-format
|
||||
@@ -6136,6 +6193,10 @@ msgstr ""
|
||||
msgid "%s%s: not enough memory"
|
||||
msgstr "Nincs elég memória az új sorhoz\n"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "%s%s: timeout"
|
||||
msgstr "%s hiányzó argumentum a(z) \"%s\" opciónak\n"
|
||||
|
||||
#, c-format
|
||||
msgid "gnutls: connected using %d-bit Diffie-Hellman shared secret exchange"
|
||||
msgstr ""
|
||||
@@ -6312,7 +6373,7 @@ msgid "%s: \"%s\" => level %d"
|
||||
msgstr "A \"%s\" aliasz eltávolítva\n"
|
||||
|
||||
#, c-format
|
||||
msgid "===\t========== End of backlog (%d lines) =========="
|
||||
msgid "%s===\t%s========== End of backlog (%d lines) =========="
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
@@ -6367,6 +6428,14 @@ msgid ""
|
||||
msgstr ""
|
||||
"felhasználói parancsok maximális száma az előzményekben (0 = korlátlan)"
|
||||
|
||||
#, fuzzy
|
||||
msgid "color for backlog lines"
|
||||
msgstr "távollevő felhasználók nevének színe"
|
||||
|
||||
#, fuzzy
|
||||
msgid "color for line ending the backlog"
|
||||
msgstr "nevek színe"
|
||||
|
||||
msgid ""
|
||||
"automatically save content of buffers to files (unless a buffer disables log)"
|
||||
msgstr ""
|
||||
@@ -7314,6 +7383,11 @@ msgstr ""
|
||||
msgid "script name (can start or end with \"*\" as wildcard) (optional)"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"%s%s: warning, invalid pointer (\"%s\") for function \"%s\" (script: %s)"
|
||||
msgstr "%s rossz argumentum a \"%s\" parancsnak\n"
|
||||
|
||||
#, c-format
|
||||
msgid "%s: error loading script \"%s\" (bad name, spaces are forbidden)"
|
||||
msgstr ""
|
||||
@@ -7797,3 +7871,11 @@ msgstr ""
|
||||
|
||||
msgid "Constants"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "<nick> <channel>"
|
||||
#~ msgstr "név szoba"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "mechanism for SASL authentication"
|
||||
#~ msgstr "SSL használata a a kapcsolathoz"
|
||||
|
||||
@@ -18,10 +18,10 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.3.7\n"
|
||||
"Project-Id-Version: WeeChat 0.3.8\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2012-02-26 08:00+0100\n"
|
||||
"PO-Revision-Date: 2012-02-26 08:04+0100\n"
|
||||
"POT-Creation-Date: 2012-06-03 09:00+0200\n"
|
||||
"PO-Revision-Date: 2012-06-03 08:47+0200\n"
|
||||
"Last-Translator: Marco Paolone <marcopaolone@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"Language: Italian\n"
|
||||
@@ -1231,7 +1231,8 @@ msgid ""
|
||||
"Tags most commonly used:\n"
|
||||
" no_filter, no_highlight, no_log, log0..log9 (log level),\n"
|
||||
" notify_none, notify_message, notify_private, notify_highlight,\n"
|
||||
" nick_xxx (xxx is nick in message),\n"
|
||||
" nick_xxx (xxx is nick in message), prefix_nick_ccc (ccc is color of "
|
||||
"nick),\n"
|
||||
" irc_xxx (xxx is command name or number, see /server raw),\n"
|
||||
" irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, "
|
||||
"irc_smart_filter, away_info.\n"
|
||||
@@ -1285,7 +1286,8 @@ msgstr ""
|
||||
"Tag usati di frequente:\n"
|
||||
" no_filter, no_highlight, no_log, log0..log9 (livello di log),\n"
|
||||
" notify_none, notify_message, notify_private, notify_highlight,\n"
|
||||
" nick_xxx (xxx è il nick nel messaggio),\n"
|
||||
" nick_xxx (xxx è il nick nel messaggio) prefix_nick_ccc (ccc è il colore "
|
||||
"del nick),\n"
|
||||
" irc_xxx (xxx è il nome comando o il numero, consultare /server raw), "
|
||||
"irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, "
|
||||
"irc_smart_filter, away_info.\n"
|
||||
@@ -1396,6 +1398,8 @@ msgid ""
|
||||
" switch_active_buffer: switch to next merged buffer\n"
|
||||
" switch_active_buffer_previous: switch to previous merged buffer\n"
|
||||
" insert: insert text in command line\n"
|
||||
" paste_start: start paste (bracketed paste mode)\n"
|
||||
" paste_stop: stop paste (bracketed paste mode)\n"
|
||||
"\n"
|
||||
"This command is used by key bindings or plugins."
|
||||
msgstr ""
|
||||
@@ -1450,6 +1454,8 @@ msgstr ""
|
||||
" switch_active_buffer: passa al successivo buffer incollato\n"
|
||||
" switch_active_buffer_previous: passa al precedente buffer incollato\n"
|
||||
" insert: inserisci testo nella riga di comando\n"
|
||||
" paste_start: inizio testo da incollare (modalità \"bracketed paste\")\n"
|
||||
" paste_stop: fine testo da incollare (modalità \"bracketed paste\")\n"
|
||||
"\n"
|
||||
"Questo comando viene usato dalla combinazioni tasti o dai plugin."
|
||||
|
||||
@@ -1478,6 +1484,7 @@ msgid ""
|
||||
"context \"default\")\n"
|
||||
" bindctxt: bind a command to a key or display command bound to key, for "
|
||||
"given context\n"
|
||||
" command: command (many commands can be separated by semicolons)\n"
|
||||
" unbind: remove a key binding (for context \"default\")\n"
|
||||
" unbindctxt: remove a key binding for given context\n"
|
||||
" reset: reset a key to default binding (for context \"default\")\n"
|
||||
@@ -1531,6 +1538,7 @@ msgstr ""
|
||||
"associato al tasto (per il contesto \"default\")\n"
|
||||
" bindctxt: associa un comando ad un tasto o mostra il comando associato al "
|
||||
"tasto, per il contesto fornito\n"
|
||||
" comando: comando (più comandi vanno separati da punto e virgola)\n"
|
||||
" unbind: rimuove una combinazione di tasti (per il contesto \"default"
|
||||
"\")\n"
|
||||
" unbindctxt: rimuove la combinazione tasti per il contesto fornito\n"
|
||||
@@ -2642,9 +2650,29 @@ msgid "display space if nick mode is not (half)op/voice"
|
||||
msgstr "mostra spazio se il nick non è in modalità (half)op/voice"
|
||||
|
||||
msgid ""
|
||||
"max number of lines for paste without asking user (0 = disable this feature)"
|
||||
"enable terminal \"bracketed paste mode\" (not supported in all terminals/"
|
||||
"multiplexers): in this mode, pasted text is bracketed with control sequences "
|
||||
"so that WeeChat can differentiate pasted text from typed-in text (\"ESC[200~"
|
||||
"\", followed by the pasted text, followed by \"ESC[201~\")"
|
||||
msgstr ""
|
||||
"numero massimo di righe da incollare senza conferma dell'utente (0 = "
|
||||
"abilita la modalità \"bracketed paste\" per il terminale (non supportata da "
|
||||
"tutti i terminali/multiplexer): in questa modalità, il testo incollato viene "
|
||||
"circondato da sequenze di controllo in modo che WeeChat possa differenziare "
|
||||
"il testo incollato dal testo digitato (\"ESC[200~\", seguito dal testo "
|
||||
"incollato, seguito da \"ESC[201~\")"
|
||||
|
||||
msgid ""
|
||||
"force end of bracketed paste after this delay (in seconds) if the control "
|
||||
"sequence for end of bracketed paste (\"ESC[201~\") was not received in time"
|
||||
msgstr ""
|
||||
"forza la fine della modalità \"bracketed paste\" dopo questo ritardo (in "
|
||||
"secondi) se la sequenza di controllo per la fine del \"bracketed paste"
|
||||
"\" (\"ESC[201~\") non è stata ricevuta in tempo"
|
||||
|
||||
msgid ""
|
||||
"max number of lines for paste without asking user (-1 = disable this feature)"
|
||||
msgstr ""
|
||||
"numero massimo di righe da incollare senza conferma dell'utente (-1 = "
|
||||
"disabilita questa caratteristica)"
|
||||
|
||||
msgid "prefix for error messages"
|
||||
@@ -2671,8 +2699,11 @@ msgstr "dimensione massima prefisso (0 = nessuna dimensione massima)"
|
||||
msgid "min size for prefix"
|
||||
msgstr "dimensione minima per il prefisso"
|
||||
|
||||
msgid "display '+' if prefix is truncated"
|
||||
msgstr "mostra '+' se il prefisso è troncato"
|
||||
msgid ""
|
||||
"char to display if prefix is truncated (must be exactly one char on screen)"
|
||||
msgstr ""
|
||||
"carattere da mostrare se il prefisso è troncato (deve essere esattamente un "
|
||||
"carattere sullo schermo)"
|
||||
|
||||
msgid ""
|
||||
"prefix alignment for buffer name, when many buffers are merged with same "
|
||||
@@ -2690,11 +2721,22 @@ msgstr ""
|
||||
"lo stesso numero (0 = nessuna dimensione massima)"
|
||||
|
||||
msgid ""
|
||||
"display '+' if buffer name is truncated (when many buffers are merged with "
|
||||
"same number)"
|
||||
"char to display if buffer name is truncated (when many buffers are merged "
|
||||
"with same number) (must be exactly one char on screen)"
|
||||
msgstr ""
|
||||
"visualizza '+' se il nome del buffer è troncato (quando più buffer sono "
|
||||
"uniti con lo stesso numero)"
|
||||
"carattere da mostrare se il nome del buffer è troncato (quando più buffer "
|
||||
"vengono uniti con lo stesso numero) (deve essere esattamente un carattere su "
|
||||
"schermo)"
|
||||
|
||||
msgid ""
|
||||
"prefix displayed for a message with same nick as previous message: use a "
|
||||
"space \" \" to hide prefix, another string to display this string instead of "
|
||||
"prefix, or an empty string to disable feature (display prefix)"
|
||||
msgstr ""
|
||||
"prefisso mostrato per un messaggio con lo stesso nick del messaggio "
|
||||
"precedente: usare uno spazio \" \" per nascondere il prefisso, un'altra "
|
||||
"stringa per mostrare la stringa invece del prefisso, o una stringa vuota per "
|
||||
"disabilitare questa funzionalità (mostra prefisso)"
|
||||
|
||||
msgid "string displayed after prefix"
|
||||
msgstr "stringa visualizzata dopo il prefisso"
|
||||
@@ -2986,8 +3028,12 @@ msgstr ""
|
||||
"aggiungi uno spazio al completamento del nick (quando non è la prima parola "
|
||||
"sulla riga di comando)"
|
||||
|
||||
msgid "string inserted after nick completion"
|
||||
msgstr "stringa inserita dopo il completamento del nick"
|
||||
msgid ""
|
||||
"string inserted after nick completion (when nick is first word on command "
|
||||
"line)"
|
||||
msgstr ""
|
||||
"stringa inserita dopo il completamento del nick (quando il nick è la prima "
|
||||
"parola sulla riga di comando)"
|
||||
|
||||
msgid "complete only with first nick found"
|
||||
msgstr "completa solo con il primo nick trovato"
|
||||
@@ -3021,8 +3067,7 @@ msgstr ""
|
||||
|
||||
msgid "display count for each partial completion in bar item"
|
||||
msgstr ""
|
||||
"visualizza contatore per ogni completamento parziale nella barra degli "
|
||||
"oggetti"
|
||||
"mostra contatore per ogni completamento parziale nella barra degli oggetti"
|
||||
|
||||
msgid "maximum number of lines in history per buffer (0 = unlimited)"
|
||||
msgstr ""
|
||||
@@ -3049,12 +3094,19 @@ msgstr ""
|
||||
"numero massimo predefinito di comandi da visualizzare nella cronologia (0 = "
|
||||
"nessun limite)"
|
||||
|
||||
msgid ""
|
||||
"timeout (in seconds) for connection to a remote host (made in a child "
|
||||
"process)"
|
||||
msgstr ""
|
||||
"timeout (in secondi) per la connessione ad un host remoto (eseguita in un "
|
||||
"processo figlio)"
|
||||
|
||||
msgid ""
|
||||
"file containing the certificate authorities (\"%h\" will be replaced by "
|
||||
"WeeChat home, \"~/.weechat\" by default)"
|
||||
msgstr ""
|
||||
"file contenente le autorità certificative (\"%h\" sarà sostituito dalla home "
|
||||
"di WeeChat, \"~/.weechat come predefinita)"
|
||||
"di WeeChat, predefinita: \"~/.weechat)"
|
||||
|
||||
msgid "timeout (in seconds) for gnutls handshake"
|
||||
msgstr "timeout (in secondi) per l'handshake di gnutls"
|
||||
@@ -3475,8 +3527,10 @@ msgid "Bar \"%s\" updated"
|
||||
msgstr "Barra \"%s\" aggiornata"
|
||||
|
||||
#, c-format
|
||||
msgid "%sPaste %d lines ? [ctrl-Y] Yes [ctrl-N] No"
|
||||
msgstr "%sIncollare %d righe? [ctrl-y] Sì [ctrl-n] No"
|
||||
msgid "%sPaste %d line ? [ctrl-Y] Yes [ctrl-N] No"
|
||||
msgid_plural "%sPaste %d lines ? [ctrl-Y] Yes [ctrl-N] No"
|
||||
msgstr[0] "%sIncollare %d riga? [ctrl-Y] Sì [ctrl-N] No"
|
||||
msgstr[1] "%sIncollare %d righe? [ctrl-Y] Sì [ctrl-N] No"
|
||||
|
||||
msgid "Text search"
|
||||
msgstr "Ricerca testo"
|
||||
@@ -4511,17 +4565,20 @@ msgstr "destinazione: nome server"
|
||||
msgid "disconnect from one or all IRC servers"
|
||||
msgstr "disconnette da uno o tutti i server IRC"
|
||||
|
||||
msgid "[<server>|-all [<reason>]]"
|
||||
msgstr "[<server>|-all [<motivo>]]"
|
||||
msgid "[<server>|-all|-pending [<reason>]]"
|
||||
msgstr "[<server>|-all|-pending [<motivo>]]"
|
||||
|
||||
msgid ""
|
||||
"server: server name to disconnect\n"
|
||||
" -all: disconnect from all servers\n"
|
||||
"reason: reason for quit"
|
||||
" server: server name to disconnect\n"
|
||||
" -all: disconnect from all servers\n"
|
||||
"-pending: cancel auto-reconnection on servers currently reconnecting\n"
|
||||
" reason: reason for quit"
|
||||
msgstr ""
|
||||
"server: nome del server da cui disconnettersi\n"
|
||||
" -all: disconnette da tutti i server\n"
|
||||
"motivo: motivo per la disconnessione"
|
||||
" server: nome del server da cui disconnettersi\n"
|
||||
" -all: disconnette da tutti i server\n"
|
||||
"-pending: annulla la riconnessione automatica sui server in fase di "
|
||||
"riconnessione\n"
|
||||
" motivo: motivo per la disconnessione"
|
||||
|
||||
msgid "give channel half-operator status to nick(s)"
|
||||
msgstr "concede lo stato di half-op del canale ad uno (o più) nick"
|
||||
@@ -4582,8 +4639,8 @@ msgstr "ottieni informazioni sul server"
|
||||
msgid "invite a nick on a channel"
|
||||
msgstr "invita un nick su un canale"
|
||||
|
||||
msgid "<nick> <channel>"
|
||||
msgstr "<nick> <canale>"
|
||||
msgid "<nick> [<nick>...] [<channel>]"
|
||||
msgstr "<nick> [<nick>...] [<canale>]"
|
||||
|
||||
msgid ""
|
||||
" nick: nick to invite\n"
|
||||
@@ -5512,8 +5569,14 @@ msgstr ""
|
||||
"\") da abilitare per il server se disponibili (esempio: \"multi-prefix,"
|
||||
"extended-join\")"
|
||||
|
||||
msgid "mechanism for SASL authentication"
|
||||
msgstr "meccanismo per l'autenticazione SASL"
|
||||
msgid ""
|
||||
"mechanism for SASL authentication: \"plain\" for plain text password, \"dh-"
|
||||
"blowfish\" for crypted password, \"external\" for authentication using "
|
||||
"client side SSL cert"
|
||||
msgstr ""
|
||||
"meccanismo per l'autenticazione SASL: \"plain\" per le password in chiaro, "
|
||||
"\"dh-blowfish\" per le password cifrate, \"external\" per l'autenticazione "
|
||||
"con certificati SSL lato client"
|
||||
|
||||
msgid "username for SASL authentication"
|
||||
msgstr "nome utente per l'autenticazione SASL"
|
||||
@@ -5699,11 +5762,15 @@ msgstr "testo da visualizzare dopo il nick nella finestra di chat"
|
||||
|
||||
msgid ""
|
||||
"force color for some nicks: hash computed with nickname to find color will "
|
||||
"not be used for these nicks (format is: \"nick1:color1;nick2:color2\")"
|
||||
"not be used for these nicks (format is: \"nick1:color1;nick2:color2\"); "
|
||||
"lookup for nicks is with exact case then lower case, so it's possible to use "
|
||||
"only lower case for nicks in this option"
|
||||
msgstr ""
|
||||
"forza colore per alcuni nick: l'hash calcolato con il nick per trovare il "
|
||||
"colore non verrà usato per questi nick (il formato è: \"nick1:color1;nick2:"
|
||||
"color2\")"
|
||||
"color2\"); la ricerca dei nick è prima sensibile alle maiuscole, poi con le "
|
||||
"minuscole, per cui è possibile usare solo le minuscole per i nick in questa "
|
||||
"opzione"
|
||||
|
||||
msgid ""
|
||||
"chars used to stop in nick when computing color with letters of nick (at "
|
||||
@@ -5930,21 +5997,20 @@ msgid ""
|
||||
"remap mirc colors in messages using a hashtable: keys are \"fg,bg\" as "
|
||||
"integers between -1 (not specified) and 15, values are WeeChat color names "
|
||||
"or numbers (format is: \"1,-1:color1;2,7:color2\"), example: \"1,-1:"
|
||||
"darkgray;1,2:white,blue\" to remap black on any bg to \"darkgray\" and black "
|
||||
"on blue to \"white,blue\"; default WeeChat colors for IRC codes: 0:white, 1:"
|
||||
"black, 2:blue, 3:green, 4:lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9: "
|
||||
"darkgray;1,2:white,blue\" to remap black to \"darkgray\" and black on blue "
|
||||
"to \"white,blue\"; default WeeChat colors for IRC codes: 0:white, 1:black, 2:"
|
||||
"blue, 3:green, 4:lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9: "
|
||||
"lightgreen, 10:cyan, 11:lightcyan, 12:lightblue, 13:lightmagenta, 14:gray, "
|
||||
"15:white"
|
||||
msgstr ""
|
||||
"riordina i colori mirc nei messaggi usando una tabella hash: le chiavi sono "
|
||||
"riassegna i colori mirc nei messaggi usando una tabella hash: le chiavi sono "
|
||||
"\"fg,bg\" come interi tra -1 (non specificato) e 15, i valori sono i numeri "
|
||||
"oppure i nomi dei colori di WeeChat (il formato è: \"1,-1:colore1;2,7:"
|
||||
"colore2\"), esempio: \"1,-1\":darkgray;1,2:white,blue\" per riordinare dal "
|
||||
"nero su qualsiasi colore di sfondo a \"darkgray\" e dal nero su blu a "
|
||||
"\"white,blue\"; i colori predefiniti di WeeChat per i codici IRC: 0:white, 1:"
|
||||
"black, 2:blue, 3:green, 4:lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9: "
|
||||
"lightgreen, 10:cyan, 11:lightcyan, 12:lightblue, 13:lightmagenta, 14:gray, "
|
||||
"15:white"
|
||||
"colore2\"), esempio: \"1,-1\":darkgray;1,2:white,blue\" per riassegnare dal "
|
||||
"nero a \"darkgray\" e dal nero su blu a \"white,blue\"; i colori predefiniti "
|
||||
"di WeeChat per i codici IRC: 0:white, 1:black, 2:blue, 3:green, 4:lightred, "
|
||||
"5:red, 6:magenta, 7:brown, 8:yellow, 9:lightgreen, 10:cyan, 11:lightcyan, 12:"
|
||||
"lightblue, 13:lightmagenta, 14:gray, 15:white"
|
||||
|
||||
msgid ""
|
||||
"color for nick prefixes using mode char (o=op, h=halfop, v=voice, ..), "
|
||||
@@ -6268,6 +6334,10 @@ msgstr "%s%s: non connesso al server"
|
||||
msgid "%s%s: this buffer is not a channel!"
|
||||
msgstr "%s%s: questo buffer non è un canale!"
|
||||
|
||||
#. TRANSLATORS: "unknown" is the status for /notify when ison answer has not been received (check pending)
|
||||
msgid "unknown"
|
||||
msgstr "sconosciuto"
|
||||
|
||||
msgid "offline"
|
||||
msgstr "non in linea"
|
||||
|
||||
@@ -6288,12 +6358,20 @@ msgid "Notify list is empty on all servers"
|
||||
msgstr "La lista notifiche è vuota su tutti i server"
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s has joined %s%s"
|
||||
msgstr "%snotifica: %s%s%s è entrato in %s%s"
|
||||
msgid "%snotify: %s%s%s is connected"
|
||||
msgstr "%snotifica: %s%s%s è connesso"
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s has quit %s%s"
|
||||
msgstr "%snotifica: %s%s%s è uscito da %s%s"
|
||||
msgid "%snotify: %s%s%s is offline"
|
||||
msgstr "%snotifica: %s%s%s non è in linea"
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s has joined"
|
||||
msgstr "%snotifica: %s%s%s è entrato"
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s has quit"
|
||||
msgstr "%snotifica: %s%s%s si è disconnesso"
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s is now away: \"%s\""
|
||||
@@ -6301,7 +6379,7 @@ msgstr "%snotifica: %s%s%s ora è assente: \"%s\""
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s is back"
|
||||
msgstr "%snotifica: %s%s%s è rientrato"
|
||||
msgstr "%snotifica: %s%s%s è tornato"
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s is still away: \"%s\""
|
||||
@@ -6802,6 +6880,10 @@ msgstr ""
|
||||
msgid "%s%s: not enough memory"
|
||||
msgstr "%s%s: memoria non sufficiente"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: timeout"
|
||||
msgstr "%s%s: timeout"
|
||||
|
||||
#, c-format
|
||||
msgid "gnutls: connected using %d-bit Diffie-Hellman shared secret exchange"
|
||||
msgstr ""
|
||||
@@ -6979,8 +7061,8 @@ msgid "%s: \"%s\" => level %d"
|
||||
msgstr "%s: \"%s\" => livello %d"
|
||||
|
||||
#, c-format
|
||||
msgid "===\t========== End of backlog (%d lines) =========="
|
||||
msgstr "===\t========== Fine del backlog (%d righe) =========="
|
||||
msgid "%s===\t%s========== End of backlog (%d lines) =========="
|
||||
msgstr "%s===\t%s========== Fine della cronologia (%d righe) =========="
|
||||
|
||||
msgid "logger plugin configuration"
|
||||
msgstr "configurazione del plugin logger"
|
||||
@@ -7064,7 +7146,13 @@ msgid ""
|
||||
"= no backlog)"
|
||||
msgstr ""
|
||||
"numero massimo di righe da visualizzare dal file di log alla creazione di un "
|
||||
"nuovo buffer (0 = nessun backlog)"
|
||||
"nuovo buffer (0 = nessuna cronologia)"
|
||||
|
||||
msgid "color for backlog lines"
|
||||
msgstr "colore per la cronologia"
|
||||
|
||||
msgid "color for line ending the backlog"
|
||||
msgstr "colore per la riga finale nella cronologia"
|
||||
|
||||
msgid ""
|
||||
"automatically save content of buffers to files (unless a buffer disables log)"
|
||||
@@ -8043,6 +8131,13 @@ msgstr ""
|
||||
"nome script (può iniziare o terminare con \"*\" come carattere jolly) "
|
||||
"(opzionale)"
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%s%s: warning, invalid pointer (\"%s\") for function \"%s\" (script: %s)"
|
||||
msgstr ""
|
||||
"%s%s: attenzione, puntatore (\"%s\") non valido per la funzione \"%s"
|
||||
"\" (script: %s)"
|
||||
|
||||
#, c-format
|
||||
msgid "%s: error loading script \"%s\" (bad name, spaces are forbidden)"
|
||||
msgstr ""
|
||||
@@ -8512,3 +8607,15 @@ msgstr "Tipo"
|
||||
|
||||
msgid "Constants"
|
||||
msgstr "Costanti"
|
||||
|
||||
#~ msgid "display '+' if prefix is truncated"
|
||||
#~ msgstr "mostra '+' se il prefisso è troncato"
|
||||
|
||||
#~ msgid "string inserted after nick completion"
|
||||
#~ msgstr "stringa inserita dopo il completamento del nick"
|
||||
|
||||
#~ msgid "<nick> <channel>"
|
||||
#~ msgstr "<nick> <canale>"
|
||||
|
||||
#~ msgid "mechanism for SASL authentication"
|
||||
#~ msgstr "meccanismo per l'autenticazione SASL"
|
||||
|
||||
@@ -18,12 +18,12 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.3.7\n"
|
||||
"Project-Id-Version: WeeChat 0.3.8\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2012-02-26 08:00+0100\n"
|
||||
"PO-Revision-Date: 2012-02-26 08:04+0100\n"
|
||||
"Last-Translator: \"AYANOKOUZI, Ryuunosuke\" <i38w7i3@yahoo.co.jp>\n"
|
||||
"Language-Team: Japanese\n"
|
||||
"POT-Creation-Date: 2012-06-03 09:00+0200\n"
|
||||
"PO-Revision-Date: 2012-06-03 08:47+0200\n"
|
||||
"Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n"
|
||||
"Language-Team: Japanese <https://github.com/l/WeeChat>\n"
|
||||
"Language: ja\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -782,7 +782,7 @@ msgstr "コンパイル日時"
|
||||
|
||||
#, c-format
|
||||
msgid "Upgraded %d %s, first start: %s"
|
||||
msgstr "アップグレード日時 %d %s、最初の開始時間: %s"
|
||||
msgstr "アップグレード回数 %d %s、1 回目の起動日時: %s"
|
||||
|
||||
#. TRANSLATORS: text is: "upgraded xx times"
|
||||
msgid "time"
|
||||
@@ -1217,7 +1217,8 @@ msgid ""
|
||||
"Tags most commonly used:\n"
|
||||
" no_filter, no_highlight, no_log, log0..log9 (log level),\n"
|
||||
" notify_none, notify_message, notify_private, notify_highlight,\n"
|
||||
" nick_xxx (xxx is nick in message),\n"
|
||||
" nick_xxx (xxx is nick in message), prefix_nick_ccc (ccc is color of "
|
||||
"nick),\n"
|
||||
" irc_xxx (xxx is command name or number, see /server raw),\n"
|
||||
" irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, "
|
||||
"irc_smart_filter, away_info.\n"
|
||||
@@ -1269,8 +1270,9 @@ msgstr ""
|
||||
"よく使われるタグ:\n"
|
||||
" no_filter, no_highlight, no_log, log0..log9 (log level),\n"
|
||||
" notify_none, notify_message, notify_private, notify_highlight,\n"
|
||||
" nick_xxx (xxx is nick in message),\n"
|
||||
" irc_xxx (xxx is command name or number, see /server raw),\n"
|
||||
" nick_xxx (xxx はメッセージのニックネーム), prefix_nick_ccc (ccc はニック"
|
||||
"ネームの色)\n"
|
||||
" irc_xxx (xxx はコマンド名又は番号、/server raw で確認),\n"
|
||||
" irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, "
|
||||
"irc_smart_filter, away_info.\n"
|
||||
"バッファ内でタグを見るには: /debug tags\n"
|
||||
@@ -1379,13 +1381,15 @@ msgid ""
|
||||
" switch_active_buffer: switch to next merged buffer\n"
|
||||
" switch_active_buffer_previous: switch to previous merged buffer\n"
|
||||
" insert: insert text in command line\n"
|
||||
" paste_start: start paste (bracketed paste mode)\n"
|
||||
" paste_stop: stop paste (bracketed paste mode)\n"
|
||||
"\n"
|
||||
"This command is used by key bindings or plugins."
|
||||
msgstr ""
|
||||
"アクションリスト:\n"
|
||||
" return: \"enter\" キーをシミュレート\n"
|
||||
" complete_next: 次の補完候補の完全な単語\n"
|
||||
" complete_previous: 一つ前の補完候補の完全な単語\n"
|
||||
" complete_next: 次の補完候補で単語を補完\n"
|
||||
" complete_previous: 一つ前の補完候補で単語を補完\n"
|
||||
" search_text: バッファ内のテキストを検索\n"
|
||||
" search_switch_case: 完全一致検索に変更\n"
|
||||
" search_previous: 一つ前の行を検索\n"
|
||||
@@ -1415,7 +1419,7 @@ msgstr ""
|
||||
" jump_smart: 次のアクティブバッファに飛ぶ\n"
|
||||
" jump_last_buffer: 最後のバッファに移動\n"
|
||||
" jump_last_buffer_displayed: 表示されている最後のバッファに移動 (最新のバッ"
|
||||
"ファ移動の前)\n"
|
||||
"ファ移動の一つ前に表示されていたバッファ)\n"
|
||||
" jump_previously_visited_buffer: 一つ前に訪れたバッファに移動\n"
|
||||
" jump_next_visited_buffer: 次に訪れたバッファに移動\n"
|
||||
" hotlist_clear: ホットリストを消去\n"
|
||||
@@ -1430,8 +1434,10 @@ msgstr ""
|
||||
" switch_active_buffer: 次のマージされたバッファに移動\n"
|
||||
" switch_active_buffer_previous: 一つ前のマージされたバッファに移動\n"
|
||||
" insert: コマンドラインにテキストを挿入\n"
|
||||
" paste_start: ペーストの開始 (括弧付きペーストモード)\n"
|
||||
" paste_stop: ペーストの終了 (括弧付きペーストモード)\n"
|
||||
"\n"
|
||||
"このコマンドはキーバインドかプラグインから利用できます。"
|
||||
"これらのコマンドはキーバインドかプラグインで利用できます。"
|
||||
|
||||
msgid "bind/unbind keys"
|
||||
msgstr "キーの割り当てと割り当て解除"
|
||||
@@ -1458,6 +1464,7 @@ msgid ""
|
||||
"context \"default\")\n"
|
||||
" bindctxt: bind a command to a key or display command bound to key, for "
|
||||
"given context\n"
|
||||
" command: command (many commands can be separated by semicolons)\n"
|
||||
" unbind: remove a key binding (for context \"default\")\n"
|
||||
" unbindctxt: remove a key binding for given context\n"
|
||||
" reset: reset a key to default binding (for context \"default\")\n"
|
||||
@@ -1511,6 +1518,7 @@ msgstr ""
|
||||
"示 (\"default\" コンテキストに対する)\n"
|
||||
" bindctxt: キーにコマンドを割り当てるか、キーに割り当てられたコマンドを表"
|
||||
"示 (指定されたコンテキストに対する)\n"
|
||||
" command: コマンド (複数のコマンドはセミコロンで分けて書く)\n"
|
||||
" unbind: キーバインドを削除 (\"default\" コンテキストに対する)\n"
|
||||
" unbindctxt: キーバインドを削除 (指定されたコンテキストに対する)\n"
|
||||
" reset: キーをデフォルトの割り当てにリセットする (\"default\" コンテキス"
|
||||
@@ -2247,7 +2255,7 @@ msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "\t\tDay changed to %s"
|
||||
msgstr "\t\t%s に日付が変わりました"
|
||||
msgstr "\t\t%s に日付変更"
|
||||
|
||||
msgid "debug level for plugin (\"core\" for WeeChat core)"
|
||||
msgstr "プラグイン (\"core\" は WeeChat コア) のデバッグレベル"
|
||||
@@ -2592,8 +2600,26 @@ msgid "display space if nick mode is not (half)op/voice"
|
||||
msgstr "ニックモードが (half)op/voice でなければ空白を表示"
|
||||
|
||||
msgid ""
|
||||
"max number of lines for paste without asking user (0 = disable this feature)"
|
||||
msgstr "ユーザへの確認無しにペーストできる行数の最大値 (0 = この機能を無効化)"
|
||||
"enable terminal \"bracketed paste mode\" (not supported in all terminals/"
|
||||
"multiplexers): in this mode, pasted text is bracketed with control sequences "
|
||||
"so that WeeChat can differentiate pasted text from typed-in text (\"ESC[200~"
|
||||
"\", followed by the pasted text, followed by \"ESC[201~\")"
|
||||
msgstr ""
|
||||
"端末の「括弧付きペーストモード」を有効化 (一部の端末/マルチプレクサで利用可"
|
||||
"能): このモードでは、ペーストされたテキストはコントロールシーケンスで括られ"
|
||||
"る。これにより WeeChat はペーストされたテキストとタイプされたテキストを区別す"
|
||||
"る (\"ESC[200~\" 、ペーストされたテキスト、\"ESC[201~\")。"
|
||||
|
||||
msgid ""
|
||||
"force end of bracketed paste after this delay (in seconds) if the control "
|
||||
"sequence for end of bracketed paste (\"ESC[201~\") was not received in time"
|
||||
msgstr ""
|
||||
"括弧付きペーストの終了を示すコントロールシーケンス (\"ESC[201~\") が入力され"
|
||||
"なかった場合に、括弧付きペーストを強制終了させるまでの待ち時間 (秒単位)"
|
||||
|
||||
msgid ""
|
||||
"max number of lines for paste without asking user (-1 = disable this feature)"
|
||||
msgstr "ユーザへの確認無しにペーストする行数の最大値 (-1 = この機能を無効化)"
|
||||
|
||||
msgid "prefix for error messages"
|
||||
msgstr "エラーメッセージのプレフィックス"
|
||||
@@ -2619,8 +2645,11 @@ msgstr "プレフィックスのサイズの最大値 (0 = 最大値の指定無
|
||||
msgid "min size for prefix"
|
||||
msgstr "プレフィックスサイズの最小値"
|
||||
|
||||
msgid "display '+' if prefix is truncated"
|
||||
msgstr "プレフィックスが切り詰められた場合は '+' を表示"
|
||||
msgid ""
|
||||
"char to display if prefix is truncated (must be exactly one char on screen)"
|
||||
msgstr ""
|
||||
"プレフィックスが切り詰められた場合に表示する文字 (スクリーン上のちょうど1文"
|
||||
"字)"
|
||||
|
||||
msgid ""
|
||||
"prefix alignment for buffer name, when many buffers are merged with same "
|
||||
@@ -2637,11 +2666,20 @@ msgstr ""
|
||||
"最大値 (0 = 最大値の指定無し)"
|
||||
|
||||
msgid ""
|
||||
"display '+' if buffer name is truncated (when many buffers are merged with "
|
||||
"same number)"
|
||||
"char to display if buffer name is truncated (when many buffers are merged "
|
||||
"with same number) (must be exactly one char on screen)"
|
||||
msgstr ""
|
||||
"バッファ名が切り詰められた場合は '+' を表示 (多くのバッファが同じ番号を持つよ"
|
||||
"うにマージされた場合)"
|
||||
"バッファ名が切り詰められた場合に表示する文字 (多くのバッファが同じ番号を持つ"
|
||||
"ようにマージされた場合) (スクリーン上のちょうど1文字)"
|
||||
|
||||
msgid ""
|
||||
"prefix displayed for a message with same nick as previous message: use a "
|
||||
"space \" \" to hide prefix, another string to display this string instead of "
|
||||
"prefix, or an empty string to disable feature (display prefix)"
|
||||
msgstr ""
|
||||
"同じニックネームからの連続したメッセージに前置するプレフィックス: 空白文字 "
|
||||
"\" \" の場合はプレフィックスを隠す、これ以外の文字列の場合はそれをプレフィッ"
|
||||
"クスとして用いる、空文字の場合はプレフィックス表示機能を使わない"
|
||||
|
||||
msgid "string displayed after prefix"
|
||||
msgstr "プレフィックスの後ろに表示される文字列"
|
||||
@@ -2913,8 +2951,12 @@ msgstr ""
|
||||
"ニックネーム補完の後に空白を追加 (コマンドラインの最初がニックネームでない場"
|
||||
"合は)"
|
||||
|
||||
msgid "string inserted after nick completion"
|
||||
msgstr "ニックネーム補完の後に追加される文字列"
|
||||
msgid ""
|
||||
"string inserted after nick completion (when nick is first word on command "
|
||||
"line)"
|
||||
msgstr ""
|
||||
"ニックネーム補完の後に追加する文字列 (ニックネームがコマンドラインの最初にあ"
|
||||
"る場合)"
|
||||
|
||||
msgid "complete only with first nick found"
|
||||
msgstr "最初に見つかったニックネームだけを補完"
|
||||
@@ -2969,6 +3011,11 @@ msgid ""
|
||||
msgstr ""
|
||||
"履歴をリストアップする際にデフォルトで表示するコマンドの最大数 (0 = 制限無し)"
|
||||
|
||||
msgid ""
|
||||
"timeout (in seconds) for connection to a remote host (made in a child "
|
||||
"process)"
|
||||
msgstr "リモートホストへの接続タイムアウト時間 (秒単位) (子プロセスが行う)"
|
||||
|
||||
msgid ""
|
||||
"file containing the certificate authorities (\"%h\" will be replaced by "
|
||||
"WeeChat home, \"~/.weechat\" by default)"
|
||||
@@ -3388,8 +3435,9 @@ msgid "Bar \"%s\" updated"
|
||||
msgstr "バー \"%s\" がアップデートされました"
|
||||
|
||||
#, c-format
|
||||
msgid "%sPaste %d lines ? [ctrl-Y] Yes [ctrl-N] No"
|
||||
msgstr "%s %d 行を貼り付けますか? [ctrl-Y] はい [ctrl-N] いいえ"
|
||||
msgid "%sPaste %d line ? [ctrl-Y] Yes [ctrl-N] No"
|
||||
msgid_plural "%sPaste %d lines ? [ctrl-Y] Yes [ctrl-N] No"
|
||||
msgstr[0] "%s %d 行を貼り付けますか? [ctrl-Y] はい [ctrl-N] いいえ"
|
||||
|
||||
msgid "Text search"
|
||||
msgstr "テキスト検索"
|
||||
@@ -3893,7 +3941,7 @@ msgid "away"
|
||||
msgstr "離席"
|
||||
|
||||
msgid "Lag"
|
||||
msgstr "遅延"
|
||||
msgstr "遅延時間"
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
@@ -4406,17 +4454,19 @@ msgstr "target: サーバ名"
|
||||
msgid "disconnect from one or all IRC servers"
|
||||
msgstr "一つか全ての IRC との接続を切断"
|
||||
|
||||
msgid "[<server>|-all [<reason>]]"
|
||||
msgstr "[<server>|-all [<reason>]]"
|
||||
msgid "[<server>|-all|-pending [<reason>]]"
|
||||
msgstr "[<server>|-all|-pending [<reason>]]"
|
||||
|
||||
msgid ""
|
||||
"server: server name to disconnect\n"
|
||||
" -all: disconnect from all servers\n"
|
||||
"reason: reason for quit"
|
||||
" server: server name to disconnect\n"
|
||||
" -all: disconnect from all servers\n"
|
||||
"-pending: cancel auto-reconnection on servers currently reconnecting\n"
|
||||
" reason: reason for quit"
|
||||
msgstr ""
|
||||
"server: 接続を切断するサーバ名\n"
|
||||
" -all: 全てのサーバとの接続を切る\n"
|
||||
"reason: 終了の理由"
|
||||
" server: 接続を切断するサーバ名\n"
|
||||
" -all: 全てのサーバとの接続を切る\n"
|
||||
"-pending: 現在再接続試行中のサーバに対する自動再接続を止める\n"
|
||||
" reason: 終了の理由"
|
||||
|
||||
msgid "give channel half-operator status to nick(s)"
|
||||
msgstr "ニックネームに half-operator 権を付与"
|
||||
@@ -4477,8 +4527,8 @@ msgstr "サーバに関する情報を入手"
|
||||
msgid "invite a nick on a channel"
|
||||
msgstr "チャンネルにニックネームを招待"
|
||||
|
||||
msgid "<nick> <channel>"
|
||||
msgstr "<nick> <channel>"
|
||||
msgid "<nick> [<nick>...] [<channel>]"
|
||||
msgstr "<nick> [<nick>...] [<channel>]"
|
||||
|
||||
msgid ""
|
||||
" nick: nick to invite\n"
|
||||
@@ -5393,8 +5443,13 @@ msgstr ""
|
||||
"サーバで利用可能ならば有効化する、クライアント能力のコンマ区切りリスト (例: "
|
||||
"\"multi-prefix,extended-join\")"
|
||||
|
||||
msgid "mechanism for SASL authentication"
|
||||
msgstr "SASL 認証メカニズム"
|
||||
msgid ""
|
||||
"mechanism for SASL authentication: \"plain\" for plain text password, \"dh-"
|
||||
"blowfish\" for crypted password, \"external\" for authentication using "
|
||||
"client side SSL cert"
|
||||
msgstr ""
|
||||
"SASL 認証メカニズム: \"plain\" は平文パスワード、\"dh-blowfish\" は暗号パス"
|
||||
"ワード、\"external\" はクライアントサイド SSL 証明書を利用した認証"
|
||||
|
||||
msgid "username for SASL authentication"
|
||||
msgstr "SASL 認証用ユーザ名"
|
||||
@@ -5574,10 +5629,14 @@ msgstr "チャットウィンドウ内でニックネーム後に表示するテ
|
||||
|
||||
msgid ""
|
||||
"force color for some nicks: hash computed with nickname to find color will "
|
||||
"not be used for these nicks (format is: \"nick1:color1;nick2:color2\")"
|
||||
"not be used for these nicks (format is: \"nick1:color1;nick2:color2\"); "
|
||||
"lookup for nicks is with exact case then lower case, so it's possible to use "
|
||||
"only lower case for nicks in this option"
|
||||
msgstr ""
|
||||
"ニックネーム色を強制するニックネーム: ニックネームから計算されるハッシュを元"
|
||||
"にした色を利用しない (フォーマット: \"nick1:color1;nick2:color2\")"
|
||||
"にした色を利用しない (フォーマット: \"nick1:color1;nick2:color2\"); オプショ"
|
||||
"ンで指定された通りのニックネーム、これを小文字化したニックネームの順で検索を"
|
||||
"行う。そのため、このオプションのニックネーム部分には小文字を使うと良い。"
|
||||
|
||||
msgid ""
|
||||
"chars used to stop in nick when computing color with letters of nick (at "
|
||||
@@ -5784,20 +5843,20 @@ msgid ""
|
||||
"remap mirc colors in messages using a hashtable: keys are \"fg,bg\" as "
|
||||
"integers between -1 (not specified) and 15, values are WeeChat color names "
|
||||
"or numbers (format is: \"1,-1:color1;2,7:color2\"), example: \"1,-1:"
|
||||
"darkgray;1,2:white,blue\" to remap black on any bg to \"darkgray\" and black "
|
||||
"on blue to \"white,blue\"; default WeeChat colors for IRC codes: 0:white, 1:"
|
||||
"black, 2:blue, 3:green, 4:lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9: "
|
||||
"darkgray;1,2:white,blue\" to remap black to \"darkgray\" and black on blue "
|
||||
"to \"white,blue\"; default WeeChat colors for IRC codes: 0:white, 1:black, 2:"
|
||||
"blue, 3:green, 4:lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9: "
|
||||
"lightgreen, 10:cyan, 11:lightcyan, 12:lightblue, 13:lightmagenta, 14:gray, "
|
||||
"15:white"
|
||||
msgstr ""
|
||||
"メッセージに含まれる mirc カラーのマッピングをハッシュテーブルで変更: キーは "
|
||||
"\"fg,bg\" で -1(指定無し) から 15 までの整数、 値は WeeChat 色名か色番号 "
|
||||
"(フォーマットは: \"1,-1:color1;2,7:color2\")、例: \"1,-1:darkgray;1,2:white,"
|
||||
"blue\" は背景色が任意でテキスト色が黒のものを \"darkgray\" に、背景色が青でテ"
|
||||
"キスト色が黒のものを \"white,blue\" に変更; IRC コードに対するデフォルトの "
|
||||
"WeeChat 色は、0:白、1:黒、2:青、3:緑、4:ライトレッド、5:赤、6:赤紫、7:茶色、"
|
||||
"8:黄色、9:ライトグリーン、10:シアン、11:ライトシアン、12:ライトブルー、13:ラ"
|
||||
"イトマゼンタ、14:灰色、15:白"
|
||||
"blue\" はテキスト色が黒のものを \"darkgray\" に、背景色が青でテキスト色が黒の"
|
||||
"ものを \"white,blue\" に変更; IRC コードに対するデフォルトの WeeChat 色は、0:"
|
||||
"白、1:黒、2:青、3:緑、4:ライトレッド、5:赤、6:赤紫、7:茶色、8:黄色、9:ライト"
|
||||
"グリーン、10:シアン、11:ライトシアン、12:ライトブルー、13:ライトマゼンタ、14:"
|
||||
"灰色、15:白"
|
||||
|
||||
msgid ""
|
||||
"color for nick prefixes using mode char (o=op, h=halfop, v=voice, ..), "
|
||||
@@ -6104,6 +6163,10 @@ msgstr "%s%s: サーバに接続していません"
|
||||
msgid "%s%s: this buffer is not a channel!"
|
||||
msgstr "%s%s: このバッファはチャンネルではありません"
|
||||
|
||||
#. TRANSLATORS: "unknown" is the status for /notify when ison answer has not been received (check pending)
|
||||
msgid "unknown"
|
||||
msgstr "不明"
|
||||
|
||||
msgid "offline"
|
||||
msgstr "オフライン"
|
||||
|
||||
@@ -6124,12 +6187,20 @@ msgid "Notify list is empty on all servers"
|
||||
msgstr "全てのサーバの通知リストは空です"
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s has joined %s%s"
|
||||
msgstr "%s通知: %s%s%s が %s%s に参加"
|
||||
msgid "%snotify: %s%s%s is connected"
|
||||
msgstr "%s通知: %s%s%s が接続しました"
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s has quit %s%s"
|
||||
msgstr "%s通知: %s%s%s が %s%s から終了"
|
||||
msgid "%snotify: %s%s%s is offline"
|
||||
msgstr "%s通知: %s%s%s はオフライン状態"
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s has joined"
|
||||
msgstr "%s通知: %s%s%s が参加"
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s has quit"
|
||||
msgstr "%s通知: %s%s%s が終了"
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s is now away: \"%s\""
|
||||
@@ -6206,11 +6277,11 @@ msgstr "%s%s%s%s%s に kill されました"
|
||||
|
||||
#, c-format
|
||||
msgid "%sMode %s%s %s[%s%s%s]%s by %s%s"
|
||||
msgstr "%sモード %s%s %s[%s%s%s]%s by %s%s"
|
||||
msgstr "%1$s%9$s%10$s%8$s がモードを変更 %2$s%3$s %4$s[%5$s%6$s%7$s]%8$s"
|
||||
|
||||
#, c-format
|
||||
msgid "%sUser mode %s[%s%s%s]%s by %s%s"
|
||||
msgstr "%sユーザモード %s[%s%s%s]%s by %s%s"
|
||||
msgstr "%1$s%7$s%8$s%6$s がユーザモードを変更 %2$s[%3$s%4$s%5$s]%6$s"
|
||||
|
||||
#, c-format
|
||||
msgid "%sYou are now known as %s%s%s"
|
||||
@@ -6268,7 +6339,7 @@ msgstr "%s%s%s%s のユーザモードは %s[%s%s%s] です"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s[%s%s%s]%s is away: %s"
|
||||
msgstr "%s%s[%s%s%s]%s は離席状態: %s"
|
||||
msgstr "%s%s[%s%s%s]%s 離席状態: %s"
|
||||
|
||||
#, c-format
|
||||
msgid "%sUsers online: %s%s"
|
||||
@@ -6283,8 +6354,8 @@ msgid ""
|
||||
"%s%s[%s%s%s]%s idle: %s%d %s%s, %s%02d %s%s %s%02d %s%s %s%02d %s%s, signon "
|
||||
"at: %s%s"
|
||||
msgstr ""
|
||||
"%s%s[%s%s%s]%s アイドル時間: %s%d %s%s, %s%02d %s%s %s%02d %s%s %s%02d %s%s, "
|
||||
"サインオン時間: %s%s"
|
||||
"%s%s[%s%s%s]%s アイドル時間: %s%d %s%s, %s%02d %s%s %s%02d %s%s %s%02d %s%s、"
|
||||
"利用開始日時: %s%s"
|
||||
|
||||
msgid "hour"
|
||||
msgid_plural "hours"
|
||||
@@ -6294,8 +6365,8 @@ msgstr[0] "時間"
|
||||
msgid ""
|
||||
"%s%s[%s%s%s]%s idle: %s%02d %s%s %s%02d %s%s %s%02d %s%s, signon at: %s%s"
|
||||
msgstr ""
|
||||
"%s%s[%s%s%s]%s アイドル時間: %s%02d %s%s %s%02d %s%s %s%02d %s%s, サインオン"
|
||||
"時間: %s%s"
|
||||
"%s%s[%s%s%s]%s アイドル時間: %s%02d %s%s %s%02d %s%s %s%02d %s%s、利用開始日"
|
||||
"時: %s%s"
|
||||
|
||||
#, c-format
|
||||
msgid "%sMode %s%s %s[%s%s%s]"
|
||||
@@ -6308,12 +6379,12 @@ msgstr "%s%s%s%s の URL: %s"
|
||||
#. TRANSLATORS: "%s" after "created on" is a date
|
||||
#, c-format
|
||||
msgid "%sChannel created on %s"
|
||||
msgstr "%sチャンネル作成時間 %s"
|
||||
msgstr "%sチャンネルの作成日時 %s"
|
||||
|
||||
#. TRANSLATORS: "%s" after "created on" is a date
|
||||
#, c-format
|
||||
msgid "%sChannel %s%s%s created on %s"
|
||||
msgstr "%sチャンネル %s%s%s は %s に作成されました"
|
||||
msgstr "%sチャンネル %s%s%s の作成日時 %s"
|
||||
|
||||
#, c-format
|
||||
msgid "%sNo topic set for channel %s%s"
|
||||
@@ -6326,7 +6397,7 @@ msgstr "%s%s%s%s のトピックは \"%s%s\" です"
|
||||
#. TRANSLATORS: "%s" after "on" is a date
|
||||
#, c-format
|
||||
msgid "%sTopic set by %s%s%s%s%s%s%s%s%s on %s"
|
||||
msgstr "%sトピックは %s%s%s%s%s%s%s%s%s が %s に設定しました"
|
||||
msgstr "%sトピックは %s%s%s%s%s%s%s%s%s が %s に設定"
|
||||
|
||||
#. TRANSLATORS: "%s" after "on" is a date
|
||||
#, c-format
|
||||
@@ -6336,7 +6407,7 @@ msgstr "%sトピックは %s に設定されました"
|
||||
#. TRANSLATORS: "%s" after "on" is a date
|
||||
#, c-format
|
||||
msgid "%sTopic for %s%s%s set by %s%s%s%s%s%s%s%s%s on %s"
|
||||
msgstr "%s%s%s%s のトピックは %s%s%s%s%s%s%s%s%s が %s に設定しました"
|
||||
msgstr "%s%s%s%s のトピックは %s%s%s%s%s%s%s%s%s が %s に設定"
|
||||
|
||||
#. TRANSLATORS: "%s" after "on" is a date
|
||||
#, c-format
|
||||
@@ -6561,7 +6632,7 @@ msgstr "%s: ラグが長いです、サーバとの接続を切断中..."
|
||||
|
||||
#, c-format
|
||||
msgid "%s: reconnecting to server in %d %s, %d %s"
|
||||
msgstr "%s: サーバに再接続中 %d %s, %d %s"
|
||||
msgstr "%s: サーバに再接続中 %d %s、%d %s"
|
||||
|
||||
#, c-format
|
||||
msgid "%s: reconnecting to server in %d %s"
|
||||
@@ -6573,7 +6644,7 @@ msgstr "%s: アドレスの変更中 %s/%d"
|
||||
|
||||
#, c-format
|
||||
msgid "%s: connected to %s/%d (%s)"
|
||||
msgstr "%s: %s/%d (%s) に接続しました"
|
||||
msgstr "%s: %s/%d (%s) に接続完了"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: proxy address \"%s\" not found"
|
||||
@@ -6608,9 +6679,8 @@ msgid ""
|
||||
"%s%s: proxy fails to establish connection to server (check username/password "
|
||||
"if used and if server address/port is allowed by proxy)"
|
||||
msgstr ""
|
||||
"%s%s: プロキシはサーバへの接続の確率に失敗しました (ユーザ名/パスワードを使っ"
|
||||
"ているならこれを確認、サーバのアドレス/ポートがプロキシに許可されているか確"
|
||||
"認)"
|
||||
"%s%s: プロキシを介したサーバへの接続に失敗 (ユーザ名/パスワードが正しいことを"
|
||||
"確認、プロキシがサーバのアドレス/ポートへの接続を許可していることを確認)"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: unable to set local hostname/IP"
|
||||
@@ -6636,24 +6706,28 @@ msgstr ""
|
||||
msgid "%s%s: not enough memory"
|
||||
msgstr "%s%s: メモリが足りません"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: timeout"
|
||||
msgstr "%s%s: タイムアウト"
|
||||
|
||||
#, c-format
|
||||
msgid "gnutls: connected using %d-bit Diffie-Hellman shared secret exchange"
|
||||
msgstr "gnutls: %d-ビット Diffie-Hellman 共有鍵交換を使って接続中"
|
||||
|
||||
#, c-format
|
||||
msgid "%sgnutls: error while checking peer's certificate"
|
||||
msgstr "%sgnutls: ピアの証明書の確認中にエラー"
|
||||
msgstr "%sgnutls: ピア証明書の確認中にエラー"
|
||||
|
||||
#, c-format
|
||||
msgid "%sgnutls: peer's certificate is NOT trusted"
|
||||
msgstr "%sgnutls: ピアの証明書は信頼できません"
|
||||
msgstr "%sgnutls: ピア証明書は信頼できません"
|
||||
|
||||
msgid "gnutls: peer's certificate is trusted"
|
||||
msgstr "gnutls: ピアの証明書は信頼できます"
|
||||
msgstr "gnutls: ピア証明書は信頼できます"
|
||||
|
||||
#, c-format
|
||||
msgid "%sgnutls: peer's certificate issuer is unknown"
|
||||
msgstr "%sgnutls: ピア証明書の問題が不明です"
|
||||
msgstr "%sgnutls: ピア証明書に未知の問題"
|
||||
|
||||
#, c-format
|
||||
msgid "%sgnutls: the certificate has been revoked"
|
||||
@@ -6725,11 +6799,11 @@ msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "%s: connecting to server %s/%d%s%s via %s proxy %s/%d%s..."
|
||||
msgstr "%s: サーバ %s/%d%s%s に %s プロキシ %s/%d%s を通じて接続中..."
|
||||
msgstr "%s: サーバ %s/%d%s%s に %s プロキシ %s/%d%s で接続中..."
|
||||
|
||||
#, c-format
|
||||
msgid "Connecting to server %s/%d%s%s via %s proxy %s/%d%s..."
|
||||
msgstr "サーバ %s/%d%s%s に %s プロキシ %s/%d%s を通じて接続中..."
|
||||
msgstr "サーバ %s/%d%s%s に %s プロキシ %s/%d%s で接続中..."
|
||||
|
||||
#, c-format
|
||||
msgid "%s: connecting to server %s/%d%s%s..."
|
||||
@@ -6757,11 +6831,11 @@ msgstr "%s: サーバに再接続中..."
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: disconnected from server"
|
||||
msgstr "%s%s: サーバから切断されました"
|
||||
msgstr "%s%s: サーバから切断"
|
||||
|
||||
#, c-format
|
||||
msgid "%s: disconnected from server"
|
||||
msgstr "%s: サーバから切断されました"
|
||||
msgstr "%s: サーバから切断"
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
@@ -6813,8 +6887,8 @@ msgid "%s: \"%s\" => level %d"
|
||||
msgstr "%s: \"%s\" => レベル %d"
|
||||
|
||||
#, c-format
|
||||
msgid "===\t========== End of backlog (%d lines) =========="
|
||||
msgstr "===\t========== バックログの最後 (%d 行) =========="
|
||||
msgid "%s===\t%s========== End of backlog (%d lines) =========="
|
||||
msgstr "%s===\t%s========== バックログの最後 (%d 行) =========="
|
||||
|
||||
msgid "logger plugin configuration"
|
||||
msgstr "logger プラグイン設定"
|
||||
@@ -6857,10 +6931,10 @@ msgstr ""
|
||||
"メッセージ (最も重要) .. 9 = 全てのメッセージ)\n"
|
||||
"disable: 現在のバッファのログ保存を無効化 (レベルを 0 に設定)\n"
|
||||
"\n"
|
||||
"オプション \"logger.level.*\" と \"logger.mask.*\" がレベル設定とあるバッファ"
|
||||
"か名前で始まるバッファのマスクに使われる\n"
|
||||
"オプション \"logger.level.*\" と \"logger.mask.*\" は任意のバッファに対するロ"
|
||||
"グレベルとログ保存先の設定を意味します。\n"
|
||||
"\n"
|
||||
"IRC プラグインで使われるのログレベル:\n"
|
||||
"IRC プラグインで使われるログレベル:\n"
|
||||
" 1: ユーザメッセージ、通知、プライベート\n"
|
||||
" 2: ニックネームの変更\n"
|
||||
" 3: サーバメッセージ\n"
|
||||
@@ -6895,6 +6969,12 @@ msgid ""
|
||||
msgstr ""
|
||||
"新規バッファの作成時にログファイルから表示する行の最大数 (0 = バックログ無し)"
|
||||
|
||||
msgid "color for backlog lines"
|
||||
msgstr "バックログ行の色"
|
||||
|
||||
msgid "color for line ending the backlog"
|
||||
msgstr "バックログの最終行の色"
|
||||
|
||||
msgid ""
|
||||
"automatically save content of buffers to files (unless a buffer disables log)"
|
||||
msgstr ""
|
||||
@@ -7851,6 +7931,13 @@ msgid "script name (can start or end with \"*\" as wildcard) (optional)"
|
||||
msgstr ""
|
||||
"スクリプト名 (ワイルドカードとして \"*\" で始めるか終われる) (オプション)"
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%s%s: warning, invalid pointer (\"%s\") for function \"%s\" (script: %s)"
|
||||
msgstr ""
|
||||
"%1$s%2$s: 警告、関数 \"%4$s\" の不正な引ポインタ (\"%3$s\") (スクリプト: "
|
||||
"%5$s)"
|
||||
|
||||
#, c-format
|
||||
msgid "%s: error loading script \"%s\" (bad name, spaces are forbidden)"
|
||||
msgstr "%s: スクリプト \"%s\" のロード中にエラー (無効な名前、スペースは禁止)"
|
||||
@@ -8314,3 +8401,15 @@ msgstr "タイプ"
|
||||
|
||||
msgid "Constants"
|
||||
msgstr "定数"
|
||||
|
||||
#~ msgid "string inserted after nick completion"
|
||||
#~ msgstr "ニックネーム補完の後に追加される文字列"
|
||||
|
||||
#~ msgid "display '+' if prefix is truncated"
|
||||
#~ msgstr "プレフィックスが切り詰められた場合は '+' を表示"
|
||||
|
||||
#~ msgid "<nick> <channel>"
|
||||
#~ msgstr "<nick> <channel>"
|
||||
|
||||
#~ msgid "mechanism for SASL authentication"
|
||||
#~ msgstr "SASL 認証メカニズム"
|
||||
|
||||
@@ -19,10 +19,10 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.3.7\n"
|
||||
"Project-Id-Version: WeeChat 0.3.8\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2012-02-26 08:00+0100\n"
|
||||
"PO-Revision-Date: 2012-02-26 08:04+0100\n"
|
||||
"POT-Creation-Date: 2012-06-03 09:00+0200\n"
|
||||
"PO-Revision-Date: 2012-06-03 08:47+0200\n"
|
||||
"Last-Translator: Krzysztof Korościk <soltys@szluug.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"Language: Polish\n"
|
||||
@@ -1245,7 +1245,8 @@ msgid ""
|
||||
"Tags most commonly used:\n"
|
||||
" no_filter, no_highlight, no_log, log0..log9 (log level),\n"
|
||||
" notify_none, notify_message, notify_private, notify_highlight,\n"
|
||||
" nick_xxx (xxx is nick in message),\n"
|
||||
" nick_xxx (xxx is nick in message), prefix_nick_ccc (ccc is color of "
|
||||
"nick),\n"
|
||||
" irc_xxx (xxx is command name or number, see /server raw),\n"
|
||||
" irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, "
|
||||
"irc_smart_filter, away_info.\n"
|
||||
@@ -1299,7 +1300,8 @@ msgstr ""
|
||||
"Najczęściej używane tagi:\n"
|
||||
" no_filter, no_highlight, log0..log9 (poziom logowania),\n"
|
||||
" notify_none, notify_message, notify_private, notify_highlight,\n"
|
||||
" nick_xxx (xxx to nick w wiadomości),\n"
|
||||
" nick_xxx (xxx to nick w wiadomości), prefix_nick_ccc (ccc to kolor "
|
||||
"nicka),\n"
|
||||
" irc_xxx (xxx to nazwa komendy lub numer, zobacz /server raw),\n"
|
||||
" irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, "
|
||||
"irc_smart_filter, away_info.\n"
|
||||
@@ -1410,6 +1412,8 @@ msgid ""
|
||||
" switch_active_buffer: switch to next merged buffer\n"
|
||||
" switch_active_buffer_previous: switch to previous merged buffer\n"
|
||||
" insert: insert text in command line\n"
|
||||
" paste_start: start paste (bracketed paste mode)\n"
|
||||
" paste_stop: stop paste (bracketed paste mode)\n"
|
||||
"\n"
|
||||
"This command is used by key bindings or plugins."
|
||||
msgstr ""
|
||||
@@ -1465,6 +1469,8 @@ msgstr ""
|
||||
" switch_active_buffer_previous: przełącza do poprzedniego połączonego "
|
||||
"buforu\n"
|
||||
" insert: wkleja tekst do linii poleceń\n"
|
||||
" paste_start: zaczyna wklejanie (tryb z rozpoznawaniem wklejanego tekstu)\n"
|
||||
" paste_stop: kończy wklejanie (tryb z rozpoznawaniem wklejanego tekstu)\n"
|
||||
"\n"
|
||||
"Ta komenda jest używana do przypisywania klawiszy lub przez wtyczki."
|
||||
|
||||
@@ -1494,6 +1500,7 @@ msgid ""
|
||||
"context \"default\")\n"
|
||||
" bindctxt: bind a command to a key or display command bound to key, for "
|
||||
"given context\n"
|
||||
" command: command (many commands can be separated by semicolons)\n"
|
||||
" unbind: remove a key binding (for context \"default\")\n"
|
||||
" unbindctxt: remove a key binding for given context\n"
|
||||
" reset: reset a key to default binding (for context \"default\")\n"
|
||||
@@ -1547,6 +1554,7 @@ msgstr ""
|
||||
"do klawisza\n"
|
||||
" bindctxt: przypisuje komendę do klawiszy lub wyświetla taką komendę dla "
|
||||
"podanego kontekstu\n"
|
||||
" komenda: komenda (wiele komend może być oddzielonych średnikiem)\n"
|
||||
" unbind: usuwa przypisanie dla klawisza (dla kontekstu \"default\")\n"
|
||||
" unbindctxt: usuwa skrót klawiszowy dla podanego kontekstu\n"
|
||||
" reset: przywraca domyślne ustawienia dla klawiszy (dla kontekstu "
|
||||
@@ -1577,7 +1585,7 @@ msgstr ""
|
||||
"dla kontekstu myszy, wyśle to hsignal \"name\" z aktywną hashtable jako "
|
||||
"argumentem.\n"
|
||||
"Inna specjalna wartość \"-\" może zostać użyta do wyłączenia klucza "
|
||||
"(zostanie on zignorowany podczas szukania kliczy).\n"
|
||||
"(zostanie on zignorowany podczas szukania kluczy).\n"
|
||||
"\n"
|
||||
"Przykłady:\n"
|
||||
" kombinacja alt-x przełączająca wyświetlanie listy nicków:\n"
|
||||
@@ -2650,9 +2658,28 @@ msgid "display space if nick mode is not (half)op/voice"
|
||||
msgstr "wyświetl spację jeśli atrybut nick nie ma atrybutu"
|
||||
|
||||
msgid ""
|
||||
"max number of lines for paste without asking user (0 = disable this feature)"
|
||||
"enable terminal \"bracketed paste mode\" (not supported in all terminals/"
|
||||
"multiplexers): in this mode, pasted text is bracketed with control sequences "
|
||||
"so that WeeChat can differentiate pasted text from typed-in text (\"ESC[200~"
|
||||
"\", followed by the pasted text, followed by \"ESC[201~\")"
|
||||
msgstr ""
|
||||
"maksymalna ilość linii do wklejenia bez pytania użytkownika (0 = wyłącza tę "
|
||||
"włącza tryb terminala \"bracketed paste mode\" (nie wszystkie terminale/"
|
||||
"multiplexery ją wspierają): w tym trybie, wklejany tekst jest otoczony "
|
||||
"sekwencją kontrolna, dzięki czemu WeeChat może odróżnić tekst wklejony od "
|
||||
"wpisanego (\"ESC[200~\", wklejony tekst, \"ESC[201~\")"
|
||||
|
||||
msgid ""
|
||||
"force end of bracketed paste after this delay (in seconds) if the control "
|
||||
"sequence for end of bracketed paste (\"ESC[201~\") was not received in time"
|
||||
msgstr ""
|
||||
"wymusza zakończenie ograniczenia wklejanego tekstu po upływie określonego "
|
||||
"czasu (w sekundach) jeśli sekwencja kontrolna zakańczająca wklejany tekst "
|
||||
"(\"ESC[201~\") nie została otrzymana na czas"
|
||||
|
||||
msgid ""
|
||||
"max number of lines for paste without asking user (-1 = disable this feature)"
|
||||
msgstr ""
|
||||
"maksymalna ilość linii do wklejenia bez pytania użytkownika (-1 = wyłącza tę "
|
||||
"opcję)"
|
||||
|
||||
msgid "prefix for error messages"
|
||||
@@ -2679,8 +2706,11 @@ msgstr "maksymalny rozmiar przedrostka (0 = brak maksymalnego rozmiaru)"
|
||||
msgid "min size for prefix"
|
||||
msgstr "minimalny rozmiar przedrostka"
|
||||
|
||||
msgid "display '+' if prefix is truncated"
|
||||
msgstr "wyświetl '+', jeśli przedrostek jest obcięty"
|
||||
msgid ""
|
||||
"char to display if prefix is truncated (must be exactly one char on screen)"
|
||||
msgstr ""
|
||||
"znak wyświetlany jeśli przedrostek został obcięty (dokładnie jeden znak na "
|
||||
"ekranie)"
|
||||
|
||||
msgid ""
|
||||
"prefix alignment for buffer name, when many buffers are merged with same "
|
||||
@@ -2697,11 +2727,20 @@ msgstr ""
|
||||
"identycznym numerem (0 = brak maksymalnej długości)"
|
||||
|
||||
msgid ""
|
||||
"display '+' if buffer name is truncated (when many buffers are merged with "
|
||||
"same number)"
|
||||
"char to display if buffer name is truncated (when many buffers are merged "
|
||||
"with same number) (must be exactly one char on screen)"
|
||||
msgstr ""
|
||||
"wyświetl '+' jeśli nazwa bufora została obcięta (kiedy wiele buforów jest "
|
||||
"scalonych z takim samym numerem)"
|
||||
"znak wyświetlany jeśli nazwa bufora została obcięta (kiedy wiele buforów "
|
||||
"jest scalonych z takim samym numerem)(dokładnie jeden znak na ekranie)"
|
||||
|
||||
msgid ""
|
||||
"prefix displayed for a message with same nick as previous message: use a "
|
||||
"space \" \" to hide prefix, another string to display this string instead of "
|
||||
"prefix, or an empty string to disable feature (display prefix)"
|
||||
msgstr ""
|
||||
"prefiks wyświetlany dla wiadomości z takim samym nickiem jak poprzednia "
|
||||
"wiadomość: spacja (\"\") chowa prefiks, inny ciąg wyświetlany zamiast "
|
||||
"prefiksu lub pusty ciąg dla wyłączenia opcji (wyświetlanie przedrostka)"
|
||||
|
||||
msgid "string displayed after prefix"
|
||||
msgstr "ciąg wyświetlany po przedrostku"
|
||||
@@ -2986,8 +3025,12 @@ msgstr ""
|
||||
"dodaj spację po dopełnionym nicku (kiedy nick nie jest pierwszym słowem w "
|
||||
"linii poleceń)"
|
||||
|
||||
msgid "string inserted after nick completion"
|
||||
msgstr "ciąg wstawiany po dopełnionym nicku"
|
||||
msgid ""
|
||||
"string inserted after nick completion (when nick is first word on command "
|
||||
"line)"
|
||||
msgstr ""
|
||||
"ciąg wstawiany po dopełnionym nicku (kiedy nick jest pierwszym słowem w "
|
||||
"linii poleceń)"
|
||||
|
||||
msgid "complete only with first nick found"
|
||||
msgstr "dopełniaj tylko pierwszym znalezionym nickiem"
|
||||
@@ -3045,6 +3088,13 @@ msgstr ""
|
||||
"maksymalna ilość komend domyślnie wyświetlanych w listingu historii (0 = bez "
|
||||
"ograniczeń)"
|
||||
|
||||
msgid ""
|
||||
"timeout (in seconds) for connection to a remote host (made in a child "
|
||||
"process)"
|
||||
msgstr ""
|
||||
"czas oczekiwania (w sekundach) na połączenie ze zdalnym serwerem (wykonywane "
|
||||
"w procesie potomnym)"
|
||||
|
||||
msgid ""
|
||||
"file containing the certificate authorities (\"%h\" will be replaced by "
|
||||
"WeeChat home, \"~/.weechat\" by default)"
|
||||
@@ -3467,8 +3517,11 @@ msgid "Bar \"%s\" updated"
|
||||
msgstr "Uaktualniono pasek \"%s\""
|
||||
|
||||
#, c-format
|
||||
msgid "%sPaste %d lines ? [ctrl-Y] Yes [ctrl-N] No"
|
||||
msgstr "%sWkleić %d linii ? [ctrl-Y] Tak [ctrl-N] Nie"
|
||||
msgid "%sPaste %d line ? [ctrl-Y] Yes [ctrl-N] No"
|
||||
msgid_plural "%sPaste %d lines ? [ctrl-Y] Yes [ctrl-N] No"
|
||||
msgstr[0] "%sWkleić %d linię ? [ctrl-Y] Tak [ctrl-N] Nie"
|
||||
msgstr[1] "%sWkleić %d linii ? [ctrl-Y] Tak [ctrl-N] Nie"
|
||||
msgstr[2] "%sWkleić %d linii ? [ctrl-Y] Tak [ctrl-N] Nie"
|
||||
|
||||
msgid "Text search"
|
||||
msgstr "Wyszukiwanie teksu"
|
||||
@@ -4496,17 +4549,19 @@ msgstr "cel: nazwa serwera"
|
||||
msgid "disconnect from one or all IRC servers"
|
||||
msgstr "rozłącza się z jednym lub wszystkimi serwerami IRC"
|
||||
|
||||
msgid "[<server>|-all [<reason>]]"
|
||||
msgstr "[<serwer>|-all [<powód>]]"
|
||||
msgid "[<server>|-all|-pending [<reason>]]"
|
||||
msgstr "[<serwer>|-all|-pending [<powód>]]"
|
||||
|
||||
msgid ""
|
||||
"server: server name to disconnect\n"
|
||||
" -all: disconnect from all servers\n"
|
||||
"reason: reason for quit"
|
||||
" server: server name to disconnect\n"
|
||||
" -all: disconnect from all servers\n"
|
||||
"-pending: cancel auto-reconnection on servers currently reconnecting\n"
|
||||
" reason: reason for quit"
|
||||
msgstr ""
|
||||
"serwer: nazwa serwera do rozłączenia\n"
|
||||
" -all: rozłącza się ze wszystkimi serwerami\n"
|
||||
"powód: powód rozłączenia"
|
||||
" serwer: nazwa serwera do rozłączenia\n"
|
||||
" -all: rozłącza się ze wszystkimi serwerami\n"
|
||||
"-pending: anuluje automatyczne łączenie dla serwerów ponownie łączących się\n"
|
||||
" powód: powód rozłączenia"
|
||||
|
||||
msgid "give channel half-operator status to nick(s)"
|
||||
msgstr "nadaje status halfopa nickowi(m)"
|
||||
@@ -4566,8 +4621,8 @@ msgstr "pobiera informacje opisujące serwer"
|
||||
msgid "invite a nick on a channel"
|
||||
msgstr "zaprasza użytkownika na kanał"
|
||||
|
||||
msgid "<nick> <channel>"
|
||||
msgstr "<nick> <kanał>"
|
||||
msgid "<nick> [<nick>...] [<channel>]"
|
||||
msgstr "<nick> [<nick>...] [<kanał>]"
|
||||
|
||||
msgid ""
|
||||
" nick: nick to invite\n"
|
||||
@@ -5492,8 +5547,14 @@ msgstr ""
|
||||
"oddzielona przecinkami lista opcji włączanych dla serwera, jeśli są dostępne "
|
||||
"(na przykład \"multi-prefix,extended-join\")"
|
||||
|
||||
msgid "mechanism for SASL authentication"
|
||||
msgstr "mechanizm uwierzytelniania SASL"
|
||||
msgid ""
|
||||
"mechanism for SASL authentication: \"plain\" for plain text password, \"dh-"
|
||||
"blowfish\" for crypted password, \"external\" for authentication using "
|
||||
"client side SSL cert"
|
||||
msgstr ""
|
||||
"mechanizm autentykacji SASL: \"plain\" dla hasła w czystym tekście, \"dh-"
|
||||
"blowfish\" dla szyfrowanego hasła, \"external\" dla uwierzytelnienia za "
|
||||
"pomocą certyfikatu SSL po stronie klienta"
|
||||
|
||||
msgid "username for SASL authentication"
|
||||
msgstr "nazwa użytkownika dla uwierzytelniania SASL"
|
||||
@@ -5683,11 +5744,15 @@ msgstr "teks wyświetlany za nickiem w oknie rozmowy"
|
||||
|
||||
msgid ""
|
||||
"force color for some nicks: hash computed with nickname to find color will "
|
||||
"not be used for these nicks (format is: \"nick1:color1;nick2:color2\")"
|
||||
"not be used for these nicks (format is: \"nick1:color1;nick2:color2\"); "
|
||||
"lookup for nicks is with exact case then lower case, so it's possible to use "
|
||||
"only lower case for nicks in this option"
|
||||
msgstr ""
|
||||
"wymusza kolory dla nicków: hash połączony z nickiem w celu znalezienia "
|
||||
"koloru nie zostanie użyty dla tych nicków (format: \"nick1:kolor1;nick2:"
|
||||
"kolor2\")"
|
||||
"wymusza kolory dla niektórych nicków: hash połączony z nickiem w celu "
|
||||
"znalezienia koloru nie zostanie użyty dla tych nicków (format: \"nick1:"
|
||||
"kolor1;nick2:kolor2\"); wyszukiwanie nicków odbywa się na zasadzie "
|
||||
"dopasowania porównania dokładnego, następnie z małych liter, jest więc "
|
||||
"możliwe używanie tylko małych liter w tej opcji"
|
||||
|
||||
msgid ""
|
||||
"chars used to stop in nick when computing color with letters of nick (at "
|
||||
@@ -5901,20 +5966,20 @@ msgid ""
|
||||
"remap mirc colors in messages using a hashtable: keys are \"fg,bg\" as "
|
||||
"integers between -1 (not specified) and 15, values are WeeChat color names "
|
||||
"or numbers (format is: \"1,-1:color1;2,7:color2\"), example: \"1,-1:"
|
||||
"darkgray;1,2:white,blue\" to remap black on any bg to \"darkgray\" and black "
|
||||
"on blue to \"white,blue\"; default WeeChat colors for IRC codes: 0:white, 1:"
|
||||
"black, 2:blue, 3:green, 4:lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9: "
|
||||
"darkgray;1,2:white,blue\" to remap black to \"darkgray\" and black on blue "
|
||||
"to \"white,blue\"; default WeeChat colors for IRC codes: 0:white, 1:black, 2:"
|
||||
"blue, 3:green, 4:lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9: "
|
||||
"lightgreen, 10:cyan, 11:lightcyan, 12:lightblue, 13:lightmagenta, 14:gray, "
|
||||
"15:white"
|
||||
msgstr ""
|
||||
"zamień kolory mirca w wiadomościach używając tablicy hashy: klucze to \"fg,"
|
||||
"bg\" przyjmują one wartości pomiędzy -1 (nie określono) a 15, wartości to "
|
||||
"nazwy lub numery kolorów WeeChat (format: \"1,-1:color1;2,7:color2\"), "
|
||||
"przykład: \"1,-1:darkgray;1,2:white,blue\" w celu przemapowania dowolnego "
|
||||
"tła na kolor \"darkgray\" oraz czarnego na niebieskim na \"white,blue\"; "
|
||||
"domyślne kolory WeeChat dla kodów IRC: 0:white, 1:black, 2:blue, 3:green, 4:"
|
||||
"lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9: lightgreen, 10:cyan, 11:"
|
||||
"lightcyan, 12:lightblue, 13:lightmagenta, 14:gray, 15:white"
|
||||
"nazwy lub numery kolorów WeeChat (format: \"1,-1:kolor1;2,7:kolor2\"), "
|
||||
"przykład: \"1,-1:darkgray;1,2:white,blue\" w celu przemapowania czarnego na "
|
||||
"\"darkgray\" oraz czarnego na niebieskim na \"white,blue\"; domyślne kolory "
|
||||
"WeeChat dla kodów IRC: 0:white, 1:black, 2:blue, 3:green, 4:lightred, 5:red, "
|
||||
"6:magenta, 7:brown, 8:yellow, 9: lightgreen, 10:cyan, 11:lightcyan, 12:"
|
||||
"lightblue, 13:lightmagenta, 14:gray, 15:white"
|
||||
|
||||
msgid ""
|
||||
"color for nick prefixes using mode char (o=op, h=halfop, v=voice, ..), "
|
||||
@@ -6232,6 +6297,10 @@ msgstr "%s%s: nie jesteś połączony z serwerem"
|
||||
msgid "%s%s: this buffer is not a channel!"
|
||||
msgstr "%s%s: to nie jest bufor kanału"
|
||||
|
||||
#. TRANSLATORS: "unknown" is the status for /notify when ison answer has not been received (check pending)
|
||||
msgid "unknown"
|
||||
msgstr "nieznany"
|
||||
|
||||
msgid "offline"
|
||||
msgstr "offline"
|
||||
|
||||
@@ -6252,12 +6321,20 @@ msgid "Notify list is empty on all servers"
|
||||
msgstr "Lista powiadomień jest pusta na wszystkich serwerach"
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s has joined %s%s"
|
||||
msgstr "%spowiadomienie: %s%s%s wszedł na %s%s"
|
||||
msgid "%snotify: %s%s%s is connected"
|
||||
msgstr "%spowiadomienie: %s%s%s jest podłączony"
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s has quit %s%s"
|
||||
msgstr "%spowiadomienie: %s%s%s wyszedł %s%s"
|
||||
msgid "%snotify: %s%s%s is offline"
|
||||
msgstr "%spowiadomienie: %s%s%s jest offline"
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s has joined"
|
||||
msgstr "%spowiadomienie: %s%s%s wszedł"
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s has quit"
|
||||
msgstr "%spowiadomienie: %s%s%s wyszedł"
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s is now away: \"%s\""
|
||||
@@ -6764,6 +6841,10 @@ msgstr ""
|
||||
msgid "%s%s: not enough memory"
|
||||
msgstr "%s%s: za mało pamięci"
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: timeout"
|
||||
msgstr "%s%s: timeout"
|
||||
|
||||
#, c-format
|
||||
msgid "gnutls: connected using %d-bit Diffie-Hellman shared secret exchange"
|
||||
msgstr "gnutls: połączono używając %d-bitowego klucza Diffie-Hellmana"
|
||||
@@ -6940,8 +7021,8 @@ msgid "%s: \"%s\" => level %d"
|
||||
msgstr "%s: \"%s\" => poziom %d"
|
||||
|
||||
#, c-format
|
||||
msgid "===\t========== End of backlog (%d lines) =========="
|
||||
msgstr "===\t========== Koniec backloga (%d linii) =========="
|
||||
msgid "%s===\t%s========== End of backlog (%d lines) =========="
|
||||
msgstr "%s===\t%s========== Koniec backloga (%d linii) =========="
|
||||
|
||||
msgid "logger plugin configuration"
|
||||
msgstr "konfiguracja wtyczki logera"
|
||||
@@ -7024,6 +7105,12 @@ msgstr ""
|
||||
"maksymalna ilość linii wyświetlana z logu podczas tworzenia nowego bufora (0 "
|
||||
"= bez historii)"
|
||||
|
||||
msgid "color for backlog lines"
|
||||
msgstr "kolor linii backloga"
|
||||
|
||||
msgid "color for line ending the backlog"
|
||||
msgstr "kolor linii kończącej backloga"
|
||||
|
||||
msgid ""
|
||||
"automatically save content of buffers to files (unless a buffer disables log)"
|
||||
msgstr ""
|
||||
@@ -7982,6 +8069,13 @@ msgstr "wskaźnik skryptu (opcjonalne)"
|
||||
msgid "script name (can start or end with \"*\" as wildcard) (optional)"
|
||||
msgstr "nazwa skryptu (może się zaczynać lub kończyć \"*\") (opcjonalne)"
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%s%s: warning, invalid pointer (\"%s\") for function \"%s\" (script: %s)"
|
||||
msgstr ""
|
||||
"%s%s: ostrzeżenie, niewłaściwy wskaźnik (\"%s\") dla funkcji \"%s\" (skrypt: "
|
||||
"%s)"
|
||||
|
||||
#, c-format
|
||||
msgid "%s: error loading script \"%s\" (bad name, spaces are forbidden)"
|
||||
msgstr ""
|
||||
@@ -8446,3 +8540,15 @@ msgstr "Typ"
|
||||
|
||||
msgid "Constants"
|
||||
msgstr "Stałe"
|
||||
|
||||
#~ msgid "string inserted after nick completion"
|
||||
#~ msgstr "ciąg wstawiany po dopełnionym nicku"
|
||||
|
||||
#~ msgid "display '+' if prefix is truncated"
|
||||
#~ msgstr "wyświetl '+', jeśli przedrostek jest obcięty"
|
||||
|
||||
#~ msgid "<nick> <channel>"
|
||||
#~ msgstr "<nick> <kanał>"
|
||||
|
||||
#~ msgid "mechanism for SASL authentication"
|
||||
#~ msgstr "mechanizm uwierzytelniania SASL"
|
||||
|
||||
+119
-33
@@ -19,10 +19,10 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.3.7\n"
|
||||
"Project-Id-Version: WeeChat 0.3.8\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2012-02-26 08:00+0100\n"
|
||||
"PO-Revision-Date: 2012-02-26 08:04+0100\n"
|
||||
"POT-Creation-Date: 2012-06-03 09:00+0200\n"
|
||||
"PO-Revision-Date: 2012-06-03 08:47+0200\n"
|
||||
"Last-Translator: Sergio Durigan Junior <sergiosdj@gmail.com>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"Language: Portuguese\n"
|
||||
@@ -1282,7 +1282,8 @@ msgid ""
|
||||
"Tags most commonly used:\n"
|
||||
" no_filter, no_highlight, no_log, log0..log9 (log level),\n"
|
||||
" notify_none, notify_message, notify_private, notify_highlight,\n"
|
||||
" nick_xxx (xxx is nick in message),\n"
|
||||
" nick_xxx (xxx is nick in message), prefix_nick_ccc (ccc is color of "
|
||||
"nick),\n"
|
||||
" irc_xxx (xxx is command name or number, see /server raw),\n"
|
||||
" irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, "
|
||||
"irc_smart_filter, away_info.\n"
|
||||
@@ -1445,6 +1446,8 @@ msgid ""
|
||||
" switch_active_buffer: switch to next merged buffer\n"
|
||||
" switch_active_buffer_previous: switch to previous merged buffer\n"
|
||||
" insert: insert text in command line\n"
|
||||
" paste_start: start paste (bracketed paste mode)\n"
|
||||
" paste_stop: stop paste (bracketed paste mode)\n"
|
||||
"\n"
|
||||
"This command is used by key bindings or plugins."
|
||||
msgstr ""
|
||||
@@ -1528,6 +1531,7 @@ msgid ""
|
||||
"context \"default\")\n"
|
||||
" bindctxt: bind a command to a key or display command bound to key, for "
|
||||
"given context\n"
|
||||
" command: command (many commands can be separated by semicolons)\n"
|
||||
" unbind: remove a key binding (for context \"default\")\n"
|
||||
" unbindctxt: remove a key binding for given context\n"
|
||||
" reset: reset a key to default binding (for context \"default\")\n"
|
||||
@@ -2590,7 +2594,20 @@ msgid "display space if nick mode is not (half)op/voice"
|
||||
msgstr "mostra espaço se o modo do apelido não é (half)op/voice"
|
||||
|
||||
msgid ""
|
||||
"max number of lines for paste without asking user (0 = disable this feature)"
|
||||
"enable terminal \"bracketed paste mode\" (not supported in all terminals/"
|
||||
"multiplexers): in this mode, pasted text is bracketed with control sequences "
|
||||
"so that WeeChat can differentiate pasted text from typed-in text (\"ESC[200~"
|
||||
"\", followed by the pasted text, followed by \"ESC[201~\")"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"force end of bracketed paste after this delay (in seconds) if the control "
|
||||
"sequence for end of bracketed paste (\"ESC[201~\") was not received in time"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"max number of lines for paste without asking user (-1 = disable this feature)"
|
||||
msgstr ""
|
||||
"número máximo de linhas para serem coladas sem perguntar ao usuário (0 = "
|
||||
"desabilita essa característica)"
|
||||
@@ -2622,8 +2639,9 @@ msgstr "tamanho máximo para o prefixo (0 = sem tamanho máximo)"
|
||||
msgid "min size for prefix"
|
||||
msgstr "tamanho mínimo para o prefixo"
|
||||
|
||||
msgid "display '+' if prefix is truncated"
|
||||
msgstr "mostra '+' se o prefixo está truncado"
|
||||
msgid ""
|
||||
"char to display if prefix is truncated (must be exactly one char on screen)"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"prefix alignment for buffer name, when many buffers are merged with same "
|
||||
@@ -2639,13 +2657,20 @@ msgstr ""
|
||||
"tamanho máximo para o nome do buffer, quando muitos buffers estão mesclados "
|
||||
"com o mesmo número (0 = sem tamanho máximo)"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"display '+' if buffer name is truncated (when many buffers are merged with "
|
||||
"same number)"
|
||||
"char to display if buffer name is truncated (when many buffers are merged "
|
||||
"with same number) (must be exactly one char on screen)"
|
||||
msgstr ""
|
||||
"mostra '+' se o nome do buffer está truncado (quando muitos buffers estão "
|
||||
"mesclados com o mesmo número)"
|
||||
|
||||
msgid ""
|
||||
"prefix displayed for a message with same nick as previous message: use a "
|
||||
"space \" \" to hide prefix, another string to display this string instead of "
|
||||
"prefix, or an empty string to disable feature (display prefix)"
|
||||
msgstr ""
|
||||
|
||||
# Find a better translation to "string"
|
||||
#, fuzzy
|
||||
msgid "string displayed after prefix"
|
||||
@@ -2926,10 +2951,13 @@ msgstr ""
|
||||
"adiciona espaço após a completação de apelido (quando o apelido não é a "
|
||||
"primeira palavra na linha de comando)"
|
||||
|
||||
# Find a better translation to string
|
||||
#, fuzzy
|
||||
msgid "string inserted after nick completion"
|
||||
msgstr "string inserida após a completação de apelido"
|
||||
msgid ""
|
||||
"string inserted after nick completion (when nick is first word on command "
|
||||
"line)"
|
||||
msgstr ""
|
||||
"adiciona espaço após a completação de apelido (quando o apelido não é a "
|
||||
"primeira palavra na linha de comando)"
|
||||
|
||||
msgid "complete only with first nick found"
|
||||
msgstr "completa apenas com o primeiro apelido encontrado"
|
||||
@@ -2987,6 +3015,13 @@ msgstr ""
|
||||
"número máximo de comandos para mostrar por padrão na listagem de histórico "
|
||||
"(0 = ilimitado)"
|
||||
|
||||
# better not translate handshake
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"timeout (in seconds) for connection to a remote host (made in a child "
|
||||
"process)"
|
||||
msgstr "tempo de espera (em segundos) pelo handshake do gnutls"
|
||||
|
||||
msgid ""
|
||||
"file containing the certificate authorities (\"%h\" will be replaced by "
|
||||
"WeeChat home, \"~/.weechat\" by default)"
|
||||
@@ -3404,9 +3439,11 @@ msgstr ""
|
||||
msgid "Bar \"%s\" updated"
|
||||
msgstr "Barra \"%s\" atualizada"
|
||||
|
||||
#, c-format
|
||||
msgid "%sPaste %d lines ? [ctrl-Y] Yes [ctrl-N] No"
|
||||
msgstr "%sColar %d linhas ? [ctrl-Y] Sim [ctrl-N] Não"
|
||||
#, fuzzy, c-format
|
||||
msgid "%sPaste %d line ? [ctrl-Y] Yes [ctrl-N] No"
|
||||
msgid_plural "%sPaste %d lines ? [ctrl-Y] Yes [ctrl-N] No"
|
||||
msgstr[0] "%sColar %d linhas ? [ctrl-Y] Sim [ctrl-N] Não"
|
||||
msgstr[1] "%sColar %d linhas ? [ctrl-Y] Sim [ctrl-N] Não"
|
||||
|
||||
msgid "Text search"
|
||||
msgstr "Busca de texto"
|
||||
@@ -4299,13 +4336,14 @@ msgstr ""
|
||||
msgid "disconnect from one or all IRC servers"
|
||||
msgstr "desconectar de um ou todos os servidores IRC"
|
||||
|
||||
msgid "[<server>|-all [<reason>]]"
|
||||
msgid "[<server>|-all|-pending [<reason>]]"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"server: server name to disconnect\n"
|
||||
" -all: disconnect from all servers\n"
|
||||
"reason: reason for quit"
|
||||
" server: server name to disconnect\n"
|
||||
" -all: disconnect from all servers\n"
|
||||
"-pending: cancel auto-reconnection on servers currently reconnecting\n"
|
||||
" reason: reason for quit"
|
||||
msgstr ""
|
||||
|
||||
msgid "give channel half-operator status to nick(s)"
|
||||
@@ -4346,8 +4384,9 @@ msgstr ""
|
||||
msgid "invite a nick on a channel"
|
||||
msgstr ""
|
||||
|
||||
msgid "<nick> <channel>"
|
||||
msgstr ""
|
||||
#, fuzzy
|
||||
msgid "<nick> [<nick>...] [<channel>]"
|
||||
msgstr "<apelido> [<apelido>...]"
|
||||
|
||||
msgid ""
|
||||
" nick: nick to invite\n"
|
||||
@@ -5081,8 +5120,11 @@ msgid ""
|
||||
"available (example: \"multi-prefix,extended-join\")"
|
||||
msgstr ""
|
||||
|
||||
msgid "mechanism for SASL authentication"
|
||||
msgstr "mecanismo para autenticação SASL"
|
||||
msgid ""
|
||||
"mechanism for SASL authentication: \"plain\" for plain text password, \"dh-"
|
||||
"blowfish\" for crypted password, \"external\" for authentication using "
|
||||
"client side SSL cert"
|
||||
msgstr ""
|
||||
|
||||
msgid "username for SASL authentication"
|
||||
msgstr "nome de usuário para autenticação SASL"
|
||||
@@ -5262,9 +5304,12 @@ msgstr "texto a ser exibido antes do apelido na janela de chat"
|
||||
msgid "text to display after nick in chat window"
|
||||
msgstr "texto a ser exibido depois do apelido na janela de chat"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"force color for some nicks: hash computed with nickname to find color will "
|
||||
"not be used for these nicks (format is: \"nick1:color1;nick2:color2\")"
|
||||
"not be used for these nicks (format is: \"nick1:color1;nick2:color2\"); "
|
||||
"lookup for nicks is with exact case then lower case, so it's possible to use "
|
||||
"only lower case for nicks in this option"
|
||||
msgstr ""
|
||||
"forçar cor para alguns apelidos: hash computado com apelido para encontar "
|
||||
"cor não será utilizado para estes apelidos (formato: \"apelido1:cor1;"
|
||||
@@ -5435,9 +5480,9 @@ msgid ""
|
||||
"remap mirc colors in messages using a hashtable: keys are \"fg,bg\" as "
|
||||
"integers between -1 (not specified) and 15, values are WeeChat color names "
|
||||
"or numbers (format is: \"1,-1:color1;2,7:color2\"), example: \"1,-1:"
|
||||
"darkgray;1,2:white,blue\" to remap black on any bg to \"darkgray\" and black "
|
||||
"on blue to \"white,blue\"; default WeeChat colors for IRC codes: 0:white, 1:"
|
||||
"black, 2:blue, 3:green, 4:lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9: "
|
||||
"darkgray;1,2:white,blue\" to remap black to \"darkgray\" and black on blue "
|
||||
"to \"white,blue\"; default WeeChat colors for IRC codes: 0:white, 1:black, 2:"
|
||||
"blue, 3:green, 4:lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9: "
|
||||
"lightgreen, 10:cyan, 11:lightcyan, 12:lightblue, 13:lightmagenta, 14:gray, "
|
||||
"15:white"
|
||||
msgstr ""
|
||||
@@ -5752,6 +5797,11 @@ msgstr "%s%s: você não está conectado ao servidor"
|
||||
msgid "%s%s: this buffer is not a channel!"
|
||||
msgstr "%s%s: este buffer não é um canal!"
|
||||
|
||||
#. TRANSLATORS: "unknown" is the status for /notify when ison answer has not been received (check pending)
|
||||
#, fuzzy
|
||||
msgid "unknown"
|
||||
msgstr "(desconhecido)"
|
||||
|
||||
msgid "offline"
|
||||
msgstr ""
|
||||
|
||||
@@ -5771,12 +5821,20 @@ msgstr "Lista de notificação para todos os servidores:"
|
||||
msgid "Notify list is empty on all servers"
|
||||
msgstr "Lista de notificação está vazia em todos os servidores"
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s has joined %s%s"
|
||||
#, fuzzy, c-format
|
||||
msgid "%snotify: %s%s%s is connected"
|
||||
msgstr "%snotificação: %s%s%s entrou %s%s"
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s has quit %s%s"
|
||||
#, fuzzy, c-format
|
||||
msgid "%snotify: %s%s%s is offline"
|
||||
msgstr "%snotificação: %s%s%s entrou %s%s"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "%snotify: %s%s%s has joined"
|
||||
msgstr "%snotificação: %s%s%s entrou %s%s"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "%snotify: %s%s%s has quit"
|
||||
msgstr "%snotificação: %s%s%s saiu %s%s"
|
||||
|
||||
#, c-format
|
||||
@@ -6279,6 +6337,10 @@ msgstr ""
|
||||
msgid "%s%s: not enough memory"
|
||||
msgstr "%s%s: memória insuficiente"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "%s%s: timeout"
|
||||
msgstr "%s%s: tempo esgotado para \"%s\" com %s"
|
||||
|
||||
#, c-format
|
||||
msgid "gnutls: connected using %d-bit Diffie-Hellman shared secret exchange"
|
||||
msgstr ""
|
||||
@@ -6461,8 +6523,8 @@ msgstr "registro não iniciou"
|
||||
msgid "%s: \"%s\" => level %d"
|
||||
msgstr "%s: \"%s\" => nível %d"
|
||||
|
||||
#, c-format
|
||||
msgid "===\t========== End of backlog (%d lines) =========="
|
||||
#, fuzzy, c-format
|
||||
msgid "%s===\t%s========== End of backlog (%d lines) =========="
|
||||
msgstr "===\t========== Fim do backlog (%d linhas) =========="
|
||||
|
||||
msgid "logger plugin configuration"
|
||||
@@ -6518,6 +6580,14 @@ msgstr ""
|
||||
"número máximo de linhas a exibir do arquivo de registro (backlog) quando um "
|
||||
"novo buffer for criado (0 = sem backlog)"
|
||||
|
||||
#, fuzzy
|
||||
msgid "color for backlog lines"
|
||||
msgstr "cor de texto para valores"
|
||||
|
||||
#, fuzzy
|
||||
msgid "color for line ending the backlog"
|
||||
msgstr "cor para o apelido na barra de entrada"
|
||||
|
||||
msgid ""
|
||||
"automatically save content of buffers to files (unless a buffer disables log)"
|
||||
msgstr ""
|
||||
@@ -7444,6 +7514,11 @@ msgstr ""
|
||||
"nome do script (pode começar ou terminar com \"*\" como um coringa) "
|
||||
"(opcional)"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"%s%s: warning, invalid pointer (\"%s\") for function \"%s\" (script: %s)"
|
||||
msgstr "%s%s: argumentos inválidos para a função \"%s\" (script: %s)"
|
||||
|
||||
#, c-format
|
||||
msgid "%s: error loading script \"%s\" (bad name, spaces are forbidden)"
|
||||
msgstr ""
|
||||
@@ -7918,3 +7993,14 @@ msgstr ""
|
||||
|
||||
msgid "Constants"
|
||||
msgstr ""
|
||||
|
||||
# Find a better translation to string
|
||||
#, fuzzy
|
||||
#~ msgid "string inserted after nick completion"
|
||||
#~ msgstr "string inserida após a completação de apelido"
|
||||
|
||||
#~ msgid "display '+' if prefix is truncated"
|
||||
#~ msgstr "mostra '+' se o prefixo está truncado"
|
||||
|
||||
#~ msgid "mechanism for SASL authentication"
|
||||
#~ msgstr "mecanismo para autenticação SASL"
|
||||
|
||||
@@ -19,10 +19,10 @@
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: WeeChat 0.3.7\n"
|
||||
"Project-Id-Version: WeeChat 0.3.8\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2012-02-26 08:00+0100\n"
|
||||
"PO-Revision-Date: 2012-02-26 08:04+0100\n"
|
||||
"POT-Creation-Date: 2012-06-03 09:00+0200\n"
|
||||
"PO-Revision-Date: 2012-06-03 08:47+0200\n"
|
||||
"Last-Translator: Aleksey V Zapparov AKA ixti <ixti@member.fsf.org>\n"
|
||||
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
|
||||
"Language: Russian\n"
|
||||
@@ -1170,7 +1170,8 @@ msgid ""
|
||||
"Tags most commonly used:\n"
|
||||
" no_filter, no_highlight, no_log, log0..log9 (log level),\n"
|
||||
" notify_none, notify_message, notify_private, notify_highlight,\n"
|
||||
" nick_xxx (xxx is nick in message),\n"
|
||||
" nick_xxx (xxx is nick in message), prefix_nick_ccc (ccc is color of "
|
||||
"nick),\n"
|
||||
" irc_xxx (xxx is command name or number, see /server raw),\n"
|
||||
" irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, "
|
||||
"irc_smart_filter, away_info.\n"
|
||||
@@ -1279,6 +1280,8 @@ msgid ""
|
||||
" switch_active_buffer: switch to next merged buffer\n"
|
||||
" switch_active_buffer_previous: switch to previous merged buffer\n"
|
||||
" insert: insert text in command line\n"
|
||||
" paste_start: start paste (bracketed paste mode)\n"
|
||||
" paste_stop: stop paste (bracketed paste mode)\n"
|
||||
"\n"
|
||||
"This command is used by key bindings or plugins."
|
||||
msgstr ""
|
||||
@@ -1308,6 +1311,7 @@ msgid ""
|
||||
"context \"default\")\n"
|
||||
" bindctxt: bind a command to a key or display command bound to key, for "
|
||||
"given context\n"
|
||||
" command: command (many commands can be separated by semicolons)\n"
|
||||
" unbind: remove a key binding (for context \"default\")\n"
|
||||
" unbindctxt: remove a key binding for given context\n"
|
||||
" reset: reset a key to default binding (for context \"default\")\n"
|
||||
@@ -2179,7 +2183,20 @@ msgid "display space if nick mode is not (half)op/voice"
|
||||
msgstr "оставлять пробел, если ник не op/voice"
|
||||
|
||||
msgid ""
|
||||
"max number of lines for paste without asking user (0 = disable this feature)"
|
||||
"enable terminal \"bracketed paste mode\" (not supported in all terminals/"
|
||||
"multiplexers): in this mode, pasted text is bracketed with control sequences "
|
||||
"so that WeeChat can differentiate pasted text from typed-in text (\"ESC[200~"
|
||||
"\", followed by the pasted text, followed by \"ESC[201~\")"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"force end of bracketed paste after this delay (in seconds) if the control "
|
||||
"sequence for end of bracketed paste (\"ESC[201~\") was not received in time"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"max number of lines for paste without asking user (-1 = disable this feature)"
|
||||
msgstr ""
|
||||
"максимальное количество строк, вставляемых без подтверждения (0 = отключить "
|
||||
"подтверждение)"
|
||||
@@ -2215,7 +2232,8 @@ msgstr ""
|
||||
msgid "min size for prefix"
|
||||
msgstr "строка, вставляемая после автодополнения ника"
|
||||
|
||||
msgid "display '+' if prefix is truncated"
|
||||
msgid ""
|
||||
"char to display if prefix is truncated (must be exactly one char on screen)"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -2229,8 +2247,14 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"display '+' if buffer name is truncated (when many buffers are merged with "
|
||||
"same number)"
|
||||
"char to display if buffer name is truncated (when many buffers are merged "
|
||||
"with same number) (must be exactly one char on screen)"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"prefix displayed for a message with same nick as previous message: use a "
|
||||
"space \" \" to hide prefix, another string to display this string instead of "
|
||||
"prefix, or an empty string to disable feature (display prefix)"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
@@ -2527,7 +2551,9 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "string inserted after nick completion"
|
||||
msgid ""
|
||||
"string inserted after nick completion (when nick is first word on command "
|
||||
"line)"
|
||||
msgstr "строка, вставляемая после автодополнения ника"
|
||||
|
||||
msgid "complete only with first nick found"
|
||||
@@ -2581,6 +2607,12 @@ msgstr ""
|
||||
"максимальное количество отображаемых команд в листинге истории (0 = не "
|
||||
"ограничено)"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"timeout (in seconds) for connection to a remote host (made in a child "
|
||||
"process)"
|
||||
msgstr "использовать SSL при связи с сервером"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"file containing the certificate authorities (\"%h\" will be replaced by "
|
||||
@@ -3008,8 +3040,11 @@ msgid "Bar \"%s\" updated"
|
||||
msgstr "Сокращение \"%s\" => \"%s\" создано\n"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "%sPaste %d lines ? [ctrl-Y] Yes [ctrl-N] No"
|
||||
msgstr " Вставить %d строк ? [ctrl-Y] Да [ctrl-N] Нет"
|
||||
msgid "%sPaste %d line ? [ctrl-Y] Yes [ctrl-N] No"
|
||||
msgid_plural "%sPaste %d lines ? [ctrl-Y] Yes [ctrl-N] No"
|
||||
msgstr[0] " Вставить %d строк ? [ctrl-Y] Да [ctrl-N] Нет"
|
||||
msgstr[1] " Вставить %d строк ? [ctrl-Y] Да [ctrl-N] Нет"
|
||||
msgstr[2] " Вставить %d строк ? [ctrl-Y] Да [ctrl-N] Нет"
|
||||
|
||||
#, fuzzy
|
||||
msgid "Text search"
|
||||
@@ -3969,14 +4004,19 @@ msgid "disconnect from one or all IRC servers"
|
||||
msgstr "отключиться от сервера(-ов)"
|
||||
|
||||
#, fuzzy
|
||||
msgid "[<server>|-all [<reason>]]"
|
||||
msgid "[<server>|-all|-pending [<reason>]]"
|
||||
msgstr "[[сервер] маска_сервера]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"server: server name to disconnect\n"
|
||||
" -all: disconnect from all servers\n"
|
||||
"reason: reason for quit"
|
||||
" server: server name to disconnect\n"
|
||||
" -all: disconnect from all servers\n"
|
||||
"-pending: cancel auto-reconnection on servers currently reconnecting\n"
|
||||
" reason: reason for quit"
|
||||
msgstr ""
|
||||
" -all: переподключиться ко всем серверам\n"
|
||||
" сервер: название сервера для переподключения-nojoin: не заходить на каналы "
|
||||
"(даже если автоматический заход включен для сервера)"
|
||||
|
||||
#, fuzzy
|
||||
msgid "give channel half-operator status to nick(s)"
|
||||
@@ -4018,8 +4058,8 @@ msgid "invite a nick on a channel"
|
||||
msgstr "пригласить ник на канал"
|
||||
|
||||
#, fuzzy
|
||||
msgid "<nick> <channel>"
|
||||
msgstr "ник канал"
|
||||
msgid "<nick> [<nick>...] [<channel>]"
|
||||
msgstr "ник [ник ...]"
|
||||
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
@@ -4946,9 +4986,11 @@ msgid ""
|
||||
"available (example: \"multi-prefix,extended-join\")"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "mechanism for SASL authentication"
|
||||
msgstr "использовать SSL при связи с сервером"
|
||||
msgid ""
|
||||
"mechanism for SASL authentication: \"plain\" for plain text password, \"dh-"
|
||||
"blowfish\" for crypted password, \"external\" for authentication using "
|
||||
"client side SSL cert"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
msgid "username for SASL authentication"
|
||||
@@ -5127,7 +5169,9 @@ msgstr "текст, который отображать после ника в
|
||||
|
||||
msgid ""
|
||||
"force color for some nicks: hash computed with nickname to find color will "
|
||||
"not be used for these nicks (format is: \"nick1:color1;nick2:color2\")"
|
||||
"not be used for these nicks (format is: \"nick1:color1;nick2:color2\"); "
|
||||
"lookup for nicks is with exact case then lower case, so it's possible to use "
|
||||
"only lower case for nicks in this option"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -5302,9 +5346,9 @@ msgid ""
|
||||
"remap mirc colors in messages using a hashtable: keys are \"fg,bg\" as "
|
||||
"integers between -1 (not specified) and 15, values are WeeChat color names "
|
||||
"or numbers (format is: \"1,-1:color1;2,7:color2\"), example: \"1,-1:"
|
||||
"darkgray;1,2:white,blue\" to remap black on any bg to \"darkgray\" and black "
|
||||
"on blue to \"white,blue\"; default WeeChat colors for IRC codes: 0:white, 1:"
|
||||
"black, 2:blue, 3:green, 4:lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9: "
|
||||
"darkgray;1,2:white,blue\" to remap black to \"darkgray\" and black on blue "
|
||||
"to \"white,blue\"; default WeeChat colors for IRC codes: 0:white, 1:black, 2:"
|
||||
"blue, 3:green, 4:lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9: "
|
||||
"lightgreen, 10:cyan, 11:lightcyan, 12:lightblue, 13:lightmagenta, 14:gray, "
|
||||
"15:white"
|
||||
msgstr ""
|
||||
@@ -5641,6 +5685,11 @@ msgstr "%s вы не подключены к серверу\n"
|
||||
msgid "%s%s: this buffer is not a channel!"
|
||||
msgstr "Это окно не является каналом!\n"
|
||||
|
||||
#. TRANSLATORS: "unknown" is the status for /notify when ison answer has not been received (check pending)
|
||||
#, fuzzy
|
||||
msgid "unknown"
|
||||
msgstr "(неизвестен)"
|
||||
|
||||
msgid "offline"
|
||||
msgstr ""
|
||||
|
||||
@@ -5662,11 +5711,19 @@ msgid "Notify list is empty on all servers"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "%snotify: %s%s%s has joined %s%s"
|
||||
msgid "%snotify: %s%s%s is connected"
|
||||
msgstr "%s%s%s выкинул %s%s%s с канала %s%s"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "%snotify: %s%s%s has quit %s%s"
|
||||
msgid "%snotify: %s%s%s is offline"
|
||||
msgstr "%s%s%s выкинул %s%s%s с канала %s%s"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "%snotify: %s%s%s has joined"
|
||||
msgstr "%s%s%s выкинул %s%s%s с канала %s%s"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "%snotify: %s%s%s has quit"
|
||||
msgstr "%s%s%s выкинул %s%s%s с канала %s%s"
|
||||
|
||||
#, fuzzy, c-format
|
||||
@@ -6164,6 +6221,10 @@ msgstr ""
|
||||
msgid "%s%s: not enough memory"
|
||||
msgstr "Недостаточно памяти для новой строчки\n"
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid "%s%s: timeout"
|
||||
msgstr "%s нет аргумента для параметра \"%s\"\n"
|
||||
|
||||
#, c-format
|
||||
msgid "gnutls: connected using %d-bit Diffie-Hellman shared secret exchange"
|
||||
msgstr ""
|
||||
@@ -6337,7 +6398,7 @@ msgid "%s: \"%s\" => level %d"
|
||||
msgstr "Сокращение \"%s\" удалено\n"
|
||||
|
||||
#, c-format
|
||||
msgid "===\t========== End of backlog (%d lines) =========="
|
||||
msgid "%s===\t%s========== End of backlog (%d lines) =========="
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
@@ -6391,6 +6452,14 @@ msgid ""
|
||||
"= no backlog)"
|
||||
msgstr "максимальное количество команд в истории (0 = не ограничено)"
|
||||
|
||||
#, fuzzy
|
||||
msgid "color for backlog lines"
|
||||
msgstr "цвет отошедших ников"
|
||||
|
||||
#, fuzzy
|
||||
msgid "color for line ending the backlog"
|
||||
msgstr "цвет ников"
|
||||
|
||||
msgid ""
|
||||
"automatically save content of buffers to files (unless a buffer disables log)"
|
||||
msgstr ""
|
||||
@@ -7336,6 +7405,11 @@ msgstr ""
|
||||
msgid "script name (can start or end with \"*\" as wildcard) (optional)"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"%s%s: warning, invalid pointer (\"%s\") for function \"%s\" (script: %s)"
|
||||
msgstr "%s некорректные аргументы команды \"%s\"\n"
|
||||
|
||||
#, c-format
|
||||
msgid "%s: error loading script \"%s\" (bad name, spaces are forbidden)"
|
||||
msgstr ""
|
||||
@@ -7815,3 +7889,11 @@ msgstr ""
|
||||
|
||||
msgid "Constants"
|
||||
msgstr ""
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "<nick> <channel>"
|
||||
#~ msgstr "ник канал"
|
||||
|
||||
#, fuzzy
|
||||
#~ msgid "mechanism for SASL authentication"
|
||||
#~ msgstr "использовать SSL при связи с сервером"
|
||||
|
||||
+87
-22
@@ -7,7 +7,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
|
||||
"POT-Creation-Date: 2012-02-26 08:00+0100\n"
|
||||
"POT-Creation-Date: 2012-06-03 09:00+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -1012,7 +1012,8 @@ msgid ""
|
||||
"Tags most commonly used:\n"
|
||||
" no_filter, no_highlight, no_log, log0..log9 (log level),\n"
|
||||
" notify_none, notify_message, notify_private, notify_highlight,\n"
|
||||
" nick_xxx (xxx is nick in message),\n"
|
||||
" nick_xxx (xxx is nick in message), prefix_nick_ccc (ccc is color of "
|
||||
"nick),\n"
|
||||
" irc_xxx (xxx is command name or number, see /server raw),\n"
|
||||
" irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, "
|
||||
"irc_smart_filter, away_info.\n"
|
||||
@@ -1115,6 +1116,8 @@ msgid ""
|
||||
" switch_active_buffer: switch to next merged buffer\n"
|
||||
" switch_active_buffer_previous: switch to previous merged buffer\n"
|
||||
" insert: insert text in command line\n"
|
||||
" paste_start: start paste (bracketed paste mode)\n"
|
||||
" paste_stop: stop paste (bracketed paste mode)\n"
|
||||
"\n"
|
||||
"This command is used by key bindings or plugins."
|
||||
msgstr ""
|
||||
@@ -1140,6 +1143,7 @@ msgid ""
|
||||
"context \"default\")\n"
|
||||
" bindctxt: bind a command to a key or display command bound to key, for "
|
||||
"given context\n"
|
||||
" command: command (many commands can be separated by semicolons)\n"
|
||||
" unbind: remove a key binding (for context \"default\")\n"
|
||||
" unbindctxt: remove a key binding for given context\n"
|
||||
" reset: reset a key to default binding (for context \"default\")\n"
|
||||
@@ -1900,7 +1904,19 @@ msgid "display space if nick mode is not (half)op/voice"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"max number of lines for paste without asking user (0 = disable this feature)"
|
||||
"enable terminal \"bracketed paste mode\" (not supported in all terminals/"
|
||||
"multiplexers): in this mode, pasted text is bracketed with control sequences "
|
||||
"so that WeeChat can differentiate pasted text from typed-in text (\"ESC[200~"
|
||||
"\", followed by the pasted text, followed by \"ESC[201~\")"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"force end of bracketed paste after this delay (in seconds) if the control "
|
||||
"sequence for end of bracketed paste (\"ESC[201~\") was not received in time"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"max number of lines for paste without asking user (-1 = disable this feature)"
|
||||
msgstr ""
|
||||
|
||||
msgid "prefix for error messages"
|
||||
@@ -1927,7 +1943,8 @@ msgstr ""
|
||||
msgid "min size for prefix"
|
||||
msgstr ""
|
||||
|
||||
msgid "display '+' if prefix is truncated"
|
||||
msgid ""
|
||||
"char to display if prefix is truncated (must be exactly one char on screen)"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -1941,8 +1958,14 @@ msgid ""
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"display '+' if buffer name is truncated (when many buffers are merged with "
|
||||
"same number)"
|
||||
"char to display if buffer name is truncated (when many buffers are merged "
|
||||
"with same number) (must be exactly one char on screen)"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"prefix displayed for a message with same nick as previous message: use a "
|
||||
"space \" \" to hide prefix, another string to display this string instead of "
|
||||
"prefix, or an empty string to disable feature (display prefix)"
|
||||
msgstr ""
|
||||
|
||||
msgid "string displayed after prefix"
|
||||
@@ -2183,7 +2206,9 @@ msgid ""
|
||||
"add space after nick completion (when nick is not first word on command line)"
|
||||
msgstr ""
|
||||
|
||||
msgid "string inserted after nick completion"
|
||||
msgid ""
|
||||
"string inserted after nick completion (when nick is first word on command "
|
||||
"line)"
|
||||
msgstr ""
|
||||
|
||||
msgid "complete only with first nick found"
|
||||
@@ -2232,6 +2257,11 @@ msgid ""
|
||||
"unlimited)"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"timeout (in seconds) for connection to a remote host (made in a child "
|
||||
"process)"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"file containing the certificate authorities (\"%h\" will be replaced by "
|
||||
"WeeChat home, \"~/.weechat\" by default)"
|
||||
@@ -2616,8 +2646,10 @@ msgid "Bar \"%s\" updated"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "%sPaste %d lines ? [ctrl-Y] Yes [ctrl-N] No"
|
||||
msgstr ""
|
||||
msgid "%sPaste %d line ? [ctrl-Y] Yes [ctrl-N] No"
|
||||
msgid_plural "%sPaste %d lines ? [ctrl-Y] Yes [ctrl-N] No"
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
|
||||
msgid "Text search"
|
||||
msgstr ""
|
||||
@@ -3492,13 +3524,14 @@ msgstr ""
|
||||
msgid "disconnect from one or all IRC servers"
|
||||
msgstr ""
|
||||
|
||||
msgid "[<server>|-all [<reason>]]"
|
||||
msgid "[<server>|-all|-pending [<reason>]]"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"server: server name to disconnect\n"
|
||||
" -all: disconnect from all servers\n"
|
||||
"reason: reason for quit"
|
||||
" server: server name to disconnect\n"
|
||||
" -all: disconnect from all servers\n"
|
||||
"-pending: cancel auto-reconnection on servers currently reconnecting\n"
|
||||
" reason: reason for quit"
|
||||
msgstr ""
|
||||
|
||||
msgid "give channel half-operator status to nick(s)"
|
||||
@@ -3539,7 +3572,7 @@ msgstr ""
|
||||
msgid "invite a nick on a channel"
|
||||
msgstr ""
|
||||
|
||||
msgid "<nick> <channel>"
|
||||
msgid "<nick> [<nick>...] [<channel>]"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -4249,7 +4282,10 @@ msgid ""
|
||||
"available (example: \"multi-prefix,extended-join\")"
|
||||
msgstr ""
|
||||
|
||||
msgid "mechanism for SASL authentication"
|
||||
msgid ""
|
||||
"mechanism for SASL authentication: \"plain\" for plain text password, \"dh-"
|
||||
"blowfish\" for crypted password, \"external\" for authentication using "
|
||||
"client side SSL cert"
|
||||
msgstr ""
|
||||
|
||||
msgid "username for SASL authentication"
|
||||
@@ -4398,7 +4434,9 @@ msgstr ""
|
||||
|
||||
msgid ""
|
||||
"force color for some nicks: hash computed with nickname to find color will "
|
||||
"not be used for these nicks (format is: \"nick1:color1;nick2:color2\")"
|
||||
"not be used for these nicks (format is: \"nick1:color1;nick2:color2\"); "
|
||||
"lookup for nicks is with exact case then lower case, so it's possible to use "
|
||||
"only lower case for nicks in this option"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
@@ -4562,9 +4600,9 @@ msgid ""
|
||||
"remap mirc colors in messages using a hashtable: keys are \"fg,bg\" as "
|
||||
"integers between -1 (not specified) and 15, values are WeeChat color names "
|
||||
"or numbers (format is: \"1,-1:color1;2,7:color2\"), example: \"1,-1:"
|
||||
"darkgray;1,2:white,blue\" to remap black on any bg to \"darkgray\" and black "
|
||||
"on blue to \"white,blue\"; default WeeChat colors for IRC codes: 0:white, 1:"
|
||||
"black, 2:blue, 3:green, 4:lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9: "
|
||||
"darkgray;1,2:white,blue\" to remap black to \"darkgray\" and black on blue "
|
||||
"to \"white,blue\"; default WeeChat colors for IRC codes: 0:white, 1:black, 2:"
|
||||
"blue, 3:green, 4:lightred, 5:red, 6:magenta, 7:brown, 8:yellow, 9: "
|
||||
"lightgreen, 10:cyan, 11:lightcyan, 12:lightblue, 13:lightmagenta, 14:gray, "
|
||||
"15:white"
|
||||
msgstr ""
|
||||
@@ -4854,6 +4892,10 @@ msgstr ""
|
||||
msgid "%s%s: this buffer is not a channel!"
|
||||
msgstr ""
|
||||
|
||||
#. TRANSLATORS: "unknown" is the status for /notify when ison answer has not been received (check pending)
|
||||
msgid "unknown"
|
||||
msgstr ""
|
||||
|
||||
msgid "offline"
|
||||
msgstr ""
|
||||
|
||||
@@ -4874,11 +4916,19 @@ msgid "Notify list is empty on all servers"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s has joined %s%s"
|
||||
msgid "%snotify: %s%s%s is connected"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s has quit %s%s"
|
||||
msgid "%snotify: %s%s%s is offline"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s has joined"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "%snotify: %s%s%s has quit"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
@@ -5359,6 +5409,10 @@ msgstr ""
|
||||
msgid "%s%s: not enough memory"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "%s%s: timeout"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "gnutls: connected using %d-bit Diffie-Hellman shared secret exchange"
|
||||
msgstr ""
|
||||
@@ -5527,7 +5581,7 @@ msgid "%s: \"%s\" => level %d"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "===\t========== End of backlog (%d lines) =========="
|
||||
msgid "%s===\t%s========== End of backlog (%d lines) =========="
|
||||
msgstr ""
|
||||
|
||||
msgid "logger plugin configuration"
|
||||
@@ -5579,6 +5633,12 @@ msgid ""
|
||||
"= no backlog)"
|
||||
msgstr ""
|
||||
|
||||
msgid "color for backlog lines"
|
||||
msgstr ""
|
||||
|
||||
msgid "color for line ending the backlog"
|
||||
msgstr ""
|
||||
|
||||
msgid ""
|
||||
"automatically save content of buffers to files (unless a buffer disables log)"
|
||||
msgstr ""
|
||||
@@ -6427,6 +6487,11 @@ msgstr ""
|
||||
msgid "script name (can start or end with \"*\" as wildcard) (optional)"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid ""
|
||||
"%s%s: warning, invalid pointer (\"%s\") for function \"%s\" (script: %s)"
|
||||
msgstr ""
|
||||
|
||||
#, c-format
|
||||
msgid "%s: error loading script \"%s\" (bad name, spaces are forbidden)"
|
||||
msgstr ""
|
||||
|
||||
+16
-3
@@ -2393,6 +2393,14 @@ COMMAND_CALLBACK(input)
|
||||
gui_input_undo (buffer);
|
||||
else if (string_strcasecmp (argv[1], "redo") == 0)
|
||||
gui_input_redo (buffer);
|
||||
else if (string_strcasecmp (argv[1], "paste_start") == 0)
|
||||
{
|
||||
/* do nothing here */
|
||||
}
|
||||
else if (string_strcasecmp (argv[1], "paste_stop") == 0)
|
||||
{
|
||||
/* do nothing here */
|
||||
}
|
||||
}
|
||||
|
||||
return WEECHAT_RC_OK;
|
||||
@@ -5651,7 +5659,8 @@ command_init ()
|
||||
" no_filter, no_highlight, no_log, log0..log9 (log level),\n"
|
||||
" notify_none, notify_message, notify_private, "
|
||||
"notify_highlight,\n"
|
||||
" nick_xxx (xxx is nick in message),\n"
|
||||
" nick_xxx (xxx is nick in message), "
|
||||
"prefix_nick_ccc (ccc is color of nick),\n"
|
||||
" irc_xxx (xxx is command name or number, see /server raw),\n"
|
||||
" irc_numeric, irc_error, irc_action, irc_ctcp, "
|
||||
"irc_ctcp_reply, irc_smart_filter, away_info.\n"
|
||||
@@ -5762,7 +5771,9 @@ command_init ()
|
||||
" switch_active_buffer: switch to next merged buffer\n"
|
||||
" switch_active_buffer_previous: switch to previous "
|
||||
"merged buffer\n"
|
||||
" insert: insert text in command line\n\n"
|
||||
" insert: insert text in command line\n"
|
||||
" paste_start: start paste (bracketed paste mode)\n"
|
||||
" paste_stop: stop paste (bracketed paste mode)\n\n"
|
||||
"This command is used by key bindings or plugins."),
|
||||
"return|complete_next|complete_previous|search_text|"
|
||||
"search_switch_case|search_previous|search_next|search_stop|"
|
||||
@@ -5778,7 +5789,7 @@ command_init ()
|
||||
"jump_next_visited_buffer|hotlist_clear|grab_key|"
|
||||
"grab_key_command|grab_mouse|grab_mouse_area|set_unread|"
|
||||
"set_unread_current_buffer|switch_active_buffer|"
|
||||
"switch_active_buffer_previous|insert",
|
||||
"switch_active_buffer_previous|insert|paste_start|paste_stop",
|
||||
&command_input, NULL);
|
||||
hook_command (NULL, "key",
|
||||
N_("bind/unbind keys"),
|
||||
@@ -5802,6 +5813,8 @@ command_init ()
|
||||
"bound to key (for context \"default\")\n"
|
||||
" bindctxt: bind a command to a key or display command "
|
||||
"bound to key, for given context\n"
|
||||
" command: command (many commands can be separated by "
|
||||
"semicolons)\n"
|
||||
" unbind: remove a key binding (for context "
|
||||
"\"default\")\n"
|
||||
" unbindctxt: remove a key binding for given context\n"
|
||||
|
||||
@@ -26,6 +26,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h>
|
||||
#include <unistd.h>
|
||||
@@ -1911,7 +1912,7 @@ config_file_write_internal (struct t_config_file *config_file,
|
||||
int default_options)
|
||||
{
|
||||
int filename_length, rc;
|
||||
char *filename, *filename2;
|
||||
char *filename, *filename2, resolved_path[PATH_MAX];
|
||||
struct t_config_section *ptr_section;
|
||||
struct t_config_option *ptr_option;
|
||||
|
||||
@@ -1939,6 +1940,21 @@ config_file_write_internal (struct t_config_file *config_file,
|
||||
}
|
||||
snprintf (filename2, filename_length + 32, "%s.weechattmp", filename);
|
||||
|
||||
/* if filename is a symbolic link, use target as filename */
|
||||
if (realpath (filename, resolved_path))
|
||||
{
|
||||
if (strcmp (filename, resolved_path) != 0)
|
||||
{
|
||||
free (filename);
|
||||
filename = strdup (resolved_path);
|
||||
if (!filename)
|
||||
{
|
||||
free (filename2);
|
||||
return WEECHAT_CONFIG_WRITE_MEMORY_ERROR;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
log_printf (_("Writing configuration file %s %s"),
|
||||
config_file->filename,
|
||||
(default_options) ? _("(default options)") : "");
|
||||
@@ -2006,9 +2022,6 @@ config_file_write_internal (struct t_config_file *config_file,
|
||||
/* update file mode */
|
||||
chmod (filename2, 0600);
|
||||
|
||||
/* remove target file */
|
||||
unlink (filename);
|
||||
|
||||
/* rename temp file to target file */
|
||||
rc = rename (filename2, filename);
|
||||
|
||||
@@ -2068,7 +2081,7 @@ config_file_read_internal (struct t_config_file *config_file, int reload)
|
||||
char *filename;
|
||||
struct t_config_section *ptr_section;
|
||||
struct t_config_option *ptr_option;
|
||||
char line[1024], *ptr_line, *ptr_line2, *pos, *pos2;
|
||||
char line[16384], *ptr_line, *ptr_line2, *pos, *pos2;
|
||||
|
||||
if (!config_file)
|
||||
return WEECHAT_CONFIG_READ_FILE_NOT_FOUND;
|
||||
|
||||
+143
-26
@@ -42,6 +42,7 @@
|
||||
#include "wee-hook.h"
|
||||
#include "wee-log.h"
|
||||
#include "wee-network.h"
|
||||
#include "wee-utf8.h"
|
||||
#include "wee-util.h"
|
||||
#include "wee-list.h"
|
||||
#include "wee-proxy.h"
|
||||
@@ -125,6 +126,8 @@ struct t_config_option *config_look_mouse;
|
||||
struct t_config_option *config_look_mouse_timer_delay;
|
||||
struct t_config_option *config_look_nickmode;
|
||||
struct t_config_option *config_look_nickmode_empty;
|
||||
struct t_config_option *config_look_paste_bracketed;
|
||||
struct t_config_option *config_look_paste_bracketed_timer_delay;
|
||||
struct t_config_option *config_look_paste_max_lines;
|
||||
struct t_config_option *config_look_prefix[GUI_CHAT_NUM_PREFIXES];
|
||||
struct t_config_option *config_look_prefix_align;
|
||||
@@ -134,6 +137,7 @@ struct t_config_option *config_look_prefix_align_more;
|
||||
struct t_config_option *config_look_prefix_buffer_align;
|
||||
struct t_config_option *config_look_prefix_buffer_align_max;
|
||||
struct t_config_option *config_look_prefix_buffer_align_more;
|
||||
struct t_config_option *config_look_prefix_same_nick;
|
||||
struct t_config_option *config_look_prefix_suffix;
|
||||
struct t_config_option *config_look_read_marker;
|
||||
struct t_config_option *config_look_read_marker_always_show;
|
||||
@@ -225,6 +229,7 @@ struct t_config_option *config_history_display_default;
|
||||
|
||||
/* config, network section */
|
||||
|
||||
struct t_config_option *config_network_connection_timeout;
|
||||
struct t_config_option *config_network_gnutls_ca_file;
|
||||
struct t_config_option *config_network_gnutls_handshake_timeout;
|
||||
|
||||
@@ -238,6 +243,7 @@ struct t_config_option *config_plugin_save_config_on_unload;
|
||||
|
||||
/* other */
|
||||
|
||||
int config_length_prefix_same_nick = 0;
|
||||
struct t_hook *config_day_change_timer = NULL;
|
||||
int config_day_change_old_day = -1;
|
||||
regex_t *config_highlight_regex = NULL;
|
||||
@@ -258,7 +264,7 @@ config_change_save_config_on_exit (void *data, struct t_config_option *option)
|
||||
(void) data;
|
||||
(void) option;
|
||||
|
||||
if (gui_ok && !CONFIG_BOOLEAN(config_look_save_config_on_exit))
|
||||
if (gui_init_ok && !CONFIG_BOOLEAN(config_look_save_config_on_exit))
|
||||
{
|
||||
gui_chat_printf (NULL,
|
||||
_("Warning: you should now issue /save to write "
|
||||
@@ -307,7 +313,7 @@ config_change_buffer_content (void *data, struct t_config_option *option)
|
||||
(void) data;
|
||||
(void) option;
|
||||
|
||||
if (gui_ok)
|
||||
if (gui_init_ok)
|
||||
gui_current_window->refresh_needed = 1;
|
||||
}
|
||||
|
||||
@@ -322,7 +328,7 @@ config_change_mouse (void *data, struct t_config_option *option)
|
||||
(void) data;
|
||||
(void) option;
|
||||
|
||||
if (gui_ok)
|
||||
if (gui_init_ok)
|
||||
{
|
||||
if (CONFIG_BOOLEAN(config_look_mouse))
|
||||
gui_mouse_enable ();
|
||||
@@ -358,10 +364,48 @@ config_change_buffer_time_format (void *data, struct t_config_option *option)
|
||||
|
||||
gui_chat_time_length = gui_chat_get_time_length ();
|
||||
gui_chat_change_time_format ();
|
||||
if (gui_ok)
|
||||
if (gui_init_ok)
|
||||
gui_window_ask_refresh (1);
|
||||
}
|
||||
|
||||
/*
|
||||
* config_compute_prefix_max_length_all_buffers: compute the "prefix_max_length"
|
||||
* on all buffers
|
||||
*/
|
||||
|
||||
void
|
||||
config_compute_prefix_max_length_all_buffers ()
|
||||
{
|
||||
struct t_gui_buffer *ptr_buffer;
|
||||
|
||||
for (ptr_buffer = gui_buffers; ptr_buffer;
|
||||
ptr_buffer = ptr_buffer->next_buffer)
|
||||
{
|
||||
if (ptr_buffer->own_lines)
|
||||
gui_line_compute_prefix_max_length (ptr_buffer->own_lines);
|
||||
if (ptr_buffer->mixed_lines)
|
||||
gui_line_compute_prefix_max_length (ptr_buffer->mixed_lines);
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* config_change_prefix_same_nick: called when "prefix for same nick" changes
|
||||
*/
|
||||
|
||||
void
|
||||
config_change_prefix_same_nick (void *data, struct t_config_option *option)
|
||||
{
|
||||
/* make C compiler happy */
|
||||
(void) data;
|
||||
(void) option;
|
||||
|
||||
config_length_prefix_same_nick =
|
||||
gui_chat_strlen_screen (CONFIG_STRING(config_look_prefix_same_nick));
|
||||
|
||||
config_compute_prefix_max_length_all_buffers ();
|
||||
gui_window_ask_refresh (1);
|
||||
}
|
||||
|
||||
/*
|
||||
* config_change_eat_newline_glitch: called when eat_newline_glitch changes
|
||||
*/
|
||||
@@ -373,7 +417,7 @@ config_change_eat_newline_glitch (void *data, struct t_config_option *option)
|
||||
(void) data;
|
||||
(void) option;
|
||||
|
||||
if (gui_ok)
|
||||
if (gui_init_ok)
|
||||
{
|
||||
if (CONFIG_BOOLEAN(config_look_eat_newline_glitch))
|
||||
{
|
||||
@@ -463,6 +507,21 @@ config_change_hotlist (void *data, struct t_config_option *option)
|
||||
gui_hotlist_resort ();
|
||||
}
|
||||
|
||||
/*
|
||||
* config_change_paste_bracketed: called when bracketed paste mode is changed
|
||||
*/
|
||||
|
||||
void
|
||||
config_change_paste_bracketed (void *data, struct t_config_option *option)
|
||||
{
|
||||
/* make C compiler happy */
|
||||
(void) data;
|
||||
(void) option;
|
||||
|
||||
if (gui_init_ok)
|
||||
gui_window_set_bracketed_paste_mode (CONFIG_BOOLEAN(config_look_paste_bracketed));
|
||||
}
|
||||
|
||||
/*
|
||||
* config_change_read_marker: called when read marker is changed
|
||||
*/
|
||||
@@ -498,23 +557,47 @@ config_change_prefix (void *data, struct t_config_option *option)
|
||||
void
|
||||
config_change_prefix_align_min (void *data, struct t_config_option *option)
|
||||
{
|
||||
struct t_gui_buffer *ptr_buffer;
|
||||
|
||||
/* make C compiler happy */
|
||||
(void) data;
|
||||
(void) option;
|
||||
|
||||
for (ptr_buffer = gui_buffers; ptr_buffer;
|
||||
ptr_buffer = ptr_buffer->next_buffer)
|
||||
{
|
||||
if (ptr_buffer->own_lines)
|
||||
gui_line_compute_prefix_max_length (ptr_buffer->own_lines);
|
||||
if (ptr_buffer->mixed_lines)
|
||||
gui_line_compute_prefix_max_length (ptr_buffer->mixed_lines);
|
||||
}
|
||||
config_compute_prefix_max_length_all_buffers ();
|
||||
gui_window_ask_refresh (1);
|
||||
}
|
||||
|
||||
/*
|
||||
* config_check_prefix_align_more: check string "prefix align more" (must be
|
||||
* max one char wide on screen)
|
||||
*/
|
||||
|
||||
int
|
||||
config_check_prefix_align_more (void *data, struct t_config_option *option,
|
||||
const char *value)
|
||||
{
|
||||
/* make C compiler happy */
|
||||
(void) data;
|
||||
(void) option;
|
||||
|
||||
return (utf8_strlen_screen (value) == 1) ? 1 : 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* config_check_prefix_buffer_align_more: check string "prefix buffer align more"
|
||||
* (must be max one char wide on screen)
|
||||
*/
|
||||
|
||||
int
|
||||
config_check_prefix_buffer_align_more (void *data,
|
||||
struct t_config_option *option,
|
||||
const char *value)
|
||||
{
|
||||
/* make C compiler happy */
|
||||
(void) data;
|
||||
(void) option;
|
||||
|
||||
return (utf8_strlen_screen (value) == 1) ? 1 : 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* config_change_color: called when a color is changed by /set command
|
||||
*/
|
||||
@@ -526,7 +609,7 @@ config_change_color (void *data, struct t_config_option *option)
|
||||
(void) data;
|
||||
(void) option;
|
||||
|
||||
if (gui_ok)
|
||||
if (gui_init_ok)
|
||||
{
|
||||
gui_color_init_weechat ();
|
||||
gui_window_ask_refresh (1);
|
||||
@@ -1956,12 +2039,28 @@ config_weechat_init_options ()
|
||||
"nickmode_empty", "boolean",
|
||||
N_("display space if nick mode is not (half)op/voice"),
|
||||
NULL, 0, 0, "off", NULL, 0, NULL, NULL, &config_change_buffers, NULL, NULL, NULL);
|
||||
config_look_paste_bracketed = config_file_new_option (
|
||||
weechat_config_file, ptr_section,
|
||||
"paste_bracketed", "boolean",
|
||||
N_("enable terminal \"bracketed paste mode\" (not supported in all "
|
||||
"terminals/multiplexers): in this mode, pasted text is bracketed "
|
||||
"with control sequences so that WeeChat can differentiate pasted "
|
||||
"text from typed-in text (\"ESC[200~\", followed by the pasted text, "
|
||||
"followed by \"ESC[201~\")"),
|
||||
NULL, 0, 0, "off", NULL, 0, NULL, NULL, &config_change_paste_bracketed, NULL, NULL, NULL);
|
||||
config_look_paste_bracketed_timer_delay = config_file_new_option (
|
||||
weechat_config_file, ptr_section,
|
||||
"paste_bracketed_timer_delay", "integer",
|
||||
N_("force end of bracketed paste after this delay (in seconds) if the "
|
||||
"control sequence for end of bracketed paste (\"ESC[201~\") was not "
|
||||
"received in time"),
|
||||
NULL, 1, 60, "10", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL);
|
||||
config_look_paste_max_lines = config_file_new_option (
|
||||
weechat_config_file, ptr_section,
|
||||
"paste_max_lines", "integer",
|
||||
N_("max number of lines for paste without asking user "
|
||||
"(0 = disable this feature)"),
|
||||
NULL, 0, INT_MAX, "3", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL);
|
||||
"(-1 = disable this feature)"),
|
||||
NULL, -1, INT_MAX, "1", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL);
|
||||
config_look_prefix[GUI_CHAT_PREFIX_ERROR] = config_file_new_option (
|
||||
weechat_config_file, ptr_section,
|
||||
"prefix_error", "string",
|
||||
@@ -2004,9 +2103,11 @@ config_weechat_init_options ()
|
||||
NULL, 0, 128, "0", NULL, 0, NULL, NULL, &config_change_prefix_align_min, NULL, NULL, NULL);
|
||||
config_look_prefix_align_more = config_file_new_option (
|
||||
weechat_config_file, ptr_section,
|
||||
"prefix_align_more", "boolean",
|
||||
N_("display '+' if prefix is truncated"),
|
||||
NULL, 0, 0, "on", NULL, 0, NULL, NULL, &config_change_buffers, NULL, NULL, NULL);
|
||||
"prefix_align_more", "string",
|
||||
N_("char to display if prefix is truncated (must be exactly one char "
|
||||
"on screen)"),
|
||||
NULL, 0, 0, "+", NULL, 0,
|
||||
&config_check_prefix_align_more, NULL, &config_change_buffers, NULL, NULL, NULL);
|
||||
config_look_prefix_buffer_align = config_file_new_option (
|
||||
weechat_config_file, ptr_section,
|
||||
"prefix_buffer_align", "integer",
|
||||
@@ -2021,10 +2122,19 @@ config_weechat_init_options ()
|
||||
NULL, 0, 128, "0", NULL, 0, NULL, NULL, &config_change_buffers, NULL, NULL, NULL);
|
||||
config_look_prefix_buffer_align_more = config_file_new_option (
|
||||
weechat_config_file, ptr_section,
|
||||
"prefix_buffer_align_more", "boolean",
|
||||
N_("display '+' if buffer name is truncated (when many buffers are "
|
||||
"merged with same number)"),
|
||||
NULL, 0, 0, "on", NULL, 0, NULL, NULL, &config_change_buffers, NULL, NULL, NULL);
|
||||
"prefix_buffer_align_more", "string",
|
||||
N_("char to display if buffer name is truncated (when many buffers are "
|
||||
"merged with same number) (must be exactly one char on screen)"),
|
||||
NULL, 0, 0, "+", NULL, 0,
|
||||
&config_check_prefix_buffer_align_more, NULL, &config_change_buffers, NULL, NULL, NULL);
|
||||
config_look_prefix_same_nick = config_file_new_option (
|
||||
weechat_config_file, ptr_section,
|
||||
"prefix_same_nick", "string",
|
||||
N_("prefix displayed for a message with same nick as previous "
|
||||
"message: use a space \" \" to hide prefix, another string to "
|
||||
"display this string instead of prefix, or an empty string to "
|
||||
"disable feature (display prefix)"),
|
||||
NULL, 0, 0, "", NULL, 0, NULL, NULL, &config_change_prefix_same_nick, NULL, NULL, NULL);
|
||||
config_look_prefix_suffix = config_file_new_option (
|
||||
weechat_config_file, ptr_section,
|
||||
"prefix_suffix", "string",
|
||||
@@ -2504,7 +2614,8 @@ config_weechat_init_options ()
|
||||
config_completion_nick_completer = config_file_new_option (
|
||||
weechat_config_file, ptr_section,
|
||||
"nick_completer", "string",
|
||||
N_("string inserted after nick completion"),
|
||||
N_("string inserted after nick completion (when nick is first word on "
|
||||
"command line)"),
|
||||
NULL, 0, 0, ":", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL);
|
||||
config_completion_nick_first_only = config_file_new_option (
|
||||
weechat_config_file, ptr_section,
|
||||
@@ -2612,6 +2723,12 @@ config_weechat_init_options ()
|
||||
return 0;
|
||||
}
|
||||
|
||||
config_network_connection_timeout = config_file_new_option (
|
||||
weechat_config_file, ptr_section,
|
||||
"connection_timeout", "integer",
|
||||
N_("timeout (in seconds) for connection to a remote host (made in a "
|
||||
"child process)"),
|
||||
NULL, 1, INT_MAX, "60", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL);
|
||||
config_network_gnutls_ca_file = config_file_new_option (
|
||||
weechat_config_file, ptr_section,
|
||||
"gnutls_ca_file", "string",
|
||||
|
||||
@@ -149,6 +149,8 @@ extern struct t_config_option *config_look_mouse;
|
||||
extern struct t_config_option *config_look_mouse_timer_delay;
|
||||
extern struct t_config_option *config_look_nickmode;
|
||||
extern struct t_config_option *config_look_nickmode_empty;
|
||||
extern struct t_config_option *config_look_paste_bracketed;
|
||||
extern struct t_config_option *config_look_paste_bracketed_timer_delay;
|
||||
extern struct t_config_option *config_look_paste_max_lines;
|
||||
extern struct t_config_option *config_look_prefix[];
|
||||
extern struct t_config_option *config_look_prefix_align;
|
||||
@@ -158,6 +160,7 @@ extern struct t_config_option *config_look_prefix_align_more;
|
||||
extern struct t_config_option *config_look_prefix_buffer_align;
|
||||
extern struct t_config_option *config_look_prefix_buffer_align_max;
|
||||
extern struct t_config_option *config_look_prefix_buffer_align_more;
|
||||
extern struct t_config_option *config_look_prefix_same_nick;
|
||||
extern struct t_config_option *config_look_prefix_suffix;
|
||||
extern struct t_config_option *config_look_read_marker;
|
||||
extern struct t_config_option *config_look_read_marker_always_show;
|
||||
@@ -241,6 +244,7 @@ extern struct t_config_option *config_history_max_commands;
|
||||
extern struct t_config_option *config_history_max_visited_buffers;
|
||||
extern struct t_config_option *config_history_display_default;
|
||||
|
||||
extern struct t_config_option *config_network_connection_timeout;
|
||||
extern struct t_config_option *config_network_gnutls_ca_file;
|
||||
extern struct t_config_option *config_network_gnutls_handshake_timeout;
|
||||
|
||||
@@ -250,6 +254,7 @@ extern struct t_config_option *config_plugin_extension;
|
||||
extern struct t_config_option *config_plugin_path;
|
||||
extern struct t_config_option *config_plugin_save_config_on_unload;
|
||||
|
||||
extern int config_length_prefix_same_nick;
|
||||
extern regex_t *config_highlight_regex;
|
||||
extern char **config_highlight_tags;
|
||||
extern int config_num_highlight_tags;
|
||||
|
||||
@@ -1763,6 +1763,7 @@ hook_connect (struct t_weechat_plugin *plugin, const char *proxy,
|
||||
new_hook_connect->child_read = -1;
|
||||
new_hook_connect->child_write = -1;
|
||||
new_hook_connect->child_pid = 0;
|
||||
new_hook_connect->hook_child_timer = NULL;
|
||||
new_hook_connect->hook_fd = NULL;
|
||||
new_hook_connect->handshake_hook_fd = NULL;
|
||||
new_hook_connect->handshake_hook_timer = NULL;
|
||||
@@ -3128,6 +3129,8 @@ unhook (struct t_hook *hook)
|
||||
#endif
|
||||
if (HOOK_CONNECT(hook, local_hostname))
|
||||
free (HOOK_CONNECT(hook, local_hostname));
|
||||
if (HOOK_CONNECT(hook, hook_child_timer))
|
||||
unhook (HOOK_CONNECT(hook, hook_child_timer));
|
||||
if (HOOK_CONNECT(hook, hook_fd))
|
||||
unhook (HOOK_CONNECT(hook, hook_fd));
|
||||
if (HOOK_CONNECT(hook, handshake_hook_fd))
|
||||
@@ -3471,6 +3474,8 @@ hook_add_to_infolist_type (struct t_infolist *infolist, int type,
|
||||
return 0;
|
||||
if (!infolist_new_var_integer (ptr_item, "child_pid", HOOK_CONNECT(ptr_hook, child_pid)))
|
||||
return 0;
|
||||
if (!infolist_new_var_pointer (ptr_item, "hook_child_timer", HOOK_CONNECT(ptr_hook, hook_child_timer)))
|
||||
return 0;
|
||||
if (!infolist_new_var_pointer (ptr_item, "hook_fd", HOOK_CONNECT(ptr_hook, hook_fd)))
|
||||
return 0;
|
||||
if (!infolist_new_var_pointer (ptr_item, "handshake_hook_fd", HOOK_CONNECT(ptr_hook, handshake_hook_fd)))
|
||||
@@ -3870,6 +3875,7 @@ hook_print_log ()
|
||||
log_printf (" child_read. . . . . . : %d", HOOK_CONNECT(ptr_hook, child_read));
|
||||
log_printf (" child_write . . . . . : %d", HOOK_CONNECT(ptr_hook, child_write));
|
||||
log_printf (" child_pid . . . . . . : %d", HOOK_CONNECT(ptr_hook, child_pid));
|
||||
log_printf (" hook_child_timer. . . : 0x%lx", HOOK_CONNECT(ptr_hook, hook_child_timer));
|
||||
log_printf (" hook_fd . . . . . . . : 0x%lx", HOOK_CONNECT(ptr_hook, hook_fd));
|
||||
log_printf (" handshake_hook_fd . . : 0x%lx", HOOK_CONNECT(ptr_hook, handshake_hook_fd));
|
||||
log_printf (" handshake_hook_timer. : 0x%lx", HOOK_CONNECT(ptr_hook, handshake_hook_timer));
|
||||
|
||||
@@ -243,6 +243,7 @@ struct t_hook_connect
|
||||
int child_read; /* to read data in pipe from child */
|
||||
int child_write; /* to write data in pipe for child */
|
||||
pid_t child_pid; /* pid of child process (connecting) */
|
||||
struct t_hook *hook_child_timer; /* timer for child process timeout */
|
||||
struct t_hook *hook_fd; /* pointer to fd hook */
|
||||
struct t_hook *handshake_hook_fd; /* fd hook for handshake */
|
||||
struct t_hook *handshake_hook_timer; /* timer for handshake timeout */
|
||||
|
||||
+2
-2
@@ -209,7 +209,7 @@ weelist_search_pos (struct t_weelist *weelist, const char *data)
|
||||
}
|
||||
|
||||
/*
|
||||
* weelist_casesearch: search data in a list (case unsensitive)
|
||||
* weelist_casesearch: search data in a list (case insensitive)
|
||||
*/
|
||||
|
||||
struct t_weelist_item *
|
||||
@@ -231,7 +231,7 @@ weelist_casesearch (struct t_weelist *weelist, const char *data)
|
||||
}
|
||||
|
||||
/*
|
||||
* weelist_casesearch_pos: search data in a list (case unsensitive), return
|
||||
* weelist_casesearch_pos: search data in a list (case insensitive), return
|
||||
* position of item found, -1 if not found
|
||||
*/
|
||||
|
||||
|
||||
@@ -766,6 +766,31 @@ network_connect_child (struct t_hook *hook_connect)
|
||||
freeaddrinfo (res_local);
|
||||
}
|
||||
|
||||
/*
|
||||
* network_connect_child_timer_cb: timer for timeout of child process
|
||||
*/
|
||||
|
||||
int
|
||||
network_connect_child_timer_cb (void *arg_hook_connect, int remaining_calls)
|
||||
{
|
||||
struct t_hook *hook_connect;
|
||||
|
||||
/* make C compiler happy */
|
||||
(void) remaining_calls;
|
||||
|
||||
hook_connect = (struct t_hook *)arg_hook_connect;
|
||||
|
||||
HOOK_CONNECT(hook_connect, hook_child_timer) = NULL;
|
||||
|
||||
(void) (HOOK_CONNECT(hook_connect, callback))
|
||||
(hook_connect->callback_data,
|
||||
WEECHAT_HOOK_CONNECT_TIMEOUT,
|
||||
0, NULL, NULL);
|
||||
unhook (hook_connect);
|
||||
|
||||
return WEECHAT_RC_OK;
|
||||
}
|
||||
|
||||
/*
|
||||
* network_connect_gnutls_handshake_fd_cb: callback for gnutls handshake
|
||||
* (used to not block WeeChat if
|
||||
@@ -933,6 +958,8 @@ network_connect_child_read_cb (void *arg_hook_connect, int fd)
|
||||
*/
|
||||
HOOK_CONNECT(hook_connect, handshake_fd_flags) =
|
||||
fcntl (HOOK_CONNECT(hook_connect, sock), F_GETFL);
|
||||
if (HOOK_CONNECT(hook_connect, handshake_fd_flags) == -1)
|
||||
HOOK_CONNECT(hook_connect, handshake_fd_flags) = 0;
|
||||
fcntl (HOOK_CONNECT(hook_connect, sock), F_SETFL,
|
||||
HOOK_CONNECT(hook_connect, handshake_fd_flags) | O_NONBLOCK);
|
||||
gnutls_transport_set_ptr (*HOOK_CONNECT(hook_connect, gnutls_sess),
|
||||
@@ -1098,6 +1125,11 @@ network_connect_with_fork (struct t_hook *hook_connect)
|
||||
HOOK_CONNECT(hook_connect, child_pid) = pid;
|
||||
close (HOOK_CONNECT(hook_connect, child_write));
|
||||
HOOK_CONNECT(hook_connect, child_write) = -1;
|
||||
HOOK_CONNECT(hook_connect, hook_child_timer) = hook_timer (hook_connect->plugin,
|
||||
CONFIG_INTEGER(config_network_connection_timeout) * 1000,
|
||||
0, 1,
|
||||
&network_connect_child_timer_cb,
|
||||
hook_connect);
|
||||
HOOK_CONNECT(hook_connect, hook_fd) = hook_fd (hook_connect->plugin,
|
||||
HOOK_CONNECT(hook_connect, child_read),
|
||||
1, 0, 0,
|
||||
|
||||
+25
-13
@@ -390,27 +390,39 @@ int
|
||||
utf8_strlen_screen (const char *string)
|
||||
{
|
||||
int length, num_char;
|
||||
wchar_t *wstring;
|
||||
wchar_t *alloc_wstring, *ptr_wstring, wstring[4+2];
|
||||
|
||||
if (!string)
|
||||
if (!string || !string[0])
|
||||
return 0;
|
||||
|
||||
if (!local_utf8)
|
||||
return utf8_strlen (string);
|
||||
|
||||
num_char = mbstowcs (NULL, string, 0) + 1;
|
||||
wstring = malloc ((num_char + 1) * sizeof (wstring[0]));
|
||||
if (!wstring)
|
||||
return utf8_strlen (string);
|
||||
alloc_wstring = NULL;
|
||||
|
||||
if (mbstowcs (wstring, string, num_char) == (size_t)(-1))
|
||||
if (!string[1] || !string[2] || !string[3] || !string[4])
|
||||
{
|
||||
free (wstring);
|
||||
return utf8_strlen (string);
|
||||
/* optimization for max 4 chars: no malloc */
|
||||
num_char = 4 + 1;
|
||||
ptr_wstring = wstring;
|
||||
}
|
||||
else
|
||||
{
|
||||
num_char = mbstowcs (NULL, string, 0) + 1;
|
||||
alloc_wstring = malloc ((num_char + 1) * sizeof (alloc_wstring[0]));
|
||||
if (!alloc_wstring)
|
||||
return utf8_strlen (string);
|
||||
ptr_wstring = alloc_wstring;
|
||||
}
|
||||
|
||||
length = wcswidth (wstring, num_char);
|
||||
free (wstring);
|
||||
if (mbstowcs (ptr_wstring, string, num_char) != (size_t)(-1))
|
||||
length = wcswidth (ptr_wstring, num_char);
|
||||
else
|
||||
length = utf8_strlen (string);
|
||||
|
||||
if (alloc_wstring)
|
||||
free (alloc_wstring);
|
||||
|
||||
return length;
|
||||
}
|
||||
|
||||
@@ -489,11 +501,11 @@ utf8_charcasecmp_range (const char *string1, const char *string2, int range)
|
||||
return (string1) ? 1 : ((string2) ? -1 : 0);
|
||||
|
||||
wchar1 = utf8_wide_char (string1);
|
||||
if ((wchar1 >= 'A') && (wchar1 < 'A' + (unsigned int)range))
|
||||
if ((wchar1 >= (wint_t)'A') && (wchar1 < (wint_t)('A' + range)))
|
||||
wchar1 += ('a' - 'A');
|
||||
|
||||
wchar2 = utf8_wide_char (string2);
|
||||
if ((wchar2 >= 'A') && (wchar2 < 'A' + (unsigned int)range))
|
||||
if ((wchar2 >= (wint_t)'A') && (wchar2 < (wint_t)('A' + range)))
|
||||
wchar2 += ('a' - 'A');
|
||||
|
||||
return (wchar1 < wchar2) ? -1 : ((wchar1 == wchar2) ? 0 : 1);
|
||||
|
||||
@@ -104,41 +104,40 @@ gui_bar_window_create_win (struct t_gui_bar_window *bar_window)
|
||||
GUI_BAR_WINDOW_OBJECTS(bar_window)->win_separator = NULL;
|
||||
}
|
||||
|
||||
GUI_BAR_WINDOW_OBJECTS(bar_window)->win_bar = newwin (bar_window->height,
|
||||
bar_window->width,
|
||||
bar_window->y,
|
||||
bar_window->x);
|
||||
|
||||
if (CONFIG_INTEGER(bar_window->bar->options[GUI_BAR_OPTION_SEPARATOR]))
|
||||
if ((bar_window->x >= 0) && (bar_window->y >= 0))
|
||||
{
|
||||
switch (CONFIG_INTEGER(bar_window->bar->options[GUI_BAR_OPTION_POSITION]))
|
||||
GUI_BAR_WINDOW_OBJECTS(bar_window)->win_bar = newwin (bar_window->height,
|
||||
bar_window->width,
|
||||
bar_window->y,
|
||||
bar_window->x);
|
||||
|
||||
if (CONFIG_INTEGER(bar_window->bar->options[GUI_BAR_OPTION_SEPARATOR]))
|
||||
{
|
||||
case GUI_BAR_POSITION_BOTTOM:
|
||||
GUI_BAR_WINDOW_OBJECTS(bar_window)->win_separator = newwin (1,
|
||||
bar_window->width,
|
||||
bar_window->y - 1,
|
||||
bar_window->x);
|
||||
break;
|
||||
case GUI_BAR_POSITION_TOP:
|
||||
GUI_BAR_WINDOW_OBJECTS(bar_window)->win_separator = newwin (1,
|
||||
bar_window->width,
|
||||
bar_window->y + bar_window->height,
|
||||
bar_window->x);
|
||||
break;
|
||||
case GUI_BAR_POSITION_LEFT:
|
||||
GUI_BAR_WINDOW_OBJECTS(bar_window)->win_separator = newwin (bar_window->height,
|
||||
1,
|
||||
bar_window->y,
|
||||
bar_window->x + bar_window->width);
|
||||
break;
|
||||
case GUI_BAR_POSITION_RIGHT:
|
||||
GUI_BAR_WINDOW_OBJECTS(bar_window)->win_separator = newwin (bar_window->height,
|
||||
1,
|
||||
bar_window->y,
|
||||
bar_window->x - 1);
|
||||
break;
|
||||
case GUI_BAR_NUM_POSITIONS:
|
||||
break;
|
||||
switch (CONFIG_INTEGER(bar_window->bar->options[GUI_BAR_OPTION_POSITION]))
|
||||
{
|
||||
case GUI_BAR_POSITION_BOTTOM:
|
||||
GUI_BAR_WINDOW_OBJECTS(bar_window)->win_separator =
|
||||
newwin (1, bar_window->width,
|
||||
bar_window->y - 1, bar_window->x);
|
||||
break;
|
||||
case GUI_BAR_POSITION_TOP:
|
||||
GUI_BAR_WINDOW_OBJECTS(bar_window)->win_separator =
|
||||
newwin (1, bar_window->width,
|
||||
bar_window->y + bar_window->height, bar_window->x);
|
||||
break;
|
||||
case GUI_BAR_POSITION_LEFT:
|
||||
GUI_BAR_WINDOW_OBJECTS(bar_window)->win_separator =
|
||||
newwin (bar_window->height, 1,
|
||||
bar_window->y, bar_window->x + bar_window->width);
|
||||
break;
|
||||
case GUI_BAR_POSITION_RIGHT:
|
||||
GUI_BAR_WINDOW_OBJECTS(bar_window)->win_separator =
|
||||
newwin (bar_window->height, 1,
|
||||
bar_window->y, bar_window->x - 1);
|
||||
break;
|
||||
case GUI_BAR_NUM_POSITIONS:
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -403,6 +402,9 @@ gui_bar_window_draw (struct t_gui_bar_window *bar_window,
|
||||
if (!gui_init_ok)
|
||||
return;
|
||||
|
||||
if ((bar_window->x < 0) || (bar_window->y < 0))
|
||||
return;
|
||||
|
||||
if (!str_start_input[0])
|
||||
{
|
||||
snprintf (str_start_input, sizeof (str_start_input), "%c%c%c",
|
||||
|
||||
+276
-186
@@ -395,9 +395,10 @@ gui_chat_display_word_raw (struct t_gui_window *window, struct t_gui_line *line,
|
||||
|
||||
/*
|
||||
* gui_chat_display_word: display a word on chat buffer
|
||||
* return number of chars displayed on screen
|
||||
*/
|
||||
|
||||
void
|
||||
int
|
||||
gui_chat_display_word (struct t_gui_window *window,
|
||||
struct t_gui_line *line,
|
||||
const char *word, const char *word_end,
|
||||
@@ -406,23 +407,25 @@ gui_chat_display_word (struct t_gui_window *window,
|
||||
int apply_style_inactive)
|
||||
{
|
||||
char *data, *ptr_data, *end_line, saved_char, str_space[] = " ";
|
||||
int pos_saved_char, chars_to_display, num_displayed;
|
||||
int chars_displayed, pos_saved_char, chars_to_display, num_displayed;
|
||||
int length_align;
|
||||
attr_t attrs;
|
||||
attr_t *ptr_attrs;
|
||||
short pair;
|
||||
short *ptr_pair;
|
||||
|
||||
chars_displayed = 0;
|
||||
|
||||
if (!word ||
|
||||
((!simulate) && (window->win_chat_cursor_y >= window->win_chat_height)))
|
||||
return;
|
||||
return chars_displayed;
|
||||
|
||||
if (!simulate && (window->win_chat_cursor_y < window->coords_size))
|
||||
window->coords[window->win_chat_cursor_y].line = line;
|
||||
|
||||
data = strdup (word);
|
||||
if (!data)
|
||||
return;
|
||||
return chars_displayed;
|
||||
|
||||
end_line = data + strlen (data);
|
||||
|
||||
@@ -435,7 +438,8 @@ gui_chat_display_word (struct t_gui_window *window,
|
||||
while (ptr_data && ptr_data[0])
|
||||
{
|
||||
/* insert spaces for aligning text under time/nick */
|
||||
length_align = gui_line_get_align (window->buffer, line, 0, 0);
|
||||
length_align = gui_line_get_align (window->buffer, line, 0, 0,
|
||||
GUI_WINDOW_OBJECTS(window)->force_prefix_for_line);
|
||||
if ((window->win_chat_cursor_x == 0)
|
||||
&& (*lines_displayed > 0)
|
||||
/* FIXME: modify arbitraty value for non aligning messages on time/nick? */
|
||||
@@ -463,15 +467,18 @@ gui_chat_display_word (struct t_gui_window *window,
|
||||
gui_window_save_style ();
|
||||
gui_window_set_weechat_color (GUI_WINDOW_OBJECTS(window)->win_chat,
|
||||
GUI_COLOR_CHAT_PREFIX_SUFFIX);
|
||||
gui_chat_display_word_raw (window, line,
|
||||
CONFIG_STRING(config_look_prefix_suffix),
|
||||
0, 1, apply_style_inactive);
|
||||
chars_displayed += gui_chat_display_word_raw (window, line,
|
||||
CONFIG_STRING(config_look_prefix_suffix),
|
||||
0, 1,
|
||||
apply_style_inactive);
|
||||
}
|
||||
window->win_chat_cursor_x += gui_chat_strlen_screen (CONFIG_STRING(config_look_prefix_suffix));
|
||||
if (!simulate)
|
||||
{
|
||||
gui_chat_display_word_raw (window, line, str_space, 0, 1,
|
||||
apply_style_inactive);
|
||||
chars_displayed += gui_chat_display_word_raw (window, line,
|
||||
str_space,
|
||||
0, 1,
|
||||
apply_style_inactive);
|
||||
}
|
||||
window->win_chat_cursor_x += gui_chat_strlen_screen (str_space);
|
||||
if (!simulate)
|
||||
@@ -497,13 +504,17 @@ gui_chat_display_word (struct t_gui_window *window,
|
||||
ptr_data[pos_saved_char] = '\0';
|
||||
if ((count == 0) || (*lines_displayed >= num_lines - count))
|
||||
{
|
||||
gui_chat_display_word_raw (window, line, ptr_data, 0, 1,
|
||||
apply_style_inactive);
|
||||
chars_displayed += gui_chat_display_word_raw (window, line,
|
||||
ptr_data,
|
||||
0, 1,
|
||||
apply_style_inactive);
|
||||
}
|
||||
else
|
||||
{
|
||||
gui_chat_display_word_raw (window, line, ptr_data, 0, 0,
|
||||
apply_style_inactive);
|
||||
chars_displayed += gui_chat_display_word_raw (window, line,
|
||||
ptr_data,
|
||||
0, 0,
|
||||
apply_style_inactive);
|
||||
}
|
||||
ptr_data[pos_saved_char] = saved_char;
|
||||
}
|
||||
@@ -516,13 +527,17 @@ gui_chat_display_word (struct t_gui_window *window,
|
||||
{
|
||||
if ((count == 0) || (*lines_displayed >= num_lines - count))
|
||||
{
|
||||
gui_chat_display_word_raw (window, line, ptr_data, 0, 1,
|
||||
apply_style_inactive);
|
||||
chars_displayed += gui_chat_display_word_raw (window, line,
|
||||
ptr_data,
|
||||
0, 1,
|
||||
apply_style_inactive);
|
||||
}
|
||||
else
|
||||
{
|
||||
gui_chat_display_word_raw (window, line, ptr_data, 0, 0,
|
||||
apply_style_inactive);
|
||||
chars_displayed += gui_chat_display_word_raw (window, line,
|
||||
ptr_data,
|
||||
0, 0,
|
||||
apply_style_inactive);
|
||||
}
|
||||
}
|
||||
ptr_data += strlen (ptr_data);
|
||||
@@ -544,6 +559,8 @@ gui_chat_display_word (struct t_gui_window *window,
|
||||
}
|
||||
|
||||
free (data);
|
||||
|
||||
return chars_displayed;
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -558,10 +575,12 @@ gui_chat_display_time_to_prefix (struct t_gui_window *window,
|
||||
int *lines_displayed,
|
||||
int simulate)
|
||||
{
|
||||
char str_space[] = " ", str_plus[] = "+";
|
||||
char *prefix_no_color, *prefix_highlighted;
|
||||
const char *short_name;
|
||||
int i, length, length_allowed, num_spaces;
|
||||
char str_space[] = " ";
|
||||
char *prefix_no_color, *prefix_highlighted, *ptr_prefix, *ptr_prefix2;
|
||||
char *ptr_prefix_color;
|
||||
const char *short_name, *str_color;
|
||||
int i, length, length_allowed, num_spaces, prefix_length, extra_spaces;
|
||||
int chars_displayed;
|
||||
struct t_gui_lines *mixed_lines;
|
||||
|
||||
if (!simulate)
|
||||
@@ -684,8 +703,7 @@ gui_chat_display_time_to_prefix (struct t_gui_window *window,
|
||||
GUI_COLOR_CHAT_PREFIX_MORE);
|
||||
}
|
||||
gui_chat_display_word (window, line,
|
||||
(CONFIG_BOOLEAN(config_look_prefix_buffer_align_more)) ?
|
||||
str_plus : str_space,
|
||||
CONFIG_STRING(config_look_prefix_buffer_align_more),
|
||||
NULL, 1, num_lines, count, lines_displayed,
|
||||
simulate,
|
||||
CONFIG_BOOLEAN(config_look_color_inactive_prefix_buffer));
|
||||
@@ -721,9 +739,41 @@ gui_chat_display_time_to_prefix (struct t_gui_window *window,
|
||||
}
|
||||
}
|
||||
|
||||
/* get prefix for display */
|
||||
if (GUI_WINDOW_OBJECTS(window)->force_prefix_for_line)
|
||||
{
|
||||
ptr_prefix = line->data->prefix;
|
||||
prefix_length = line->data->prefix_length;
|
||||
ptr_prefix_color = NULL;
|
||||
}
|
||||
else
|
||||
{
|
||||
gui_line_get_prefix_for_display (line, &ptr_prefix, &prefix_length,
|
||||
&ptr_prefix_color);
|
||||
}
|
||||
if (ptr_prefix)
|
||||
{
|
||||
ptr_prefix2 = NULL;
|
||||
if (ptr_prefix_color && ptr_prefix_color[0])
|
||||
{
|
||||
str_color = gui_color_get_custom (ptr_prefix_color);
|
||||
if (str_color && str_color[0])
|
||||
{
|
||||
length = strlen (str_color) + strlen (ptr_prefix) + 1;
|
||||
ptr_prefix2 = malloc (length);
|
||||
if (ptr_prefix2)
|
||||
{
|
||||
snprintf (ptr_prefix2, length, "%s%s",
|
||||
str_color, ptr_prefix);
|
||||
}
|
||||
}
|
||||
}
|
||||
ptr_prefix = (ptr_prefix2) ? ptr_prefix2 : strdup (ptr_prefix);
|
||||
}
|
||||
|
||||
/* display prefix */
|
||||
if (line->data->prefix
|
||||
&& (line->data->prefix[0]
|
||||
if (ptr_prefix
|
||||
&& (ptr_prefix[0]
|
||||
|| (CONFIG_INTEGER(config_look_prefix_align) != CONFIG_LOOK_PREFIX_ALIGN_NONE)))
|
||||
{
|
||||
if (!simulate)
|
||||
@@ -743,7 +793,7 @@ gui_chat_display_time_to_prefix (struct t_gui_window *window,
|
||||
else
|
||||
length_allowed = window->buffer->lines->prefix_max_length;
|
||||
|
||||
num_spaces = length_allowed - line->data->prefix_length;
|
||||
num_spaces = length_allowed - prefix_length;
|
||||
|
||||
if (CONFIG_INTEGER(config_look_prefix_align) == CONFIG_LOOK_PREFIX_ALIGN_RIGHT)
|
||||
{
|
||||
@@ -759,7 +809,7 @@ gui_chat_display_time_to_prefix (struct t_gui_window *window,
|
||||
prefix_highlighted = NULL;
|
||||
if (line->data->highlight)
|
||||
{
|
||||
prefix_no_color = gui_color_decode (line->data->prefix, NULL);
|
||||
prefix_no_color = gui_color_decode (ptr_prefix, NULL);
|
||||
if (prefix_no_color)
|
||||
{
|
||||
length = strlen (prefix_no_color) + 32;
|
||||
@@ -803,24 +853,27 @@ gui_chat_display_time_to_prefix (struct t_gui_window *window,
|
||||
window->coords[window->win_chat_cursor_y].prefix_x1 = window->win_chat_cursor_x;
|
||||
|
||||
/* not enough space to display full prefix? => truncate it! */
|
||||
extra_spaces = 0;
|
||||
if ((CONFIG_INTEGER(config_look_prefix_align) != CONFIG_LOOK_PREFIX_ALIGN_NONE)
|
||||
&& (num_spaces < 0))
|
||||
{
|
||||
gui_chat_display_word (window, line,
|
||||
(prefix_highlighted) ? prefix_highlighted : line->data->prefix,
|
||||
(prefix_highlighted) ?
|
||||
prefix_highlighted + gui_chat_string_real_pos (prefix_highlighted,
|
||||
length_allowed) :
|
||||
line->data->prefix + gui_chat_string_real_pos (line->data->prefix,
|
||||
length_allowed),
|
||||
1, num_lines, count, lines_displayed,
|
||||
simulate,
|
||||
CONFIG_BOOLEAN(config_look_color_inactive_prefix));
|
||||
chars_displayed = gui_chat_display_word (window, line,
|
||||
(prefix_highlighted) ? prefix_highlighted : ptr_prefix,
|
||||
(prefix_highlighted) ?
|
||||
prefix_highlighted + gui_chat_string_real_pos (prefix_highlighted,
|
||||
length_allowed) :
|
||||
ptr_prefix + gui_chat_string_real_pos (ptr_prefix,
|
||||
length_allowed),
|
||||
1, num_lines, count, lines_displayed,
|
||||
simulate,
|
||||
CONFIG_BOOLEAN(config_look_color_inactive_prefix));
|
||||
if (!simulate && (chars_displayed < length_allowed))
|
||||
extra_spaces = length_allowed - chars_displayed;
|
||||
}
|
||||
else
|
||||
{
|
||||
gui_chat_display_word (window, line,
|
||||
(prefix_highlighted) ? prefix_highlighted : line->data->prefix,
|
||||
(prefix_highlighted) ? prefix_highlighted : ptr_prefix,
|
||||
NULL, 1, num_lines, count, lines_displayed,
|
||||
simulate,
|
||||
CONFIG_BOOLEAN(config_look_color_inactive_prefix));
|
||||
@@ -859,8 +912,7 @@ gui_chat_display_time_to_prefix (struct t_gui_window *window,
|
||||
GUI_COLOR_CHAT_PREFIX_MORE);
|
||||
}
|
||||
gui_chat_display_word (window, line,
|
||||
(CONFIG_BOOLEAN(config_look_prefix_align_more)) ?
|
||||
str_plus : str_space,
|
||||
CONFIG_STRING(config_look_prefix_align_more),
|
||||
NULL, 1, num_lines, count, lines_displayed,
|
||||
simulate,
|
||||
CONFIG_BOOLEAN(config_look_color_inactive_prefix));
|
||||
@@ -875,6 +927,13 @@ gui_chat_display_time_to_prefix (struct t_gui_window *window,
|
||||
CONFIG_BOOLEAN(config_look_color_inactive_prefix));
|
||||
}
|
||||
}
|
||||
for (i = 0; i < extra_spaces; i++)
|
||||
{
|
||||
gui_chat_display_word (window, line, str_space,
|
||||
NULL, 1, num_lines, count, lines_displayed,
|
||||
simulate,
|
||||
CONFIG_BOOLEAN(config_look_color_inactive_prefix));
|
||||
}
|
||||
if ((CONFIG_INTEGER(config_look_prefix_align) != CONFIG_LOOK_PREFIX_ALIGN_NONE)
|
||||
&& (CONFIG_STRING(config_look_prefix_suffix)
|
||||
&& CONFIG_STRING(config_look_prefix_suffix)[0]))
|
||||
@@ -893,6 +952,8 @@ gui_chat_display_time_to_prefix (struct t_gui_window *window,
|
||||
lines_displayed, simulate, 0);
|
||||
}
|
||||
}
|
||||
if (ptr_prefix)
|
||||
free (ptr_prefix);
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -920,6 +981,17 @@ gui_chat_display_line (struct t_gui_window *window, struct t_gui_line *line,
|
||||
if (!line)
|
||||
return 0;
|
||||
|
||||
if ((count == 0) && !GUI_WINDOW_OBJECTS(window)->first_line_with_prefix)
|
||||
{
|
||||
GUI_WINDOW_OBJECTS(window)->first_line_with_prefix = line;
|
||||
GUI_WINDOW_OBJECTS(window)->force_prefix_for_line = 1;
|
||||
}
|
||||
else
|
||||
{
|
||||
if (line != GUI_WINDOW_OBJECTS(window)->first_line_with_prefix)
|
||||
GUI_WINDOW_OBJECTS(window)->force_prefix_for_line = 0;
|
||||
}
|
||||
|
||||
if (simulate)
|
||||
{
|
||||
x = window->win_chat_cursor_x;
|
||||
@@ -1004,7 +1076,8 @@ gui_chat_display_line (struct t_gui_window *window, struct t_gui_line *line,
|
||||
{
|
||||
/* spaces + word too long for current line but ok for next line */
|
||||
line_align = gui_line_get_align (window->buffer, line, 1,
|
||||
(lines_displayed == 0) ? 1 : 0);
|
||||
(lines_displayed == 0) ? 1 : 0,
|
||||
GUI_WINDOW_OBJECTS(window)->force_prefix_for_line);
|
||||
if ((window->win_chat_cursor_x + word_length_with_spaces > gui_chat_get_real_width (window))
|
||||
&& (word_length <= gui_chat_get_real_width (window) - line_align))
|
||||
{
|
||||
@@ -1249,25 +1322,175 @@ gui_chat_calculate_line_diff (struct t_gui_window *window,
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* gui_chat_draw_formatted_buffer: draw chat window for a formatted buffer
|
||||
*/
|
||||
|
||||
void
|
||||
gui_chat_draw_formatted_buffer (struct t_gui_window *window)
|
||||
{
|
||||
struct t_gui_line *ptr_line;
|
||||
int line_pos, count, old_scrolling, old_lines_after;
|
||||
|
||||
GUI_WINDOW_OBJECTS(window)->first_line_with_prefix = NULL;
|
||||
|
||||
/* display at position of scrolling */
|
||||
if (window->scroll->start_line)
|
||||
{
|
||||
ptr_line = window->scroll->start_line;
|
||||
line_pos = window->scroll->start_line_pos;
|
||||
}
|
||||
else
|
||||
{
|
||||
/* look for first line to display, starting from last line */
|
||||
ptr_line = NULL;
|
||||
line_pos = 0;
|
||||
gui_chat_calculate_line_diff (window, &ptr_line, &line_pos,
|
||||
(-1) * (window->win_chat_height - 1));
|
||||
}
|
||||
|
||||
count = 0;
|
||||
GUI_WINDOW_OBJECTS(window)->first_line_with_prefix = NULL;
|
||||
|
||||
if (line_pos > 0)
|
||||
{
|
||||
/* display end of first line at top of screen */
|
||||
count = gui_chat_display_line (window, ptr_line,
|
||||
gui_chat_display_line (window,
|
||||
ptr_line,
|
||||
0, 1) -
|
||||
line_pos, 0);
|
||||
ptr_line = gui_line_get_next_displayed (ptr_line);
|
||||
window->scroll->first_line_displayed = 0;
|
||||
}
|
||||
else
|
||||
window->scroll->first_line_displayed =
|
||||
(ptr_line == gui_line_get_first_displayed (window->buffer));
|
||||
|
||||
/* display lines */
|
||||
GUI_WINDOW_OBJECTS(window)->first_line_with_prefix = NULL;
|
||||
while (ptr_line && (window->win_chat_cursor_y <= window->win_chat_height - 1))
|
||||
{
|
||||
count = gui_chat_display_line (window, ptr_line, 0, 0);
|
||||
ptr_line = gui_line_get_next_displayed (ptr_line);
|
||||
}
|
||||
|
||||
old_scrolling = window->scroll->scrolling;
|
||||
old_lines_after = window->scroll->lines_after;
|
||||
|
||||
window->scroll->scrolling = (window->win_chat_cursor_y > window->win_chat_height - 1);
|
||||
|
||||
/* check if last line of buffer is entirely displayed and scrolling */
|
||||
/* if so, disable scroll indicator */
|
||||
if (!ptr_line && window->scroll->scrolling)
|
||||
{
|
||||
if ((count == gui_chat_display_line (window, gui_line_get_last_displayed (window->buffer), 0, 1))
|
||||
|| (count == window->win_chat_height))
|
||||
window->scroll->scrolling = 0;
|
||||
}
|
||||
|
||||
if (!window->scroll->scrolling
|
||||
&& (window->scroll->start_line == gui_line_get_first_displayed (window->buffer)))
|
||||
{
|
||||
window->scroll->start_line = NULL;
|
||||
window->scroll->start_line_pos = 0;
|
||||
}
|
||||
|
||||
window->scroll->lines_after = 0;
|
||||
if (window->scroll->scrolling && ptr_line)
|
||||
{
|
||||
/* count number of lines after last line displayed */
|
||||
while (ptr_line)
|
||||
{
|
||||
ptr_line = gui_line_get_next_displayed (ptr_line);
|
||||
if (ptr_line)
|
||||
window->scroll->lines_after++;
|
||||
}
|
||||
window->scroll->lines_after++;
|
||||
}
|
||||
|
||||
if ((window->scroll->scrolling != old_scrolling)
|
||||
|| (window->scroll->lines_after != old_lines_after))
|
||||
{
|
||||
hook_signal_send ("window_scrolled",
|
||||
WEECHAT_HOOK_SIGNAL_POINTER, window);
|
||||
}
|
||||
|
||||
if (!window->scroll->scrolling
|
||||
&& window->scroll->reset_allowed)
|
||||
{
|
||||
window->scroll->start_line = NULL;
|
||||
window->scroll->start_line_pos = 0;
|
||||
}
|
||||
|
||||
/* cursor is below end line of chat window? */
|
||||
if (window->win_chat_cursor_y > window->win_chat_height - 1)
|
||||
{
|
||||
window->win_chat_cursor_x = 0;
|
||||
window->win_chat_cursor_y = window->win_chat_height - 1;
|
||||
}
|
||||
|
||||
window->scroll->reset_allowed = 0;
|
||||
}
|
||||
|
||||
/*
|
||||
*gui_chat_draw_free_buffer: draw chat window for a free buffer
|
||||
*/
|
||||
|
||||
void
|
||||
gui_chat_draw_free_buffer (struct t_gui_window *window, int clear_chat)
|
||||
{
|
||||
struct t_gui_line *ptr_line;
|
||||
int y_start, y_end, y;
|
||||
|
||||
ptr_line = (window->scroll->start_line) ?
|
||||
window->scroll->start_line : window->buffer->lines->first_line;
|
||||
if (ptr_line)
|
||||
{
|
||||
if (!ptr_line->data->displayed)
|
||||
ptr_line = gui_line_get_next_displayed (ptr_line);
|
||||
if (ptr_line)
|
||||
{
|
||||
y_start = (window->scroll->start_line) ? ptr_line->data->y : 0;
|
||||
y_end = y_start + window->win_chat_height - 1;
|
||||
while (ptr_line && (ptr_line->data->y <= y_end))
|
||||
{
|
||||
y = ptr_line->data->y - y_start;
|
||||
if (y < window->coords_size)
|
||||
{
|
||||
window->coords[y].line = ptr_line;
|
||||
window->coords[y].data = ptr_line->data->message;
|
||||
}
|
||||
if (ptr_line->data->refresh_needed || clear_chat)
|
||||
{
|
||||
gui_chat_display_line_y (window, ptr_line,
|
||||
y);
|
||||
}
|
||||
ptr_line = gui_line_get_next_displayed (ptr_line);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* gui_chat_draw: draw chat window for a buffer
|
||||
*/
|
||||
|
||||
void
|
||||
gui_chat_draw (struct t_gui_buffer *buffer, int erase)
|
||||
gui_chat_draw (struct t_gui_buffer *buffer, int clear_chat)
|
||||
{
|
||||
struct t_gui_window *ptr_win;
|
||||
struct t_gui_line *ptr_line;
|
||||
char format_empty[32];
|
||||
int i, line_pos, count, old_scrolling, old_lines_after;
|
||||
int y_start, y_end, y;
|
||||
int i;
|
||||
|
||||
if (!gui_ok)
|
||||
if (!gui_init_ok)
|
||||
return;
|
||||
|
||||
for (ptr_win = gui_windows; ptr_win; ptr_win = ptr_win->next_window)
|
||||
{
|
||||
if (ptr_win->buffer->number == buffer->number)
|
||||
if ((ptr_win->buffer->number == buffer->number)
|
||||
&& (ptr_win->win_chat_x >= 0) && (ptr_win->win_chat_y >= 0))
|
||||
{
|
||||
gui_window_coords_alloc (ptr_win);
|
||||
|
||||
@@ -1276,7 +1499,7 @@ gui_chat_draw (struct t_gui_buffer *buffer, int erase)
|
||||
GUI_COLOR_CHAT_INACTIVE_BUFFER,
|
||||
GUI_COLOR_CHAT);
|
||||
|
||||
if (erase)
|
||||
if (clear_chat)
|
||||
{
|
||||
snprintf (format_empty, 32, "%%-%ds", ptr_win->win_chat_width);
|
||||
for (i = 0; i < ptr_win->win_chat_height; i++)
|
||||
@@ -1292,132 +1515,14 @@ gui_chat_draw (struct t_gui_buffer *buffer, int erase)
|
||||
switch (ptr_win->buffer->type)
|
||||
{
|
||||
case GUI_BUFFER_TYPE_FORMATTED:
|
||||
/* display at position of scrolling */
|
||||
if (ptr_win->scroll->start_line)
|
||||
{
|
||||
ptr_line = ptr_win->scroll->start_line;
|
||||
line_pos = ptr_win->scroll->start_line_pos;
|
||||
}
|
||||
/* min 2 lines for chat area */
|
||||
if (ptr_win->win_chat_height < 2)
|
||||
mvwprintw (GUI_WINDOW_OBJECTS(ptr_win)->win_chat, 0, 0, "...");
|
||||
else
|
||||
{
|
||||
/* look for first line to display, starting from last line */
|
||||
ptr_line = NULL;
|
||||
line_pos = 0;
|
||||
gui_chat_calculate_line_diff (ptr_win, &ptr_line, &line_pos,
|
||||
(-1) * (ptr_win->win_chat_height - 1));
|
||||
}
|
||||
|
||||
count = 0;
|
||||
|
||||
if (line_pos > 0)
|
||||
{
|
||||
/* display end of first line at top of screen */
|
||||
count = gui_chat_display_line (ptr_win, ptr_line,
|
||||
gui_chat_display_line (ptr_win,
|
||||
ptr_line,
|
||||
0, 1) -
|
||||
line_pos, 0);
|
||||
ptr_line = gui_line_get_next_displayed (ptr_line);
|
||||
ptr_win->scroll->first_line_displayed = 0;
|
||||
}
|
||||
else
|
||||
ptr_win->scroll->first_line_displayed =
|
||||
(ptr_line == gui_line_get_first_displayed (ptr_win->buffer));
|
||||
|
||||
/* display lines */
|
||||
while (ptr_line && (ptr_win->win_chat_cursor_y <= ptr_win->win_chat_height - 1))
|
||||
{
|
||||
count = gui_chat_display_line (ptr_win, ptr_line, 0, 0);
|
||||
ptr_line = gui_line_get_next_displayed (ptr_line);
|
||||
}
|
||||
|
||||
old_scrolling = ptr_win->scroll->scrolling;
|
||||
old_lines_after = ptr_win->scroll->lines_after;
|
||||
|
||||
ptr_win->scroll->scrolling = (ptr_win->win_chat_cursor_y > ptr_win->win_chat_height - 1);
|
||||
|
||||
/* check if last line of buffer is entirely displayed and scrolling */
|
||||
/* if so, disable scroll indicator */
|
||||
if (!ptr_line && ptr_win->scroll->scrolling)
|
||||
{
|
||||
if ((count == gui_chat_display_line (ptr_win, gui_line_get_last_displayed (ptr_win->buffer), 0, 1))
|
||||
|| (count == ptr_win->win_chat_height))
|
||||
ptr_win->scroll->scrolling = 0;
|
||||
}
|
||||
|
||||
if (!ptr_win->scroll->scrolling
|
||||
&& (ptr_win->scroll->start_line == gui_line_get_first_displayed (ptr_win->buffer)))
|
||||
{
|
||||
ptr_win->scroll->start_line = NULL;
|
||||
ptr_win->scroll->start_line_pos = 0;
|
||||
}
|
||||
|
||||
ptr_win->scroll->lines_after = 0;
|
||||
if (ptr_win->scroll->scrolling && ptr_line)
|
||||
{
|
||||
/* count number of lines after last line displayed */
|
||||
while (ptr_line)
|
||||
{
|
||||
ptr_line = gui_line_get_next_displayed (ptr_line);
|
||||
if (ptr_line)
|
||||
ptr_win->scroll->lines_after++;
|
||||
}
|
||||
ptr_win->scroll->lines_after++;
|
||||
}
|
||||
|
||||
if ((ptr_win->scroll->scrolling != old_scrolling)
|
||||
|| (ptr_win->scroll->lines_after != old_lines_after))
|
||||
{
|
||||
hook_signal_send ("window_scrolled",
|
||||
WEECHAT_HOOK_SIGNAL_POINTER, ptr_win);
|
||||
}
|
||||
|
||||
if (!ptr_win->scroll->scrolling
|
||||
&& ptr_win->scroll->reset_allowed)
|
||||
{
|
||||
ptr_win->scroll->start_line = NULL;
|
||||
ptr_win->scroll->start_line_pos = 0;
|
||||
}
|
||||
|
||||
/* cursor is below end line of chat window? */
|
||||
if (ptr_win->win_chat_cursor_y > ptr_win->win_chat_height - 1)
|
||||
{
|
||||
ptr_win->win_chat_cursor_x = 0;
|
||||
ptr_win->win_chat_cursor_y = ptr_win->win_chat_height - 1;
|
||||
}
|
||||
|
||||
ptr_win->scroll->reset_allowed = 0;
|
||||
|
||||
gui_chat_draw_formatted_buffer (ptr_win);
|
||||
break;
|
||||
case GUI_BUFFER_TYPE_FREE:
|
||||
/* display at position of scrolling */
|
||||
ptr_line = (ptr_win->scroll->start_line) ?
|
||||
ptr_win->scroll->start_line : buffer->lines->first_line;
|
||||
if (ptr_line)
|
||||
{
|
||||
if (!ptr_line->data->displayed)
|
||||
ptr_line = gui_line_get_next_displayed (ptr_line);
|
||||
if (ptr_line)
|
||||
{
|
||||
y_start = (ptr_win->scroll->start_line) ? ptr_line->data->y : 0;
|
||||
y_end = y_start + ptr_win->win_chat_height - 1;
|
||||
while (ptr_line && (ptr_line->data->y <= y_end))
|
||||
{
|
||||
y = ptr_line->data->y - y_start;
|
||||
if (y < ptr_win->coords_size)
|
||||
{
|
||||
ptr_win->coords[y].line = ptr_line;
|
||||
ptr_win->coords[y].data = ptr_line->data->message;
|
||||
}
|
||||
if (ptr_line->data->refresh_needed || erase)
|
||||
{
|
||||
gui_chat_display_line_y (ptr_win, ptr_line,
|
||||
y);
|
||||
}
|
||||
ptr_line = gui_line_get_next_displayed (ptr_line);
|
||||
}
|
||||
}
|
||||
}
|
||||
gui_chat_draw_free_buffer (ptr_win, clear_chat);
|
||||
break;
|
||||
case GUI_BUFFER_NUM_TYPES:
|
||||
break;
|
||||
@@ -1439,18 +1544,3 @@ gui_chat_draw (struct t_gui_buffer *buffer, int erase)
|
||||
|
||||
buffer->chat_refresh_needed = 0;
|
||||
}
|
||||
|
||||
/*
|
||||
* gui_chat_draw_line: add a line to chat window for a buffer
|
||||
*/
|
||||
|
||||
void
|
||||
gui_chat_draw_line (struct t_gui_buffer *buffer, struct t_gui_line *line)
|
||||
{
|
||||
/*
|
||||
* This function does nothing in Curses GUI,
|
||||
* line will be displayed by gui_buffer_draw_chat()
|
||||
*/
|
||||
(void) buffer;
|
||||
(void) line;
|
||||
}
|
||||
|
||||
+250
-203
@@ -208,6 +208,8 @@ gui_key_default_bindings (int context)
|
||||
BIND(/* m-> */ "meta->", "/input jump_next_visited_buffer");
|
||||
BIND(/* m-/ */ "meta-/", "/input jump_last_buffer_displayed");
|
||||
BIND(/* m-m */ "meta-m", "/mute mouse toggle");
|
||||
BIND(/* start paste */ "meta2-200~", "/input paste_start");
|
||||
BIND(/* end paste */ "meta2-201~", "/input paste_stop");
|
||||
|
||||
/* bind meta-j + {01..99} to switch to buffers # > 10 */
|
||||
for (i = 1; i < 100; i++)
|
||||
@@ -288,172 +290,194 @@ gui_key_default_bindings (int context)
|
||||
*/
|
||||
|
||||
void
|
||||
gui_key_flush ()
|
||||
gui_key_flush (int paste)
|
||||
{
|
||||
int i, key, insert_ok;
|
||||
int i, key, last_key_used, insert_ok, undo_done;
|
||||
static char key_str[64] = { '\0' };
|
||||
static int length_key_str = 0;
|
||||
char key_temp[2], *key_utf, *input_old, *ptr_char, *next_char, *ptr_error;
|
||||
char utf_partial_char[16];
|
||||
struct t_gui_buffer *old_buffer;
|
||||
|
||||
/* if paste pending or bracketed paste detected, just return */
|
||||
if (gui_key_paste_pending || gui_key_paste_bracketed)
|
||||
return;
|
||||
|
||||
/* if buffer is empty, just return */
|
||||
if (gui_key_buffer_size == 0)
|
||||
return;
|
||||
|
||||
/*
|
||||
* if there's no paste pending, then we use buffer and do actions
|
||||
* according to keys
|
||||
*/
|
||||
if (!gui_key_paste_pending)
|
||||
gui_key_last_activity_time = time (NULL);
|
||||
last_key_used = -1;
|
||||
undo_done = 0;
|
||||
old_buffer = NULL;
|
||||
for (i = 0; i < gui_key_buffer_size; i++)
|
||||
{
|
||||
if (gui_key_buffer_size > 0)
|
||||
gui_key_last_activity_time = time (NULL);
|
||||
key = gui_key_buffer[i];
|
||||
insert_ok = 1;
|
||||
utf_partial_char[0] = '\0';
|
||||
|
||||
for (i = 0; i < gui_key_buffer_size; i++)
|
||||
if (gui_mouse_event_pending || (key < 32) || (key == 127))
|
||||
{
|
||||
key = gui_key_buffer[i];
|
||||
insert_ok = 1;
|
||||
utf_partial_char[0] = '\0';
|
||||
|
||||
if (gui_mouse_event_pending || (key < 32) || (key == 127))
|
||||
if (gui_mouse_event_pending)
|
||||
{
|
||||
if (gui_mouse_event_pending)
|
||||
{
|
||||
insert_ok = 0;
|
||||
key_str[0] = (char)key;
|
||||
key_str[1] = '\0';
|
||||
length_key_str = 1;
|
||||
}
|
||||
else if (key < 32)
|
||||
{
|
||||
insert_ok = 0;
|
||||
key_str[0] = '\x01';
|
||||
key_str[1] = (char)key + '@';
|
||||
key_str[2] = '\0';
|
||||
length_key_str = 2;
|
||||
}
|
||||
else if (key == 127)
|
||||
{
|
||||
key_str[0] = '\x01';
|
||||
key_str[1] = '?';
|
||||
key_str[2] = '\0';
|
||||
length_key_str = 2;
|
||||
}
|
||||
insert_ok = 0;
|
||||
key_str[0] = (char)key;
|
||||
key_str[1] = '\0';
|
||||
length_key_str = 1;
|
||||
}
|
||||
else
|
||||
else if (key < 32)
|
||||
{
|
||||
if (local_utf8)
|
||||
{
|
||||
key_str[length_key_str] = (char)key;
|
||||
key_str[length_key_str + 1] = '\0';
|
||||
length_key_str++;
|
||||
|
||||
/*
|
||||
* replace invalid chars by "?", but NOT last char of
|
||||
* string, if it is incomplete UTF-8 char (another char
|
||||
* will be added to the string on next iteration)
|
||||
*/
|
||||
ptr_char = key_str;
|
||||
while (ptr_char && ptr_char[0])
|
||||
{
|
||||
(void) utf8_is_valid (ptr_char, &ptr_error);
|
||||
if (!ptr_error)
|
||||
break;
|
||||
next_char = utf8_next_char (ptr_error);
|
||||
if (next_char && next_char[0])
|
||||
{
|
||||
ptr_char = ptr_error;
|
||||
while (ptr_char < next_char)
|
||||
{
|
||||
ptr_char[0] = '?';
|
||||
ptr_char++;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
strcpy (utf_partial_char, ptr_char);
|
||||
ptr_char[0] = '\0';
|
||||
break;
|
||||
}
|
||||
ptr_char = next_char;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
/* convert input to UTF-8 */
|
||||
key_temp[0] = (char) key;
|
||||
key_temp[1] = '\0';
|
||||
key_utf = string_iconv_to_internal (NULL, key_temp);
|
||||
strcat (key_str, key_utf);
|
||||
}
|
||||
insert_ok = 0;
|
||||
key_str[0] = '\x01';
|
||||
key_str[1] = (char)key + '@';
|
||||
key_str[2] = '\0';
|
||||
length_key_str = 2;
|
||||
}
|
||||
|
||||
if (key_str[0])
|
||||
else if (key == 127)
|
||||
{
|
||||
hook_signal_send ("key_pressed",
|
||||
WEECHAT_HOOK_SIGNAL_STRING, key_str);
|
||||
key_str[0] = '\x01';
|
||||
key_str[1] = '?';
|
||||
key_str[2] = '\0';
|
||||
length_key_str = 2;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if (local_utf8)
|
||||
{
|
||||
key_str[length_key_str] = (char)key;
|
||||
key_str[length_key_str + 1] = '\0';
|
||||
length_key_str++;
|
||||
|
||||
if (gui_current_window->buffer->text_search != GUI_TEXT_SEARCH_DISABLED)
|
||||
input_old = (gui_current_window->buffer->input_buffer) ?
|
||||
strdup (gui_current_window->buffer->input_buffer) : strdup ("");
|
||||
else
|
||||
input_old = NULL;
|
||||
|
||||
if ((gui_key_pressed (key_str) != 0) && (insert_ok)
|
||||
&& (!gui_cursor_mode))
|
||||
/*
|
||||
* replace invalid chars by "?", but NOT last char of
|
||||
* string, if it is incomplete UTF-8 char (another char
|
||||
* will be added to the string on next iteration)
|
||||
*/
|
||||
ptr_char = key_str;
|
||||
while (ptr_char && ptr_char[0])
|
||||
{
|
||||
gui_buffer_undo_snap (gui_current_window->buffer);
|
||||
gui_input_insert_string (gui_current_window->buffer,
|
||||
key_str, -1);
|
||||
if (gui_current_window->buffer->completion)
|
||||
gui_completion_stop (gui_current_window->buffer->completion, 0);
|
||||
gui_input_text_changed_modifier_and_signal (gui_current_window->buffer, 1);
|
||||
}
|
||||
|
||||
/* incremental text search in buffer */
|
||||
if ((gui_current_window->buffer->text_search != GUI_TEXT_SEARCH_DISABLED)
|
||||
&& ((input_old == NULL)
|
||||
|| (gui_current_window->buffer->input_buffer == NULL)
|
||||
|| (strcmp (input_old, gui_current_window->buffer->input_buffer) != 0)))
|
||||
{
|
||||
/*
|
||||
* if current input is longer than old input, and that
|
||||
* beginning of current input is exactly equal to old input,
|
||||
* then do nothing (search will not find any result and can
|
||||
* take some time on buffer with many lines..)
|
||||
*/
|
||||
if (!gui_current_window->buffer->text_search_found
|
||||
&& (input_old != NULL)
|
||||
&& (input_old[0])
|
||||
&& (gui_current_window->buffer->input_buffer != NULL)
|
||||
&& (gui_current_window->buffer->input_buffer[0])
|
||||
&& (strlen (gui_current_window->buffer->input_buffer) > strlen (input_old))
|
||||
&& (strncmp (gui_current_window->buffer->input_buffer, input_old,
|
||||
strlen (input_old)) == 0))
|
||||
(void) utf8_is_valid (ptr_char, &ptr_error);
|
||||
if (!ptr_error)
|
||||
break;
|
||||
next_char = utf8_next_char (ptr_error);
|
||||
if (next_char && next_char[0])
|
||||
{
|
||||
/*
|
||||
* do not search text in buffer, just alert about text not
|
||||
* found
|
||||
*/
|
||||
if (CONFIG_BOOLEAN(config_look_search_text_not_found_alert))
|
||||
printf ("\a");
|
||||
ptr_char = ptr_error;
|
||||
while (ptr_char < next_char)
|
||||
{
|
||||
ptr_char[0] = '?';
|
||||
ptr_char++;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
gui_window_search_restart (gui_current_window);
|
||||
strcpy (utf_partial_char, ptr_char);
|
||||
ptr_char[0] = '\0';
|
||||
break;
|
||||
}
|
||||
ptr_char = next_char;
|
||||
}
|
||||
|
||||
if (input_old)
|
||||
free (input_old);
|
||||
}
|
||||
|
||||
/* prepare incomplete UTF-8 char for next iteration */
|
||||
if (utf_partial_char[0])
|
||||
strcpy (key_str, utf_partial_char);
|
||||
else
|
||||
key_str[0] = '\0';
|
||||
length_key_str = strlen (key_str);
|
||||
{
|
||||
/* convert input to UTF-8 */
|
||||
key_temp[0] = (char)key;
|
||||
key_temp[1] = '\0';
|
||||
key_utf = string_iconv_to_internal (NULL, key_temp);
|
||||
strcat (key_str, key_utf);
|
||||
}
|
||||
}
|
||||
|
||||
gui_key_buffer_reset ();
|
||||
if (key_str[0])
|
||||
{
|
||||
hook_signal_send ("key_pressed",
|
||||
WEECHAT_HOOK_SIGNAL_STRING, key_str);
|
||||
|
||||
if (gui_current_window->buffer->text_search != GUI_TEXT_SEARCH_DISABLED)
|
||||
input_old = (gui_current_window->buffer->input_buffer) ?
|
||||
strdup (gui_current_window->buffer->input_buffer) : strdup ("");
|
||||
else
|
||||
input_old = NULL;
|
||||
old_buffer = gui_current_window->buffer;
|
||||
|
||||
if ((gui_key_pressed (key_str) != 0) && (insert_ok)
|
||||
&& (!gui_cursor_mode))
|
||||
{
|
||||
if (!paste || !undo_done)
|
||||
gui_buffer_undo_snap (gui_current_window->buffer);
|
||||
gui_input_insert_string (gui_current_window->buffer,
|
||||
key_str, -1);
|
||||
if (gui_current_window->buffer->completion)
|
||||
gui_completion_stop (gui_current_window->buffer->completion, 0);
|
||||
gui_input_text_changed_modifier_and_signal (gui_current_window->buffer,
|
||||
(!paste || !undo_done) ? 1 : 0);
|
||||
undo_done = 1;
|
||||
}
|
||||
|
||||
/* incremental text search in buffer */
|
||||
if ((old_buffer == gui_current_window->buffer)
|
||||
&& (gui_current_window->buffer->text_search != GUI_TEXT_SEARCH_DISABLED)
|
||||
&& ((input_old == NULL)
|
||||
|| (gui_current_window->buffer->input_buffer == NULL)
|
||||
|| (strcmp (input_old, gui_current_window->buffer->input_buffer) != 0)))
|
||||
{
|
||||
/*
|
||||
* if current input is longer than old input, and that
|
||||
* beginning of current input is exactly equal to old input,
|
||||
* then do nothing (search will not find any result and can
|
||||
* take some time on buffer with many lines..)
|
||||
*/
|
||||
if (!gui_current_window->buffer->text_search_found
|
||||
&& (input_old != NULL)
|
||||
&& (input_old[0])
|
||||
&& (gui_current_window->buffer->input_buffer != NULL)
|
||||
&& (gui_current_window->buffer->input_buffer[0])
|
||||
&& (strlen (gui_current_window->buffer->input_buffer) > strlen (input_old))
|
||||
&& (strncmp (gui_current_window->buffer->input_buffer, input_old,
|
||||
strlen (input_old)) == 0))
|
||||
{
|
||||
/*
|
||||
* do not search text in buffer, just alert about text not
|
||||
* found
|
||||
*/
|
||||
if (CONFIG_BOOLEAN(config_look_search_text_not_found_alert))
|
||||
printf ("\a");
|
||||
}
|
||||
else
|
||||
{
|
||||
gui_window_search_restart (gui_current_window);
|
||||
}
|
||||
}
|
||||
|
||||
if (input_old)
|
||||
free (input_old);
|
||||
}
|
||||
|
||||
/* prepare incomplete UTF-8 char for next iteration */
|
||||
if (utf_partial_char[0])
|
||||
strcpy (key_str, utf_partial_char);
|
||||
else
|
||||
key_str[0] = '\0';
|
||||
length_key_str = strlen (key_str);
|
||||
|
||||
/* set last key used in buffer if combo buffer is empty */
|
||||
if (gui_key_grab || gui_mouse_event_pending || !gui_key_combo_buffer[0])
|
||||
last_key_used = i;
|
||||
}
|
||||
|
||||
if (last_key_used == gui_key_buffer_size - 1)
|
||||
gui_key_buffer_reset ();
|
||||
else if (last_key_used >= 0)
|
||||
gui_key_buffer_remove (0, last_key_used + 1);
|
||||
|
||||
if (!gui_key_grab && !gui_mouse_event_pending)
|
||||
gui_key_combo_buffer[0] = '\0';
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -463,7 +487,7 @@ gui_key_flush ()
|
||||
int
|
||||
gui_key_read_cb (void *data, int fd)
|
||||
{
|
||||
int ret, i, accept_paste, cancel_paste, text_added_to_buffer, paste_lines;
|
||||
int ret, i, accept_paste, cancel_paste, text_added_to_buffer, pos;
|
||||
unsigned char buffer[4096];
|
||||
|
||||
/* make C compiler happy */
|
||||
@@ -474,85 +498,108 @@ gui_key_read_cb (void *data, int fd)
|
||||
cancel_paste = 0;
|
||||
text_added_to_buffer = 0;
|
||||
|
||||
if (gui_key_paste_pending)
|
||||
ret = read (STDIN_FILENO, buffer, sizeof (buffer));
|
||||
if (ret == 0)
|
||||
{
|
||||
ret = read (STDIN_FILENO, buffer, 1);
|
||||
if (ret == 0)
|
||||
{
|
||||
/* no data on stdin, terminal lost */
|
||||
log_printf (_("Terminal lost, exiting WeeChat..."));
|
||||
hook_signal_send ("quit", WEECHAT_HOOK_SIGNAL_STRING, NULL);
|
||||
weechat_quit = 1;
|
||||
return WEECHAT_RC_OK;
|
||||
}
|
||||
if (ret <= 0)
|
||||
return WEECHAT_RC_OK;
|
||||
|
||||
/* ctrl-Y: accept paste */
|
||||
if (buffer[0] == 25)
|
||||
accept_paste = 1;
|
||||
|
||||
/* ctrl-N: cancel paste */
|
||||
if (buffer[0] == 14)
|
||||
cancel_paste = 1;
|
||||
/* no data on stdin, terminal lost */
|
||||
log_printf (_("Terminal lost, exiting WeeChat..."));
|
||||
hook_signal_send ("quit", WEECHAT_HOOK_SIGNAL_STRING, NULL);
|
||||
weechat_quit = 1;
|
||||
return WEECHAT_RC_OK;
|
||||
}
|
||||
else
|
||||
{
|
||||
ret = read (STDIN_FILENO, buffer, sizeof (buffer));
|
||||
if (ret == 0)
|
||||
{
|
||||
/* no data on stdin, terminal lost */
|
||||
log_printf (_("Terminal lost, exiting WeeChat..."));
|
||||
hook_signal_send ("quit", WEECHAT_HOOK_SIGNAL_STRING, NULL);
|
||||
weechat_quit = 1;
|
||||
return WEECHAT_RC_OK;
|
||||
}
|
||||
if (ret < 0)
|
||||
return WEECHAT_RC_OK;
|
||||
if (ret < 0)
|
||||
return WEECHAT_RC_OK;
|
||||
|
||||
for (i = 0; i < ret; i++)
|
||||
{
|
||||
/* add all chars (ignore a '\n' after a '\r') */
|
||||
if ((i == 0)
|
||||
|| (buffer[i] != '\n')
|
||||
|| (buffer[i - 1] != '\r'))
|
||||
{
|
||||
gui_key_buffer_add (buffer[i]);
|
||||
}
|
||||
}
|
||||
|
||||
text_added_to_buffer = 1;
|
||||
}
|
||||
|
||||
if (gui_key_paste_pending)
|
||||
{
|
||||
/* user is ok for pasting text, let's paste! */
|
||||
if (accept_paste)
|
||||
gui_key_paste_accept ();
|
||||
/* user doesn't want to paste text: clear whole buffer! */
|
||||
else if (cancel_paste)
|
||||
gui_key_paste_cancel ();
|
||||
else if (text_added_to_buffer)
|
||||
gui_input_text_changed_modifier_and_signal (gui_current_window->buffer, 0);
|
||||
}
|
||||
else
|
||||
for (i = 0; i < ret; i++)
|
||||
{
|
||||
/*
|
||||
* detect user paste or large amount of text
|
||||
* if so, ask user what to do
|
||||
* add all chars, but ignore a newline ('\r' or '\n') after
|
||||
* another one)
|
||||
*/
|
||||
if (CONFIG_INTEGER(config_look_paste_max_lines) > 0)
|
||||
if ((i == 0)
|
||||
|| ((buffer[i] != '\r') && (buffer[i] != '\n'))
|
||||
|| ((buffer[i - 1] != '\r') && (buffer[i - 1] != '\n')))
|
||||
{
|
||||
paste_lines = gui_key_get_paste_lines ();
|
||||
if (paste_lines > CONFIG_INTEGER(config_look_paste_max_lines))
|
||||
if (gui_key_paste_pending)
|
||||
{
|
||||
gui_key_paste_pending = 1;
|
||||
gui_input_paste_pending_signal ();
|
||||
if (buffer[i] == 25)
|
||||
{
|
||||
/* ctrl-Y: accept paste */
|
||||
accept_paste = 1;
|
||||
}
|
||||
else if (buffer[i] == 14)
|
||||
{
|
||||
/* ctrl-N: cancel paste */
|
||||
cancel_paste = 1;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
gui_key_buffer_add (buffer[i]);
|
||||
text_added_to_buffer = 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
gui_key_flush ();
|
||||
if (gui_key_paste_pending)
|
||||
{
|
||||
if (accept_paste)
|
||||
{
|
||||
/* user is ok for pasting text, let's paste! */
|
||||
gui_key_paste_accept ();
|
||||
}
|
||||
else if (cancel_paste)
|
||||
{
|
||||
/* user doesn't want to paste text: clear whole buffer! */
|
||||
gui_key_paste_cancel ();
|
||||
}
|
||||
else if (text_added_to_buffer)
|
||||
{
|
||||
/* new text received while asking for paste, update message */
|
||||
gui_input_paste_pending_signal ();
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
if (!gui_key_paste_bracketed)
|
||||
{
|
||||
pos = gui_key_buffer_search (0, -1, GUI_KEY_BRACKETED_PASTE_START);
|
||||
if (pos >= 0)
|
||||
{
|
||||
gui_key_buffer_remove (pos, GUI_KEY_BRACKETED_PASTE_LENGTH);
|
||||
gui_key_paste_bracketed_start ();
|
||||
}
|
||||
}
|
||||
|
||||
if (!gui_key_paste_bracketed)
|
||||
gui_key_paste_check (0);
|
||||
}
|
||||
|
||||
gui_key_flush ((accept_paste) ? 1 : 0);
|
||||
|
||||
if (gui_key_paste_bracketed)
|
||||
{
|
||||
pos = gui_key_buffer_search (0, -1, GUI_KEY_BRACKETED_PASTE_END);
|
||||
if (pos >= 0)
|
||||
{
|
||||
/* remove the code for end of bracketed paste (ESC[201~) */
|
||||
gui_key_buffer_remove (pos, GUI_KEY_BRACKETED_PASTE_LENGTH);
|
||||
|
||||
/* remove final newline (if needed) */
|
||||
gui_key_paste_remove_newline ();
|
||||
|
||||
/* replace tabs by spaces */
|
||||
gui_key_paste_replace_tabs ();
|
||||
|
||||
/* stop bracketed mode */
|
||||
gui_key_paste_bracketed_timer_remove ();
|
||||
gui_key_paste_bracketed_stop ();
|
||||
|
||||
/* if paste confirmation not displayed, flush buffer now */
|
||||
if (!gui_key_paste_pending)
|
||||
gui_key_flush (1);
|
||||
}
|
||||
}
|
||||
|
||||
return WEECHAT_RC_OK;
|
||||
}
|
||||
|
||||
@@ -177,6 +177,8 @@ gui_main_init ()
|
||||
gui_mouse_enable ();
|
||||
else
|
||||
gui_mouse_disable ();
|
||||
|
||||
gui_window_set_bracketed_paste_mode (CONFIG_BOOLEAN(config_look_paste_bracketed));
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -401,6 +403,9 @@ gui_main_end (int clean_exit)
|
||||
gui_main_refreshs ();
|
||||
}
|
||||
|
||||
/* disable bracketed paste mode */
|
||||
gui_window_set_bracketed_paste_mode (0);
|
||||
|
||||
/* disable mouse */
|
||||
gui_mouse_disable ();
|
||||
|
||||
@@ -432,7 +437,6 @@ gui_main_end (int clean_exit)
|
||||
gui_buffer_close (gui_buffers);
|
||||
}
|
||||
|
||||
gui_ok = 0;
|
||||
gui_init_ok = 0;
|
||||
|
||||
/* delete global history */
|
||||
|
||||
@@ -106,9 +106,6 @@ gui_window_read_terminal_size ()
|
||||
gui_term_cols = new_width;
|
||||
gui_term_lines = new_height;
|
||||
}
|
||||
|
||||
gui_ok = ((gui_term_cols >= GUI_WINDOW_MIN_WIDTH)
|
||||
&& (gui_term_lines >= GUI_WINDOW_MIN_HEIGHT));
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -157,7 +154,7 @@ gui_window_objects_free (struct t_gui_window *window, int free_separator)
|
||||
void
|
||||
gui_window_clear_weechat (WINDOW *window, int weechat_color)
|
||||
{
|
||||
if (!gui_ok)
|
||||
if (!gui_init_ok)
|
||||
return;
|
||||
|
||||
wbkgdset (window, ' ' | COLOR_PAIR (gui_color_weechat_get_pair (weechat_color)));
|
||||
@@ -172,7 +169,7 @@ gui_window_clear_weechat (WINDOW *window, int weechat_color)
|
||||
void
|
||||
gui_window_clear (WINDOW *window, int fg, int bg)
|
||||
{
|
||||
if (!gui_ok)
|
||||
if (!gui_init_ok)
|
||||
return;
|
||||
|
||||
if ((fg > 0) && (fg & GUI_COLOR_EXTENDED_FLAG))
|
||||
@@ -932,13 +929,6 @@ gui_window_calculate_pos_size (struct t_gui_window *window)
|
||||
struct t_gui_bar_window *ptr_bar_win;
|
||||
int add_top, add_bottom, add_left, add_right;
|
||||
|
||||
if ((window->win_width < GUI_WINDOW_MIN_WIDTH)
|
||||
|| (window->win_height < GUI_WINDOW_MIN_HEIGHT))
|
||||
{
|
||||
gui_ok = 0;
|
||||
return;
|
||||
}
|
||||
|
||||
for (ptr_bar_win = window->bar_windows; ptr_bar_win;
|
||||
ptr_bar_win = ptr_bar_win->next_bar_window)
|
||||
{
|
||||
@@ -957,8 +947,17 @@ gui_window_calculate_pos_size (struct t_gui_window *window)
|
||||
window->win_chat_cursor_x = window->win_x + add_left;
|
||||
window->win_chat_cursor_y = window->win_y + add_top;
|
||||
|
||||
if ((window->win_chat_width <= 1) || (window->win_chat_height <= 0))
|
||||
gui_ok = 0;
|
||||
/* chat area too small? (not enough space left) */
|
||||
if ((window->win_chat_width < 1) || (window->win_chat_height < 1))
|
||||
{
|
||||
/* invalidate the chat area, it will not be displayed */
|
||||
window->win_chat_x = -1;
|
||||
window->win_chat_y = -1;
|
||||
window->win_chat_width = 0;
|
||||
window->win_chat_height = 0;
|
||||
window->win_chat_cursor_x = 0;
|
||||
window->win_chat_cursor_y = 0;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
@@ -1005,7 +1004,7 @@ gui_window_draw_separator (struct t_gui_window *window)
|
||||
void
|
||||
gui_window_redraw_buffer (struct t_gui_buffer *buffer)
|
||||
{
|
||||
if (!gui_ok)
|
||||
if (!gui_init_ok)
|
||||
return;
|
||||
|
||||
gui_chat_draw (buffer, 1);
|
||||
@@ -1020,7 +1019,7 @@ gui_window_redraw_all_buffers ()
|
||||
{
|
||||
struct t_gui_buffer *ptr_buffer;
|
||||
|
||||
if (!gui_ok)
|
||||
if (!gui_init_ok)
|
||||
return;
|
||||
|
||||
for (ptr_buffer = gui_buffers; ptr_buffer;
|
||||
@@ -1042,7 +1041,7 @@ gui_window_switch_to_buffer (struct t_gui_window *window,
|
||||
struct t_gui_bar_window *ptr_bar_window;
|
||||
struct t_gui_buffer *old_buffer;
|
||||
|
||||
if (!gui_ok)
|
||||
if (!gui_init_ok)
|
||||
return;
|
||||
|
||||
gui_buffer_add_value_num_displayed (window->buffer, -1);
|
||||
@@ -1087,35 +1086,38 @@ gui_window_switch_to_buffer (struct t_gui_window *window,
|
||||
if (!weechat_upgrading && (old_buffer != buffer))
|
||||
gui_hotlist_remove_buffer (buffer);
|
||||
|
||||
if (gui_ok)
|
||||
gui_bar_window_remove_unused_bars (window);
|
||||
gui_bar_window_add_missing_bars (window);
|
||||
|
||||
/* create bar windows */
|
||||
for (ptr_bar_window = window->bar_windows; ptr_bar_window;
|
||||
ptr_bar_window = ptr_bar_window->next_bar_window)
|
||||
{
|
||||
gui_bar_window_remove_unused_bars (window);
|
||||
gui_bar_window_add_missing_bars (window);
|
||||
gui_bar_window_content_build (ptr_bar_window, window);
|
||||
gui_bar_window_calculate_pos_size (ptr_bar_window, window);
|
||||
gui_bar_window_create_win (ptr_bar_window);
|
||||
}
|
||||
|
||||
/* create bar windows */
|
||||
for (ptr_bar_window = window->bar_windows; ptr_bar_window;
|
||||
ptr_bar_window = ptr_bar_window->next_bar_window)
|
||||
{
|
||||
gui_bar_window_content_build (ptr_bar_window, window);
|
||||
gui_bar_window_calculate_pos_size (ptr_bar_window, window);
|
||||
gui_bar_window_create_win (ptr_bar_window);
|
||||
}
|
||||
gui_window_calculate_pos_size (window);
|
||||
|
||||
gui_window_calculate_pos_size (window);
|
||||
/* destroy Curses windows */
|
||||
gui_window_objects_free (window, 0);
|
||||
|
||||
/* destroy Curses windows */
|
||||
gui_window_objects_free (window, 0);
|
||||
|
||||
/* create Curses windows */
|
||||
if (GUI_WINDOW_OBJECTS(window)->win_chat)
|
||||
delwin (GUI_WINDOW_OBJECTS(window)->win_chat);
|
||||
/* create Curses windows */
|
||||
if (GUI_WINDOW_OBJECTS(window)->win_chat)
|
||||
{
|
||||
delwin (GUI_WINDOW_OBJECTS(window)->win_chat);
|
||||
GUI_WINDOW_OBJECTS(window)->win_chat = NULL;
|
||||
}
|
||||
if ((window->win_chat_x >= 0) && (window->win_chat_y >= 0))
|
||||
{
|
||||
GUI_WINDOW_OBJECTS(window)->win_chat = newwin (window->win_chat_height,
|
||||
window->win_chat_width,
|
||||
window->win_chat_y,
|
||||
window->win_chat_x);
|
||||
gui_window_draw_separator (window);
|
||||
gui_buffer_ask_chat_refresh (window->buffer, 2);
|
||||
}
|
||||
gui_window_draw_separator (window);
|
||||
gui_buffer_ask_chat_refresh (window->buffer, 2);
|
||||
|
||||
if (window->buffer->type == GUI_BUFFER_TYPE_FREE)
|
||||
{
|
||||
@@ -1193,7 +1195,7 @@ gui_window_page_up (struct t_gui_window *window)
|
||||
char scroll[32];
|
||||
int num_lines;
|
||||
|
||||
if (!gui_ok)
|
||||
if (!gui_init_ok)
|
||||
return;
|
||||
|
||||
num_lines = ((window->win_chat_height - 1) *
|
||||
@@ -1243,7 +1245,7 @@ gui_window_page_down (struct t_gui_window *window)
|
||||
int line_pos, num_lines;
|
||||
char scroll[32];
|
||||
|
||||
if (!gui_ok)
|
||||
if (!gui_init_ok)
|
||||
return;
|
||||
|
||||
num_lines = ((window->win_chat_height - 1) *
|
||||
@@ -1298,7 +1300,7 @@ gui_window_scroll_up (struct t_gui_window *window)
|
||||
{
|
||||
char scroll[32];
|
||||
|
||||
if (!gui_ok)
|
||||
if (!gui_init_ok)
|
||||
return;
|
||||
|
||||
switch (window->buffer->type)
|
||||
@@ -1342,7 +1344,7 @@ gui_window_scroll_down (struct t_gui_window *window)
|
||||
int line_pos;
|
||||
char scroll[32];
|
||||
|
||||
if (!gui_ok)
|
||||
if (!gui_init_ok)
|
||||
return;
|
||||
|
||||
switch (window->buffer->type)
|
||||
@@ -1389,7 +1391,7 @@ gui_window_scroll_down (struct t_gui_window *window)
|
||||
void
|
||||
gui_window_scroll_top (struct t_gui_window *window)
|
||||
{
|
||||
if (!gui_ok)
|
||||
if (!gui_init_ok)
|
||||
return;
|
||||
|
||||
switch (window->buffer->type)
|
||||
@@ -1426,7 +1428,7 @@ gui_window_scroll_bottom (struct t_gui_window *window)
|
||||
{
|
||||
char scroll[32];
|
||||
|
||||
if (!gui_ok)
|
||||
if (!gui_init_ok)
|
||||
return;
|
||||
|
||||
switch (window->buffer->type)
|
||||
@@ -1475,14 +1477,14 @@ gui_window_auto_resize (struct t_gui_window_tree *tree,
|
||||
int size1, size2;
|
||||
struct t_gui_window_tree *parent;
|
||||
|
||||
if (!gui_ok)
|
||||
if (!gui_init_ok)
|
||||
return 0;
|
||||
|
||||
if (tree)
|
||||
{
|
||||
if (tree->window)
|
||||
{
|
||||
if ((width < GUI_WINDOW_MIN_WIDTH) || (height < GUI_WINDOW_MIN_HEIGHT))
|
||||
if ((width < 1) || (height < 2))
|
||||
return -1;
|
||||
if (!simulate)
|
||||
{
|
||||
@@ -1549,7 +1551,7 @@ gui_window_refresh_windows ()
|
||||
struct t_gui_bar *ptr_bar;
|
||||
int add_bottom, add_top, add_left, add_right;
|
||||
|
||||
if (!gui_ok)
|
||||
if (!gui_init_ok)
|
||||
return;
|
||||
|
||||
old_current_window = gui_current_window;
|
||||
@@ -1608,7 +1610,7 @@ gui_window_split_horizontal (struct t_gui_window *window, int percentage)
|
||||
struct t_gui_window *new_window;
|
||||
int height1, height2;
|
||||
|
||||
if (!gui_ok)
|
||||
if (!gui_init_ok)
|
||||
return NULL;
|
||||
|
||||
new_window = NULL;
|
||||
@@ -1616,7 +1618,7 @@ gui_window_split_horizontal (struct t_gui_window *window, int percentage)
|
||||
height1 = (window->win_height * percentage) / 100;
|
||||
height2 = window->win_height - height1;
|
||||
|
||||
if ((height1 >= GUI_WINDOW_MIN_HEIGHT) && (height2 >= GUI_WINDOW_MIN_HEIGHT)
|
||||
if ((height1 >= 2) && (height2 >= 2)
|
||||
&& (percentage > 0) && (percentage < 100))
|
||||
{
|
||||
new_window = gui_window_new (window, window->buffer,
|
||||
@@ -1653,7 +1655,7 @@ gui_window_split_vertical (struct t_gui_window *window, int percentage)
|
||||
struct t_gui_window *new_window;
|
||||
int width1, width2;
|
||||
|
||||
if (!gui_ok)
|
||||
if (!gui_init_ok)
|
||||
return NULL;
|
||||
|
||||
new_window = NULL;
|
||||
@@ -1661,7 +1663,7 @@ gui_window_split_vertical (struct t_gui_window *window, int percentage)
|
||||
width1 = (window->win_width * percentage) / 100;
|
||||
width2 = window->win_width - width1 - 1;
|
||||
|
||||
if ((width1 >= GUI_WINDOW_MIN_WIDTH) && (width2 >= GUI_WINDOW_MIN_WIDTH)
|
||||
if ((width1 >= 1) && (width2 >= 1)
|
||||
&& (percentage > 0) && (percentage < 100))
|
||||
{
|
||||
new_window = gui_window_new (window, window->buffer,
|
||||
@@ -1700,7 +1702,7 @@ gui_window_resize (struct t_gui_window *window, int percentage)
|
||||
struct t_gui_window_tree *parent;
|
||||
int old_split_pct, add_bottom, add_top, add_left, add_right;
|
||||
|
||||
if (!gui_ok)
|
||||
if (!gui_init_ok)
|
||||
return;
|
||||
|
||||
parent = window->ptr_tree->parent_node;
|
||||
@@ -1742,7 +1744,7 @@ gui_window_resize_delta (struct t_gui_window *window, int delta_percentage)
|
||||
struct t_gui_window_tree *parent;
|
||||
int old_split_pct, add_bottom, add_top, add_left, add_right;
|
||||
|
||||
if (!gui_ok)
|
||||
if (!gui_init_ok)
|
||||
return;
|
||||
|
||||
parent = window->ptr_tree->parent_node;
|
||||
@@ -1787,7 +1789,7 @@ gui_window_merge (struct t_gui_window *window)
|
||||
{
|
||||
struct t_gui_window_tree *parent, *sister;
|
||||
|
||||
if (!gui_ok)
|
||||
if (!gui_init_ok)
|
||||
return 0;
|
||||
|
||||
parent = window->ptr_tree->parent_node;
|
||||
@@ -1834,7 +1836,7 @@ gui_window_merge_all (struct t_gui_window *window)
|
||||
{
|
||||
int num_deleted, add_bottom, add_top, add_left, add_right;
|
||||
|
||||
if (!gui_ok)
|
||||
if (!gui_init_ok)
|
||||
return;
|
||||
|
||||
num_deleted = 0;
|
||||
@@ -1879,7 +1881,7 @@ gui_window_merge_all (struct t_gui_window *window)
|
||||
int
|
||||
gui_window_side_by_side (struct t_gui_window *win1, struct t_gui_window *win2)
|
||||
{
|
||||
if (!gui_ok)
|
||||
if (!gui_init_ok)
|
||||
return 0;
|
||||
|
||||
/* win2 over win1 ? */
|
||||
@@ -1934,7 +1936,7 @@ gui_window_switch_up (struct t_gui_window *window)
|
||||
{
|
||||
struct t_gui_window *ptr_win;
|
||||
|
||||
if (!gui_ok)
|
||||
if (!gui_init_ok)
|
||||
return;
|
||||
|
||||
for (ptr_win = gui_windows; ptr_win;
|
||||
@@ -1958,7 +1960,7 @@ gui_window_switch_down (struct t_gui_window *window)
|
||||
{
|
||||
struct t_gui_window *ptr_win;
|
||||
|
||||
if (!gui_ok)
|
||||
if (!gui_init_ok)
|
||||
return;
|
||||
|
||||
for (ptr_win = gui_windows; ptr_win;
|
||||
@@ -1982,7 +1984,7 @@ gui_window_switch_left (struct t_gui_window *window)
|
||||
{
|
||||
struct t_gui_window *ptr_win;
|
||||
|
||||
if (!gui_ok)
|
||||
if (!gui_init_ok)
|
||||
return;
|
||||
|
||||
for (ptr_win = gui_windows; ptr_win;
|
||||
@@ -2006,7 +2008,7 @@ gui_window_switch_right (struct t_gui_window *window)
|
||||
{
|
||||
struct t_gui_window *ptr_win;
|
||||
|
||||
if (!gui_ok)
|
||||
if (!gui_init_ok)
|
||||
return;
|
||||
|
||||
for (ptr_win = gui_windows; ptr_win;
|
||||
@@ -2102,7 +2104,7 @@ gui_window_swap (struct t_gui_window *window, int direction)
|
||||
struct t_gui_window *window2, *ptr_win;
|
||||
struct t_gui_buffer *buffer1;
|
||||
|
||||
if (!window || !gui_ok)
|
||||
if (!window || !gui_init_ok)
|
||||
return;
|
||||
|
||||
window2 = NULL;
|
||||
@@ -2273,6 +2275,28 @@ gui_window_send_clipboard (const char *storage_unit, const char *text)
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* gui_window_set_bracketed_paste_mode: enable/disable bracketed paste mode
|
||||
*/
|
||||
|
||||
void
|
||||
gui_window_set_bracketed_paste_mode (int enable)
|
||||
{
|
||||
char *envterm, *envtmux;
|
||||
int tmux, screen;
|
||||
|
||||
envtmux = getenv ("TMUX");
|
||||
tmux = (envtmux && envtmux[0]);
|
||||
|
||||
envterm = getenv ("TERM");
|
||||
screen = (envterm && (strncmp (envterm, "screen", 6) == 0) && !tmux);
|
||||
|
||||
fprintf (stderr, "%s\033[?2004%s%s",
|
||||
(screen) ? "\033P" : "",
|
||||
(enable) ? "h" : "l",
|
||||
(screen) ? "\033\\" : "");
|
||||
}
|
||||
|
||||
/*
|
||||
* gui_window_move_cursor: move cursor on screen (for cursor mode)
|
||||
*/
|
||||
@@ -2309,6 +2333,8 @@ void
|
||||
gui_window_objects_print_log (struct t_gui_window *window)
|
||||
{
|
||||
log_printf (" window specific objects for Curses:");
|
||||
log_printf (" win_chat. . . . . : 0x%lx", GUI_WINDOW_OBJECTS(window)->win_chat);
|
||||
log_printf (" win_separator . . : 0x%lx", GUI_WINDOW_OBJECTS(window)->win_separator);
|
||||
log_printf (" win_chat. . . . . . . : 0x%lx", GUI_WINDOW_OBJECTS(window)->win_chat);
|
||||
log_printf (" win_separator . . . . : 0x%lx", GUI_WINDOW_OBJECTS(window)->win_separator);
|
||||
log_printf (" first_line_with_prefix: 0x%lx", GUI_WINDOW_OBJECTS(window)->first_line_with_prefix);
|
||||
log_printf (" force_prefix_for_line : %d", GUI_WINDOW_OBJECTS(window)->force_prefix_for_line);
|
||||
}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user