diff options
| author | F. Jason Park | 2022-11-30 23:10:58 -0800 |
|---|---|---|
| committer | F. Jason Park | 2022-12-14 06:40:55 -0800 |
| commit | 9ac80e8a6e4969cfe88d5233dc4152bbfa46c848 (patch) | |
| tree | cd44b91bd46448e66e66c9cbbed0dc07cb58c2d6 /etc | |
| parent | 2d96a18cd09be1c53b1242be1e0671cfc5b7fa8c (diff) | |
| download | emacs-9ac80e8a6e4969cfe88d5233dc4152bbfa46c848.tar.gz emacs-9ac80e8a6e4969cfe88d5233dc4152bbfa46c848.zip | |
Add dedicated auth-source section in ERC manual
* doc/misc/erc.texi: Move auth-source description from the Password
subheading of the Advanced chapter's Connecting section to the new
Integrations section as a new node, Auth-Source, and give it a bit
more structure. Fix various misuses of xref vs. pxref. Convert URL
subheading to subsection and add anchor. Prefer "backend" as a single
word, based on usage in other manuals. Also replace loud "warning" in
SASL troubleshooting section.
* etc/ERC-NEWS: Re-link auth-source mention.
* lisp/erc/erc-sasl.el (erc-sasl-auth-source-function): Update info
node in doc string.
* lisp/erc/erc-services.el (erc-auth-source-services-function):
Re-link auth-source info node in doc string.
* lisp/erc/erc.el (erc-password, erc-auth-source-server-function,
erc-auth-source-join-function): Re-link auth-source info node in doc
strings.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/ERC-NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/ERC-NEWS b/etc/ERC-NEWS index d0d84d0a987..76439f1d068 100644 --- a/etc/ERC-NEWS +++ b/etc/ERC-NEWS | |||
| @@ -45,8 +45,8 @@ With the overhaul of the services module temporarily shelved and the | |||
| 45 | transition to SASL-based authentication still underway, users may feel | 45 | transition to SASL-based authentication still underway, users may feel |
| 46 | left in the lurch to endure yet another release cycle of backtick | 46 | left in the lurch to endure yet another release cycle of backtick |
| 47 | hell. For some, auth-source may provide a workaround in the form of | 47 | hell. For some, auth-source may provide a workaround in the form of |
| 48 | nonstandard server passwords. See the "Connection" node in the manual | 48 | nonstandard server passwords. See the section titled "auth-source" in |
| 49 | under the subheading "Password". | 49 | the Integrations chapter of ERC's manual. |
| 50 | 50 | ||
| 51 | ** Rudimentary SASL support has arrived. | 51 | ** Rudimentary SASL support has arrived. |
| 52 | A new module, 'erc-sasl', now ships with ERC 5.5. See the SASL | 52 | A new module, 'erc-sasl', now ships with ERC 5.5. See the SASL |