]> git.eshelyaron.com Git - emacs.git/commit
Allow for multiple attempts when reconnecting
authorPhilip Kaludercic <philipk@posteo.net>
Tue, 14 Sep 2021 17:05:12 +0000 (19:05 +0200)
committerPhilip Kaludercic <philipk@posteo.net>
Tue, 14 Sep 2021 17:05:12 +0000 (19:05 +0200)
commit8eb9eb0c41417991432122795522f6db7e1bb7d2
tree2e50e64ecb9caa959976566e1fbefa2afaf6f153
parentec50a368d5b7303fe3a05b42ec5d02e37d9565da
Allow for multiple attempts when reconnecting

* doc/misc/rcirc.texi (rcirc commands): Mention rcirc-reconnect-attempts
* etc/NEWS: Document change
(rcirc-connect): Ensure no other process exists
(rcirc-reconnect-attempts): Add option
(rcirc-failed-attempts): Add local variable
(rcirc-reconnection-timer): Add local variable
(rcirc-reconnect): Add function
(rcirc-sentinel): Manage multiple reconnection attempts
(rcirc-process-server-response): Change user for error messages
(rcirc-mode): Don't set rcirc-last-connect-time
(reconnect): Extract functionality to rcirc-reconnect
doc/misc/rcirc.texi
etc/NEWS
lisp/net/rcirc.el