1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 00:31:01 -08:00
emacs/test/lisp/erc
F. Jason Park 1c960bda91 Use smarter default for erc-server-reconnect-function
* doc/misc/erc.texi (Sample Configuration): Remove customization in
`use-package' declaration for `erc-server-reconnect-function' as well as
related language in the customization walk-through.  Do this because the
new default incorporates `erc-server-delayed-check-reconnect' behavior
for compatible connect functions.
* etc/ERC-NEWS: Announce new default for `erc-server-reconnect-function'.
* lisp/erc/erc-backend.el (erc-server-reconnect-function): Change
default to `erc-server-prefer-check-reconnect'.
(erc-server-delayed-check-reconnect): Use `process-send-string' instead
of `send-string'.
(erc--server-delayed-check-connectors): New variable.
(erc-server-prefer-check-reconnect): New function.
* test/lisp/erc/erc-scenarios-base-auto-recon.el
(erc-scenarios-base-auto-recon-unavailable)
(erc-scenarios-base-auto-recon-no-proto): Remove unnecessary
`erc-server-reconnect-function' binding because the new default
incorporates the behavior being tested for.
* test/lisp/erc/erc-scenarios-base-buffer-display.el
(erc-scenarios-base-buffer-display--reconnect-common):
* test/lisp/erc/erc-scenarios-base-compat-rename-bouncer.el
(erc-scenarios-common--base-compat-no-rename-bouncer):
* test/lisp/erc/erc-scenarios-base-netid-bouncer-recon-base.el
(erc-scenarios-base-netid-bouncer--recon-base):
* test/lisp/erc/erc-scenarios-base-netid-bouncer-recon-both.el
(erc-scenarios-base-netid-bouncer--recon-both):
* test/lisp/erc/erc-scenarios-base-netid-bouncer-recon-id.el
(erc-scenarios-base-netid-bouncer--reconnect-id-foo)
(erc-scenarios-base-netid-bouncer--reconnect-id-bar):
* test/lisp/erc/erc-scenarios-base-reconnect.el
(erc-scenarios-base-reconnect-timer)
(erc-scenarios-base-cancel-reconnect):
* test/lisp/erc/erc-scenarios-services-misc.el
(erc-scenarios-services-misc--reconnect-retry-nick):
* test/lisp/erc/erc-scenarios-stamp.el
(erc-scenarios-stamp--date-mode/reconnect): Explicitly bind
`erc-server-reconnect-function' to `erc-server-delayed-reconnect', the
former default, which does not do any probing.  (Bug#62044)
2024-12-20 18:18:02 -08:00
..
resources Add command for teaching Imenu about ERC macros 2024-12-20 18:18:02 -08:00
erc-button-tests.el Don't nest date stamp insertions in erc-stamp 2024-04-19 13:54:52 -07:00
erc-dcc-tests.el ; Simplify (with-current-buffer (get-buffer ...) ...) 2024-03-14 12:40:26 +02:00
erc-fill-tests.el Remove erc-fill binding for cycling visual movement 2024-09-29 16:43:39 -07:00
erc-goodies-tests.el Move experimental module querypoll to erc-notify 2024-10-18 18:37:58 -07:00
erc-join-tests.el
erc-match-tests.el ; Undo erroneous change in ERC's sample configuration 2024-10-18 18:37:57 -07:00
erc-networks-tests.el Use helper to get erc-networks--id symbol as string 2024-11-15 11:26:07 -08:00
erc-nicks-tests.el Crystallize erc-nicks-track-faces behavior 2024-10-11 16:13:09 -07:00
erc-notify-tests.el Move experimental module querypoll to erc-notify 2024-10-18 18:37:58 -07:00
erc-sasl-tests.el Return nil from more ERC response handlers 2024-05-27 16:39:18 -07:00
erc-scenarios-auth-source.el Reserve erc-normalize-port for equality comparisons 2024-12-01 10:56:08 -08:00
erc-scenarios-base-association-nick.el ; Set explicit hook depth for erc-once-with-server-event 2024-05-02 19:21:48 -07:00
erc-scenarios-base-association-query.el
erc-scenarios-base-association-samenet.el
erc-scenarios-base-association.el
erc-scenarios-base-attach.el
erc-scenarios-base-auto-recon.el Use smarter default for erc-server-reconnect-function 2024-12-20 18:18:02 -08:00
erc-scenarios-base-buffer-display.el Use smarter default for erc-server-reconnect-function 2024-12-20 18:18:02 -08:00
erc-scenarios-base-chan-modes.el
erc-scenarios-base-compat-rename-bouncer.el Use smarter default for erc-server-reconnect-function 2024-12-20 18:18:02 -08:00
erc-scenarios-base-kill-on-part.el Don't kill server buffer with erc-kill-buffer-on-part 2024-05-18 15:48:05 -07:00
erc-scenarios-base-local-module-modes.el
erc-scenarios-base-local-modules.el Mark if-let and when-let obsolete 2024-10-24 16:50:07 +08:00
erc-scenarios-base-misc-regressions.el
erc-scenarios-base-netid-bouncer-id.el
erc-scenarios-base-netid-bouncer-recon-base.el Use smarter default for erc-server-reconnect-function 2024-12-20 18:18:02 -08:00
erc-scenarios-base-netid-bouncer-recon-both.el Use smarter default for erc-server-reconnect-function 2024-12-20 18:18:02 -08:00
erc-scenarios-base-netid-bouncer-recon-id.el Use smarter default for erc-server-reconnect-function 2024-12-20 18:18:02 -08:00
erc-scenarios-base-netid-bouncer.el
erc-scenarios-base-netid-samenet.el
erc-scenarios-base-query-participants.el Tether query rolls to channel membership in ERC 2024-05-27 16:39:18 -07:00
erc-scenarios-base-reconnect.el Use smarter default for erc-server-reconnect-function 2024-12-20 18:18:02 -08:00
erc-scenarios-base-renick.el Retain client's own user in erc-server-users 2024-05-27 16:39:18 -07:00
erc-scenarios-base-reuse-buffers.el
erc-scenarios-base-send-message.el
erc-scenarios-base-split-line.el
erc-scenarios-base-statusmsg.el
erc-scenarios-base-unstable.el
erc-scenarios-base-upstream-recon-soju.el
erc-scenarios-base-upstream-recon-znc.el
erc-scenarios-display-message.el
erc-scenarios-fill-wrap.el Fix date-stamp regression in erc-fill-wrap 2024-05-27 16:47:24 -07:00
erc-scenarios-ignore.el Add format-catalog entry for unknown chan mode in ERC 2024-05-08 17:11:26 -07:00
erc-scenarios-internal.el
erc-scenarios-join-auth-source.el
erc-scenarios-join-display-context.el
erc-scenarios-join-netid-newcmd-id.el
erc-scenarios-join-netid-newcmd.el
erc-scenarios-join-netid-recon-id.el
erc-scenarios-join-netid-recon.el
erc-scenarios-keep-place-indicator-trunc.el Make erc-keep-place-indicator aware of erc-truncate 2024-09-29 16:43:38 -07:00
erc-scenarios-keep-place-indicator.el Make erc-keep-place-indicator aware of erc-truncate 2024-09-29 16:43:38 -07:00
erc-scenarios-log.el ; Fix typos 2024-11-21 10:06:19 +01:00
erc-scenarios-match.el ; Mark failing tests in erc-scenarios-match.el as :unstable 2024-12-09 11:45:05 -08:00
erc-scenarios-misc-commands.el
erc-scenarios-misc.el Add format-catalog entry for unknown chan mode in ERC 2024-05-08 17:11:26 -07:00
erc-scenarios-prompt-format.el
erc-scenarios-sasl.el
erc-scenarios-scrolltobottom-relaxed.el
erc-scenarios-scrolltobottom.el
erc-scenarios-services-misc.el Use smarter default for erc-server-reconnect-function 2024-12-20 18:18:02 -08:00
erc-scenarios-stamp.el Use smarter default for erc-server-reconnect-function 2024-12-20 18:18:02 -08:00
erc-scenarios-status-sidebar.el Delete original speedbar frame in erc-nickbar-mode 2024-05-27 16:39:18 -07:00
erc-services-tests.el Mark if-let and when-let obsolete 2024-10-24 16:50:07 +08:00
erc-stamp-tests.el Reconcile erc-stamp--date-stamps when merging buffers 2024-05-18 15:48:05 -07:00
erc-tests.el ; Slightly improve test case for erc-parse-modes 2024-12-09 11:42:45 -08:00
erc-track-tests.el ; Fix typos 2024-11-21 10:06:19 +01:00