@ -2909,15 +2909,131 @@ Es ist möglich eine oder mehrere URL von IRC Servern zu übergeben:
@@ -2909,15 +2909,131 @@ Es ist möglich eine oder mehrere URL von IRC Servern zu übergeben:
For example if you want to automatically connect to all servers you define
without having to do it on each server, you can do:
----
/set irc.server_default.autoconnect on
----
And then you can reset the server option so that it uses the default inherited
value, which is now `on` instead of the default value `off`:
----
/unset irc.server.libera.autoconnect
----
[[irc_ssl_certificates]]
==== SSL Zertifikate
===== SSL Zertifikate
Wenn eine Verbindung mittels SSL zu einem IRC Server hergestellt wird dann überprüft
WeeChat immer ob dieser Verbindung sicher ist.
@ -2947,7 +3063,7 @@ die Verifizierung sehr streng genommen wird und dadurch vielleicht versagt. Auch
@@ -2947,7 +3063,7 @@ die Verifizierung sehr streng genommen wird und dadurch vielleicht versagt. Auch
die Verbindung mit einer vorherigen Version (<0.3.1) funktioniert hat.
[[irc_connect_oftc_with_certificate]]
===== erstes Beispiel: Verbindung zu oftc und Überprüfung der Zertifikate
====== erstes Beispiel: Verbindung zu oftc und Überprüfung der Zertifikate
* Importieren Sie die Zertifikate in einer Shell:
@ -2970,7 +3086,7 @@ Es ist möglich mehrere Zertifikate in der Datei CAs.pem zu verwenden.
@@ -2970,7 +3086,7 @@ Es ist möglich mehrere Zertifikate in der Datei CAs.pem zu verwenden.
----
[[irc_connect_oftc_with_certfp]]
===== zweites Beispiel: Verbindung zu oftc mittels CertFP
====== zweites Beispiel: Verbindung zu oftc mittels CertFP
* Erstellen Sie ein Zertifikat in der Shell:
@ -2995,7 +3111,7 @@ das auch beispielsweise `~/.weechat` sein kann.
@@ -2995,7 +3111,7 @@ das auch beispielsweise `~/.weechat` sein kann.
Für weiterreichende Informationen lesen Sie bitte: https://www.oftc.net/NickServ/CertFP
[[irc_sasl_authentication]]
==== SASL Authentifizierung
===== SASL Authentifizierung
WeeChat unterstützt eine SASL Authentifikation, mittels verschiedener Mechanismen:
@ -3017,7 +3133,7 @@ Optionen für Server sind:
@@ -3017,7 +3133,7 @@ Optionen für Server sind:
_ecdsa-nist256p-challenge_ Mechanismus)
[[irc_sasl_ecdsa_nist256p_challenge]]
===== SASL ECDSA-NIST256P-CHALLENGE
====== SASL ECDSA-NIST256P-CHALLENGE
Es muss ein privater Schlüssel erstellt werden um sich mittels des
ECDSA-NIST256P-CHALLENGE Mechanismus authentifizieren zu können (es wird
@ -3064,8 +3180,40 @@ Erneut mit dem Server verbinden:
@@ -3064,8 +3180,40 @@ Erneut mit dem Server verbinden:
/reconnect libera
----
// TRANSLATION MISSING
[[irc_servers_connection]]
===== Connection
You can connect to server with the <<command_irc_connect,/connect>> command:
----
/connect libera
----
To disconnect:
----
/disconnect libera
----
Or just this if you are on any buffer belonging to _libera_ server (server,
channel, private):
----
/disconnect
----
When you connect to multiple servers at same time, server buffers are merged
by default and you can switch between them with the kbd:[Ctrl+x] key. +
It is possible to disable auto merge of server buffers to have independent
server buffers:
----
/set irc.look.server_buffer independent
----
[[irc_tor_sasl]]
==== Connect with TOR and SASL
===== Connect with TOR and SASL
Einige Server unterstützen eine Verbindungen mittels TOR (https://www.torproject.org/),
dies ist ein Netzwerk mit virtueller Tunneln, durch welchen Personen und Gruppen ihre
@ -3113,6 +3261,64 @@ Abschließend, stellen Sie eine Verbindung zum Server her:
@@ -3113,6 +3261,64 @@ Abschließend, stellen Sie eine Verbindung zum Server her:
/connect irc-tor
----
// TRANSLATION MISSING
[[irc_channels]]
==== Channels
You can join channels with the <<command_irc_join,/join>> command:
----
/join #channel
----
Part a channel (keeping the buffer open):
----
/part [quit message]
----
The channels you joined are not saved. If you want to join them automatically
when connecting to the server, you must set the server `autojoin` option:
@ -2857,15 +2857,130 @@ It is possible to give URL for one or many IRC servers, as follow:
@@ -2857,15 +2857,130 @@ It is possible to give URL for one or many IRC servers, as follow:
For example if you want to automatically connect to all servers you define
without having to do it on each server, you can do:
----
/set irc.server_default.autoconnect on
----
And then you can reset the server option so that it uses the default inherited
value, which is now `on` instead of the default value `off`:
----
/unset irc.server.libera.autoconnect
----
[[irc_ssl_certificates]]
==== SSL certificates
===== SSL certificates
When connecting to IRC server with SSL, WeeChat checks by default that the
connection is fully trusted.
@ -2894,7 +3009,7 @@ Option "ssl_verify" is on by default, so verification is strict and may fail,
@@ -2894,7 +3009,7 @@ Option "ssl_verify" is on by default, so verification is strict and may fail,
even if it was OK with versions prior to 0.3.1.
[[irc_connect_oftc_with_certificate]]
===== First example: connect to oftc and check certificate
====== First example: connect to oftc and check certificate
* Import certificate in shell:
@ -2917,7 +3032,7 @@ It is possible to concatenate many certificates in file CAs.pem.
@@ -2917,7 +3032,7 @@ It is possible to concatenate many certificates in file CAs.pem.
----
[[irc_connect_oftc_with_certfp]]
===== Second example: connect to oftc using CertFP
====== Second example: connect to oftc using CertFP
* Create certificate in shell:
@ -2942,7 +3057,7 @@ which can also be for example `~/.weechat`.
@@ -2942,7 +3057,7 @@ which can also be for example `~/.weechat`.
For more information, look at https://www.oftc.net/NickServ/CertFP
[[irc_sasl_authentication]]
==== SASL authentication
===== SASL authentication
WeeChat supports SASL authentication, using different mechanisms:
@ -2964,7 +3079,7 @@ Options in servers are:
@@ -2964,7 +3079,7 @@ Options in servers are:
_ecdsa-nist256p-challenge_)
[[irc_sasl_ecdsa_nist256p_challenge]]
===== SASL ECDSA-NIST256P-CHALLENGE
====== SASL ECDSA-NIST256P-CHALLENGE
You must generate a private key in order to authentify with the
ECDSA-NIST256P-CHALLENGE mechanism (no password is required on connection).
@ -3009,8 +3124,39 @@ Reconnect to the server:
@@ -3009,8 +3124,39 @@ Reconnect to the server:
/reconnect libera
----
[[irc_servers_connection]]
===== Connection
You can connect to server with the <<command_irc_connect,/connect>> command:
----
/connect libera
----
To disconnect:
----
/disconnect libera
----
Or just this if you are on any buffer belonging to _libera_ server (server,
channel, private):
----
/disconnect
----
When you connect to multiple servers at same time, server buffers are merged
by default and you can switch between them with the kbd:[Ctrl+x] key. +
It is possible to disable auto merge of server buffers to have independent
server buffers:
----
/set irc.look.server_buffer independent
----
[[irc_tor_sasl]]
==== Connect with TOR and SASL
===== Connect with TOR and SASL
Some servers support connections with TOR (https://www.torproject.org/),
a network of virtual tunnels that allows people and groups to improve their
@ -3057,6 +3203,63 @@ And finally, connect to the server:
@@ -3057,6 +3203,63 @@ And finally, connect to the server:
/connect irc-tor
----
[[irc_channels]]
==== Channels
You can join channels with the <<command_irc_join,/join>> command:
----
/join #channel
----
Part a channel (keeping the buffer open):
----
/part [quit message]
----
The channels you joined are not saved. If you want to join them automatically
when connecting to the server, you must set the server `autojoin` option:
@ -2957,15 +2957,133 @@ Il est possible de passer une URL pour un ou plusieurs serveurs, comme suit:
@@ -2957,15 +2957,133 @@ Il est possible de passer une URL pour un ou plusieurs serveurs, comme suit :
Par exemple si vous voulez vous connecter automatiquement à tous les serveurs
que vous ajoutez sans avoir à le faire sur chaque serveur, vous pouvez faire:
----
/set irc.server_default.autoconnect on
----
Et puis vous pouvez réinitialiser l'option du serveur pour qu'elle utilise
la valeur héritée, qui est maintenant `on` au lieu de la valeur par défaut `off`:
----
/unset irc.server.libera.autoconnect
----
[[irc_ssl_certificates]]
==== Certificats SSL
===== Certificats SSL
Lors de la connexion à un serveur IRC avec SSL, WeeChat vérifie par défaut que
la connexion est entièrement de confiance.
@ -2996,7 +3114,7 @@ et peut échouer, même si cela pouvait être OK dans les versions inférieures
@@ -2996,7 +3114,7 @@ et peut échouer, même si cela pouvait être OK dans les versions inférieures
0.3.1.
[[irc_connect_oftc_with_certificate]]
===== Premier exemple: se connecter à oftc en vérifiant le certificat
====== Premier exemple: se connecter à oftc en vérifiant le certificat
* Importer le certificat sous le shell:
@ -3019,7 +3137,7 @@ Il est possible de concaténer plusieurs certificats dans le fichier CAs.pem.
@@ -3019,7 +3137,7 @@ Il est possible de concaténer plusieurs certificats dans le fichier CAs.pem.
----
[[irc_connect_oftc_with_certfp]]
===== Second exemple: se connecter à oftc en utilisant CertFP
====== Second exemple: se connecter à oftc en utilisant CertFP
* Créer le certificat sous le shell:
@ -3044,7 +3162,7 @@ config WeeChat qui peut aussi être par exemple `~/.weechat`.
@@ -3044,7 +3162,7 @@ config WeeChat qui peut aussi être par exemple `~/.weechat`.
Pour plus d'informations, consulter https://www.oftc.net/NickServ/CertFP
[[irc_sasl_authentication]]
==== Authentification avec SASL
===== Authentification avec SASL
WeeChat supporte l'authentification avec SASL, en utilisant différents
mécanismes:
@ -3067,7 +3185,7 @@ Les options dans le serveur sont:
@@ -3067,7 +3185,7 @@ Les options dans le serveur sont :
_ecdsa-nist256p-challenge_)
[[irc_sasl_ecdsa_nist256p_challenge]]
===== SASL ECDSA-NIST256P-CHALLENGE
====== SASL ECDSA-NIST256P-CHALLENGE
Vous devez générer une clé privée pour vous authentifier avec le mécanisme
ECDSA-NIST256P-CHALLENGE (aucun mot de passe n'est requis lors de la
@ -3113,8 +3231,41 @@ Reconnectez-vous au serveur:
@@ -3113,8 +3231,41 @@ Reconnectez-vous au serveur :
/reconnect libera
----
[[irc_servers_connection]]
===== Connexion
Vous pouvez vous connecter au serveur avec la commande
<<command_irc_connect,/connect>>:
----
/connect libera
----
Pour vous déconnecter:
----
/disconnect libera
----
Ou juste ceci si vous être sur un tampon appartenant au serveur _libera_
(serveur, canal, privé):
----
/disconnect
----
Lorsque vous vous connectez à plusieurs serveurs à la fois, les tampons des
serveurs sont mélangés par défaut et vous pouvez basculer entre eux avec
la touche kbd:[Ctrl+x]. +
Il est possible de désactiver le mélange des tampons serveurs pour avoir
un tampon distinct par serveur:
----
/set irc.look.server_buffer independent
----
[[irc_tor_sasl]]
==== Connexion avec TOR et SASL
===== Connexion avec TOR et SASL
Quelques serveurs acceptent les connexions avec TOR (https://www.torproject.org/),
un réseau de tunnels virtuels qui permet aux personnes et groupes d'améliorer
@ -3133,7 +3284,7 @@ et port dépend de votre configuration de TOR):
@@ -3133,7 +3284,7 @@ et port dépend de votre configuration de TOR) :
/proxy add tor socks5 127.0.0.1 9050
----
Maintenant, ajouter un nouveau serveur (remplacez le nom du serveur "irc-tor" et
Maintenant, ajoutez un nouveau serveur (remplacez le nom du serveur "irc-tor" et
l'adresse par une valide):
----
@ -3162,6 +3313,66 @@ Et enfin, connectez-vous au serveur:
@@ -3162,6 +3313,66 @@ Et enfin, connectez-vous au serveur :
/connect irc-tor
----
[[irc_channels]]
==== Canaux
Vous pouvez rejoindre des canaux avec la commande <<command_irc_join,/join>>:
----
/join #canal
----
Quitter un canal (en laissant le tampon ouvert):
----
/part [message de fin]
----
Les canaux que vous rejoignez ne sont pas sauvegardés. Si vous souhaitez les
rejoindre automatiquement à la connexion au serveur, vous devez définir l'option
For example if you want to automatically connect to all servers you define
without having to do it on each server, you can do:
----
/set irc.server_default.autoconnect on
----
And then you can reset the server option so that it uses the default inherited
value, which is now `on` instead of the default value `off`:
----
/unset irc.server.libera.autoconnect
----
[[irc_ssl_certificates]]
==== Certificati SSL
===== Certificati SSL
Al momento della connessione al server IRC con SSL, WeeChat verifica in
maniera predefinita che la connessione sia completamente fidata.
@ -3120,7 +3236,7 @@ e potrebbe fallire, anche se funziona senza problemi con versioni precedenti
@@ -3120,7 +3236,7 @@ e potrebbe fallire, anche se funziona senza problemi con versioni precedenti
la 0.3.1.
[[irc_connect_oftc_with_certificate]]
===== Primo esempio: connessione a otfc e verifica del certificato
====== Primo esempio: connessione a otfc e verifica del certificato
* Importare certificati nella shell:
@ -3146,7 +3262,7 @@ E possibile concatenare più certificati nel file CAs.pem.
@@ -3146,7 +3262,7 @@ E possibile concatenare più certificati nel file CAs.pem.
----
[[irc_connect_oftc_with_certfp]]
===== Secondo esempio: connessione a otfc con CertFP
====== Secondo esempio: connessione a otfc con CertFP
* Creare un certificato nella shell:
@ -3173,7 +3289,7 @@ which can also be for example `~/.weechat`.
@@ -3173,7 +3289,7 @@ which can also be for example `~/.weechat`.
Per maggiori informazioni consultare https://www.oftc.net/NickServ/CertFP
[[irc_sasl_authentication]]
==== Autenticazione SASL
===== Autenticazione SASL
// TRANSLATION MISSING
WeeChat supports SASL authentication, using different mechanisms:
@ -3205,7 +3321,7 @@ Le opzioni nel server sono:
@@ -3205,7 +3321,7 @@ Le opzioni nel server sono:
// TRANSLATION MISSING
[[irc_sasl_ecdsa_nist256p_challenge]]
===== SASL ECDSA-NIST256P-CHALLENGE
====== SASL ECDSA-NIST256P-CHALLENGE
You must generate a private key in order to authentify with the
ECDSA-NIST256P-CHALLENGE mechanism (no password is required on connection).
@ -3250,9 +3366,41 @@ Reconnect to the server:
@@ -3250,9 +3366,41 @@ Reconnect to the server:
/reconnect libera
----
// TRANSLATION MISSING
[[irc_servers_connection]]
===== Connection
You can connect to server with the <<command_irc_connect,/connect>> command:
----
/connect libera
----
To disconnect:
----
/disconnect libera
----
Or just this if you are on any buffer belonging to _libera_ server (server,
channel, private):
----
/disconnect
----
When you connect to multiple servers at same time, server buffers are merged
by default and you can switch between them with the kbd:[Ctrl+x] key. +
It is possible to disable auto merge of server buffers to have independent
server buffers:
----
/set irc.look.server_buffer independent
----
// TRANSLATION MISSING
[[irc_tor_sasl]]
==== Connect with TOR and SASL
===== Connect with TOR and SASL
// TRANSLATION MISSING
Some servers support connections with TOR (https://www.torproject.org/),
@ -3303,6 +3451,64 @@ And finally, connect to the server:
@@ -3303,6 +3451,64 @@ And finally, connect to the server:
/connect irc-tor
----
// TRANSLATION MISSING
[[irc_channels]]
==== Channels
You can join channels with the <<command_irc_join,/join>> command:
----
/join #channel
----
Part a channel (keeping the buffer open):
----
/part [quit message]
----
The channels you joined are not saved. If you want to join them automatically
when connecting to the server, you must set the server `autojoin` option:
@ -2878,15 +2878,131 @@ Możliwe jest podanie adresu URL do jednego lub wielu serwerów IRC:
@@ -2878,15 +2878,131 @@ Możliwe jest podanie adresu URL do jednego lub wielu serwerów IRC:
For example if you want to automatically connect to all servers you define
without having to do it on each server, you can do:
----
/set irc.server_default.autoconnect on
----
And then you can reset the server option so that it uses the default inherited
value, which is now `on` instead of the default value `off`:
----
/unset irc.server.libera.autoconnect
----
[[irc_ssl_certificates]]
==== Certyfikaty SSL
===== Certyfikaty SSL
Podczas łączenia się z serwerem IRC, WeeChat domyślnie sprawdza czy połączenie
jest w pełni zaufane.
@ -2914,7 +3030,7 @@ Opcja "ssl_verify" jest domyślnie włączona, weryfikacja jest restrykcyjna i m
@@ -2914,7 +3030,7 @@ Opcja "ssl_verify" jest domyślnie włączona, weryfikacja jest restrykcyjna i m
się nie powieść, nawet jeśli wszystko było OK w wersjach przed 0.3.1.
[[irc_connect_oftc_with_certificate]]
===== Pierwszy przykład: połączenie z oftc i sprawdzenie certyfikatu
====== Pierwszy przykład: połączenie z oftc i sprawdzenie certyfikatu
* Import certyfikatu w kosoli:
@ -2937,7 +3053,7 @@ Możliwe jest umieszczenie wielu certyfikatów w pliku CAs.pem.
@@ -2937,7 +3053,7 @@ Możliwe jest umieszczenie wielu certyfikatów w pliku CAs.pem.
----
[[irc_connect_oftc_with_certfp]]
===== Drugi przykład: połączenie z oftc używając CertFP
====== Drugi przykład: połączenie z oftc używając CertFP
* Tworzenie certyfikatu w konsoli:
@ -2962,7 +3078,7 @@ który może być ustawiony na przykład na `~/.weechat`.
@@ -2962,7 +3078,7 @@ który może być ustawiony na przykład na `~/.weechat`.
Więcej informacji można znaleźć pod adresem: https://www.oftc.net/NickServ/CertFP
[[irc_sasl_authentication]]
==== Uwierzytelnianie SASL
===== Uwierzytelnianie SASL
WeeChat wspiera uwierzytelnianie SASL, używając różnych mechanizmów:
@ -2984,7 +3100,7 @@ Opcje dla serwerów to:
@@ -2984,7 +3100,7 @@ Opcje dla serwerów to:
_ecdsa-nist256p-challenge_)
[[irc_sasl_ecdsa_nist256p_challenge]]
===== SASL ECDSA-NIST256P-CHALLENGE
====== SASL ECDSA-NIST256P-CHALLENGE
Musisz wygenerować klucz prywatny w celu uwierzytelnienia za pomocą mechanizmu
ECDSA-NIST256P-CHALLENGE (hasło nie potrzebne do połączenia).
@ -3029,8 +3145,40 @@ Ponowne połączenie z serwerem:
@@ -3029,8 +3145,40 @@ Ponowne połączenie z serwerem: