Skip to content

Commit 2b50b81

Browse files
authored
More user-friendly titles (#416)
* More user-friendly titles - SASL -> automatic login - basics guide -> new to using irc - nickname registration -> register an account - using certfp -> login with a certificate (certfp) * Fix links with anchors
1 parent 0789aca commit 2b50b81

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

content/_guides/basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Basics of IRC
2+
title: New to Using IRC
33
category: about-irc
44
weight: 10
55
---

content/_guides/certfp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Using CertFP
2+
title: Login With a Certificate (CertFP)
33
category: connecting
44
credits: web7
55
weight: 40
66
---
77

88
As an alternative to password-based authentication, you can connect to
99
Libera.Chat with a TLS certificate and have services recognise it
10-
automatically.
10+
automatically. *This is not necessary for most users.*
1111

1212
For `SASL EXTERNAL` to work, you must [connect over TLS](/guides/connect).
1313

content/_guides/registration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Nickname Registration
2+
title: Register an account
33
category: using
44
credits: web7
55
weight: 10
@@ -99,7 +99,7 @@ You'll need to log in to your account each time you connect to Libera.Chat.
9999
**It is highly recommended to use [SASL](/guides/sasl) for this,
100100
which is supported by every notable modern IRC client.**
101101
Instructions for your client can likely be found
102-
[here](/guides/sasl#sasl-client-configuration).
102+
[here](/guides/sasl#client-configuration).
103103

104104
If you are already connected to the network and do not wish to reconnect to
105105
log in, you can manually identify:

content/_guides/sasl.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
2-
title: Using SASL
2+
title: Set Up Automatic Login
33
category: connecting
44
credits: web7
55
weight: 30
66
---
77

8-
SASL is a way for your IRC client to automatically login to
9-
an existing [Libera.Chat account](/guides/registration).
8+
Most IRC clients can automatically login to an existing
9+
[Libera.Chat account](/guides/registration) using a process called SASL.
1010
Libera.Chat sometimes requires SASL authentication; if you were
1111
disconnected with a message saying you need SASL, skip to the section on
1212
[connecting from a SASL-only address](#sasl-access-only-ip-ranges).
1313

1414
SASL is **not** the same thing as SSL or TLS. We strongly recommend
1515
[using TLS](/guides/connect#accessing-liberachat-via-tls) to connect.
1616

17-
## SASL Client Configuration
17+
## Client Configuration
1818

1919
We have instructions on how to configure SASL for some clients below.
2020
These instructions are for `PLAIN` (username+password) authentication.
@@ -79,7 +79,7 @@ supports SASL.
7979
Remember to check your email and verify the address on your account before you
8080
try to connect from the IP that is restricted.
8181
Once you **do** have an account, there are
82-
[instructions on configuring your client above](#sasl-client-configuration).
82+
[instructions on configuring your client above](#client-configuration).
8383

8484
SASL-only restrictions are typically applied to address ranges that are
8585
the source of frequent policy violations due to providing easy access to

0 commit comments

Comments
 (0)