Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| irc:accueil [2021/06/20 18:18] – créée phsw | irc:accueil [2025/08/29 23:10] (Version actuelle) – [Configurer TheLounge] fix authentification of Geeknode phsw | ||
|---|---|---|---|
| Ligne 2: | Ligne 2: | ||
| * [[https:// | * [[https:// | ||
| + | * https:// | ||
| + | |||
| + | ==== Configurer TheLounge ==== | ||
| + | |||
| + | |||
| + | === OFTC === | ||
| + | |||
| + | Se connecter à OFTC: | ||
| + | * Name: '' | ||
| + | * Server: '' | ||
| + | * Port: '' | ||
| + | * Password: mettre le mot de passe du compte sur OFTC (ou pas ?) | ||
| + | * Nick: son pseudo IRC sur OFTC | ||
| + | * Authentication: | ||
| + | |||
| + | Une fois connecté au réseau : | ||
| + | <code irc> | ||
| + | /identify < | ||
| + | /msg NickServ CERT ADD | ||
| + | </ | ||
| + | |||
| + | |||
| + | === Libera.chat === | ||
| + | |||
| + | * https:// | ||
| + | |||
| + | * Name: '' | ||
| + | * Server: '' | ||
| + | * Port: '' | ||
| + | * Authentication: | ||
| + | |||
| + | * https:// | ||
| + | * https:// | ||
| + | |||
| + | Une fois connecté au réseau, se créer un compte pour réserver son nick : | ||
| + | <code irc> | ||
| + | /msg NickServ REGISTER YourPassword youremail@example.com | ||
| + | </ | ||
| + | Associer le certificat géré par TheLounge à cet utilisateur : | ||
| + | <code irc> | ||
| + | /msg NickServ CERT ADD | ||
| + | </ | ||
| + | |||
| + | |||
| + | === Geeknode === | ||
| + | |||
| + | * https:// | ||
| + | |||
| + | * Name: '' | ||
| + | * Server: '' | ||
| + | * Port: '' | ||
| + | * Authentication: | ||
| + | |||
| + | Une fois connecté au réseau, se créer un compte pour réserver son nick : | ||
| + | <code irc> | ||
| + | /msg C nick register mot_de_passe adresse_mail | ||
| + | /msg C nick identify $mot_de_passe_reçu_par_mail | ||
| + | /msg C nick set protect on | ||
| + | /msg C nick set hidemail on | ||
| + | /msg C nick set private on | ||
| + | </ | ||